搜索资源列表
LTXSVRDlg
- 一个telnet server的应用,介绍了通讯,OS界面初始化等,值得参考-A telnet server applications, introduced the Communications, OS interface to initialize, etc., it is also useful
winsock
- winsocket //--- --- ----- // Initialize Winsock WSAStartup(MAKEWORD(2,2), &wsaData) //----------------------------------------------- // Create a receiver socket to receive datagrams RecvSocket = socket(AF_INET, SOCK_DGRAM, IPP
ThreadSockect
- 使用数据报(UDP)创建并初始化套接字,接收发送数据-The use of datagram (UDP) to create and initialize the socket, the receiving send data
ch1
- 定义并实例化一个Client线程类,一个就对应一个客户连接,ChatServer类的构造器用来初始化一些UI信息-Definition and examples of a type of Client thread that a connection on the corresponding client, ChatServer class constructor to initialize some UI information
CIOCPModel
- 利用完成端口模型开发计算机文化基础课考试系统。该软件由服务器和客户端两部分组成,服务器端采用多线程设计,主线程启动后,创建一个接受客户端请求线程和CPU数量2倍的服务线程,采用套接字的完成端口模型对服务器的I/O操作进行管理,利用套接字WSAEventSelect模型实现对接受客户端请求进行管理。客户端包括连接服务器并接受试卷,接着初始化试卷,答卷 ,交卷部分。-Completion port model development using a computer basic courses of
heart_beat_client.tar
- 程序获得本地IP地址,MAC地址,初始化网络套接字。-The procedure for obtaining the local IP address, MAC address, initialize the network socket.
telnet
- 采用C/S架构, 服务器端采用I/O复用,实现多客户端连接。通过读取配置文件,初始化服务端设置和建立用户信息。实现服务器和客户端的会话。-By C/S architecture, server-side use of I/O multiplexing, multi client connection. By reading the configuration file, initialize the server settings and the establishment of user in
CANCOMMUNICATIONSOFTWARE
- - initialize and disable the CAN controller upon request of the Network Management module, - process the messages received in the CAN controller, perform software acceptance filtering if necessary - i.e. if global masks are used in the CAN contro
WindowsSocket
- Windows下的Socket程序设计 在Windows下实现Socket网络程序需要使用Winsock网络编程接口,应用程序通过调用Winsock的API实现相互间的通信。Winsock的服务是以动态链接库Winsock DLL形式实现的,所以必须先调用WSAStartup函数对Winsock进行初始化,协商Winsock的版本支持,分配必要的资源。 -Under Windows Socket Programming in Windows Socket network progr
udpcs
- 一个基本的基于UDP协议的VC++服务端,客户端程序,你从中能学到设置WSADATA变量、套接字定义、接收数据缓冲区的创建、初始化套结字动态库、获取接收数据缓冲区大孝检查设置系统接收数据缓冲区是否成功、服务器地址绑定、设置系统接收数据为默认的BUF_TIMES倍等。 -A basic UDP protocol based on VC++ server, the client program, you can learn a set WSADATA variable, socket defin
han
- 利用停止等待协议实现文件的传输操作,初始化默认为本机地址-Use of stop and wait protocol file transfer operation, initialize the machine address of the default-based
readControlFromxml
- 从xml里面读取数据 然后初始化所有的界面信息 但是前提你要知道界面的id 和 所有控件的 id xml的结构是由我自己定的 -Read data from the xml inside the interface and then initialize all the information but only if you know the id of the interface and all the controls id xml structure is determined b
random
- 生成随机字符串 定义并初始化数组 初始化数字、字母 初始化随机数生成器设置返回值 把结果返回给浏览器-To generate random string the definition and initialize array initial Numbers, letters, initialization random number generator set the return value of the results back to the browser
wangluoliaot-ian
- 建立聊天通信模型,设计一个聊天室软件,包括服务器端和客户端,主要功能为: 服务器端功能: 1、初始化socket, 创建服务器端。 2、维护一个链表,保存所有用户的IP地址、端口信息。 3、接受用户传送来的聊天信息,然后向链表中的所用用户转发。 4、接受用户传送来的连接判断命令,并向用户发出响应命令。 -The establishment of the chat communication model, design a chat room software, incl
ip-data-packet
- 程序主要由三部分构成:初始化原始套接字,反复监听捕获数据包和解析数据包。主要功能在于获取IP数据包和解析IP数据包。退出程序时可以自动生成日志。-The program is mainly composed of three parts: initialize raw socket, repeated listening to capture packets and parse the data packet. The main function is to obtain the IP pack
FtpDemo
- ftp文件上传的例子,步骤都很详细,包含库,初始化,打开连接,传输文件,以及文件的设置-ftp file upload example, the steps are detailed, including libraries, initialize, open the connection, transfer files, and document settings
NDIS-driver-study
- ndis网络驱动的一些入门知识,包括初始化,收发数据包-A document for ndis, including how to initialize,how to send and receive data packets
MySnake
- linux下qt编写的贪吃蛇源码,实现功能:初始化开始界面,能正确产生蛇,食物,并有等级提升-linux Snake written under qt source, functions: initialize start interface correctly produce snake food, and enhance the level of
Vehicle
- Java Web工程,JSP实现的车辆管理系统,是MyEclipse工程项目,使用了MySql数据库,使用前创建javacourse数据库,密码manager,里面有程序自动初始化表格-Java Web Project,created by JSP technology,a MyEclipse Project.We use MySql database and create a db named javacourse ,passwd is manager ,there are apps to
demo
- linux c socket 初始化网络,发送,接收数据程序。-linux c socket initialize the network, send and receive data process.