搜索资源列表
源代码统计
- 不说了,太经典了,统计你的程序有多少行代码,注释行为多少、空白行为多少等等,支持c,h,cpp等等文件-not, a classic too, statistical procedures you how many lines of code, how many acts of Notes, how much blank acts, support c, h, cpp file, etc.
cfile
- 该代码可实现简单行编辑程序例,串操作应用举例,实现串的存储管理
Search_engine
- 300行代码打磨自己的搜索引擎myso。很景点的一个搜索源程序。
tree_algorith
- 这次上传的是线性链表的存储结构与基本操作的实现的代码.这是从课程设计里拿出来的不知道行不行
taosheng
- 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中
data
- 针对函数代码行符号、字母等进行计算统计的数据结构算法-Lines of code for the function symbols, letters and other statistical data to calculate the structure of algorithm
Cover_board
- 棋盘覆盖问题,,算法中分治法的一个好例子,代码不到100行啊-Chessboard coverage, distributed algorithm for treatment of a good example of the code less than 100 lines ah
queen
- 八皇后问题串行算法,可递推n皇后问题 C代码-eight queen question code
C51code
- 单片机C51典型应用设计代码:串行口、AD转换、lcd液晶显示、I2C应用、定时器时钟、综合应用-Typical C51 MCU application design code: serial port, AD converter, lcd liquid crystal display, I2C applications, timer clock, integrated application
selectionsort
- 选择排序法精讲,并附上代码,每行都有注释,很好理解。-Selection Sort Jingjiang, along with the code, each line has a comment, well understood.
Ed-hoffmann-decoder-
- 设计一个哈弗曼编译码器,功能如下: (1) 初始化:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存入文件hfmTree (2) 编码:利用已建立好的哈夫曼树,对文件中的正文进行编码,存入文件CodeFile (3) 译码:利用已建立好的哈夫曼树将代码进行译码;或对目标正文编码,存入文件TextFile (4) 印代码文件:50个每行,存入文件CodePrin (5) 打印哈弗曼树:t同时将字符形式的哈弗曼树存入文件TreePrint -Design a Ha
1
- 解决约瑟夫问题的巧妙程序,130行代码搞定!你懂得-Clever procedure to solve the problem of Joseph, 130 lines of code to get! You know
datastructrue
- 数据结构中一个统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并评定程序设计等级的实习报-Data structure in a statistical program code, comments and empty lines lines and the number and function of the average number of rows, and assess levels of training program design report
star
- 实现星三角形的程序代码,星逐行递增,文件包含两种算法。-Code to achieve star triangle, star gets incremented, the file contains two algorithms.
data-1
- 通过C语言将并行数据转换成串行数据的原始程序代码-Parallel data through the C language into the original serial code
Sudoku-dengqiong
- 数独~~1、嵌套循环(最简单的行代码就解出来一个解) 2、深度优先搜索(将数独作为树节点,建立深度优先搜索树,也是只解一个解) 还有关于这个的设计~~~ -Sudoku- ~ 1, nested loops (the most simple lines of code out a solution on the solution) 2, depth-first search (to Sudoku as a tree node, to establish the depth-fi
text
- 24点代码,加算法,有注释,用递归写的,效率还行-24-point code, plus algorithm, there are notes, written with recursion, efficiency okay
20116110167907
- 本程序可以计算出C++、C语言代码的有效行数,包括有效代码行数、注释行数、空白行数。 -The program can calculate the C++, C language code of the number of active lines, including the effective lines of code, comment lines, blank lines.
8-digit-BrandABound
- 广度优先搜索实现8数码问题,C语言实现,代码不长,不到三百行,仅供参考。-implemention of 8 digital problem by Breadth first search
8-digit-ClimbM
- 通过使用爬山法实现8数码问题,代码约三百行,仅供参考-Mountain climbing method to implement 8 digital problem