-
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
-
适合区域内拖拽查看长途特效
左下角有一个缩略图效果,拖拽缩略图的同时,大图对应比例的部分也会展示出来
效果相当不错
使用方法:
1、将css样式复制到你的网页中
2、将代码部分拷贝到body结束前即可
(图片、js采用绝对路径,不建议修改)(There is a thumbnail effect in the lower left corner. Drag and drop the thumbnail, and the proportions of the larger image are displayed.
The result is pretty good.
Usage method:
1, copy the CSS style to your webpage.
2. Copy the code part to the end of body.
(photo, JS uses absolute path, no modification is recommended))
- 2018-10-18 15:56:40下载
- 积分:1
-
lammps实例_熔化与凝固
说明: lammps代码与实例,分子动力学模拟氩、铜和铝的熔化与凝固过程(the codes to simulation the process of the melting of Cu, Al and Ar)
- 2020-05-14 00:04:02下载
- 积分:1
-
gpc2
说明: 预测控制是适用于含有大滞后环节、积分环节的复杂工业系统控制。GPC为广义预测控制(predictive control is applicable to lag links with big, integral part of the complex industrial control systems. GPC for GPC)
- 2005-11-21 21:01:55下载
- 积分:1
-
彩票号码筛选的程序
彩票号码筛选的程序-lottery number Screening procedures
- 2022-02-01 12:39:57下载
- 积分:1
-
isolationForest1.0.2
使用java语言实现的孤立森林算法(快速异常检测),可以完整运行(The isolated forest algorithm (fast anomaly detection) implemented in Java language can be fully run.)
- 2018-11-01 16:20:51下载
- 积分:1
-
HMM代码整理与hmmlearn安装详细教程
说明: HMM代码整理与hmmlearn安装详细教程 ,包含三种问题的PYTHON实现(HMM code finishing and hmmlearn installation detailed tutorial, including PYTHON implementation of three problems)
- 2020-11-03 17:03:54下载
- 积分:1
-
一个大家经常玩的桌面小游戏,就是贪吃蛇,我觉得还是挺有意思的。希望你们会喜欢。...
一个大家经常玩的桌面小游戏,就是贪吃蛇,我觉得还是挺有意思的。希望你们会喜欢。-one we used to play small desktop games, Snake is, I think it is quite interesting. I hope you will like.
- 2022-02-07 01:23:06下载
- 积分:1
-
wosa_sdk303
基于wosa协议的驱动开发需要安装的相关管理工具(Related management tools that need to be installed on the driver development based on WOSA protocol)
- 2018-01-02 10:16:20下载
- 积分:1
-
Predictive Control with Constraints
基于MATLAB simulink平台的模型预测控制教材,英国剑桥大学教材,(predictive control with constraints)
- 2019-03-11 10:21:56下载
- 积分:1