资源列表
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
tong11
- 用桶式散列实现一个存储在磁盘中的数据库。 每个记录长128字节,其中4个字节是关键码, 120个字节是数据,其余4个字节存储必要的信息以支持散列表。 已测试通过,此系统支持记录的插入、删除和检索。-bucket used to achieve a hash stored in the disk database. Each record length of 128 bytes, which is a four-byte key code, 120 bytes of data,
mazexy
- in.txt是存放迷宫矩阵的读入文件。 in.txt文件中间的第一行的第一个数是迷宫的行数,第二个数是迷宫的列数。 从第二行开始都是迷宫矩阵。 注: 1)“0”是通路,“1”是挡板; 2)可以任意更改数据,但是迷宫的行数和列数一定要在第一行中正确标明; 3)每个迷宫数据之间有1个空格,两行之间没有空行; 4)in.txt跟puzzle.cpp一定要放在同一个目录下。 -in.txt maze matrix was deposited into the docume
SaveImage
- saveimage c#中sqlserver2000中保存图片.-saveimage c # sqlserver2000 preserved photographs.
controltools
- 用Visual C#动态生成组件源代码;一共不到4K但是很好用-Visual C# components dynamically generated source code; However, a total of less than 4K good use
WebValidateCode
- 用C#通过GDI+开发生成验证码程序,可学到在.net下图形编程-C# development through GDI generate authentication code procedures can be learned in. Net graphical programming
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
校园导航系统的两个代码
- 两个程序写的都不错,都是专业认识编写的。很值得学习和借鉴的哦 -two procedures are well written and are prepared by professional knowledge. Very worthwhile to learn from the oh
顺序栈和链栈的上机实验报告
- 高校实验上机报告模本,内容不错,值得借用和使用。-college laboratory report on the mode of the machine, as well, it is worth borrowing and use.
大一计算机实习之通讯录的代码
- 大一下学期末计算机实习的一个关于通讯录的代码,包含各种操作,如查询、删除、增加等-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
二叉树,图,排序,查找代码
- 二叉树,图,查找,排序的几个代码,用c 写的,能运行。不错的程序哦!-binary tree, map, locate, sort of several code used to write c, can run. Good procedures Oh!
分配回收
- 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分