搜索资源列表
PSP01
- 代码行统计工具,作为psp0.1的课程作业,可以计算代码的行数,注释的行数-Lines of code statistics tools, as courses psp0.1 operations, can calculate the number of lines of code, note the number of rows
StudentManager
- 学生信息管理系统:功能包括学生信息添加,信息统计,信息排序等功能。是初学者很好入门代码。-Student Information Management System: Functional, including students add the information, information statistics, information sorting and other functions. Is a good entry code for beginners.
Scodestatistics
- 源代码行数统计器 可以统计代码的行数 字数-Source lines of code statistics can figure the number of lines of code statistics
Lines-of-code-statistics
- 功能:统计出总行数、代码行数、空行数、注释行数 并给出代码的质量检测-Function: Head statistics of the number of lines of code, the number of blank lines, comment lines And gives quality testing code
Huffman-Tree
- 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu