-
insertion_sort
Program to carry out insertion sort in C
- 2014-10-05 05:53:26下载
- 积分:1
-
Processorscheduling
用优先级判断的处理器调度模拟程序,程序运行时间结束后结束。(Used to determine the priority of processor scheduling simulation program, after the close of the program is running.)
- 2013-12-03 23:24:30下载
- 积分:1
-
LPH_display4_V01
Code for AVR 8Bit microcontrollers to interface Siemens S65 cellphone display via SPI interface. Needs avr-*-gcc cross compiler.
- 2009-06-09 07:10:36下载
- 积分:1
-
PCA
主成分分析 ( Principal Component Analysis , PCA );特征脸;opencv(Principal component analysis (Principal Component Analysis, PCA) characteristic face opencv)
- 2014-05-11 19:04:51下载
- 积分:1
-
mysimple
SIMPLEX ALgorithm implementation using matlab....this is currently working code
- 2011-10-10 14:09:19下载
- 积分:1
-
calculateflow_BX_Final
电力系统潮流计算,基于BX快速解耦算法,对IEEE14节点标准拓扑网络进行检测,能够正确快速地计算出结果。(Power flow calculation based BX fast decoupled algorithm, IEEE14 standard topology network node detection, able to correctly calculate the results quickly.)
- 2013-05-24 15:59:57下载
- 积分:1
-
mnote-carlo
Matlab code for cell range calc using montecarlo
- 2009-05-31 19:00:44下载
- 积分:1
-
linear-simultaneous-equations
线性方程组LU分解直接解法,GS迭代、夹克比迭代、SOR迭代等Matlab代码(linear simultaneous equations)
- 2010-12-03 14:29:51下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
DFS
Depth fast search c programming
- 2015-03-13 03:51:04下载
- 积分:1