搜索资源列表
Adapter
- 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -inten
getdate
- 以日历的形式,在页面上输出。 格式为jsp 格式 但是没有给出jsp页面。 读者可以自己给出jsp页面-calendar in the form of the output page. Jsp format to format but there is no jsp pages. Readers can own is jsp pages
Eclipse_pdf
- 对于初学JAVA语言的人来说,经常对eclipse这个开发工具的使用很不熟悉,这个PDF文件可以帮助你进行很好的了解和掌握-JAVA language for beginner people, often eclipse the use of development tools is very familiar with, this PDF document can help you carry out a very good understanding and knowledge of
datajiehuo
- java实现网络数据包截获 很完整 直接可以运行 网络数据包截获-java intercepted network packets to achieve complete can run directly intercepted network packets
310609040110
- 这是一个网络嗅探器, 可以十分方便同学们学习,可以用作信息安全课程设计-This is a network sniffer can be very convenient students learn, can be used for information security curriculum design
jpcsp_v0.09
- 基于Java的PSP模拟程序,可实现部分商业游戏的调入-Java-based simulation program PSP can realize part of the business transferred to the Game
weather_Code
- 用Java编写的天气预报软件,可以显示所在地未来5天的温度和天气状况以及当天的生活小提示。 首次运行会产生一个 city.txt 的UTF编码文件纪录城市信息。软件无需安装。可以在任何支持jre 1.6 以上的环境中运行。 运行办法:安装JRE后直接双击 QierWeather.jar 或者 双击 "启儿天气"的快捷方式 提示: 指住QierWeather.jar右键,然后选择打开方式,然后选择用JRE目录下的javaw打开,以后就可以双击运行了。
SMSDecoder
- 一个sms格式的PPC端短信备份的还原工具。原备份软件BkGenuis包含在rar文件内。 PPC上有个绿色的单独的短信备份还原工具,备份的格式是sms,但是还原是直接还原至手机短信中,在PC端不可以直接阅读。故编写了这个java程序来实现sms格式的解码。输入是input.sms。输出是txt文本格式。-this tool can decode the sms format of message backup file on PPC. The backup software called
bfs-src
- 1.程序基于java语言。运行要求java运行环境。即就使jdk1.2以上。否则程序无法运行。 2.程序中读图时,可以选择读有向图还是无向图。 3.本程序为一个图的综合运行环境。提供了图的各种操作。包括读图,DFS判断图中是否存在 环路,BFS全局访问,两点之间的最短路径,屏幕清空。并且跟踪说明了图的各种操作的 过程。 4.程序可以多次的读图,进行图的各种操作。点击面板上的各种按钮就可以进行各种操作。-1. Procedures based on the java language.
pictureCoolEffect_js_css
- 网页上点击浏览图片时在当前页放大图片,放大效果很好,可以轻松移植到web站点中。-Click the Browse page in the current page pictures to enlarge images, zoom works well, can easily migrate to web site.
Step02
- jsp+javabean+servlet实现的在线书店,很不错的源码,只需在Tomcat下做配置就可运行,客户端含有注册登录,注册信息修改,购物车,商品分类,商品查询,最新和特价商品查看,订单状态,留言板和论坛等模块,服务端含有用户管理,商品管理,订单处理等模块 -online bookstore, complete, installed after Mysql and Tomcat can. The following steps : (1) copy the source code book
JavaChat
- Java课程设计作品:一个简单的小型多人聊天室。运行服务器端server.java后,再运行客户端client.java即可。运行环境为Java编译器。-Java curriculum design work: a simple small-scale multiplayer chat room. After running a server-side server.java, then you can run the client client.java. Runtime environmen
HeiBai
- 自己用java写的黑白棋代码,分三个级别,低级,中等,高级。高级的棋力也不是很强。对付一般人还可以。-Own use java code written in Othello, is divided into three levels, low, medium, high. Advanced Qi Li is not very strong. Most people can deal with.
BTFIR
- 基于j2me的手机版蓝牙对战五子棋,包含完整源代码,资源文件齐全,特别希望入门者或高手参考,它导出的Jar文件也在压缩包内,如果你有模拟机的话,可以直接运行。效果如上。 -J2me mobile phones based on Bluetooth Versus Gobang, contains the full source code, resource file is complete, in particular, want to beginners or master referenc
marketplace
- 全新JAVA开发的网上购物系统,SQL2000数据库,功能强大,附有源码和说明。供大家学习参考……多谢大家的支持……系统主要分为前台和后台。前台包括产品的展示及会员购物等模块,后台是管理界面,主要包括商品信息、会员信息、订单信息和公告信息的常规设置。-JAVA development of new online shopping system, SQL2000 database, powerful, with source code and instructions. For everyone
netwzq
- 用java写的网络五子棋,可以两个人通过socket下棋,挺好的源代码。-Gobang using java to write the network can be two people playing chess through the socket, quite good source code.
chess(blackandwhite)
- 黑白棋(内有详细解释), 可以两人对弈 做界面花了一定功夫-Othello (with detailed explanation), you can do the two interface to spend a certain amount of games on Kung Fu
jdk-1_5_0_17-windows-i586-p
- jdk包,解压后安装,设置好path,classpath就可以运行JAVA代码-jdk pack, unpack and install, set up path, classpath you can run JAVA code
VC-P-P-ADO-database-connection
- VC++ADO连接数据库,初学者用VC连接数据库可以参考一下-VC++ ADO connect to the database, beginners can connect to the database with information about VC
ajax-P-jquery
- 简单的java编程,时间计算编程,练习题中的简单的一道题-timer projecting java processing ,if you are new java learner,it can make help.