搜索资源列表
vc_socket
- 该程序主要利用socket技术,实现远程用户身份证真伪验证,通过socket,从公安局户证中心服务器获取个人身份证信息,包括照片,是一款很不错的软件,也是学习socket编程及对数据库图片存取的好例子-the program mainly use socket technology, remote users verify the authenticity of documents through the socket, from the Public Security Bureau house
基于TCP的远程字典服务(RemoteLookup)
- 过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机 在启动服务端后,即可用客户端在线查询单词, 程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -off in the remote mainframe structures a remote server dictionary, other mainframe
SimpleSocket
- 简单的SOCKET的DLL通信编程,基于WINSOCKET类实现了3中不同的监听模式 集客户端与服务器端于一体-simple DLL communications program, based on the realization WINSOCKET category three different sets of listening mode client and server integrates
ChatSystem1
- 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent s
udpSvr
- vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,服务器端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, server
简单的TCP,UDP服务器,客户端(入门学习用)
- WIN API开发的基于SOCKET的简单TCP,UDP通信程序,对初学者使用SOCKET很有帮助
blackberry socket 通信
- 刚开始学习黑莓的编程,这是我花了一周的时间捣出来的一个黑莓socket通信,实现了客户端连接到服务器后,客户端之间信息的交互.
socket
- 简单的socket编程。里面有客户端&服务器端程序。请大家下载使用-Simple socket programming. There are client
telnote
- 在一台实现进程间通信,运用socket进行编程,开发环境是DEv C, 也可以实现不同计算机的通信,见客户端和服务器端放在两台电脑上-coding witd sockets,accomplished communication through processes on one pc, used the tool dev c, you can simply change the ip, then you can communicate on two or more pcs.
socket.tar
- socket编程,实现客户端和服务器端的通信-socket programing,we can communicate with the client and the server.
socket
- java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
SOCKET
- socket通信,客户端+服务器,是我初学网络编程时写的例子-socket communication, client+ server, when I write beginner example of network programming
chat
- socket编程,模拟了一个客户端,一个服务器端,各有一个界面,可添加客户端,通过服务器实现互相通信。 -socket programming to simulate a client, a server-side, each with an interface, you can add clients, achieved through the server communicate with each other.
socket
- 完成网口通信的服务器端和客户端通信,采用socket编程。可用于编写网口通信的参照,已经在arm9200上和arm11调通。-Complete network communication server and client communication, using socket programming. Can be used for the preparation of network communication reference, has been in the arm9200 and A
C-Socket
- 计算机通信网中的socket通信编程,包含客户端和服务器端,由c语言实现。-The socket communication programming in computer communication networks, including client and server-side by the C language.
SocketDemo
- 这是简单的一个socket通信编程demo,利用java代码编写。客户端服务器分开。-Write a socket communication simple demo, is primarily a simple server-side code
vb-socket
- 带tcp的服务器和客户的发生接收vb源码,电脑可以直接打开使用。用来进行socket编程测试非常好用。-With the occurrence of the TCP server and client receives the vb source code, the computer can be used directly to open.Used for test socket programming is very nice.
SocketServe
- socket服务器编程,实现了与客户端之间的连接、接收与发送操作。-socket server programming, connection, receiving and sending operation between clients.
ACC002
- socket 通讯编程 连接服务器客户端通讯 获取相应的数据-Socket program
MFC socket编程简单示例
- socket编程示例,实现服务器和客户端简单通信