资源列表
hhouse
- hyperbolic Householder transformation的功能类似于Householder transformation,其作用是将被变换向量映射成双曲模与之相同的其它向量。其应用之一是快速QR分解。
SimpleMaze007
- 迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。-maze of another solution. The algorithm is simple, practical and readable study is recursive and backtracking good example.
queen
- 运用回溯法解决8皇后问题,进而可以使用本方向推广到N皇后问题。-The use of backtracking to solve 8 queens problem, in turn, can be extended to use the direction of N Queens problem.
shijuzhenchengfa
- 用于计算两矩阵相乘,在程序运行时输入矩阵A,B的行列数-Used to calculate the two matrices in the program to run when the input matrix A, B the ranks of a few
zhongxubianli
- 中序遍历源代码,方便查询,可以自行更改,逻辑性强-Ergodic source code in order to facilitate inquiries, you can make changes
GRKT10
- 最常用的四阶龙格—库塔法求解一阶常微分方程的C语言实现方法-The most commonly used fourth-order Runge- Kutta method for solving a first-order ordinary differential equations of the C language implementation method
doublelist
- A program to do various functions in doubly linked list such as insertion from beginning and end
zuiduanludesuanfa
- 8.4.1利用邻接矩阵的网络最小生成树算法-8.4.1 use of the network adjacency matrix algorithm for minimum spanning tree
cutcake-c
- 切蛋糕c语言实验源码,内容为:一个矩形蛋糕,长宽都是正整数,要求用户输入蛋糕的长和宽,并且由用户决定切分成多少块,编写一个函数求怎样切割使得最大的那一块面积最小,并输出最大的那一块的面积。-Cut the cake experiment c language source code, content: a rectangular cake, length and width are positive integers, requiring the user to enter length and
exp3-6
- 病人排队看病,功能1:排队 2:就诊 3:查看排队 4.不再排队,余下依次就诊 5:下班 请选择- Patients line up to see a doctor, Function 1: Line 2: treatment 3: View queued 4 no longer line up, and the remaining followed by treatment 5: work Please select
hefuman1
- Huffman熵编码和编码效率,平均码长的源代码-Huffman entropy coding and coding efficiency, the average code length of the source code
transfersystem
- 题目会给你两个不同的数字,它们不属于同一进制,要求你计算出当它们分别处于何种进制之中时,两个数字相等。-Calculate system.
