资源列表
MaxSum
- 用动态规划算法完成最大子矩阵和问题,是最大子段和问题向二维的推广。-Complete with a dynamic programming algorithm and the largest sub-matrix problem, the problem is the largest sub-segment and the promotion of the two-dimensional.
logPotenzieren
- Ein nettes Programm zum logaritmischen potenzieren
PEREGR
- Program for overloading functions and operators
333erett
- this is 3333 reeteee example-this is 3333 reeteee example..
GraphA
- 数据结构里关于有向图传递闭包算法求出两点间最短距离的部分资料-Data structure diagram on a transitive closure algorithm to find the shortest distance between two points some of the information
PrimNumJuge
- 素数-Prime number................................
2-70
- 实现把一个简单链表分裂成两个链表,使两个链表长度相等,或其中一个链表的结点数比另一个多1。思想:用两个指针p,h指向链表,初始时p指向表头结点,h指向第二个结点,然后p指针每次走一步,h指针每次走两步,这样当h走到表尾时,p正好走到中间,因此一个链表就是原链表中从头结点到p结束,另一个链表就是从p以后开始的链表。-Implement a simple list to split into two lists, so that the two lists of equal length, or o
zuoye
- 说明:修正的剑桥模型和剑桥模型,各种三轴实验。排水不排水,应力控制和应变控制都有。-Explanation: modified cam-clay model and Cambridge model, all kinds of triaxial test. Drainage not drainage, stress and strain are control control.
GuessNum
- 猜数字游戏,系统随机给出一个0到100的数,然后让用户去猜,最后计算出所猜的次数-Guess Numbers game, the system random given a 0 to 100 number, and then let the user to guess, finally calculated the number of guess
svdPicture
- 基于MATLAB的 SVD分解 图像分解 图像压缩 图像还原-SVD decomposition MATLAB-based image decomposition image compression image restore
minMGN
- 非线性最小二乘优化,结构简单,适合初学者-nonlinear least square optimization
counter
- implementation of a four bit counter in verilog