资源列表
sizayunsuan
- 四则运算之加减法--C语言编程 计算机所能完成的一个基本功能就是完成数据的计算,譬如加法、减法等等。但是在任何一种计算机上,计算中能够使用的数字都是有一定范围的,超过了范围,就没法得到精确的结果。 你现在接受了一个任务,要编写一个高精度计算器的核心部分。所谓高精度计算器,就是可以计算很大很大的数据的计算器。而你所需要编写的程序,就是真正完成高精度加法和高精度减法运算的两个函数,因为程序其它的部分已经由别人编写好了。 函数的输入、输出接口也已经定义完成,譬如 plu
kalman_filter
- 卡尔曼滤波,该函数是matlab统计工具箱的一部分-Kalman filter
wind13
- 气象风场的画图,非常简单好用,有需要的同学可以下载过去!-very useful
1
- (谱分析方法的综合应用)利用时频分析工具对随机信号进行分离-Frequency analysis of random signals using the tool to separate
Serial_pass_through_ESP8266
- Nothing interesting. It is Arduino Serial pass through to ESP82-Nothing interesting. It is Arduino Serial pass through to ESP8266
MP_model
- 用C++程序编写的神经网络中的mp模型,简单实用,欢迎大家下载-With C++ programming mp neural network model, simple and practical, welcome to download
sand
- 为设计人员制定了matlab程序,准确无误-sand and the program is very right
New-Text-Document
- Cam Angle scr ipt at Flowmaster Supplied Generic
TE_example
- kernel principle component analysis 故障检测-kernel principle component analysis fault detection
sdm_filter_matlab
- sigma delta adc 滤波器matlab-sigma delta adc filter including cic cic_comp hb
DCL-file-transfer-Lisp-file
- 可以将CAD的DCL文件转换成Lisp文件-The DCL can convert CAD files into Lisp file
int-convert-string-by-C-Language
- C语言实现,自定义两个函数,实现int型和字符串String型互换:把字符串转化成double浮点型,把int型转化为String型,在网络通信中用得到,在VC环境下已经验证-by using C Language,define two functions and realize below function:we can convert int to string ,and also string to int ,these fucntion has been tested.