搜索资源列表
wfq-1.2.4
- c++编写的ns环境下关于wfq算法的仿真源代码-c + + ns prepared by the environment wfq algorithm for the simulation source code
mfloodtest-ns2
- ns2网络仿真实现mflood算法以后,统计仿真的网络的性能参数的linux程序,如丢包率等。-Packet Network Simulation mflood algorithm, Statistical simulation of the network performance parameters of linux procedures, such as packet loss rate.
PI.CC
- 网络拥塞中的PI算法源码,可以在用NS-2仿真软件方针,也可以用于其它算法开发
example1
- 网络拥塞控制算法源程序,敢于弃尾算法的,同样可以在ns-2仿真软件下仿真
DES-pipeline
- 主要介绍算法的实现方式和流水线实现,而且有详细的原理介绍,推理,源码和仿真结果
VCRSA
- 用RSA算法加解密8位16进制数,在功能设计方面与南京东大移动互联技术有限公司的数字基带仿真实验软件基本相同,如素数的选择,加密指数的获取范围都是可以自定义的。在加密过程中,十六进制转化为二进制并进行适当的分组。由于在设计的当时时间较为紧迫,解码过程未能实现十六进制的还原。
Astarpathfinder
- 路径规划中的A算法,用于仿真演示机器人的路径规划
OFDMestimation-LSLMMSE
- 这是关于OFDM系统中信道估计的关键技术matlab仿真程序,具体关于OFDM基于块状导频的信道估计算法仿真,包括LS LMMSE估计算法-This is on the OFDM system channel estimation CITIC key technologies matlab simulation program, specifically on the OFDM pilot block-based channel estimation algorithm for the simu
Optimal
- 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page repla
ABCScatter
- 一个蜂群算法仿真环境的生成器,这个是原创者编写的一个,便于理解-A swarm algorithm for the generation of simulation environment, and this is to write an original, easy to understand
DES_Encrypt_Decrypt_Verilog
- DES加密算法的Verilog HDL实现,带模式选择端口,可以实现加密和解密,已经modelsim仿真通过。-Des En/Decrypt,Verilog HDL code
des
- 数据加宓标准DES算法於Matlab上的实现。 源码取自於:GreenSim——算法仿真團隊→http://blog.sina.com.cn/greensim 但该源码有误,少了Initial Permutation 和Inverse initial Permutation。由小弟小做修改。-DES encode function on matlab.
ddes
- 数据加密标淮DES 解密之matlab实现 由GreenSim——算法仿真團隊→http://blog.sina.com.cn/greensim 之DES经小弟修改为解密之函数-DES decode in matlab
Page-Scheduling-varellow
- 操作系统页面调度算法仿真,包括FIFO,LRU,OPT,LFU,MFU等-Operating system paging algorithm simulation, including FIFO, LRU, OPT, LFU, MFU, etc.
S-AntHocNetv0.2
- ns2下的具有安全功能的蚁群路由算法仿真-ACO routing algorithm simulation with a safety function under ns2
efofkt5
- 蚁群算法仿真模拟程序,用VB的图形界面 推荐给大家-Ant colony algorithm simulation program, using the VB graphical interface to recommend to you
AGS
- matlab dct-lms自适应算法仿真例子,该例子做了dct-lms和lms的比较,(Matlab DCT - LMS adaptive algorithm simulation example, the example has made the DCT - LMS and the comparison of LMS,)
mag
- 纯滞后系统的大林控制算法仿真实例 先进PID控制及仿真(The pure lag system chose the simulation instance advanced PID control and control algorithm)
合成孔径雷达成像Matlab仿真,附PDF和源码
- 经典书籍及仿真代码:合成孔径成像雷达算法-matlab代码及书本(sarClassic books and simulation code: synthetic aperture imaging radar algorithm -matlab code and books)
des加密算法
- 用veilog语言实现DES密码算法,运行速度快。verilog加密算法,NCSIM/VCS仿真。