搜索资源列表
循环冗余检验
- 一个用C++编写的模拟CRC循环冗余检验的程序!有计算机网络方面需求的可以看看!-a C simulation prepared by the Cyclic Redundancy testing procedure! Computer networks can demand to see!
进程调度法
- 一个计算机操作系统实验程序,模拟进程调度算法。-a computer operating system experimental procedure, process simulation scheduling algorithm.
kebianfenqucunchuguangli
- 可变式分区管理的计算机模拟,编程模拟可变分区管理的分配、回收。-Variable regional management computer simulation, programming analog variable distribution of regional management, recycling.
OSPF
- C#实现计算机网络OSPF算法的模拟实现-C# to achieve the simulation of computer networks, OSPF algorithm to achieve
KSOS
- 计算机操作系统课设 模拟进程调度,用各种进程调度算法实现进程调度-Simulation process scheduling
C
- 全国计算机等级考试超级题库二级C上机模拟软件-National Computer Rank Examination Super exam simulation software on board two C
Csharp_QQ
- C#写的模拟QQ聊天软件,可以学习网络编程。当用户第一次运行客户端程序时,将会弹出注册窗口进行注册,用户注册后,再次运行客户端程序时,将直接进行登录,无须注册。用户首先启动服务器端,如图1.1所示。单击“控制台”/“开始服务”命令,启动服务器端的UDP协议。在局域网的其它计算机中,启动客户端程序,如果用户第一次运行本程序,将弹出用户注册窗口。-When a user first runs the client program, registration window will pop up to
选择重传协议的C语言实现
- 计算机网络课设。用C语言模拟选择重传协议的实现,代码在实验报告里可以找到