-
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
-
dds
基于单片机的DDS信号发生器,可产生正弦曲线和三角波形(DDS signal generator based on MCU, can generate sinusoidal and triangular waveform)
- 2013-04-07 17:38:57下载
- 积分:1
-
用C#写的杨辉三角问题,感觉写的还可以,想用的欢迎下载
用C#写的杨辉三角问题,感觉写的还可以,想用的欢迎下载-With C# Written by Yang Hui triangle problem, the feeling can also be written, would like to welcome to download
- 2022-04-12 22:15:17下载
- 积分:1
-
生日歌代码
keil4的工程文件 生日歌代码 利用蜂鸣器唱一段生日歌 能重新启停(Keil 4 Project Document Birthday Song Code Use buzzer to sing a birthday song to restart and stop)
- 2018-11-26 20:33:37下载
- 积分:1
-
MobileTimeRetriever,关于移动手机时间的组件
MobileTimeRetriever,关于移动手机时间的组件-MobileTimeRetriever, on the mobile phone components of the time
- 2022-05-23 15:54:30下载
- 积分:1
-
contig-V1.0
将.fasta文件中的contig进行处理的小程序,包括NodeCopyer、contig两个应用。搞基因工程的同学们可以用一下。(It s for dealing with .fasta files, which contains NodeCopyer and contig .)
- 2014-08-19 13:14:55下载
- 积分:1
-
TIM_TimeBase
博世 Bmi160驱动串口输出,spi读取(Bosch Bmi160 drive serial output, spi read)
- 2020-07-15 09:48:52下载
- 积分:1
-
一个简单的csharp程序,描述了简单的csharp应用功能,具体内容见文件...
一个简单的csharp程序,描述了简单的csharp应用功能,具体内容见文件-A simple procedure csharp, csharp describes the application of simple functions, the specific content of document
- 2022-03-20 00:55:50下载
- 积分:1
-
PSD
这是一个用matlab编的遗传算法问题。这是一个用matlab编的遗传算法问题。(MATLAB genetic algorithm toolbox and its application, pdg format.)
- 2010-05-10 16:08:01下载
- 积分:1
-
convolutionfilter
二维卷积过滤器
卷积是一种像素过滤器 用像素本身以及邻近像素的加权平均值来替换这个像素(Two-dimensional convolution filter
Filters of the convolution is a weighted average of the pixel and the neighboring pixels in the pixel itself, the pixel is replaced)
- 2014-09-15 15:48:37下载
- 积分:1