搜索资源列表
wssf
- JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
zzcx
- The JICQ is the bureau area which JAVA writes according to \"Customer s Machine/Server\"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system pas
21920013
- 界面类outlook[pop3emaildevelop.rar] - 基于pop3的邮件收发软件,可以进行邮件的收发功能,并有收发附件的功能 [NET_GETMESDLG.rar] - 简单的邮件客户端程序,能够登陆并显示邮箱中邮件数目。 [Emailsndrecv.zip] - 一个电子邮件收发程序 [eping.zip] - email的 客户段~毕业设计 功能完善 [KLMail.zip] - KLMail收邮件 用pop3收邮件。用到socket/base64+p
MFC
- 一个学习MFC最基本也最全面的源代码实例,包含了基于C/S架构的socket网络编程,也包含了database,初学者必看-MFC learning the most basic and most comprehensive source code examples, including based on the C/S structure of the socket network programming, but also includes a database, for beginners
qq
- qq源码 可以实现qq的强大功能 和腾讯qq基本上达到一个标准-qq source can achieve the power of qq and qq Tencent basically reached a standard
Server
- Easy server socket for visual C using MFC
socket
- MFC窗体,Visual C++6.0,UDP通信,有接收端和发送端。-UDP communication
PSB_WINDOWS
- 该程序是用C语言编写的,基于windows图形界面编程,调用了Win32.h,WinSock.h库和plink,用plink更方便快捷的执行远程主机上的命令,Plink是PuTTY 的命令行连接工具,主要用于自动化工作的处理,主要有视窗和讯息,socket通信,MD5加密函数,最小托盘功能的实现-The program is written in C, windows-based graphical programming interface, call the Win32.h, WinSock
GetArp
- 用C++语言,MFC编程环境,运用套接字。获取网络物理地址-Written in c++ language, MFC programming environment, use socket. For network physical address
cppfrance_EXEMPLE-CONNEXION-CLIENT-SERVEUR-TCP___
- communication avec le protocole TCP/IP socket en c-communication avec le protocole TCP/IP socket en cpp
CSharp-windows-application
- c# 的窗口程序。包括文件读写、网络通讯、数据库连接等功能。-c# windowns Application, contains file reading and writing, socket comm, database link
Configurate
- 主要是运用MFC框架,有Tab控件的运用,还有ClistCtrl控件,对话框之间的消息传递,Socket通信-C++ MFC UI,use the Tab control and ClistCtrl control, and Dialog communicate ,and communicate with a simple serve
CBIndyTimerExample
- Timerecify the IP address of the ser Complex network analysis tools, c NAT traversal P2P peer-to-peer co The timber wolf Remote Control V6 tcp/ip network programming, clien The UPNP library, without setting NetWork Program book P
The
- 一个C++写的SOcket数据传输程序,为采用孔阿建-The SOcket data transmission of a c++ programs, o for the hole
51183465
- C ++ server client socket c++ 服务器 客户端 socket-C++ server client socket server client socket C++
LAN chat device
- 局域网聊天工具(Socket+TCP+自定义消息+图像组合框)(LAN chat tools (Socket+TCP+ custom message + image combo box))
execube-Sgscolic
- Synchronization socket client and synchronization socket server written in c # realize the basic functions
Socket
- 在MFC上 用C++实现TCP的点对点通信、登陆、注册,包括服务端和客户端两部分(TCP point to point communication, landing, registration)
C# WinForm 自定义控件开发系列
- winform自定义控件开发,包含多种特效控件,包含控件开发说明,及基本的socket编程等(winform control,socket, C#)
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。