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

搜索资源列表

  1. PublicNetSoft

    0下载:
  2. 本源代码主要是演示如何使用VC++的SOCKET API进行网络通讯的实例-The main source code is to demonstrate how to use the SOCKET API VC++ examples of network communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:38874
    • 提供者:
  1. chat2

    0下载:
  2. 本次局域网即时聊天程序设计主要用了Visual C++编程环境,设计里还涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。-The LAN Instant Messenger program design is mainly used by Visual C++ programming environment, designed in the network com
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-11
    • 文件大小:3019155
    • 提供者:chenkan
  1. TCP

    0下载:
  2. 基于TCP/IP的socket通信程序,使用WinSocket API实现-Based on TCP/IP, socket communication, the use of WinSocket API implementation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-15
    • 文件大小:3957613
    • 提供者:kiki
  1. socket

    0下载:
  2. 这是一个关于socket通信的java程序,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-This is about the socket communication program, a comprehensive use of Java network protocol, programming languages, API and graphic interface based on socket set up, li
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2025
    • 提供者:元宝
  1. Projects

    0下载:
  2. 纯socket APi 实现 tcp/ip 实例-tcp/ip native socket API application
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:389796
    • 提供者:alex
  1. chat

    0下载:
  2. java Socket API实现简单聊天室,分为服务器和客户端,当有客户端加入聊天时客户端保存其信息,供以后使用-java Socket API simple chat room, into the server and client, when a client joins a chat client to save their information for later use
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:60239
    • 提供者:
  1. Delphi-Winsock

    0下载:
  2. API的异步SOCKET编程代码,初学者可以看一看-SOCKET API asynchronous programming code, beginners can take a look at
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:846586
    • 提供者:蒋云
  1. SocketAPICAsyncSocketCSocket

    0下载:
  2. Socket API,CAsyncSocket,CSocket内幕及其用法,对于vc进行通信开发的朋友很有帮助。-Socket API, CAsyncSocket, CSocket insider and their usage for communication development vc helpful friends.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:175374
    • 提供者:donnie zhang
  1. Winsock-API

    0下载:
  2. 一个用winsock api实现的简单的聊天室,使用WSAAsyncSelect实现套接字的异步操作,分有服务器端和客户端,客户端连接到服务器端,服务器端广播客户端的发言到所有连接上的客户端,该源码使用vs2008编写,很适合初学者学习winsock api应用。-Using winsock api to achieve a simple chat room using WSAAsyncSelect achieve asynchronous socket operations, divided
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-16
    • 文件大小:24193762
    • 提供者:York
  1. ClientDlg

    0下载:
  2. socket API\ClientDlg\ClientDlg.rar,很不错的vc源码,希望能对大家有所帮助-socket API \ ClientDlg \ ClientDlg.rar, very good vc source code, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:26332
    • 提供者:
  1. ServerDlg

    0下载:
  2. socket API\ServerDlg\ServerDlg.rar,很不错的vc源码,希望能对大家有所帮助-socket API \ ServerDlg \ ServerDlg.rar, very good vc source code, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:26198
    • 提供者:
  1. Chat

    0下载:
  2. CSocket继承于CAsyncSocket。是Windows Socket API的高层抽象。它通常要和CSocketFile及CArchive这两个类混合使用。后者两个类主要负责的是数据的发送和接收。Csocket提供了阻塞方式的访问方式,阻塞方式的意思就是在发送出去消息后要等到对方返回信息后才发送下一个数据包的通信信息。要使用CSocket对象首先要调用构造函数,然后调用Create函数创建一个Socket句柄。Create函数缺省创建一个流Socket,如果你没有在使用Carchive类
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-06-01
    • 文件大小:13980796
    • 提供者:yang zhijun
  1. abc

    0下载:
  2. 1、下面连个函数Client()和Server()是利用Windows Socket API分别实现的客户端和服务器端的通信功能,仔细阅读这两段程序,回答后面的问题-1, following even a function Client () and Server () is the use of Windows Socket API, respectively, to achieve the client and server communications capabilities, read
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:827
    • 提供者:xiangkan
  1. IBMClient

    0下载:
  2. The following example program uses the following sequence of API calls: Socket programming 113 1. The socket() API returns a socket descr iptor, which represents an endpoint. The statement also identifies that the INET (Internet Protocol) addre
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:2155
    • 提供者:shaomin fang
  1. BSD-Sockets-API.pdf.tar

    0下载:
  2. BSD UNIX Socket的文档,很简洁的描述了常用的Socket-BSD UNIX Socket document, very concise descr iption of common Socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1466521
    • 提供者:凝霜
  1. TCPChat

    0下载:
  2. 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:2944
    • 提供者:Mica
  1. Server

    0下载:
  2. 用WinSock提供的套接字API函数实现的聊天工具的服务器端,基于TCP-The server side of the chat tool using WinSock socket API function, based on TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-12
    • 文件大小:19590390
    • 提供者:李志强
  1. Server

    0下载:
  2. 用WinSock提供的多个的套接字API函数实现编程,基于TCP协议,实现即时通信-WinSock multiple socket API functions, programming based on the TCP protocol, instant messaging
  3. 所属分类:Web Server

    • 发布日期:2017-06-12
    • 文件大小:19611504
    • 提供者:李志强
  1. cprops

    0下载:
  2. The cprops (C prototyping tools) library provides a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management fra
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:797755
    • 提供者:evil
  1. unix

    0下载:
  2. unix网络编程的pdf文章,[美】w.richard stevens著,讲解了套接口api和api/xopen 传输接口 api-unix network programming pdf article, the [U.S.] w.richard stevens, to explain the interface api, socket api api/xopen transmission
  3. 所属分类:Communication

    • 发布日期:2017-06-18
    • 文件大小:27969447
    • 提供者:庄叶丹
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com