资源列表
[C#编程] Rs232-CSharp
说明:This class provides all the necessary support for communicatingwith the Comm Port (otherwise known the Serial Port, or RS232 port).IDE:VS.NET2003<任绘锦> 在 2008-10-13 上传 | 大小:6.38kb | 下载:0
[C#编程] controltools
说明:用Visual C#动态生成组件源代码;一共不到4K但是很好用-Visual C# components dynamically generated source code; However, a total of less than 4K good use<ly> 在 2008-10-13 上传 | 大小:4.21kb | 下载:0
[C#编程] WebValidateCode
说明:用C#通过GDI+开发生成验证码程序,可学到在.net下图形编程-C# development through GDI generate authentication code procedures can be learned in. Net graphical programming<何顺华> 在 2008-10-13 上传 | 大小:31.73kb | 下载:0
[C#编程] shuju jiegou实验1
说明:《数据结构与算法》实验要求与指导,来自重点大学2005的一个实习内容。很不错的程序老师做的帮助同学更好的学习数据结构-"data structures and algorithms" experimental requirements and guidance from the university in 2005 as an attachment. The procedure is very good teachers do to help students learn b<张伟> 在 2008-10-13 上传 | 大小:18.35kb | 下载:0
[C#编程] 校园导航系统的两个代码
说明:两个程序写的都不错,都是专业认识编写的。很值得学习和借鉴的哦 -two procedures are well written and are prepared by professional knowledge. Very worthwhile to learn from the oh<张伟> 在 2008-10-13 上传 | 大小:5.93kb | 下载:0
[C#编程] 顺序栈和链栈的上机实验报告
说明:高校实验上机报告模本,内容不错,值得借用和使用。-college laboratory report on the mode of the machine, as well, it is worth borrowing and use.<张伟> 在 2008-10-13 上传 | 大小:6.51kb | 下载:0
[C#编程] 大一计算机实习之通讯录的代码
说明:大一下学期末计算机实习的一个关于通讯录的代码,包含各种操作,如查询、删除、增加等-big learning about the end of a computer attachment on the inclusion in the code, including various kinds of operation, such as inquiry, delete, increased<张伟> 在 2008-10-13 上传 | 大小:2.22kb | 下载:0
[C#编程] 二叉树,图,排序,查找代码
说明:二叉树,图,查找,排序的几个代码,用c 写的,能运行。不错的程序哦!-binary tree, map, locate, sort of several code used to write c, can run. Good procedures Oh!<张伟> 在 2008-10-13 上传 | 大小:6.82kb | 下载:0
[C#编程] 分配回收
说明: 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分<王阳> 在 2008-10-13 上传 | 大小:14.96kb | 下载:1