资源列表
排序选择:
[JSP源码/Java] pts
说明:类 • Person:PTS系统中的一个抽象类。 • Customer: Person类继承下来的客户即病人类。 • Prescr iption:病人处方类,根据处方可以为病人取药,供为处方取药的次数。 • Medicine: 药品类,提供处方中给病人的药物,药品的单位用枚举类Unit实现,给出药品得副作用。 • Unit: 单位枚举类,为药品提供各种不同单位。 -Class<姚> 在 2025-07-04 上传 | 大小:4kb | 下载:0
[Linux/Unix编程] robogame.tar
说明:这是我开发的LINUX系统下的robogame平台。运行后,可以用键盘控制球员操作球的运动。用到的技术主要有socket通讯,GTK图形界面,还有多线程技术等。-This is my LINUX system developed under the robogame platform. Running, players can use the keyboard to control operation of the ball movement. The main technology used<侯健> 在 2025-07-04 上传 | 大小:684kb | 下载:0
[JSP源码/Java] SRS
说明:学生注册系统SRS 允许学生在线注册每学期的课程并记录学位完成的进度-SRS student registration system to allow students to register online courses each semester and record the progress of the completion of degree<姚> 在 2025-07-04 上传 | 大小:13kb | 下载:0
[数据库系统] ado_dll
说明:这是我开发的利用vc++的ado接口连接并操作sqlserver和oracle的dll动态库。数据库的参数从配置文件pb.ini读取-This is what I use to develop vc++ The ado interface connector and operates sqlserver and oracle of the dynamic library dll. Database parameters pb.ini read from the configuration fil<侯健> 在 2025-07-04 上传 | 大小:60kb | 下载:0
[数据结构常用算法] HuffmanTree
说明:对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码.(1)初始化: 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;(2)编码: 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;(3)解码:利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码。-A section of the indiscriminate importation of English, for each<侯健> 在 2025-07-04 上传 | 大小:17kb | 下载:0
[数据结构常用算法] sort
说明:随机产生个整数n=100,200,300,1000,2000个整数并存于数组r[1..n]中。 对主要查找算法(顺序查找、插入排序、冒泡排序、堆排序、快速排序)进行实验比较,计算出平均比较次数、平均移动次数及执行时间。由程序自动计算.-Randomly generated integers integers n = 100,200,300,1000,2000 co-exist in the array r [1 .. n] in. On the main search algorithm (th<侯健> 在 2025-07-04 上传 | 大小:17kb | 下载:0