资源列表
ProjectsB
- 大学二年级计算机科学与技术专业常用的程序。 不保证一定编译通过。 但是算法思想正确。 第二部分。-Sophomore computer science and technical expertise commonly used procedures. Does not guarantee compile. But the algorithm correct thinking. The second part.
cpp_algoritmo_prim_dijkstra
- Implementacion del ALgoritmo Dijkstra
Linked-list
- 较为全面的链表的链表的部分基本操作和链表的倒置,适合数据结构初学者-A more comprehensive list of list of some of the basic operations and the inverted list for data structures for beginners
InsertSortApp
- 插入排序算法 , 使用Java语言实现,-insert sort alogrism
BubbleSortApp
- 冒泡排序算法, 该算法使用Java语言开发-bubble sort alogrism
SelectSortApp
- 选择排序算法, 使用Java语言开发; -selection sort alogrism
BinarySearchApp
- 二分搜索算法, 使用Java开发; -bi-search alogrism
BinSearch
- 数据结构二分查找算法源代码,标准头文件模板实现-Data structure binary search algorithm source code, the standard header file templates
1
- 编写程序将一副牌随机发给4个玩家,对玩家手中的牌按花色和点数进行排序后显示发牌结果。-Programming will be a card randomly distributed to four players, the player' s hand sorted by color and number of points displayed after licensing the results.
1
- 方差分析 和 回归分析 程序代码 可以用 课程设计 可以下载 -Analysis of variance and regression analysis program code can be download curriculum design
wendingxing
- 数值分析 稳定性实验 可以下载 课程设计-Numerical stability test can download curriculum design
Maze
- 以一个m n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论-A m n matrix that long labyrinth of 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the maze, find a pathway from the
