搜索资源列表
console1101
- Console程序可以提供类似DOS和UNIX Shell的环境,对于学生从单任务环境向多任务环境程序设计的过渡很有帮助。在Console模式下建立Winsock的编程环境,可以完成BSD Socket的实验-Console procedures can provide similar DOS and UNIX Shell environment for students from single-task environment to multi-task environment for the
socket
- 运行Client和Server两个cpp文件,运行时在设置->link->添加wsock32.lib ,在debug文件中得到两个对应的.exe,然后在dos下运行,在debug文件下输入 Server 2000 ,会显示主机名,再打开一个dos,还是在debug目录下输 Client 主机名 2000 ,就可以客户服务器对话了,输入exit可以退出。-Client and Server both run cpp file, at run-time settings-> lin
test8socket
- 简单的socket聊天程序,dos界面的。适合初学者-Socket simple chat program, dos interface. Suitable for beginners
sockets
- socket programming codes
socket
- 用java开发的soket聊天程序,有3个soket工程,其中第3个有swing和dos之分,还有2个ppt教程!-With the java chat program developed soket, there are three soket project, the first of which three are swing and the dos of the points, there are 2 ppt tutorial!
dos
- 多线程dos攻击程序 C++ 注意编译的时候需要socket的库-Dos exploit multi-threaded C++ Note that when the need to build socket library
SOCKET-attack
- socket 攻击程序 c++源代码 dos攻击-c++ socket exploit source code dos attack
VB_60_LAN_Sockets
- VB源码实现网口控制安捷伦N6700A仪器,ZIP包中包含工程等多个文件-Communication with the N6700A over LAN may be accomplished without the use of I/O libraries or drivers. In this example it is accomplished using Winsock. Dynamic Host Configuration Protocol (DHCP) is typical
tingdeng
- 设数据链路层通信的两个站点分别为A 和B,仿真环境利用TCP 协议和Socket 客户端/服务器机制构建两个站点之间的通信。编译、链接之后生成的可执行程序(.exe 文件)为字符界面命令行程序(不是图形界面程序)。可执行程序文件仅有一份,设为datalink.exe,在两个DOS窗口中使用不同的命令行参数启动两个进程,分别仿真站点A和站点B。例如: 启动站点A进程的DOS命令:datalink a 启动站点B进程的DOS命令:datalink b 其中,站点A 以TCP 服务器的