-
NETCAT的一个远程连接界面,简化了命令行TELNET的烦恼
NETCAT的一个远程连接界面,简化了命令行TELNET的烦恼-NETCAT a remote connection to the interface, simplifying the command line TELNET Pains
- 2023-07-26 01:20:04下载
- 积分:1
-
利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。...
利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
- 2022-03-22 05:07:00下载
- 积分:1
-
The program design is divided into a server application and the client part of t...
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞-The program design is divided into a server application and the client part of the application, using Socket socket network programming library. (UDP) and the (TCP/IP) combination of connections, and solve the timeliness of data transmission but also ensures that the data will not be lost during transmission. Another program uses multiple threads to avoid blocking procedure
- 2022-03-06 09:35:13下载
- 积分:1
-
简单的聊天程序,已经编译实现,希望大家喜欢!
简单的聊天程序,已经编译实现,希望大家喜欢!-A simple chat program has been compiled to achieve, I hope everyone likes!
- 2022-05-14 08:35:44下载
- 积分:1
-
IP数据包捕获类,能使网卡工作在混杂模式,监听来自网络的所有数据包...
IP数据包捕获类,能使网卡工作在混杂模式,监听来自网络的所有数据包-IP packet capture category, enable the network card in promiscuous mode, monitoring from the network all packets
- 2022-01-26 04:30:12下载
- 积分:1
-
DirectX 3D游戏编程实用教程[郑阿奇][程序源代码]
DirectX 3D游戏编程实用教程[郑阿奇][程序源代码]
- 2022-07-19 01:57:24下载
- 积分:1
-
服务器程序完成以下功能:创建套接字监听…
服务器程序要完成以下功能:创建监听Socket进行监听,当有客户端请求连接时,建立一个新的接收Socker处理这个客户的数据发送与接收;接受客户端发来的数据,并向客户端返回相应信息,本程序向客户端返回信息为接收到的信息;将接受的信息通过串口1发送出去-Server program to complete the following functions: Create Socket eavesdropping eavesdropping, when client requests a connection, the establishment of a new deal with the customers to receive Socker send and receive data accept client data sent to the client to return to the corresponding information, the procedure to return information to the client to receive the information will accept the information sent through the serial port 1
- 2022-02-14 19:57:45下载
- 积分:1
-
完成端口服务器端的程序代码,结构设计的比较好,很好的学习完成端口的材料...
完成端口服务器端的程序代码,结构设计的比较好,很好的学习完成端口的材料-Completion port server-side code, structure design is better, good learning materials to complete the port
- 2022-03-17 09:50:07下载
- 积分:1
-
a network programming to study cases, the yo well not believe in themselves down...
一个网络编程的学习用例,很好的哟,不信自己下下来看嘛-a network programming to study cases, the yo well not believe in themselves down under Kanma
- 2022-03-01 12:37:52下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1