资源列表
wst
- C51四相步进电机驱动,可根据延时长短来控制电机速度-C51 four-phase stepper motor driver, according to the length of delay to control motor speed
kruskal
- 算法设计与分析kruskal算法实现,基于随机产生的连通无向图
TLV2541
- A/D转换器TLV2541的设计与应用源代码
monidiaodusuanfa
- 操作系统小实验:模拟调度算法的源程序,欢迎大家下载-Operating a small experiment: simulation of the source scheduling algorithm, welcome you to download
Window-transparent
- 窗口透明源码,API函数写的,没有模块,程序小-Window transparent source, the API function to write, no module, procedures
shang
- 一个简单的单片机上位机,可以改波特率,串口号发送文件接收文件等-A simple microcontroller host computer, you can change the baud rate, serial number to send the file receive files
urv_esprit
- espirit direction finding algorithm
ex11
- 仿真比较4-QAM和4-FSK调制信号在RAYLEIGH衰落信道下的误符号率和误比特率性能-4-QAM and 4-FSK modulation signal simulation comparison in Rayleigh fading channel under the symbol error rate and bit error rate performance
a
- 模拟大气气体污染扩散程度,输出三维立体图,算出不同点对应浓度- Simulated atmospheric gas pollution diffusion degree, the output 3 d stereogram, calculate the difference between the corresponding concentration
fifo
- 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
cpu
- 操作系统中的调度算法的实现,可计算出等待时间和运行时间,包括短作业优先(非抢占),轮训,和先来先服务-RR FCFS SJF
operator-precedence-parser
- 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 可以构造算符优先表如下: + * ( ) i + * ( ) i 2、计算机中表示上述优先关系,优先关系的机内存放方式有两种1)直接存放,2)为优先关系建立优先函数,这里由学生自己选择一种方式; 3、给出算符优先分析算法如下: k:=1 S[k]:=‘#’ REP
