资源列表
[JSP源码/Java] 实例38
说明:材质填充源程序,java语言实现,附有运行结果图,使用jbuilder开发-filling material source, java language, with operating results map, the use of JBuilder development<刘苑> 在 2008-10-13 上传 | 大小:50586 | 下载:0
[JSP源码/Java] 压缩文件示例程序
说明:压缩文件演示程序,可选择压缩文件,输出压缩文件,用java语言开发,使用jbuilder,内附运行结果图-compressed files Demonstration Program option compressed files, the output compressed files, java language development, the use of JBuilder, enclosing operating result<刘苑> 在 2008-10-13 上传 | 大小:26903 | 下载:0
[JSP源码/Java] jsp信息系统开发精选
说明:第1章 大学生就业求职网 第2章 网上物流平台 第3章 华奥汽车销售集团网 第4章 佳美网络购物中心 第5章 科研成果申报管理系统 第6章 安瑞奥国际商务学院招生网 第7章 在线宽带影院 8.雄霸天下游戏网 -Chapter 1 of the Graduate Employment Qiuzhiwang Chapter 2 online logistics platform Chapt<大灰熊> 在 2008-10-13 上传 | 大小:23530903 | 下载:1
[WEB源码] Struts标签笔记
说明:我自己学习strtus标签时做的笔记,里面记录了详细内容,相信对于初学者有一定的帮助-my own label study strtus done a notebook containing details of the record, and I believe beginners can help<朱春峰> 在 2008-10-13 上传 | 大小:17107 | 下载:0
[WEB源码] Struts国际化问题
说明:struts中文解决问题,这是精通struts书中的中文国际化一章的读书笔记。-struts Chinese to solve the problem, which is well versed in the Chinese book struts international chapter of the study notes.<朱春峰> 在 2008-10-13 上传 | 大小:4764 | 下载:0
[JSP源码/Java] Applet编程
说明: 重点掌握Applet程序的框架结构 掌握Applet程序的编写与运行 了解Applet的应用:播放声音、网页传值、基本图形工具 -# 61550 focus grasp Applet procedures fr a me structure # 61550 master Applet procedures in the preparation and operation<周腾裕> 在 2008-10-13 上传 | 大小:3285 | 下载:0
[JSP源码/Java] Tourism
说明:使用eclipse开发的web程序,使用struts实现的一个比较不错的例子,层次很清晰,可供初学者使用。-use eclipse to develop the web, the use of struts achieved a quite good example, the level is very clear, for beginners.<yy> 在 2008-10-13 上传 | 大小:1089490 | 下载:0
[JSP源码/Java] cacular
说明:计算器程序,能实现一些基本运算,与操作系统所带的计算器大致相同,不过其中的科学计数器部分没有实现-calculator program that can achieve some basic computing, and operating systems possessed by the calculator broadly the same, although the scientific counter part did not<wang> 在 2008-10-13 上传 | 大小:52319 | 下载:0
[WEB源码] 实现c#调用matlab函数
说明:对于精通C#的同志来说,仿真的时候程序非常复杂,如果能直接调用MATLAB中已有的函数就好了,本文就实现c#调用matlab函数 -proficient in C# for the comrades, simulation of very complex procedures, if they can be called directly MATLAB has a function that will be the realizatio<张庚> 在 2008-10-13 上传 | 大小:4165 | 下载:0
[WEB源码] 利用双向走动法改进冒泡排序算法C语言源代码
说明:传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditi<张庚> 在 2008-10-13 上传 | 大小:4316 | 下载:0