-
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
-
multiple-signal-time-frequency
说明: 一篇多分量信号的最优的时频表示的分析研究,比较具有综述性质(multiple signal optimal time frequency represents)
- 2011-03-02 12:48:14下载
- 积分:1
-
MFC source code
MFC入门小程序源代码-MFC source code
- 2022-03-19 18:04:07下载
- 积分:1
-
用MATLAB编程来实现语音信号中D比的计算,D比在说话人特征提取中有应用...
用MATLAB编程来实现语音信号中D比的计算,D比在说话人特征提取中有应用-MATLAB programming to voice signals over the D, D than in the Speaker feature extraction Applications
- 2023-01-20 08:00:04下载
- 积分:1
-
基于STM32正弦波逆变器设计
说明: 基于STM32正弦波逆变器设计,设计逆变器的一些有用文件(sinusoid; sinusoidal wave; sine wavenverter; dc-to-ac converter; dc-to-ac inverter)
- 2019-01-21 10:35:26下载
- 积分:1
-
用Phptoshop制作的一张小图片,静态显示!
用Phptoshop制作的一张小图片,静态显示!-Phptoshop produced with a small picture, static display!
- 2022-04-25 10:46:00下载
- 积分:1
-
谈到在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架。[1]中提到了在W...
谈到在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架。[1]中提到了在Windows命令控制台下创建进程及线程的方法,本文对[1]中的方法加以了实现,并做些简单的进程及线程的测试程序。
-On Windows create a thread in the examples of the many online reference are based on the MFC. In fact, experiments on this premise in terms of the operating system, no need to touch the large MFC framework. [1] mentioned in the Windows command console to create processes and threads under way, this paper [1] in the methods to achieve, and do a simple process and thread test procedures.
- 2022-03-24 20:38:18下载
- 积分:1
-
procedure is very simple to play and is also very simple. Game players can be ri...
程序很简单,玩法也很简单。能对玩家游戏时间进行统计以决出胜负-procedure is very simple to play and is also very simple. Game players can be right time for a winner and loser Statistics
- 2022-03-04 04:55:00下载
- 积分:1
-
802.11a
802.11a标准 比较全面 各个方面的都有的-802.11a
- 2022-02-15 08:19:19下载
- 积分:1
-
新版贪吃蛇(可连网)
用开发的新版贪吃蛇游戏,支持连网功能,并可由玩家选择主角的外观和食物的外观.(with the development of the new Snake games, support networking function, players can choose from the protagonist's appearance and the appearance of the food.)
- 2005-07-23 19:42:44下载
- 积分:1