搜索资源列表
wssf
- JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
WindowsSockets
- socket 的用法及实现过程,实现点对点的通信,连接-socket of the usage and implementation process to achieve point-to-point communication link
filesocket
- 此代码为socket通信程序,主要是从客户端发送一文件,然后在在服务器段接收。
MyUdpServer.java
- socket编程 实现两台机器之间的通信功能
fsgrstg
- SOCKET算法源程序,能直接运行,两个端程序分开运行便可以互相通信!
系统监控接收端(HTT)
- 网络SOCKET通信类的应用,并将结果反馈到界面LISTBOX中,还同时有写入LOG的过程。-Socket Communications Network Application and the results fed into the interface LISTBOX, also a write LOG process.
IDM
- MFC界面编程,socket通信,多线程-MFC programming interface, socket communications, multi-threaded
SOCKET
- 基于socket客户端与服务器端互相通信-Socket-based client and server communicate with each other
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
eclipse-socket-ws
- java 通信 client server 通信 -java communication
Configurate
- 主要是运用MFC框架,有Tab控件的运用,还有ClistCtrl控件,对话框之间的消息传递,Socket通信-C++ MFC UI,use the Tab control and ClistCtrl control, and Dialog communicate ,and communicate with a simple serve
shengmaqi
- 声码器原文收发端源代码,含串口通信和socket通信-Vocoder original transceiver side source code, including serial communication and socket communication
E04
- mfc实现的很简单的一种聊天程序,运用的是socket通信-mfc chatting program
Ikplemestptionprogram
- 实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信-Implementation of network communication client-side and server-side software program, based on the TCP and UDP socket communication
Implcqentrtion
- 实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信(Implementation of network communication client-side and server-side software program, based on the TCP and UDP socket communication)
Socket
- 在MFC上 用C++实现TCP的点对点通信、登陆、注册,包括服务端和客户端两部分(TCP point to point communication, landing, registration)
8674184
- 实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信()
untitled
- socket 通信ping虚拟目标版,其中一个ip为 10.10.0.38, 另一个ip为10.10.0.39。(需要事先安装WinTAP32虚拟网卡);(Socket communication)
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。