搜索资源列表
UNIX聊天程序
- 在RedHad9 下实现文字界面的聊天程序。此源码示范了C语言的socket通信编码;RedHad下如何编译c代码。内附说明文档详细说明了socket通信原理和代码解释。-under the RedHad9 text chat interface procedures. This source model of the C language socket communications coding; How RedHad c compiler code. Documentation contai
WinToLinuxSocket
- 本代码实现了一个window和linux的Socket通信程序,使用C++语言编写。Linux是Server端、Windows是Client端-This Source code is used to build connection between Linux and Windows. Windows is client and Linux is server.
QT-SOCKET
- 利用qt开发前后台程序,后端用c语言实现,界面上的输入与底层的c语言结合起来,使用的是socket通信-Taiwan before and after the use of qt development program, the back-end using c language, the input interface with the underlying combination of c language, using socket communication
cs
- Debug较大,不得于上传,已删。下载的朋友可自行运行得到exe文件。 系统是实现一个有图形界面的网络聊天室,是基于面向连接的流式通信协议TCP。该系统是利用VC++6.0进行较复杂的网络编程,完成网络聊天室的设计及编写。C++语言有SOCKET套接字,基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序一般分为服务器端和客户端两部分。-System is to achieve a graphical interface, online chat rooms, is
TCPsocket
- 用C语言编写的socket程序,利用TCP socket实现远程主机与服务器之间的通信,可以互相发送信息-Socket with a program written in C, the use of remote TCP socket communication between the host and the server can send messages to each other
C-network-program
- 使用c语言,利用socket编程,实现客户机与服务器的通信,实现打开计算机和打开记事本等操作。-Using c language, the use of socket programming, client and server communication, to achieve the computer and open the Notepad and other operations.
server
- 基于Windows网络通信编程服务器端C语言实现,多线程,SOCKET -based on windows multithread SOCKET server--C implements
socket
- 利用C语言实现的简单的套接字通信,分为客户端和服务器端。简单明了。-C language using a simple socket communication, divided into client and server side. Straightforward.
TCPchat
- C语言实现的基于tcp协议的socket编程,客户端与服务器之间的简单通信,代码简单,思路清晰,易于阅读理解TCP协议的编写流程,适合初学者参考.-C voice achieve tcp based protocol socket programming, client and server communication between the simple, the code is simple, clear and easy to read to understand the TCP prot
windows-socket-program
- c语言实现socket单线程通信,程序分为客户端和服务端,实现通信需正确配置vc++6.0-c language to achieve single-threaded socket communication program is divided into client and server, the need to communicate properly configured vc++6.0
Socket_training
- socket编程,在windows环境实现tcp/ip通信,c语言源码-socket programing
yyy_telnet
- c语言编写,利用socket实现了telnet协议,能够和制定ip地址进行通信,在vc6上运行成功-c language, the use of socket of the telnet protocol, and the development of ip addresses can communicate successfully run on vc6
fuwuqi
- 网络编程,C语言,socket,在window下实现通信,服务器的程序,要客户端的请联系我!-Network programming, C language, socket, in the window for communication, the server program to the client, please contact me!
MY-SOCKET
- MFC中各个Dialog之间的传值、添加会话框以及Listcontrl的使用。 并从父窗体弹出的子窗体回弹到原来的父窗体,只需要使用CDialog::onOK() 方法即可,因为模态弹出的对话框具有阻塞性,若是使用新定义的对象再进行DoModal() 方法,反而会出错,即会又重新出现了新的窗体,虽然是一样的窗体,但是内容和值都不再存在。 Updatedata()方法可以实现窗体和函数内参数值的传递。 进行CStr
socket
- 用C语言实现Socket编程,实现数据通信-Realize the Socket programming with C language, realizes the data communication
HP-Socket-3.4.3
- HP-Socket 是一套通用的高性能 TCP/UDP 通信框架,包含服务端组件、客户端组件和Agent组件,广泛适用于各种不同应用场景的 TCP/UDP 通信系统,提供 C/C++、C#、Delphi、E(易语言)、Java、Python 等编程语言接口。HP-Socket 对通信层实现完全封装,应用程序不必关注通信层的任何细节;HP-Socket 提供基于事件通知模型的 API 接口,能非常简单高效地整合到新旧应用程序中-HP-Socket is a common set of high-p
Fly
- socket实现局域网通信使用c#语言网络编程(Realization of LAN communication with socket)
mirrors-hp-socket-master
- HP-Socket 是一套通用的高性能 TCP/UDP/HTTP 通信框架,包含服务端组件、客户端组件和Agent组件,广泛适用于各种不同应用场景的 TCP/UDP/HTTP 通信系统,提供 C/C++、C#、Delphi、E(易语言)、Java、Python 等编程语言接口。HP-Socket 对通信层实现完全封装,应用程序不必关注通信层的任何细节;HP-Socket 提供基于事件通知模型的 API 接口,能非常简单高效地整合到新旧应用程序中。(HP-Socket is a general-p
socket_src
- 用C++ 语言实现的SOCKET网络编程的UDP协议,实现基本通信(SOCKET network programming UDP protocol implemented in C++ language to realize basic communication)
C语言实现socket简单通信实例
- 基于VC++6.0的socket 通信简单例子,可以参考修改(A simple example of socket communication based on VC++6.0, which can be referred to modification)