资源列表
kitty
- 一. 追踪模型 以(x , y)代表飞机的坐标,v代表飞机的速度;以(X ,Y)代表导弹的坐标,u代表导弹的速度。 由于导弹时刻指向飞机,故有 dY/dX=(y-Y)/(x-X) 记k=u/sqrt((y-Y)*(y-Y)+(x-X)*(x-X)) 则有 dY/dt=k(y-Y) dX/dt=k(x-X) 故有叠代方程 Y=Y+k*(y-Y)*dt X=X+k*(x-X)*dt (程序中以t代dt) 程序中第一个for循环代表发射导弹打飞机,第二个
pwm
- some about the approach of produce pwm
RF_Init
- 主要介绍TYPEA 协议的初始化和防冲突的主流程,希望对学习者有帮助。-introduce TYPE A protocal initialization and anti-collision main flow, hope to help beginner to learn TYPEA.
btree
- 实现二叉树的后序的递归和非递归算法。 包括构造函数和析构函数。-After the realization of the sequence of binary tree recursive and non-recursive algorithm. Including the constructor and destructor.
SHANG
- 从键盘输入信源概率P,实现信息量和熵的计算-Keyboard input from the source probability P, the realization of the calculation of the amount of information and entropy
jingli
- 生成网架结构的程序,希望对做网架的人有用处!-generated grid structure of the procedure, and I hope to do the Grid useful!
login
- 一个简单的注册页面,用户名(非空),密码,确认密码,都有校验。生日,邮箱。-A simple registration page, the user name (not empty), password, confirm the password, check there. Birthday mailbox.
displayh
- displayh.h for atmega32
filter
- 该程序实现对频率为20Hz和200Hz的单频叠加谐波信号进行低通滤波,输出仅有20Hz分量。-This program can do the low-pass filter on a single frequency superimposed harmonic signal with 20Hz and 200Hz and output only 20Hz components.
Cpp1
- 简单的机器学习代码 了解什么事所谓机器学习-simple machine learning example
java-area
- 基于java程序语言的,设计的一个小计算器,完成加减乘除的功能-Based on java programming language, designed a small calculator, complete arithmetic functions
jifenfenli4
- 四阶系统的pid积分分离,用于MATLAB入门学习者的简单联系和经验积累-Fourth Order System pid integral separation.Simple contact and experience accumulated for MATLAB Getting learners