-
程序
说明: 基于稀疏阵列构造的虚拟子空间进行DOA计算(DOA calculation based on virtual subspace constructed by sparse array)
- 2020-11-14 19:09:44下载
- 积分:1
-
基于c++的智能扫地机器人路径选择的算法
基于C++语言的路径规划算法研究,对学习机器人路径规划有帮助!(The path planning algorithm based on C++ language is helpful to the path planning of learning robot.)
- 2020-09-12 19:08:00下载
- 积分:1
-
理论考试程序,可以自由下载,学习,请多多指点,批评
理论考试程序,可以自由下载,学习,请多多指点,批评-Theoretical examination procedures, are free to download, study, please advice, criticism
- 2023-02-11 02:20:04下载
- 积分:1
-
copula_functions
利用极大似然估计估计出copula函数参数后,求解常见的copula函数的对数似然值。(After estimating the parameters of the copula function by using the MLE, the log likelihood values of the common Copula Functions are solved.)
- 2020-09-27 21:07:46下载
- 积分:1
-
cJSONFiles
JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1
-
altera_pcie
Altera PCIE docuemntation
- 2018-08-14 16:30:51下载
- 积分:1
-
matchman
火柴人对打游戏的文件配置,说明,源代码等等,内容非常丰富啊(Matches people fighting game configuration files, description, source code, etc., the content is very rich ah)
- 2007-09-17 21:11:43下载
- 积分:1
-
EEMD
简单EEMD算法实现对信号的分解,附加说明文件。(Simple EEMD algorithm decomposes a segment signal with a description file.)
- 2019-03-26 16:39:21下载
- 积分:1
-
SPA_decode
说明: LDPC软判决译码:和积算法的matlab代码。(LDPC soft decision decoding: matlab code of sum product method.)
- 2020-04-14 22:06:20下载
- 积分:1
-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1