资源列表
jocef
- 约瑟夫环的实现,在编程当中时常出现的,相信大家都有所了解的.
Crank-Nicolson_
- C-N解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。在循环中改变 a 的值以实现变系数. 该说明在压缩包是也有
fad
- 带权图的邻接矩阵输出!图的邻接矩阵存储(数组表示)、简单输出。
tu
- 数据结构,实现图的邻接创建和各种遍历遍历(中序,前序,后序)-Data structure, adjacent to the creation of implementation plans and a variety of traversal traverse (in sequence, the former order, after the sequence)
LHhuffman
- 数据结构中的哈弗曼编码,很有用哦,下载看看。-Ha Fuman encoded data structure, useful Oh, download to see.
c-hash
- c语言查找字符串的hash算法,几种经典的哈希算法参考-hash algorithm
BracketMatch
- 数据结构中的括号匹配的C++程序,用来检验输入的各种括号是否配对正确。-Data structure of the C++ brace matching procedures used to test whether the input of the various brackets match correctly.
Artificial-shuffle
- 模拟人工洗牌使用结构card 来描述一张牌,用随机函数来模拟人工洗牌的过程,最后将洗好的52张牌顺序分别发给四个人。 对每个人的牌要按桥牌的规则输出。即一个人的牌要先按牌的花色(顺序为梅花、方块、红心和黑桃)进行分类,同一类的牌要再按A、K、Q、J、…、3、2牌的大小顺序排列。另发牌应按四个人的顺序依次分发。 -Artificial shuffle
telephone
- 数据结构课程设计,电话簿,单链表。重点在于链表的使用。-Data structure curriculum design, telephone directory, a single linked list. Focuses on the use of linked lists.
recover-the-binary-tree
- 利用先序,中序遍历恢复二叉树 ,用兴趣的朋友可以看一下-Advantage of the preorder traversal restore binary tree, and interested friends can look at
string1
- 为提高处理效率,最简单的方法是重载赋值运算符,使之能够直接使用常规字符串-the use of string
aly
- 写出将一个无向图的邻接矩阵转换成邻接表的算法-Write an undirected graph adjacency matrix algorithm converts adjacency list
