-
MC1.7.10NBTEdit
一个普通的小游戏,没有什么功能,就一个小游戏(An ordinary little game, no function, just a junk game)
- 2020-06-19 16:20:02下载
- 积分:1
-
LPPL_MATLAB
预测金融资产泡沫的对数周期模型LPPL动态循环部分(The dynamic cyclic part of the logarithmic periodic model LPPL)
- 2021-04-18 20:58:51下载
- 积分:1
-
Marr_Hildret算子的详细讲解,能更好的提高边缘提取的效果 很难得的哟...
Marr_Hildret算子的详细讲解,能更好的提高边缘提取的效果 很难得的哟-Marr_Hildret Operator elaborate better marginal increase of the effect is difficult to extract the yo
- 2022-07-14 16:39:48下载
- 积分:1
-
Visual C++ Sokoban game implementation with points! Full source code! !
Visual C++实现的推箱子游戏,带关卡!源码完整-Visual C++ Sokoban game implementation with points! Full source code! !
- 2022-11-27 18:55:04下载
- 积分:1
-
prioritf-calpulator-calculator
一个漂亮的带优先级的简单计算器 A nice simple calculator with priority(A beautiful take priority of simple calculator A nice simple calculator with priority)
- 2017-04-06 15:06:19下载
- 积分:1
-
串口编程工具。虽然不是源码,如果需要进行串口调试的,本工具绝对有用。...
串口编程工具。虽然不是源码,如果需要进行串口调试的,本工具绝对有用。-Serail programming tools. Though it is not source code, but it is very useful when you are debugging serial port or.
- 2022-02-05 08:03:37下载
- 积分:1
-
EMD-SVM-5
SVM method of forecasting Daquan, very good tools and methods of application
- 2017-08-04 18:30:35下载
- 积分:1
-
代码汇总
说明: 实现了克里金插值,完美滴可以对比普通克里金和泛克里金(The Kriging interpolation is realized, and the perfect droplet can compare ordinary Kriging with Pan-Kriging.)
- 2020-11-16 21:39:41下载
- 积分:1
-
Js Select下拉框级联菜单 5级列表菜单
Js Select下拉框级联菜单,一共支持5级联动,相信够用了,这种菜单不用多介绍吧,后一级的值与前一级是父、子关系,该示例还演示了动态添加菜单、减少菜单的功能,还有显示/不显示空值的功能,如演示截图所示。
- 2022-05-14 18:41:35下载
- 积分:1
-
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