-
LMS algorithm
说明: matlab仿真LMS自适应算法程序,附带相关论文。CSDN3分资料。(Matlab simulation LMS adaptive algorithm program, with related papers.)
- 2019-10-11 09:58:57下载
- 积分:1
-
外弹道测量数据处理
说明: 外弹道测量数据处理理论书籍pdf,很实用,内容全面对外场试验处理有指导作用(exterior ballistic data processing)
- 2021-03-13 15:09:24下载
- 积分:1
-
AT91SAM7S256开发板基础demo,已验证
AT91SAM7S256开发板基础demo,已验证-AT91SAM7S256 development board based on demo, verified
- 2022-08-15 22:38:14下载
- 积分:1
-
fing_ya67
有CDF三角函数曲线/三维曲线图,最小二乘回归分析算法,雅克比迭代求解线性方程组课设。( There CDF trigonometric curve/3D graphs, Least-squares regression analysis algorithm, Jacobi iteration for solving linear equations class-based.)
- 2017-03-22 17:07:24下载
- 积分:1
-
双馈异步风力发电机中PI控制控制模块仿真
双馈异步风力发电机中PI控制控制模块仿真(Simulation of PI Control Module in Doubly-fed Induction Wind Generator)
- 2019-02-23 17:31:00下载
- 积分:1
-
这是一个显示系统当前实践的vrml程序,完全手写,观看代码请用vrmlpad,预览效果请用bs....
这是一个显示系统当前实践的vrml程序,完全手写,观看代码请用vrmlpad,预览效果请用bs.-This is a display system the current practice of VRML procedures, completely handwritten watch code please vrmlpad, please preview the effect of bs.
- 2022-05-12 12:14:15下载
- 积分:1
-
物元可拓源码
参考源程序里最初的部分,后面的变量说明有详细解释,定义要评价的参数个数,评价的等级等,相应的在excel表格里的参数个数与评价等级的行数要与之对应。
PS:上面的代码里因子个数是通过跳出的对话框手动输入进去的。(Reference to the original part of the source program, the later variables explain the detailed explanation, define the number of parameters to be evaluated, the rating of the evaluation, and the corresponding number of parameters in the excel table and the number of rows of the evaluation grade.)
- 2021-02-07 22:29:55下载
- 积分:1
-
开发环境我们采用ADS1.2 集成环境,请先安装ADS1.2。如何使用ADS1.2 请参考光盘内的
手册。ARM 开发环境和51 单片几很不一样。熟悉51...
开发环境我们采用ADS1.2 集成环境,请先安装ADS1.2。如何使用ADS1.2 请参考光盘内的
手册。ARM 开发环境和51 单片几很不一样。熟悉51 的都知道用仿真器来调试,但arm 却
不一样,它通过JTAG 接口仿真。因此这里先介绍JTAG 仿真的概念。-Development environment we use ADS1.2 integrated environment, install ADS1.2. How to use the CD-ROM ADS1.2 please refer to the manual. ARM development environment and a few very different 51-chip. 51 all know that familiar with emulators to debug, but not the same arm through JTAG interface simulation. So here first introduce the concept of JTAG emulation.
- 2022-03-14 20:45:00下载
- 积分:1
-
FastLED-3.3.3
说明: fastled用来控制led灯带的使用,色彩变换与各种有趣的设计(Fasted is used to control the use of LED light strips, color conversion and various interesting designs)
- 2021-03-08 18:49:28下载
- 积分:1
-
设计模式
3-5 观察者模式实例之股票变化:某在线股票软件需要提供如下功能:当股票购买者所购买的某支股票价格变化幅度达到5%时,系统将自动发送通知(包括新价格)给购买股票的股民。现使用观察者模式设计该系统,绘制类图并编程模拟实现。
3-6状态模式实例之银行转账:在某银行系统中,我们定义了账户的三种状态:(1)如果账户(Account)中余额(balance)大于等于0,此时账户的状态为绿色(GreenState),即正常状态,表示既可以向该账户存款(deposit)也可以向从该账户取款(whithdraw)。(2)如果该账户中余额小于0,并且大于等于-1000,则该账户的状态为黄色(YellowState),即欠费状态,此时既可以向该账户存款也可以从该账户取款。(3)如果该账户余额小于-1000,那么该账户的状态为红色(RedState),即透支状态,此时用户只能向该账户存款,不能在从中取款。现在用状态模拟来实现状态的转化问题,用户只要执行简单的存款和取款操作,系统根据数量自动转换到相应的状态。(Need to transport toBaiDu)
- 2020-12-15 23:09:13下载
- 积分:1