-
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
-
Snake-source-code
本程序是一个贪吃蛇的程序,可以实现贪吃蛇游戏的基本功能(This program is a Snake' s program, you can achieve the basic functions of the Snake game)
- 2013-03-04 16:31:24下载
- 积分:1
-
Image_RandomForest _Classification
说明: 用决策树ID3算法写的MATLAB程序,实现对水下四类图像进行分类。(Using decision tree ID3 algorithm to write MATLAB program, to achieve the classification of underwater four types of images.)
- 2020-08-06 15:33:57下载
- 积分:1
-
聚焦高斯光束传输 matlab源代码 m文件
聚焦高斯光束传输时的模拟代码,输入出结果的一个程序(matlab Simulation of Gaussian Beam Focused by a Lens Using BPM)
- 2020-08-29 15:58:13下载
- 积分:1
-
模糊PID
说明: 二自由度机器人的模糊pid控制,效果跟pid控制差不多(The fuzzy PID control of two degree of freedom robot has the same effect as PID control)
- 2020-05-21 08:47:54下载
- 积分:1
-
1_BLDC电机控制算法
详细介绍了BLDC的六步控制算法以及矢量控制算法的实现方式。(The control algorithm of BLDC is introduced)
- 2019-01-07 09:58:48下载
- 积分:1
-
C++性能优化指南
说明: C++性能优化指南 (带目录高清版),pdf版本(C ++ Performance Optimization Guide (with catalog HD version), pdf)
- 2019-12-11 17:42:12下载
- 积分:1
-
万年历
用MATLAB编写的一个电子日历,效果还是很不错的,希望大家喜欢(An electronic calendar written with MATLAB, the effect is still very good, I hope you like it.)
- 2020-12-16 02:09:13下载
- 积分:1
-
VC++是实现文件操作,可以生成报表用记事本打开,适合初学者学习...
VC++是实现文件操作,可以生成报表用记事本打开,适合初学者学习-VC++ Is to achieve file operations, can generate reports using Notepad to open, suitable for beginners to learn
- 2022-01-30 11:46:02下载
- 积分:1
-
rjMCMC1
说明: 变维贝叶斯,基于可逆跳的马尔可夫链蒙特卡洛方法实现,RJMCMC(trans-dimensional bayesian)
- 2020-06-03 20:40:26下载
- 积分:1