资源列表
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
JSP
- JSP应用开发详解第三版源代码,希望对学习JSP的程序员有用-JSP
java socket 编程
- 本例包含服务器端和客户端,多线程,每线程多次发送,Eclipse工程,启动服务器使用 nu.javafaq.server.NioServer,启动客户端使用 nu.javafaq.client.Nio-This example contains the server side and client, multi-threaded, each thread repeatedly sent, Eclipse project, start the server using the nu.javafaq
horse
- JAVA课程设计,赛马用图形用户界面实现。 能设置比赛时间,马匹的数量等等。 在任意时间段内马匹的速度是随机的。 开始比赛之后以动画显示赛马过程。 提示:使用多线程 -java application xia zai .
chinagis
- 这是中国地图的shapefile格式文件,可以用于在argis或者udig等gis组件中打开中国地图-Automatic generated: "This is the map of the shapefile format, can be used in argis or udig gis components such as a map of China Open"
Impact-0.7.5
- 【科学计算】冲击动力学非线性有限元数值仿真开源软件的源程序-【scientific computing】 dynamic nonlinear finite element numerical simulation of open source software source code
MyOwnAutoShopProject
- 一个AutoShop Project,具体见英文描述,是我的一个小作业,呵呵。-• Create a super class called Car. The Car class has the following fields and methods. o int speed o double regularPrice o String color o double getSalePrice() • Create a subclass
jheatbugs-2.1
- java和swarm模拟热虫仿真,用java编写的程序,可在myeclipse中运行,运行前需要安装好swarm,配置好其环境变量-simulation for heat bug.written in java
exercise7
- ssd3exercise7的答案,已测试过,绝对正确。-ssd3exercise7 answer has been tested, absolutely correct.
Pipe_3.0
- Petri 网建模应用实例,用于分析Petri网的特性-Petri net modeling application examples for the analysis of the characteristics of Petri nets
Exe7_1
- 设计一个学生注册界面。输入的信息包括学号(6位数字),姓名(不超过6个汉字),密码(不少于6个字符,不多于8个字符,且需要输入2次,2次输入的密码必须完全相同),专业(从“数学”、“计算机”和“外语”中选择,也可以自行输入),年级(从“一年级”、“二年级”、“三年级”和“四年级”中选择一项,且只能选择一项)。点击“注册”按钮后,程序检查输入是否正确,若错误则显示相应的提示信息,否则弹出一个消息窗口,显示所有输入的注册信息-design a student registration interfa
BankThreads
- 用两个线程模拟银行账户的存取款操作。 三个类:账户类、存款类、取款类; 要求:两个线程分别操作5次,每次随机存取500~1000元,实时显示两线程的操作过程对账户的影响。 注意:取款线程不一定每次都能取到钱。 -With the two threads simulation of bank account deposit and operation