-
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
-
Untitled2
说明: 采用解析法绘制稳定性叶瓣图,构建转速与切削深度之间的关系曲线,为切削参数的合理选择避免发生颤振带来方便。(Analytical method is used to draw the stability leaflet diagram, and the relationship curve between the speed and the cutting depth is constructed, which is convenient for the reasonable selection of cutting parameters to avoid chattering.)
- 2020-09-20 13:37:53下载
- 积分:1
-
jable
QL SERVER 数据库修复工具 可以实现SQL SERVER 修复,SQL恢复,误删除表,SQL 数据恢复,SQL S(QL SERVER database repair tool can implement SQL SERVER repair, SQL recovery, error-delete table, SQL data recovery, SQL S)
- 2018-10-28 11:51:03下载
- 积分:1
-
5a1383274a05d
额外企鹅去武器恶趣味去趣味无穷额外企鹅请问请问求稳去(dsadasdadasssssssssssssdasd)
- 2017-12-16 19:55:30下载
- 积分:1
-
算法lmd
针对局部均值分解算法过分解的问题,对程序内部做出了微小的改进,并且程序的运行时间得到了较大缩减(According to the problem of decomposition of local mean decomposition algorithm, small improvements are made to the program, and the running time of the program is greatly reduced.)
- 2021-01-18 10:58:44下载
- 积分:1
-
灰色预测
说明: 可解决灰色预测问题,里面为python代码+测试数据(It can solve the problem of grey prediction, which is Python code + test data)
- 2021-04-06 16:09:02下载
- 积分:1
-
Sparse Matrix Calculator
稀疏矩阵计算器,以带行逻辑链接信息的三元组表示稀疏矩阵,实现矩阵相加相减相乘的运算。-Sparse Matrix Calculator
- 2022-03-16 20:51:01下载
- 积分:1
-
3
说明: This is my paper. This will be helpful in doing research in image processing. It will also help in doing a doctorate.
- 2019-01-18 18:00:04下载
- 积分:1
-
12318104_SSA-ICA算法Matlab代码
说明: 基于FASTICA的语音分离,功能较为全面有一定的参考价值(Speech separation based on FastICA)
- 2020-11-04 22:13:42下载
- 积分:1
-
模板方法模式-基本代码
Codes all about C, C++. STM32, Lora. Codes all about C, C++. STM32, Lora.
- 2020-06-24 06:20:02下载
- 积分:1