搜索资源列表
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
atl控件使用socket通信
- 关于Socket编程的实例,希望可以给大家提供一定的参考-Socket Programming for example, we hope to provide some reference
www.cohoo.com.cn.socket
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
MapTest
- windows进程通讯的例子,共有三种模式: 共享内存,管道,SOCKET,可以给未接触过的人作为参考-windows example of the process of communication, there are three models : shared memory, pipes, SOCKET. it has not been exposed to people as a reference
socket_vc_demo
- 这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp / ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server pr
j-sockets
- JAVA网络SOCKET编程 实例,可初学者学习的很好例子,可借鉴学习-Java network programming examples, beginners can learn a good example, upon learning
connector
- 用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP / IP socket connections / read / write operation. Select the method used to set the socket overtime. This example in the Windows / Unix systems running
socket
- 我们自己创建各个的头部,系统只是把它们发送出去. 在实例中,由于我们要修改我们的源IP地址, 所以我们使用了setsockopt函数,如果我们只是修改TCP数据,那么IP数据一样也可以由系统来创建的. -To create all our own head, the system only to send them out. In the example, because we have to modify our source IP address, so we use the sets
PublicNetSoft
- VC++ SOCKET API通讯实例源码 本源代码主要是演示如何使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,没用到什么高深技术,都是很基础的,因此可能对VC的入门者比较有-VC++ SOCKET API communication example source code for the main origin is to demonstrate how to use the VC++ the SOCKET
socket
- C++编写的socket通信的简单例子,还有发送方和接收方。已经调试成功。-Written in C++ socket communication simple example, there is the sender and receiver. Has been commissioning a success.
SocketDemo
- 网络通讯的简单例子 网络通讯的简单例子-A simple example of network communication simple example of network communication
UDPsocket
- it s a UDP socket application example in WIN32 sys. with both client and server codes included.
Linux-Socket-Programming-By-Example
- socket利用客户/服务器模式巧妙地解决了进程之间建立通信连接的问题。服务器socket 半相关为全局所公认非常重要。-Linux Socket Programming By Example
port-socket
- 里面可以实现多人聊天,有TCP和UDP方式 可以先择,很好的学习例子,不要错过了。-Which people can chat with TCP and UDP mode can be selected, good learning example, do not miss out.
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
SOCKET-API
- 一个socket通讯程序的例子,支持1对多通讯-Example of a socket communication program
Socket
- Socket通信例子,Socket通信例子-Socket Communications Example
socket_example
- RedHat Linux下的socket入门程序,可以直接运行。-An ABC socket example in RedHat Linux. It can run directly
Socket示例
- 最为通用的网络通信---SOCKET通信的示例程序,包含一个服务器Socket和一个客户端Socket,注释详细,简单易理解。(The most common example of network communication ---SOCKET communication program, including a server Socket and a client Socket, Notes detailed, easy to understand.)