资源列表
酒店管理系统源码(就是主页上的那个)
- 酒店管理系统源码(就是主页上的那个).rar酒店管理系统源码(就是主页上的那个).rar-hotel management system source code (on the home page is that). Rar hotel management system source code (on the home page is that). Rar
校园导游咨询系统
- 数据结构课程设计校园导游咨询系统源代码,描述导游咨询系统功能。-data structure design school curriculum guides advisory system source code, guides describe advisory system functions.
Csharp编程实例与技巧
- C#系列书籍、教程及源代码代码,收及国内所有的C#教程,对学习C#各个阶段的人都有适用的书籍。有:《ADO.NET专业项目实例开发》源代码、c#高级编程、23个设计模式Csharp代码、Csharp设计模式中文版代码、-Series C# books, tutorials and source code, or all of the domestic and C# Guide, to learn C# various stages of the people have applied to th
大学工资管理系统
- 这是一个用c#写的有关一个大学的教职工的工资管理系统-used to write c # 1 on the faculties of the University of salary management system
工控PID算法
- 上传的是PID算法,请大家详细的看看,分了好几章节来描述的-upload the PID algorithm, please detailed look at several chapters to describe the
PC声卡电能波形失真度测量仪
- 函数名称: DelayMS ** 功能描述: 长软件延时 ** 输 入: i : 延时参数,值越大时延时越久 ** ** 输 出: 无 ** 全局变量: 无 ** 调用模块: 无 ** ** 作 者: 叶皓贲-function name : DelayMS ** function descr iption : long delay software ** input : i : Delay parameters, the greater the valu
哈夫曼译码
- [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
C语言编译器的C源码
- 这是用VC做的一个小型C语言编译器,可以对一般C程序进行合适的编译.-This is done with VC of a small C language compiler, the general procedure for suitable C compiler.
convert2pdf
- C#实现的word转PDF程序,需要先安装Acrobat Profession.-C# word to the PDF procedures required to install Acrobat Profession.
实时绘制曲线平移(vb源码)
- 一款实时绘制曲线平移的vb源码,稍加修改就可以很好的移植到自己的实际工程项目中,节省大量开发时间。 文件包中附有可执行的EXE文件,可查看演示效果。