资源列表
hh
- debug 码字-debug code word
uui
- 简单的DOS命令 ping,arp等,无聊时候做的-Simple DOS command ping, arp, etc. do when bored. . .
lcs
- Longest Common Subsequence Problem. Solution both Iterative and Recursive.
E_TimeMoM
- 时域矩量法,基于显示时间步进的matlab算法 主函数-Time-domain moment method, based on the time step shows that the main function of the matlab algorithm
MBPX
- 冒泡排序在程序开发中,是必不可少的一种程序写法。-Bubble Sort procedure development, is essential for formulation of a process.
Ad_ascii_179-220
- Show extended ASCii characters 0-255 in console window
PiSolution
- 多核架构编程:利用临界区多线程并行求PI值 只有C++文件 多核作业-Multicore programming: the use of the critical region is multi-threaded parallel seek the value of PI C++ file
interation
- 用面积累加的方法求解积分函数的结果,可以自由的输入积分上下限,以及分割段数-The results accumulated by the area method for solving integral function, you can enter upper and lower limits of freedom points, and the number of divided segments
p1-60
- 链表,递归结构,结构指针变量,将链表数据从尾到头打印出来-List, recursive structure, the structure pointer variable, data the end of the list printed Daotou
SketchPad
- SketchPad is a sample of an html 5 sketchpas with save to image
case32
- 2. 对于一个给定的n*m的矩阵,矩阵中的每个元素aij均为非负整数。游戏规则如下: 1)每次取数时须从每行各取走一个元素,共n个。m次后取完矩阵所有元素; 2)每次取走的各个元素只能是该元素所在行的行首或行尾; 3)每次取数都有一个得分值,为每行取数的得分之和,每行取数的得分 被取走的元素值*2i,其中i表示第i次取数(从1开始编号); 4)游戏结束总得分为m次取数得分之和。 对于任意矩阵,可以求出取数后的最大得分 -2 for a given n*m matrix,
滤波及线性拟合算法
- 高通、低通滤波算法,及线性拟合算法C#源码