资源列表
newtns
- Newton method for solution of non-linear equations in C
dic
- 字典树算法 算法描述为:由字母a~z所组成的字符串的一个集合中,各个字符的长度之和为n。设计一个O(n)时间的算法,将这个集合中所有字符串依字典进行排序。注意,这里可能存在非常长的字符串
Kruskal
- 按克鲁斯卡尔(Kruskal)算法思想,编制一个寻找最小生成树的完整的程序。
迷宫END
- 利用C语言实现迷宫算法。 利用随机函数生成迷宫,并显示所有路径!-use C language maze algorithm. Using random function generator maze, and that all paths!
adsfawerwaer
- 数据结构循环队列的实现 实现用指针的删除查找功能 性能良好-Circular Queue data structure realize the delete using the search function pointer in good
bracketmatch
- 检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
low_pass_filter
- Circle through three points is a simple mathematical program in C
C-P-P-circular-queue
- 完整的一段C++的循环队列实现,有详细的注释-Complete a section of C++ circular queue implementation, with detailed comments
graph
- 数据结构--图的相关操作java实现,图的深度遍历和广度遍历。-Data structure-a figure related operations Java implementation ,The depth of the graph traversal and breadth traverse
ex
- (1)一个包含10个元素的数组,已按升序排序,输入一个任意的整数,将该整数插入数组中,使数组元素仍保持升序排列。 要求编写一个通用的插入排序函数InsertSort,它带有三个参数,第一个参数是含有n个元素的数组,这n个元素已按升序排序;第二个参数给出当前数组中元素的个数;第三个参数是要插入的整数。该函数的功能是将一个整数插入到数组中,然后进行排序。另外还需要一个用于输出数组元素的函数Print,要求每一行输出5个元素。 (2)编程求下列两个矩阵的加法(结果矩阵的元素值是这
wuziqi105
- 自己用C语言写的五子棋,希望学C的朋友能加我QQ,一起学习。QQ:411070087-Written in their own language with C Gobang, want to learn C, a friend can add me QQ, learn together. QQ: 411070087
统计单词个数C语言算法
- 输入一行字符,计算该行字符中包含多少个单词,单词之间用空格分隔开。
