-
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
-
this a sample C++ codes for beginners.It helps to draw a graph using some inbuil...
this a sample C++ codes for beginners.It helps to draw a graph using some inbuilt functions.-this is a sample C++ codes for beginners.It helps to draw a graph using some inbuilt functions.
- 2022-01-25 23:36:33下载
- 积分:1
-
齿轮啮合原理
说明: 齿轮加工方面类容,经典讲述齿轮工作原理,是设计齿轮,滚刀方面教程。(Gear processing, the classic description of the working principle of gear, gear design, hob aspects of the cour)
- 2020-09-25 20:47:54下载
- 积分:1
-
win32SDK用BITMAP贴图的扫雷游戏的源代码
win32SDK用BITMAP贴图的扫雷游戏的源代码-win32SDK BITMAP map with the demining game"s source code
- 2022-08-05 14:12:59下载
- 积分:1
-
LV_SubPanel
说明: labview的子面板技术,实现在同一个面板上显示各个vi的前面板(The labview subpanel technology to realize in the same panel show each vi of the front panel)
- 2011-04-14 15:06:10下载
- 积分:1
-
获取历史与实时股票数据
可以实时抓取在线行情,入库数据处理;也可以获取单个证券一个时间段内的历史数据,加以处理(grap realtime data stock information, import into the database to deal later)
- 2017-07-11 14:09:02下载
- 积分:1
-
udf_whj
用于模拟fluent中吸附脱附的case,其中吸附脱附过程的传热传质需要自己使用udf(Case for simulating adsorption and desorption in fluent, and the heat and mass transfer in the process of adsorption and desorption should be declared by UDF)
- 2021-01-06 20:18:53下载
- 积分:1
-
改进WKNN
在wifi定位中的在线阶段WKNN算法的改进(Improvement of online WKNN algorithm in WiFi Positioning)
- 2017-11-06 14:50:30下载
- 积分:1
-
模糊pid
说明: 模糊pid控制,可以用于电机控制系统中,参考改进的pid控制(Fuzzy PID control, can be used in motor control system, reference to the improved PID control)
- 2020-12-19 15:14:01下载
- 积分:1
-
2030
有循环检测,周期性检测,微分方程组数值解方法,内含心电信号数据及运用MATLAB写的源代码。( There are cycle detection, periodic testing, Numerical solution of differential equations method, ECG data and includes source code written in MATLAB.)
- 2017-05-15 10:22:55下载
- 积分:1