资源列表
motionComp
- this is used to find motion compensation. this is matlab code
xhjz
- 打印如下形式的矩阵; n=5: 1 2 9 10 25 4 3 8 11 24 5 6 7 12 23 16 15 14 13 22 17 18 19 20 21 n=6: 1 2 9 10 25 26 4 3 8 11 24 27 5 6 7 12 23 28 16 15 14 13 22 29 17 18 19 20 21 30 36 35 34 33 32 31 看看1,2,3,4,5,6,7的序列。则可以看出,他们的排列几乎
JosephProblem
- 编号为1,2,3,4…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数). 一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m 时停止. 报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数, 如此下去,直到所有人全部出列为止. 编程打印出列顺序." -Joseph Problem
quantise
- perform adaptive quantisation of the parameter in Implementation of the g.721 adaptive quantiser of P.188 "Digital Compression for Multimedia"
EditDist
- 计算机算法设计与分析(王晓东):动态规划实现字符串编辑距离-Design and analysis of computer algorithms (Xiaodong): Dynamic Programming string edit distance
test
- 定义一个date类如下: class Date { public: void SetDate(int y,int m,int d) void IsLeapYear() private: int year int month int day } 要求: (1)编写SetDate(int y,int m,int d)函数,实现对象中数据成员的设置; (2)编写IsLeapYear()判断该年是否是闰年。 -Define a
maopao
- 可以实现简单的 排序功能 部分原创-Simple sorting function can be part of the original
CPUspeed
- 这段代码可以测CPU速度,所得数据越小,速度越快-This code can detect CPU speed, the data smaller, faster
agrinet
- USACO agrinet 题解,农民约翰被选为他们镇的镇长!他其中一个竞选承诺就是在镇上建立起互联网,并连接到所有的农场。当然,他需要你的帮助。 约翰已经给他的农场安排了一条高速的网络线路,他想把这条线路共享给其他农场。为了使花费最少,他想铺设最短的光纤去连接所有的农场。 你将得到一份各农场之间连接费用的列表,你必须找出能连接所有农场并所用光纤最短的方案。 每两个农场间的距离不会超过100000 -USACO agrinet problem solution, Farmer John, was
sfun_PV_array_MPPT
- 具有最大功率点跟踪功能的光伏电池,采用matlab编写,可以用于光伏系统的仿真实验-pv battery with mppt function, written under matlab,it can be used in pv system simulation
cputime_use
- matlab中cputime函数与进度条联合使用示例-matlab in cputime function used in conjunction with the progress bar example
dclf
- DC load flow 1 DC power flow is a simplification of a full power flow looking only at active power flows.