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

搜索资源列表

  1. socket

    0下载:
  2. 套接字socket编程文档,对于想在linux下进行网络编程有一定帮助-Socket socket programming documents, for the want to network programming under linux this will definitely help
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:724418
    • 提供者:恩泽
  1. Socket

    0下载:
  2. 一个典型的C#点对点Socket应用实例,包括服务端和客户端两部分,服务端启动后,监听来自客户端的信息,客户端向服务端发送消息,两者点对点实现对接,众多聊天软件是在此点对点的基础上进行再扩展开发而来,因此掌握基础的点对点编程,对以后从事VS开发将大有好处。-A typical C# example of point-Socket applications, including service and client of two parts, the server starts, the moni
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:29905
    • 提供者:mayi789
  1. Socket

    0下载:
  2. Socket编程,服务器和客户端通信,点播wav音频文件-Socket programming, server and client communications, on-demand wav audio files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1190414
    • 提供者:xiongyuan
  1. socket

    0下载:
  2. tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servA
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:2343
    • 提供者:闛靚
  1. socket

    0下载:
  2. 套接字socket编程 用vc++编写-a solution of lucky number
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:5089
    • 提供者:Yang Ge
  1. client_server

    0下载:
  2. SOCKET编程文档及实例含有客户端和服务器端源码-SOCKET programming documentation, and examples contain the client and server-side source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1212530
    • 提供者:zhangxizi
  1. LinuxSocket

    0下载:
  2. Linux下socket编程的绝佳范例,我在此收获颇丰,希望贡献出来和大家一起分享-Socket programming under Linux an excellent example of this very productive, I hope that contributions to come out to share with everyone
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:754993
    • 提供者:jiangchun
  1. TCP.IP.Sockets.in.C.Practical.Guide.for.Programmer

    0下载:
  2. linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are o
  3. 所属分类:Linux Network

    • 发布日期:2017-05-21
    • 文件大小:6346268
    • 提供者:
  1. SOCKET

    0下载:
  2. 最基本的SOCKET编程,很适合初学者。-the basic socket programming,fit the beginer.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:10409
    • 提供者:狐光
  1. socket

    0下载:
  2. 有关socket编程的实例,套接字的连接,客户端和服务端的简历。-An instance of the socket programming, socket connection, the client and service side of the resume.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3583835
    • 提供者:黄鹂
  1. thread

    0下载:
  2. 这是一个多线程传送文件的客户端和服务器程序,对于初学多线程socket编程的小朋友特别有用!-This is a multi-threaded file transfer client and server programs, multi-threaded socket programming for beginners especially useful for the children!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:502674
    • 提供者:梁睿
  1. socket

    0下载:
  2. 一个简单的利用MFC实现的无连接的socket编程,包里有服务器端和客户端两个工程。-A simple to use MFC to achieve non-connected socket programming package with server-side and client-side two projects.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3799228
    • 提供者:fuwei
  1. Linux-Socket-Programming

    0下载:
  2. Linux上的socket编程 -Linux on a socket on the socket programming Linux programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1658767
    • 提供者:wdw
  1. socket

    0下载:
  2. Socket的含义,工作过程的原理,Socket编程的基本过程-Socket the meaning of the principle of the work process, Socket programming, the basic process
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:13862
    • 提供者:丁斌
  1. ChatQQ

    0下载:
  2. 可以实现多个客户端与服务器的链接和通信,使用了线程 socket编程 还有timer使用-Allows multiple clients and servers and communication links, using a threaded socket programming also use the timer
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-07
    • 文件大小:1627679
    • 提供者:pg
  1. socket

    0下载:
  2. 单线程并发服务器(select) 编程. errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:1057
    • 提供者:allen
  1. socket

    0下载:
  2. 能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:139103
    • 提供者:stallion
  1. Socket

    0下载:
  2. Socket编程实例 很简单有用 适合初学者-Socket Programming Example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:18030
    • 提供者:程超
  1. socket

    0下载:
  2. socket编程一个简短的小例子,大家互相学习。-socket programming a short little example to learn from each other.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:30288
    • 提供者:孟志军
  1. socket

    0下载:
  2. SOCKET编程,简单客户端及服务器端源码-SOCKET programming, a simple client and server-side source
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:6019
    • 提供者:雷电
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com