资源列表
Gauss
- 用Gauss法来直接解方程组的c程序,简单实用-use Gauss law to solute the linear equations
6GJDN
- 用全选主元高斯—约当消去法求解实系数方程组-Select All PCA with Gauss- Jordan elimination method to solve real coefficient equations
greedy
- 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
CODAPE~1
- RLE encoding using C++ language
BiTree1
- 建立一个二叉树 统计叶子结点
CJC_DictS
- 最短路径优先算法,代码简洁可靠。。欢迎大家提出宝贵意见哈-Shortest path first algorithm, the code simple and reliable. . Welcome to Kazakhstan for their valuable comments. .
schmidt_toeplitz
- 根据施密特正交化过程,编辑的代码,内有中文注释,将多组向量进行正交化 代码2:托普利兹矩阵(差分矩阵)的实现-schmidt orthogonalization. transform the vectors to orthometric vectors
Hanoi
- Hanoi塔问题求解,输入盘子的个数,显示运行的 过程-Towers of Hanoi problem-solving, enter the number of plates, showing the process of running
handout-files
- 实施第一类你必须使用一个链表来实现这些队列的方法,并队列增长到任何需要的大小。你执行第二类必须使用数组来实现这个队列类。该数组的大小应该是10,永远不会改变。 要实现第一个队列,你可以使用通用的节点类。第二个队列,必须使用一个固定大小的数组来实现。 您还必须建立一个主要的方法,使用户可以进入队列的字符串,获取和打印队列的头部(输入命令“poll”)的字符串,插入一个空值(命令“null ”),或退出程序(命令“quit”)。由用户输入的任何其他字符串应插入到队列中,通过调用该要约方法
Array-of-file
- 数组文件 四川大学 大一下学期 单元作业-Array of file
aPaaPaaaP....
- 求s=a+a aa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。 1.程序分析:关键是计算出每一项的值。 -S = a+aa+aaa+aaaa+aa ... a required value, wherein a is a number. For example 2+22+222+2222+22222 (In this case the number of the sum total of fi
Knapsack-problem
- 假设有一个能装入总重量为T的背包和n 件重量分别为W1,W2,W3,...,Wn的物品。编写算法从n件物品中挑选若干件恰好装满背包,即使得Wi1+Wi2+...+Win=T.(W旁边的字符皆为角标)。要求找出满足条件的所有解。-Suppose there is a load of T of the total weight of W1, N, W2, W3, Wn. Algorithm is compiled n items selected several pieces just loade