搜索资源列表
pertoper
- 一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处
P2P_by_shootingstars
- 一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处
C-FIVE
- 模拟计算机网络中的协议5--回退N帧技术,用C语言运行,可查看协议的运行过程。
dongfangshenyao
- 该软件主要用于远程监控,具体功能包括: 1.自动跟踪目标机屏幕变化; 2.鼠标和键盘输入的完全模拟; 3.记录各种口令信息:包括开机口令、屏保口令、各种共享资源口令及绝 大多数在对话框中出现过的口令信息,同时提供击键记录功能; 4.获取系统信息:包括注册公司、当前用户、系统路径、当前显示分辨率、 物理及逻辑磁盘信息等多项系统数据; 5.限制系统功能:包括远程关机、远程重启计算机、锁定鼠标、锁定注册 表、禁止自动拨号等多项功能限制; 6.远程
Client
- 这是eenet的具体实现方案的客户端!用于模拟计算机终端!
deskwarn
- 可以模拟网络带宽,可以在无流量的情况下让计算机通过对文件大小的拷贝来实现流量大小的监控,并能设定警戒值
监测
- 温度监测分布式调试系统 数据采集是指将温度、压力、流量、位移等模拟量采集、转换成数字量后,再由计算机进行存储、处理、显示或打印的过程-Distributed Debugging temperature monitoring system data acquisition refers to the temperature, pressure, flow, displacement of analog acquisition, converted into digital and then by
ARQ
- ARQ协议模拟实现 要求:编写两个计算机程序p1,p2。 p1模拟发送方:首先从界面读取待发送字符(每接受一个字符的输入),保存到文件file1.txt中,并启动计时器; p2模拟接收方,它从file1.txt中查找是否有新字符到来,并提供模拟界面给用户选择: 1. Ack-->接收该字符 2. NAK--〉丢弃 3. 无反应--〉导致超时 将用户选择的结果记录到file2.txt中; 接收的字符保存到file3.txt 中; p1等待接收方应答
FrameParser
- 计算机网络 数据帧的封装,解析,与模拟发送-Encapsulation frame computer networks, analytical, and analog transmission
2
- 实现串口连接的模拟程序界面,计算机网络安装环境.-Serial interface to connect the simulation program, computer network installation environment.
STOPANDWAIT
- 能模拟计算机网络的停止等待协议的过程,只需执行文件夹和下的可执行文件即可-Simulation of computer networks to stop the process of waiting for the agreement, only the implementation of folders and executable files can be
StopAndWaitInprove
- 计算机网络实验,模拟停等协议,并设置了超时重发。-Computer network experiments, simulation stopping such agreement and set up a time-out re-issued.
tongxin
- 培养学生通过在有线局域网上的软件编程模拟,实现呼叫应答的点-点通信,从而了解和熟悉呼叫应答的点-点通信方式,这也是现代通信系统与计算机通信的一个重要的基本原理和应用技术基础-Students through the wired LAN simulation software to achieve the point of call response- point communication, to understand and familiar with the call answer poin
en570
- 计算机网络实验-使用NS2模拟多媒体通信及无线网络-Computer network experiment- using the NS2 simulation of multimedia communications and wireless networks
network
- 计算机等考三级网络上机100题 模拟上机环境,附答案-Computer Rank Examination-3 Network
memory
- 在linux下模拟计算机内存管理,功能较为全面,有较为简单的界面-semulate the management of the memory
UDPthroughNAT
- 实现模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后,后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。-The process of analog P2P chat source code, the process is very simple, P2PServer run with a
NetDemo
- 计算机网络协议的模拟软件的解决方案文档。能给老师的教学提供一个实在的软件平台。同时也为我们编写类似软件提供参考。-Computer network protocol simulation software solutions document. Give teachers the teaching of a real software platform. Also write similar software for our reference.
stop-waitAndGBN
- 这是计算机网络实验课写的linux下的程序,用来模拟停等协议跟GBN协议-This is a test class to write computer network under linux program, stop and other protocols used to simulate the GBN protocol with
TCPsocket
- 我刚开始学习《计算机网络》,学着编写了这个小实验,用于模拟C-S模型,包含两个文件:客服端和服务端-I began to learn " computer network" , learn to write this little experiment, used to simulate the CS model, contains two files: customer side and service side