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

搜索资源列表

  1. HelloSocket

    0下载:
  2. 利用VC++实现SOCKET通信,包括客户端和服务器端。-Using VC++ to achieve SOCKET communications, including client and server side.
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1954108
    • 提供者:许学
  1. MC52i-command-summary

    0下载:
  2. 该文档详细总结了MC52i和MC55i等GPRS模块进行Socket通信时所用的主要命令以及交互的整个流程-Detailed summary of the document such as GPRS MC52i and MC55i Socket communication module used in the major commands and the whole process of interactive
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:15708
    • 提供者:liu
  1. PC-And-Android-Socket

    1下载:
  2. PC客户端与Android服务端的Socket同步通信-PC And Android Socket
  3. 所属分类:android开发

    • 发布日期:2013-05-03
    • 文件大小:27302
    • 提供者:mdkzl
  1. CQq

    0下载:
  2. 基于WinCE Socket的网络编程,完成客户端与服务器端的通信-WinCE Socket-based network programming, complete client and server communication
  3. 所属分类:Windows CE

    • 发布日期:2017-05-11
    • 文件大小:2958119
    • 提供者:小车
  1. socket

    0下载:
  2. 要求做到在一台计算机上实现两个程序的通信,以及在两台计算机上实现两个应用程序的通信,对于学生所使用的程序开发环境不限。-Requires a computer to do two procedures to achieve the communication, as well as two computers on two applications to achieve communication, the process used for student development environ
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3485170
    • 提供者:刘德华
  1. liaotian

    0下载:
  2. 基于Socket通信机制和多线程技术的聊天室程序设计 下面为聊天室服务器端程序和客户机端程序,调试该程序,验证程序所具有的“聊天”功能,然后结合这段程序,通过增加线程的方法,使程序具有服务器端程序可以同时接纳2个以上客户登陆,并实现各客户机间的“聊天”功能。 -Socket-based communication mechanisms and multi-threading programming chat rooms following procedures for the chat
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:847
    • 提供者:hushif
  1. tcp_local

    0下载:
  2. 本地socket通信的基本实现,基于TCP/IP的网络连接。-local socket communication.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-21
    • 文件大小:1451
    • 提供者:李明
  1. cSharp-socket-mutiport-programming(1)

    0下载:
  2. 本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。 基本思路是: 1》服务端监听(用一个公用的端口接收连接的请求如:6666)。 2》客户机请求连接端口为6666 3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。 4》客户机接到发来的端口,再重新连接服务器此端口。 5》服务器保存每一个连接的客户机。 -This article about C# using the socket und
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:16399
    • 提供者:于爱清
  1. Server_Client

    0下载:
  2. 运用Socket通信技术,实现一个多客户端的聊天室软件,支持多用户同时在线聊天。-Socket communication technology used to realize a multi-client chat software supports multiple users simultaneously online chat.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:13743
    • 提供者:鲁璐
  1. GPSserver

    2下载:
  2. 用C#语言实现socket通信服务端,并将信息存储到mysql数据库-C# language with the server socket communication, and information stored in the mysql database
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:161130
    • 提供者:王洪涛
  1. Socket_mysocket

    0下载:
  2. VC++,Socket通信编程较好的一个示例程序,易上手。-VC++ good programming , the example of Socket Communications, approachable.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7351328
    • 提供者:chuhongjian
  1. tongxin

    0下载:
  2. socket通信,客户端和服务器端程序实例-socket communication, client and server instances
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2338734
    • 提供者:张三
  1. Socket

    0下载:
  2. 一个SOCKET的简单实现,实现了拷贝及通信功能,-A simple implementation of SOCKET, copy and communication functions implemented,
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:4586
    • 提供者:liu
  1. CrazyChattingRoom

    0下载:
  2. Socket通信C/S结构 小小程序 自己的努力 初次借助-Socket Communications
  3. 所属分类:P2P

    • 发布日期:2017-03-31
    • 文件大小:128715
    • 提供者:夏宇
  1. chat

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

    • 发布日期:2017-04-01
    • 文件大小:8688
    • 提供者:cheng
  1. Linux-net-programC-language

    0下载:
  2. 本资料提供丰富的Linux操作系统下网络编程示例源代码,包括进程通信实现方式、并行处理、Socket架构,以及网络应用如TCP、UDP、等-This information provides a wealth of network programming under Linux operating system source code examples, including the implementation process of communication, parallel process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:76036
    • 提供者:吴文
  1. Socket-System

    0下载:
  2. Socket异步框架,C#写的异步通信框架,很完整。-Socket asynchronous framework, C# to write asynchronous communication framework, it is complete.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:129794
    • 提供者:jacrobo
  1. java

    0下载:
  2. 这是一个客户端与服务端进行通信的java小程序,使用socket通信,当从客户端输入窗口提示的通关语,则会在窗口显示从服务器端发来的通过信息。-This is a client and server-side java applets to communicate using socket communication, input from the client window when the prompt clearance language, will be displayed in the
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3426
    • 提供者:江寒月
  1. LinuxC

    0下载:
  2. Linux下的socket通信程序,分客户端和服务端-Socket communication program under Linux, the client and server sub-
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:15034
    • 提供者:whitedream
  1. clientaservre

    0下载:
  2. 用java socket实现客户端服务器的通信-Use Java socket to achieve communication of client and server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:huajiakui
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com