-
该程序是有关汉诺塔的递归实现,是在VC2.0下实现的,具体算法是递归....
该程序是有关汉诺塔的递归实现,是在VC2.0下实现的,具体算法是递归.-that the procedure was the Tower of Hanoi Recursive is VC2.0 under the specific algorithm is recursive.
- 2023-07-24 19:25:03下载
- 积分:1
-
esmd4matlab_1.0
说明: 极点对称模态分解(EMSD)是国内学者2014年新提出的数据处理方法,里面有matlab程序算法和案例(Pole Symmetric Mode Decomposition (EMSD) is a new data processing method proposed by domestic scholars in 2014, which contains matlab program algorithms and cases)
- 2020-07-09 16:37:33下载
- 积分:1
-
机器学习书籍
几个机器学习书籍,统计学习方法,机器学习导论等(Tom.Mithell,Mechine learing)
- 2020-07-16 16:28:49下载
- 积分:1
-
Python基础的练习Demo DeviceTest
这是一个Python基础的练习Demo,提供以后进行学习查看和记忆(this is a Python basic traning Demo,Provide for future learning, viewing and memory)
- 2020-06-24 02:20:02下载
- 积分: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
-
WindowsDrivers
说明: 发现设备: PX4 FMU V2
飞控解码,刷写固件(Discovery device: PX4 FMU V2
Flight Control Decoder, Brush Firmware)
- 2020-06-16 23:20:01下载
- 积分:1
-
解决PADS中文语言下修改零件标号退出的问题
自从PADS 9.5发布以来,我一直在用这个版本,稳定性不错,最重要是支持对象的捕捉,非常方便,而且还支持中文菜单,遗憾的是中文菜单环境下有bug,只要在默认状况下修改零件标号,就会自动退出(Since 9.5 since its launch PADS, I have been use this version, the stability is good, the heaviest if support object capture, is very convenient, but also support the Chinese menu, it is a pity that environment has a bug with the Chinese menu, as long as in the default condition change parts label, will automatically exit)
- 2018-05-07 23:37:01下载
- 积分:1
-
一个以前收集的基于C/S架构的ERP客户端源代码,有助于深入学习掌握ERP技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公...
一个以前收集的基于C/S架构的ERP客户端源代码,有助于深入学习掌握ERP技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公开资源,谨供学习参考使用。-Based on a previously collected by C/S structure of the ERP client source code, help-depth study and master the ERP technology. Worthy of study and reference. Development language based on Visual Studio. The code from the online collection of public resources, I would like to study for their use and reference.
- 2022-03-23 23:15:28下载
- 积分:1
-
主分量分析
气象常用的模态分解程序,包括EOF和REOF两种方式的程序(The fortran program of EOF/REOF method)
- 2018-09-25 11:12:41下载
- 积分:1
-
原始数据卡尔曼滤波
对陀螺仪原始数据进行卡尔曼滤波 需要自行添加原始数据 3列分别为xyz陀螺仪数据(Kalman filtering for the original data of gyroscopes.)
- 2018-05-17 21:58:09下载
- 积分:1