搜索资源列表
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
ARQ
- 基于c++运用socket完成的三种停止等待协议的利用,可实现网络传送文件(Demo版)-Stop & Wait Go-back-N Selective repeat ARQ simulation with socket based on visual C++.
DataLinkLayerUDP(1)
- 这是一款教学实验的源代码,数据链路控制规程的演示,用SOCKET(UDP) 通信平台实现点对点数据链路控制规程,演示了滑动窗口控制协议(GO-BACK-N)的工作原理的理解。-This is a teaching experiment
gobackn
- implementation of go back n protocol
gbn
- ALTERNATING BIT AND GO-BACK-N NETWORK EMULATOR: Network properties: - one way network delay averages five time units (longer if there are other messages in the channel for GBN), but can be larger - packets can be corrupted (either the h
ConsoleApplication1
- Go-Back-N,网络模型,模拟实验演示。C语言写的。-Go-Back-N, a network model to simulate the experimental demonstration. Written in C language.
109jzx
- 给定一个带权有向图,图中各个顶点代表城市,有向边i ->j代表城市i到城市j的耗费,假定售货员当前在城市1,要求售货员周游完所有城市最后回到城市1,要求不得重复走过任何一个城市,问如何周游使得总耗费最小。编写程序解决该问题。设顶点v={1,2,……n},c[i][j]表示城市i 到城市j的耗费,如果c[i][j]=100000,表示城市i到城市j没有直接的路可走。-Given a weighted directed graph, each vertex graph represent th
09jzx
- 给定一个带权有向图,图中各个顶点代表城市,有向边i ->j代表城市i到城市j的耗费,假定售货员当前在城市1,要求售货员周游完所有城市最后回到城市1,要求不得重复走过任何一个城市,问如何周游使得总耗费最小。编写程序解决该问题。设顶点v={1,2,……n},c[i][j]表示城市i 到城市j的耗费,如果c[i][j]=100000,表示城市i到城市j没有直接的路可走。-Given a weighted directed graph, each vertex graph represent th
GBNRDP
- Go back n rdprotocol c