资源列表
socket
- 用socket编程实现的一个即时聊天工具,分为客户端和服务器端-a socket code to chating between service and client.
Sock.tar
- Linux下简单的聊天程序,一个服务端,一个客户端,先开启服务端,之后运行客户端,之后就可以相互发信息了,目前只支持英文-Linux, a simple chat program, a web server, a client, first open the service side, and then run the client after each other information, is currently only supports English
allwords_callback.lua.tar
- 这是一个lua的callback示例程序,演示了如何使用string函数,有一系列的lua演示程序,是学习lua的开端-callback lua
linux_client
- linux下网络聊天室,实现聊天、传送文件、发表情等-in linux The network chat rooms, realize the chat, file transfer, published feeling, etc
CalRemainder
- 可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。-CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up proc
HalfNetwork-0.6.5
- HalfNetwork是基于ACE的网络通讯库,执行半同步半异步模式。-HalfNetwork is a crossplatform C++ network library using ACE. Implementation of Half-sync Half-async pattern(POSA2).
ACESVC
- ACE网络编程库学习例子程序,主要应用ACE_SVC_HANDLE写的通讯程序。-ACE network programming library learning example program, the main application ACE_SVC_HANDLE written communication program.
Peer-to-Peer
- Peer-to-Peer Communicator and File Transfer
LANCommunio
- 局域网内传输文件,可以传送普通文件,类似于飞鸽传书的功能,方便简洁-transfer usual files in LAN
chat-WINSOCK-TCP
- 网络聊天程序,用于局域网内聊天,界面简单便捷,具有一定实用性-chat winsock based on tcp
client
- Simple socket programming, client side
csoketprogram
- Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是
