-
Agenda
An Agenda for contacts
- 2014-08-20 17:37:24下载
- 积分:1
-
Markov-Chain-Monte-Carlo)
基于马尔可夫链的蒙特卡洛方法在matlab中的实现程序(Based on markov chain monte carlo method is implemented in the matlab program)
- 2021-02-27 00:29:37下载
- 积分:1
-
The-PC-mouse-code
对想了解pc控制鼠标指针的源码的人有帮助,包括windows调用了那些函数,用了那些库文件等。(Would like to know the source pc control the mouse pointer to help people, including those functions called windows, with those library files.)
- 2013-12-08 12:15:20下载
- 积分:1
-
feige
install code to the document,and replease ,make project
- 2007-11-14 10:47:46下载
- 积分:1
-
GoertzelAlgorithm
关于在MATLAB上产生DTMF信号以及对DTMF的监测(On MATLAB to generate DTMF signals and the monitoring of DTMF)
- 2011-01-05 10:33:27下载
- 积分:1
-
Matlab
暑期matlab大作业
通信系统仿真大作业(Summer matlab great job communication system)
- 2013-12-21 19:31:58下载
- 积分: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
-
cfar
MATLAB雷达检测CFAR.这是CA-CFAR程序。里面包含所需要的函数和数据文件。(This is simple cell-averaging lead/lag CFAR.)
- 2021-04-27 13:58:45下载
- 积分:1
-
mathmatic-MATLAB
说明: 高等应用数学问题的MATLAB求解高等应用数学问题的MATLAB求解(Advanced application of advanced mathematical problem solving application of MATLAB MATLAB to solve mathematical problems)
- 2011-04-17 22:53:44下载
- 积分:1
-
Graph-algorithm
图论算法及其对应的matlab源代码,可以当做练习教材使用,其中主要包含了网络最大流等(Graph algorithm and its corresponding Matlab source code, can be used as practice materials to use, which contains a maximum flow in networks)
- 2012-06-02 10:37:54下载
- 积分:1