资源列表
CPPname
- 学生管理系统,实现对学生学号.成绩等管理,对初学者很实用。-Student management, students learn number performance management, very useful for beginners.
2
- 设计算法实现删除顺序表中多余的重复元素,如 对于顺序表(1,2,3,3,3),删除第第四和第五个-Design algorithm to remove redundant elements in the sequence tablesuch ,as the sequence table (1,2,3,3,3), delete the fourth and fifth
AI-project-go_pass_river
- 经典AI案例《野人与传教士过河问题》,通过建立简约且完备的数学模型,采用顺序检索遍历所有节点,找出最终解决方案。-Classic AI case "savage and preachers across the river", through the establishment of the contracted and complete mathematical model, the order of retrieval traverse all nodes, and find out the
abc
- 线性回归算法,用C语言实现,非常简单实用-this is a math funtion
rank
- 实现带头结点的链表按照从小到大的顺序的排序,用c语言编写的-Take the lead in the linked list of nodes in accordance with the small to the large order of the sort
tree
- 实现二叉树的建立,以及先序,后续,中序的递归和非递归遍历-The establishment of a binary tree, and the first order, follow-up, in order recursive and non recursive traversal
datastruct
- 一些数据结构的源码,自己写的,c c++,有注释-some data struct write by c/c++, have comment
MILLER_RABIN
- MILLER_RABIN随机算法,计算100000之200000之内的素数,测试生成个数和具体数。-MILLER_RABIN,probobility algorithm,used to test the sushu in 100000 to 200000
Linked-list
- 这是一个顺序链表的实现,包括了链表的建立、插入/删除元素、打印操作-This is an order linked list implementation, including the establishment of the list, insert/delete elements, the print operation
sort
- 该文件主要写了几种重要的排序方法,例如冒泡排序,选择排序,堆排序-the kind of sort
Greedy
- 采用贪心算法解决了“田忌赛马”的类似问题-Greedy algorithm to solve the problem of "Tian Ji s horse"
Dynamic
- 采用动态规划算法解决了“田忌赛马”的类似问题-The dynamic programming algorithm to solve the similar problem of "Tian Ji s horse"
