资源列表
55645
- 10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值,new_value为当前采样值 滤波程序返回有效的实际值 */ #define A 10 char value char filter() { char new_value new_value = get_ad() if ( ( new_value - value > A ) || ( value - new_value
bp
- BP算法是应用最广泛的神经网络算法,常用于预测,得到了很好的效果-BP algorithm is the most widely used neural network algorithm, commonly used in forecasting, we get good results
src_example_mtix
- Source code to run Xsens sensor MTi 300. All the headers files are also included.
99273911sf1
- 这是一篇关于无标度网络的论文有一些价值的。-This is a scale-free network on the paper have some value. Hehe
ZLB
- 利用ANSYS语言APDL编写的进行重力坝的三维有限元计算程序。-ANSYS language APDL written gravity three-dimensional finite element program.
51ASMCODE
- 51汇编语言指令集,专供菜鸟学习之用.挺实用的,有需要的
servo-2
- salut a tous j aime bien de vous m aider s il vous plait et merc-salut a tous j aime bien de vous m aider s il vous plait et mercii
Space-Time_Block_Codes_Simulation
- Space-Time Block Codes Simulation in matlab
temperature-ATmega16
- temperature atmega 16 lm35
socket
- 学习以太网通讯的一个简单例程,SOCKET连接程序-Learning Ethernet communication a simple routines, SOCKET Connection program
bubbleInserted
- 代码实现了冒泡、插入以及选择三种排序算法的代码及其性能分析-Code to achieve the bubble, as well as the choice of three types of inserted code sorting algorithm and its performance analysis
ViterbiDekoder
- implementation of Viterbi algorythm in C-implementation of Viterbi algorythm in C++
