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

搜索资源列表

  1. chat_file-transmition

    0下载:
  2. 利用Visual C++的Windows SOCKET网络编程实现局域网内正在使用本程序的所有主机的群聊、两主机之间的点对点聊天和文件传送功能,且具有以下特点:通信完全是异步的;各用户是对等的,不区分客户机和服务器,任何用户启动或关闭程序都不会影响其他用户的正常使用;使用多线程传输文件。 -using Visual C Windows Socket Programming Network is bringing LAN use this procedure in the mainframe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:60458
    • 提供者:彭双庆
  1. Embbeded_tcp_ip_user_guide

    0下载:
  2. 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11406
    • 提供者:6756
  1. rtklib_2.4.1 卫星数据解算的程序

    2下载:
  2. rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PP
  3. 所属分类:行业发展研究

    • 发布日期:2017-03-02
    • 文件大小:27762602
    • 提供者:huo
  1. Chat-tool

    0下载:
  2. Socket编程实现聊天工具。基于Visual C++。步骤完整,结构清晰,一目了然,适合新手。-The programming Socket chatting tools. Based on Visual c++. Steps to complete, clear, be clear at a glance, and suitable for the structure of the novice.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:87964
    • 提供者:杜鹏飞
  1. Linux_socket_program

    0下载:
  2. linux socket编程很好的学习文档,其中有很多C代码例程-linux socket programming good study documents, there is one of a lot of C code routines
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:95664
    • 提供者:liying
  1. 12

    0下载:
  2. 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端。-Using Java language to provide the Socket technology, the establishment of a C/S mode of application, permit the client user enters two integers, the server side to re
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:47512
    • 提供者:taojie
  1. CommsArchitecture

    0下载:
  2. architecture document for using MOOS socket communication in c-architecture document for using MOOS socket communication in c++
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:82810
    • 提供者:niejing
  1. ProgrammingWithMOOS

    0下载:
  2. document for using MOOS socket communication in c-document for using MOOS socket communication in c++
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:433846
    • 提供者:niejing
  1. SocketProgramming

    0下载:
  2. C Socket Programming Tutorials
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:153091
    • 提供者:Pratibha
  1. tcpserver.c

    0下载:
  2. * 利用 socket 介面設計網路應用程式 * 程式啟動後等待 client 端連線,連線後印出對方之 IP 位址 * 並顯示對方所傳遞之訊息,並回送給 Client 端。-..................................
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:1185
    • 提供者:seankin52
  1. FTPtutorial

    0下载:
  2. This tutorial shows you how to manage the socket C + + Builder Client / Server with TClientSocket and TServerSocket and How to Manage Events OnClientRead and the method for sending text
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1196
    • 提供者:Becem
  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. SOCKET

    0下载:
  2. 有关C语言的socket学习资料,适合于初等学习者-Learning information about the C language socket, suitable for elementary learners
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:30076
    • 提供者:zhaolin
  1. CPP-Network---Introduction-to-TCP-IP-Socket-Progr

    0下载:
  2. useful for C++ Network programming
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:52637
    • 提供者:Nguyen Van
  1. linux-socket-introduce

    0下载:
  2. 关于一些socket的简单知识的介绍,socket的基本操作,socket中tcp的三次连接于四次释放原理,和一个C/S的实现代码-The basic operation of the introduction of some simple knowledge of the socket, socket, tcp socket in three connected to the release of four principles, and a C/S implementation code
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:151764
    • 提供者:白勇
  1. c-socket-programming.pdf.tar

    0下载:
  2. this socket programming which is used in linux programming-this is socket programming which is used in linux programming
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:107205
    • 提供者:Amit Sinha
  1. Socket-Programming-Tutorials

    0下载:
  2. 细细品味C#(Socket编程)pdf电子书-Savor C# (Socket Programming) pdf ebook
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:887185
    • 提供者:jiangtao
  1. Socket

    0下载:
  2. Java实现socket通信,程序采用C/S多线程实现,功能:客户端发送消息到服务器,服务器返回消息-java socket TCP
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:3578
    • 提供者:silence
  1. TCP-IP-Sockets-in-C--Second-Edition-Practical-Gui

    0下载:
  2. TCP/IP Socket in C. This is a famous book in networked service in C. A typical textbook in college network classes.
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:890149
    • 提供者:adasjtu
  1. socket

    0下载:
  2. C语言编程socket-cline-sever-C language file socket-cline-sever
  3. 所属分类:Communication

    • 发布日期:2017-05-05
    • 文件大小:8026
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com