资源列表
creatlen
- 数据结构的程序,对于学习数据结构的学生会有帮助的。-The process data structure, data structure for the learning of students helpful.
Compute_To_24
- 有一种游戏叫“24点牌戏”,大家应该很熟悉,给出已知的4个整数,通过加减乘除四则运算符号和括号,使其结果等于24(也可以指定等于其他的),很适合学习算法的入门同学!-There is a game called " 24 point card game" , we should be very familiar with, given the known four integers, multiplication and division through addition and
2009B
- 蒙特卡洛模拟法是当系统中各个单元的可靠性特征量已知,但系统的可靠性过于复杂,难以建立可靠性预计的精确数学模型或模型太复杂而不便应用则可用随机模拟法近似计算出系统可靠性的预计值。随着模拟次数的增多,其预计精度也逐渐增高。由于需要大量反复的计算,一般均用计算机来完成。本文件用来求解医院排队论问题-Monte Carlo simulation when the system reliability characteristics of each unit volume is known, but th
DoubleList
- 写的一个双链表数据结构,希望能对你有用。-Write a double linked list data structure, hoping to be useful to you.
main
- 数据结构的入门问题之一,迷宫求解问题。具体要求是自定义迷宫,然后找到一条出路-One of the entry data structure, maze solving the problem. Specific requirements of a custom maze, then find a way out
Bitree
- 二叉树的相关操作,建立,前序遍历,中序遍历,后序遍历-Binary tree-related operations, the establishment of preorder traversal, inorder traversal, after traversing
Sorter
- My version of sorter (Visual Studio C++) +icon +compiled exe +listing +source
huffcode
- 哈弗曼编码的原程序代码,用于嵌入图像编码的源程序。-Havermann encoding the original program code, source code for the embedded image.
FIFO
- fifo调度 先来 先 服 务 程序-fifo yemiandiaoduchengxu
javasortingalgorithm
- 各种java排序算法实现,很详细的代码,插入排序、冒泡排序、快速排序、改进后的快排。。。等等常见排序算法的详细代码。-Java sorting algorithm
schooldaoyou
- 是数据结构的课程设计,对于初学者,有许多算法值得学习的,如栈的实现、最短路径等等。-Is a data structure course design, for beginners, there are many algorithms to learn from, such as the stack implementation, the shortest path and so on.
KSE1.0(SRC)
- 数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0
