资源列表
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.
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.
esprit_jafe
- 阵列信号处理 频率和角度联合估计 JAFE算法-Array signal processing frequency and angle joint estimation algorithm JAFE
tuoputu
- 网络原理拓扑图的 实现,源代码,可操作性强,简单易懂-The realization of the principle of network topology, the source code, the maneuverability is strong, easy to understand
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
