资源列表
counting.c
- Counting sort/C counting sort is an algorithm for sorting a collection of objects according to keys that are small integers
postfix-notation
- 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
PSO
- Example OPtimization
m-p
- 这两个程序是MATLAB的M矩阵法,P矩阵法,其它的为测试文件。-M matrix method, the P-matrix method
PSO_Technique
- PSO_Technique example
pickit2
- pikit2 driver for receiver
Untitled
- Turbo码译码simulink模块仿真,实现译码性能仿真测试-Turbo code simulink simulation
eetop.cn_I2Cslave
- I2C slave功能模块的一种实现方式,简单易根据自己实际需求做修改,已经过FPGA验证可以很好的工作-An implementation of I2C slave function modules, easy to make changes according to their actual needs, has been verified FPGA can work well ...
Bus-Reservaion-System
- This simple student information system project.Wher you can do following things 1. Add Records 2. List Records 3. Modify Records 4. Delete Records 5. Exit Program to store data file is used. Here is the source code,compile it in c
clang
- mini-C language lexical analyzer implementation
function_02
- Subfunction led_flash & delay USE THIS FILE
nakagami_pdf
- This matlab code for simulation pdf of Nakagami-This is matlab code for simulation pdf of Nakagami