搜索资源列表
哲学家
- 经典的哲学家模拟算法-classic philosophers Simulation Algorithm
fqzhdaisiaodusuanfa
- 基于非抢占的动态优先级调度算法模拟源程序-based on non-preemptive dynamic priority scheduling algorithm simulation program
UDP
- 使用UDP算法实现模拟TCP丢包后的动作
bird-crash
- ANSYS/LSDYNA模拟鸟撞风挡的命令流文件。包括建模,划分网格,加载,设定算法和输出选项,包括显示和隐式两种算法。在ANSYS10.0/LSDYNA970环境下通过可运行。
25230748629
- 此款软件的大概功能,从整体上看是模拟QQ聊天软件的工作方法,只是增加了文件管理的模块。在屏幕的传送上使用LWZ压缩算法,
Bully
- 模拟进程通信来实现bully算法,分布式系统重要算法
DV
- 网络 DV 算法源代码。。。。比较简单。。。。就是模拟路由器分布式选路
mat
- 实现全搜索算法和三步法搜索,对256×256图像进行模拟传送
StressMark压力测试程序
- StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and p
无线局域网802.11协议CSMACA算法模拟程序
- 无线局域网802.11协议CSMACA算法模拟程序-Wireless LAN 802.11 CSMACA algorithm simulation program
ODMRP
- Adhoc自组织网络ODMRP路由算法的C语言实现。仿真模拟了ODMRP路由算法的机制。-Adhoc self-organizing network ODMRP routing algorithm C language. Simulation of ODMRP routing mechanism.
模拟分布的、异步的距离向量路由算法
- 模拟分布的、异步的距离向量路由算法,编写的一个分布式距离向量路由模拟程序。-An example of DV algorithm.
Etherner
- 本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD32运作流程: 1)、用两个线程a和b来模拟Ethernet上的两台主机。 2)、用一个双字类型变量Bus来模拟总线(将其初始化为” \0”,并且总线等于”\0”时 表示总线空闲)。 3)、两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线 程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4)、
D_VMethod
- 软件为网络中的距离矢量路由算法的VC++做的一个模拟程序-This software is a mode programe of D_V Method in Network.
MyRouter
- 基于距离矢量算法的路由器模拟实验,并包含软件设计文档-Algorithm based on distance vector router simulation experiments, and includes software design document
router
- 这是一个用C语言开发的路由路选路模拟算法,代码有注释,简单易懂-this is a algorithm based on C language used for router
STP2
- 分布式生成树协议模拟算法实现 研究生网络的课程作业-Distributed Spanning Tree Protocol network simulation algorithm graduate coursework
模拟退火tsp问题
- 这篇matlab程序应用模拟退火算法解决tsp问题(This matlab program uses simulated annealing algorithm to solve the TSP problem)
aodv matlab
- 简单模拟出路径的算法,通过选择节点将路径打印出来(simple route algorithm)
tsp
- matlab源代码用模拟退火算法求解TSP问题(we use SA to solve TSP problem, This is the matlab code.)