CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - socket example

搜索资源列表

  1. vc_socket

    1下载:
  2. 该程序主要利用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
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:132.69kb
    • 提供者:caow
  1. atl控件使用socket通信

    0下载:
  2. 关于Socket编程的实例,希望可以给大家提供一定的参考-Socket Programming for example, we hope to provide some reference
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:133.81kb
    • 提供者:李丽平
  1. www.cohoo.com.cn.socket

    0下载:
  2. 共四个演示。分别如下: 1:Sample    一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText    不用窗口子类化,而达到和发送自定义消息同样的效果。  3:SendFile    由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat    演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:51.34kb
    • 提供者:cohoo
  1. MapTest

    0下载:
  2. 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
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:73.31kb
    • 提供者:111
  1. socket_vc_demo

    0下载:
  2. 这是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
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:76.29kb
    • 提供者:lsx5612
  1. j-sockets

    0下载:
  2. JAVA网络SOCKET编程 实例,可初学者学习的很好例子,可借鉴学习-Java network programming examples, beginners can learn a good example, upon learning
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:179.05kb
    • 提供者:周爱民
  1. connector

    0下载:
  2. 用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
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2.75kb
    • 提供者:潘振瑶
  1. socket

    0下载:
  2. 我们自己创建各个的头部,系统只是把它们发送出去. 在实例中,由于我们要修改我们的源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
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:4.53kb
    • 提供者:zhangjianrong
  1. PublicNetSoft

    0下载:
  2. 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
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:39.13kb
    • 提供者:andysun
  1. socket

    0下载:
  2. C++编写的socket通信的简单例子,还有发送方和接收方。已经调试成功。-Written in C++ socket communication simple example, there is the sender and receiver. Has been commissioning a success.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:29.54kb
    • 提供者:byd
  1. SocketDemo

    0下载:
  2. 网络通讯的简单例子 网络通讯的简单例子-A simple example of network communication simple example of network communication
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:56.9kb
    • 提供者:昆虫
  1. UDPsocket

    0下载:
  2. it s a UDP socket application example in WIN32 sys. with both client and server codes included.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:1.59kb
    • 提供者:yf
  1. Linux-Socket-Programming-By-Example

    0下载:
  2. socket利用客户/服务器模式巧妙地解决了进程之间建立通信连接的问题。服务器socket 半相关为全局所公认非常重要。-Linux Socket Programming By Example
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1.58mb
    • 提供者:ppq
  1. port-socket

    0下载:
  2. 里面可以实现多人聊天,有TCP和UDP方式 可以先择,很好的学习例子,不要错过了。-Which people can chat with TCP and UDP mode can be selected, good learning example, do not miss out.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:370.47kb
    • 提供者:yygkko
  1. socket

    0下载:
  2. java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:18.55kb
    • 提供者:豆子
  1. SOCKET

    1下载:
  2. socket通信,客户端+服务器,是我初学网络编程时写的例子-socket communication, client+ server, when I write beginner example of network programming
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:277.4kb
    • 提供者:ZOUYISHUN
  1. SOCKET-API

    0下载:
  2. 一个socket通讯程序的例子,支持1对多通讯-Example of a socket communication program
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:53.67kb
    • 提供者:zhouyq
  1. Socket

    0下载:
  2. Socket通信例子,Socket通信例子-Socket Communications Example
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:696.89kb
    • 提供者:lek
  1. socket_example

    0下载:
  2. RedHat Linux下的socket入门程序,可以直接运行。-An ABC socket example in RedHat Linux. It can run directly
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:8.77kb
    • 提供者:q91700182xians
  1. Socket示例

    1下载:
  2. 最为通用的网络通信---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.)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-05
    • 文件大小:22.81mb
    • 提供者:caocaocancan
« 12 »
搜珍网 www.dssz.com