资源列表
GRBL-0.9j-for-STM32-master
- GRBL-0.9j-for-STM32-masterGRBL-0.9j-for-STM32-master
Heterogeneouslists
- 一个用c程序语言编写的异质链表文件,测试完善-a c programmed list
MySort
- 6种内部排序算法的比较,并输出比较和交换次数结果-6 Comparison of the internal sorting algorithm, and the number of output compare and exchange results
TreeArry
- 该程序实现了树状数组,树状数组在求累加等问题时有很高的效率-The program tree array the tree array seek issues such as cumulative high efficiency
zuhe
- c++算法,输入一组数,可输出其所有组合-put out all assembly
BatAlgorithm
- Bat algorithm Source
josephus
- josephus算法的C++实现,是具体数学中一种很重要的数学思维-josephus algorithm in C++, is the specific mathematics in a very important mathematical thinking
416561
- 关于留型方面的文章很适合于机器学习领域初学者使用()
Pattern-matching
- 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm
huofumanbianma
- 对一段文字实现霍夫曼编码,并输出编码后的数据段,也可恢复至未编码的文字-Huffman code for a text to achieve, and output the encoded data segment, can be restored to not encoded text
addressbookmanagementsystem
- C语言数据库课程设计,通讯录管理系统的实现,利用链表数据结构操作,有完整的报告和帮助文件!-The realization of C language database curriculum design, address book management system, using the operation of the linked list data structure, complete reports and help files!
beibao
- 背包问题是经典的数学问题,很多问题都可以转化为该问题而解决,希望该程序对你有所帮助。-Knapsack problem