资源列表
joseph
- 1. 以单项循环链表存储结构模拟约瑟夫环问题。即编号为1、2、3…、n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。按出列顺序印出各人编号。 2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。
simple_migong
- 一个迷宫程序,数据结构复杂,有需要的可以下载研究,
pfys
- 用fortran 语言编写的平方映射的程序
pxtree
- 每一个参加排列的数据对应二叉树的一个结点,且任一结点如果有左(右)子树,则左(右)子树各结点的数据必须小(大)于该结点的数据。中序遍历排序二叉树即得排序结果。-Order to participate in each of the data corresponding to a binary tree node, and any one node if there is left (right) subtree, then the left (right) subtree of the data
HoffmanEncoder
- 用C语言实现数据结构中的哈弗曼编译器。可以求出n个字符的赫夫曼编码。建立函数输入二叉树,输出其赫夫曼编码。用户输入n个字符在电文中的使用频率(扩大100倍),并输入这n个字符,确定后系统给出这n个字符的赫夫曼编码。-With the C language data structures Havermann compiler. You can find the n-character Huffman encoding. The establishment of a function input b
sanyuanjuzhendejiafa
- 数据结构试验:三元矩阵的加法,描述三元矩阵的加法的算法,课增加其加减乘除的功能。-shuju jiegoude shiyan san yuan ju zhen de jia fa .
dxhg
- 调试通过的多元线性回归子程序,出入参数见程序中的说明-multiple linear regressions program
MatrixOperation
- 一些通用的矩阵计算 MatrixOperation.h 包含矩阵转置、求逆、相乘、相加减等通用操作 武汉大学.遥感信息工程学院.卢昊-Some common matrix calculation MatrixOperation.h contains matrix transpose, inverse, multiplication, addition and subtraction and other general operating
hashtable
- 哈希表的头文件,基本实现了哈希表的重要操作-the headfile of Hash
leinuo-solve-equation
- 水润滑轴承求解程序,采用有限差分法求解,需要的请下载-solve the leonuo equation
12
- 寻找最长公共子序列,用东太贵黄算法实现,算法导论课上的作业,可以直接使用-Find the longest common subsequence East expensive yellow algorithm implementation, and operating in the Introduction to Algorithms class, can be used directly
stereo
- This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below. writeWav.c It is compiled and executed as follows: > gcc -lm -lsndfile -o writeWav writeWav.c >
