资源列表
jakes model
- matlab程序对jakes model的仿真 瑞利分布的多径信道
5
- 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS2.DAT中。 替代关系:f(p)=p*13 mod 256(p是数组中某一个字符的ASCII值,f(p)是计算后新字符的ASCII值),如果计算后f(p)值小于等于32或其ASCII值是偶数,则该字符不变,否则将f(p)所对
DFS
- A program to find the depth first search on a given graph.It contains a source code, input file and an output file.
bp
- bp algorithm for forecasting
P1
- matlab code pc audio encoders, my first and second order
ilea
- 自己写的排 列生成算法,最多生成12位。10位速度比较快,单线程-generation algorithm
BresElps
- An implementation of Bressenhams ellipse drawing algorithm in Turbo C/C++.
BQHtoD
- 二、八、十六进制数转换成十进制数的函数,使用时调用本函数即可返回相应的结果。-This is a 2, 8 and hexadecimal number to a decimal number convert the function.
kalmanFilter
- 卡尔曼滤波程序用于时间序列预测,结构简单程序易懂-kalman filter for prediction
RBF
- RBF神经网络拟合非线性函数,适合学习RBF神经网络的朋友学习,希望有用-RBF neural network nonlinear function fitting, suitable for learning RBF neural network learning of friends, hope useful
TernarySearch
- 三分搜索代码 TernarySearch-TernarySearch algorithm
barber
- sleeping barber problem using semaphores