资源列表
十进制数转换为十六进制数的源代码
- 用C语言写的一个很好的十进制数转换为十六进制数的源代码。,Using C language to write a good decimal number converted to hexadecimal number of the source code.
杭州电子科技大学ACM-OJ系统的部分代码
- 杭州电子科技大学ACM-OJ系统的部分代码,对学习数据结构还有算法很有帮助,Hangzhou University of Electronic Science and Technology ACM-OJ part of the system code, data structure of the learning algorithm was also very helpful
rs.rar
- rs纠错算法,详细介绍了RS编码和解码的过程,以其对大家有所帮助,rs error correction algorithm, described in detail RS encoding and decoding process, and its help for all of us
datastructurePPT.rar
- 数据结构严蔚敏版本的数据结构PPT。内容详细,每个算法都有详细演示。,Data Structure YAN Wei-min version of the data structure of PPT. Details, each algorithm has a detailed presentation.
二叉查找树的创建、查找、插入和删除
- 二叉查找树的创建、查找、插入和删除 问题描述:运行时产生若干个随机整数,依次插入到一棵初始为空的二叉查找树中,并能在其中查找、插入、删除指定的整数。,Binary Search Tree to create, find, insert and delete the problem descr iption: run-time generated a number of random integers, followed by insertion into an initial empty bi
TheBottomofaGraph.tar.gz
- ACM题解:The Bottom of a Graph 求图的强连通分量的好例子,ACM problem solution: The Bottom of a Graph a good example of graph of strongly connected components
knn.rar
- k-nn算法实现分类,模式识别作业,分三类,75个训练集,25个测试集,输出对测试集分类的结果,k-nn classification algorithm, pattern recognition operations are classified into three types, 75 training sets, 25 test set, the output of the test set classification results
用分治法求第k小元素
- 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 输出:针对每一组输入,输出一个结果,每个结果占一行。 例如: 输入 5↵ 123↵ 12↵ 1↵ 3↵ 4↵ 4↵ 输出: 12 ,Separation method using the first k elements in small
数据结构源代码系统
- 数据结构源代码系统 [1]-线性表子系统 [2]-停车场管理系统 [3]-二叉树子系统 [4]-图子系统 [5]-查找子系统 [6]-排序子系统 [7]-退出系统,Data structure source code system [1]- Linear table subsystem [2]- the car park management system [3]- Binary Tree subsystem [4]- map subsystem [5]- Find sub-system [6]
include.rar
- 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 ,tree
yinhangmoni.rar
- 此为一银行业务模拟系统,用队列数据结构实现。计算客户在银行呆的总时间,然后计算平均时间,This is a banking simulation system realized with a queue data structure. Computing customers the total time spent in the bank, and then calculate the average time
helmholtz
- 求解二维亥姆霍兹方程的fortran程序,包含网格文件。-Fortran two-dimensional Helmholtz equation solving procedures, including the grid file.