资源列表
数据统计源代码
- 设BUF数据区中n个无符号字节数,试计算这些数之和,并以以下形式显示:d0+d1+…+dn-1=S 其中di为第i个数的十进制表示,S为和值的十进制表示。编写程序,要求将十进制数的显示使用子程序SUB1实现,求和工作用子程序SUB2实现。上机调试程序,检查程序正确性,BUF data area located in the n-byte unsigned number, the number of test and calculation of these and the following
li
- c语言实现的数据结构中线形表的应用,包括二叉树结点的插入,删除,查询等-c language data structure in binary tree of applications, including binary tree node insert, delete, query, etc. -XIANXINGBIAOYINGYONG
haifumanshu
- 任务 :建立最优二叉树函数 要求:可以建立函数输入二叉树,并输出其赫夫曼树 在上交资料中请写明:存储结构、 基本算法(可以使用程序流程图) 、输入输出、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;
tanxin
- 算法分析中的贪心算法,希望对学习的同学有所帮助。-Algorithm Analysis of greedy algorithm, and they hope to help students learn.
bahuanghouwenti
- 八皇后问题,用vc编写了一个可以解决八皇后问题的程序,实现了递归调用。-The eight queens problem, using vc write a means of solving the eight queens problem program to achieve the recursive calls.
queen
- 对N皇后问题进行优化,可以在较短时间内计算出皇后排列方法的个数-Optimized for N queens problem, you can calculate the Queen in a relatively short period of time means the number of ordered
Minimum-spanning-tree
- 这是数据结构中的最小生成树的实现方法。通过运行可以得到最小生成树。-This is the data structure is the realization method of minimum spanning tree. By running can get minimum spanning tree.
hash
- 实现哈希查找的功能实现,具有的实际应用价值-Hash lookup function to achieve realization of a practical value
priority_queue
- 优先队列的使用使用优先队列,首先要包函STL头文件"queue",以一个例子来解释吧(呃,写完才发现,这个代码包函了几乎所有我们要用到的用法。-The use of priority queue using a priority queue, we must first package the letter STL header file "queue", an example to explain it (uh, finished only to find the code package l
dfs-final-tidai
- 深度优先遍历,可以求出图中任意一点出发遍历整个图的路径-depth first search
MMSE
- 基于MMSE准则的预编码仿真性能,分析了预编码的误码率取消走势-Precoding performance simulation based on MMSE criterion
The-most-architectural-sequence
- Java实现最大子序列问题,算法导论实验三-Java implementation of the maximum subsequence problem, algorithms, Introduction to Experimental