搜索资源列表
fs
- 用于列出一个目录下的所有文件(附过滤器),另外提供FUNCTION可列出嵌套的多个目录下的文件,非常有用,对于列举文件系统-PHP code used for list file system directory, very useful for more than one dir files content list
managementsystem
- c语言数据结构学年设计,学生成绩管理系统,源程序+txt文件,方便使用。-c language data structure of school design and student achievement management system, source code+ txt file, easy to use.
gupiao
- 股票信息系统的 1、基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名称查找,并显示该记录。 (4)代号的排序 按代号的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该记录是否存在)。 (7)按关
huffman
- 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. 基本要求:一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -Section for any input in Eng
5901f92db5a9
- 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的赫夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的赫夫曼树将文件CodeFile中的代码进行译码,结果存入文件Textfil
DSDemo
- 数据结构算法源码. 双击演示系统应用程序文件“DS_VC_ALGO.EXE”启动演示系统. 除了个别算法之外,演示系统给出了《数据结构》(C语言版)书中算法对应的程序代码(CPP文件)和测试运行程序(VC++6.0的EXE文件)。-Data Structure Algorithm source code. Double-click the demo system application files " DS_VC_ALGO.EXE" Start presentation
volunteer
- 本系统为一个用c语言开发的程序代码,是用来记录志愿者报名系统的。主要是用链表实现的。并且使用了文件的部分功能。能完成插入,删除,显示等等功能。比较完备。-The system is a development program using c language code is used to record the volunteer registration system. The list is mainly used to achieve. And use a portion of the f
hoffman-encodeadecode
- 数据结构与算法的一个课程设计,内含实验报告。主要功能有: 用户可以执行的的功能有: (1)---选择读取某个源文件由系统解析建立哈夫曼树 (2)---手动输入字符集及其权值信息建立哈夫曼树 (3)---打印字符集的哈夫曼编码到屏幕 (4)---选择某个文本文件进行编码 (5)---选择某个代码文件进行译码 -Data structures and algorithms, a curriculum design, containing experimental r
Traffic-Advisory-System
- C语言编写的全国交通咨询模拟系统,文件包含最好用最全的源码,是本人编写的数据结构课程设计的代码。-National Transport Advisory analog system written in C language, the file contains the best and most complete source code I write the data structures course.
Bankers-algorithm
- 计算机操作系统实验。用c++编写的银行家算法程序,内附运行截图。运行时将源程序直接复制粘贴到编译器,保存为.cpp文件即可。-Computer operating system experiment. Written by c++ bankers algorithm, enclosing run shot. Runtime copy and paste the source code to the compiler directly, save it as a. Cpp file.
Loan-Application-System
- 将文件直接用vc6.0打开就可以。 该代码是华为培训2016年6月份培训材料。是贷款申请系统,这是我个人的代码-The file can be opened directly by vc6.0. The code is Huawei training in June 2016 training materials. Loan application system, this is my personal code