搜索资源列表
-
1下载:
对无线传感器网络定向扩散算法在OMNET++仿真软件中用C++编程的源代码,Diffusion of wireless sensor network algorithm in OMNET++ simulation software using C++ programming source code
-
-
0下载:
对无线传感器网络模拟一个简单的WSN拓扑查找算法基于omnet++仿真软件用C++编程的源代码,Simulation of Wireless Sensor Networks WSN topology of a simple search algorithm is based on the omnet simulation software using C programming source code
-
-
2下载:
Adhoc自组织网络ODMRP路由算法的C语言实现。仿真模拟了ODMRP路由算法的机制。-Adhoc self-organizing network ODMRP routing algorithm C language. Simulation of ODMRP routing mechanism.
-
-
0下载:
此仿真为ubantu系统下的REAL仿真(网络链路的仿真),本工程可以了解网络中流量控制的基本方法;用C语言实现TCP的拥塞控制算法;设计选择性重传协议,并用C语言实现。-This simulation ubantu REAL system simulation (simulation of the network link), the project can understand the basic method of network flow control TCP congestion
-
-
0下载:
在Linux系统下,用C语言实现页面置换算法的模拟实验,并比较不同算法的效率。-Linux system, using C language page replacement algorithm simulation, and the efficiency of different algorithms.
-
-
1下载:
分布式异步路由算法中——距离向量算法的C语言仿真实现,非常好地模拟了网络中各节点的路由情况-Distributed asynchronous routing algorithm- distance vector algorithm C language simulation, very good simulation of the network, each node in the routing case
-
-
1下载:
这是一个模仿路由算法的java程序。
实现关于路由器的简单功能。
实现距离矢量路由算法。
所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组
实现功能简介
1) 编写一个称为“Router”的程序
2) 利用距离向量算法更新路由表
3) 该程序的多个实例(进程或线程)可以以运行在一台机器
4) 实例之间利用UDP交换路由表
5) 假设结点与其邻居结点的都为距离为1。
6) 为了指明实例及其邻居,程序启动时必须能
-
-
0下载:
距离矢量路由算法sp2的c语言实现,用VC++做的一个模拟程序,供学习交流。-Distance Vector routing algorithm sp2 c language, using VC++ to do a simulation program for learning exchanges.
-
-
0下载:
虽然多年前在本科课程中学过C++,但之后的几年里,C++主要被我用来进行简单的算法实现或者简单的学术仿真程序的编写,一直没有深入实践过“面向对象的C++”、“泛型的C++”。因此,自己还是一个彻头彻尾的C++初学者。这里从初学者的角度谈谈读了这本书以后对C++的几点新理解新体会。
1,C++追求程序执行的效率,因而牺牲了一些编程开发的便利性。
书中好几个例子提到了这一点。比如,C++类中的方法都是默认non-virtual的。virtual函数会造成额外的开销,空间上要增加V
-