-
WORD-VBA
WORD VB 二次编程,实现题库管理与自动出卷功能。(The WORD VB quadratic programming, question bank management, and automatic volume.
)
- 2012-04-09 11:36:00下载
- 积分:1
-
cursor屏幕编程
cursor屏幕编程-显示共享内存中的信息-cursor screen programming-shows shared memory of the information
- 2022-02-13 23:49:36下载
- 积分:1
-
跳跃表,可实现插入,删除,保存,恢复等功能
跳跃表,可实现插入,删除,保存,恢复等功能
-Jump table can be realized to insert, delete, save and restore functions
- 2023-02-13 21:05:04下载
- 积分:1
-
biliweifenkongzhi
各比例微分系数下系统的单位阶跃响应,有扰动曲线,随着微分作用的加强,系统的超调量减小,稳定性极高。(The unit step response of the system with various proportional and differential coefficients has perturbation curve. With the enhancement of differential action, the overshoot of the system decreases and the stability is very high.)
- 2019-05-14 15:43:21下载
- 积分:1
-
机载雷达STAP书
说明: 机载雷达 杂波抑制,MIMO啥的老外写的,非常详细(Airborne radar clutter suppression, written by a foreigner in MIMO, very detailed)
- 2020-03-13 16:27:26下载
- 积分:1
-
C#学写的音乐播放器
C#学写的音乐播放器,用C#2008编写的MP3播放器,用到了系统核心的Windows MediaPlayer组件,另外还用到了界面皮肤方面的IrisSkin2.dll皮肤控件和QuartzTypeLib.dll控件,编辑注:音量控制有些小毛病没有来得及修正,请谅解。
- 2022-03-23 17:07:38下载
- 积分:1
-
一个有趣的魔方程序。vc++实现。有点意思
一个有趣的魔方程序。vc++实现。有点意思-?桓 鲇腥 ?的????绦???vc++ 实现 ??有点意?
- 2023-05-08 12:40:02下载
- 积分:1
-
Calculator
基于逆波兰法的计算器程序,该计算器支持小数输入和正负数输入,支持四则运算以及指数运算,也支持括号的使用。(Reverse Polish law based calculator program, the calculator supports input and negative decimal number input, support four operations and index calculation, and also supports the use of parentheses.)
- 2013-12-01 16:35:07下载
- 积分:1
-
PSFB
说明: 基于simulink搭建的移相全桥仿真模型,闭环控制算法(P S F B,P I D FEED BACK CONTROL)
- 2021-03-20 16:59:19下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1