-
Runge
说明: 4阶龙格-库塔算法,只需要输入微分方程就可以解算出数值解。(Rank4 Runge Kutta algorithm,the numerical solution can be obtained only by inputting the differential equation.)
- 2019-12-08 11:55:52下载
- 积分:1
-
melpe
说明: MELPe fixed point 2400/1200bps
- 2020-06-25 07:00:02下载
- 积分:1
-
- 2022-02-15 15:25:23下载
- 积分:1
-
firmware
Stolen codes from my TV set
- 2020-06-18 09:40:01下载
- 积分:1
-
spi_src
在FPGA上实现CAN总线SPI接口通信,使用Verilog语言(Realize SPI interface communication of CAN bus on FPGA, using Verilog language)
- 2019-06-26 16:15:45下载
- 积分: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
-
Tetris
简单实现俄罗斯方块的源代码,使用C++编写,基于cocos2d-x 3.0alpha1编写(Simple implementation of Tetris source code)
- 2015-03-05 11:06:12下载
- 积分:1
-
一个游戏源代码,还是花了些心思的哦,RunRoad请大家支持
一个游戏源代码,还是花了些心思的哦,RunRoad请大家支持-A game source code, or spend some thought, oh, RunRoad Please support
- 2022-02-21 08:00:08下载
- 积分:1
-
不确定系统状态估计
EKF估计车速,已经调试完成,还请多多交流,哈哈哈(EKF estimates the speed and has been completed.)
- 2018-05-02 14:36:33下载
- 积分:1
-
SecondGenerationWavelet
振动信号降噪,可对振动信号进行4层分解,通过细节信号的软硬阈值处理,得到降噪信号。(Vibration signal noise reduction, can be four-layer decomposition of vibration signals, through the details of hard and soft threshold signal is processed by the signal noise reduction.)
- 2021-03-03 19:19:33下载
- 积分:1