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

搜索资源列表

  1. nsLookUp

    0下载:
  2. 這是一個修改Oreilly Java 網路程式設計範例的程式 主要是將裡面的一個小程式加上視窗管理者介面方便使用 使用環境: 需有JRE的環境 path需有指到JAVA_HOME下bin/ 如環境設定OK,在windows直接點選執行即可 如在其他OS(unix-like) java -jar nsLookUp.jar-This is a modified Oreilly Java network programming is an example of the pr
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:5826
    • 提供者:ace
  1. UnixNetworkProgVolumeOne

    0下载:
  2. 网络编程的经典之作,英文原版,unix os 下卷一之网络编程。-The most classic unix os programming in network. enjoy yourself the big surprise.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5654484
    • 提供者:wxqian
  1. Linux_Network_programming

    0下载:
  2. Linux网络编程教程,共十四章,第一章概论;第二章 UNIX/Linux 模型;第三章进程控制;第四章进程间通;第五章通信协议简介-Linux network programming tutorials, a total of 14 chapters, the first chapter overview second chapter UNIX/Linux model Chapter III process control fourth chapter the process of in
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:2066898
    • 提供者:李伟枝
  1. mij-unixprg-srcs

    0下载:
  2. 进程通信的指导手册,对于刚学习UNIX/LINUX下网络编程的同志们是有帮助的-Guide the process of communication, for just learning UNIX/LINUX Network Programming comrades be helpful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:32005
    • 提供者:陈强
  1. cdk.tar

    0下载:
  2. 窗口调用,输入输出,表单,鼠标控制编程指导手册,对于刚学习编程的同志们是有帮助的-Guide the process of communication, for just learning UNIX/LINUX Network Programming comrades be helpful
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:429288
    • 提供者:陈强
  1. UNIXnetworkprogram

    0下载:
  2. Unix/Linux方面网络编程的书籍,书中介绍了TCP/IP通信,EMS的文档书写,路由套接口等方面的知识。非常全面,值得收藏。-Unix/Linux books on aspects of network programming, the book introduces the TCP/IP communication, EMS documentation writing, routing sockets, etc. knowledge. Very comprehensive and wor
  3. 所属分类:Linux Network

    • 发布日期:2017-06-12
    • 文件大小:20063414
    • 提供者:hanying
  1. unpv22e.tar

    0下载:
  2. 这是unix网络编程第二卷的源码包,可以方便大家学习-This is the second volume of network programming unix source package, you can facilitate learning
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:809664
    • 提供者:刘晓峰
  1. UNIX_Network_Programming

    0下载:
  2. Unix-linux network programming book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-28
    • 文件大小:10390777
    • 提供者:Tran Minh Tri
  1. NetworkProgramming_Unix

    0下载:
  2. 本书很好的介绍了在Unix下如何进行网络编程.-This book describes well how to network programming under Unix.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-12
    • 文件大小:19097035
    • 提供者:jiaojiao
  1. LinuxPProgrammingPbyPExample

    0下载:
  2. 很好的linux编程书籍,对linux的各个方面都有章节详细介绍,尤其是对debug和GDB的使用为其他书籍所不多见。-If you are familiar with the classic "Advanced Unix Programming" you will be familiar with what this book covers and appreciative of the update. In short, this book covers the fundamentals o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14855316
    • 提供者:袁宇
  1. CGI_doc

    0下载:
  2. unix的详细介绍,并对unix下的开发进行详细描述,还有详细的网络编程方法-detailed descr iption of unix, and unix described in detail under development, as well as detailed network programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:102450
    • 提供者:daitiecheng
  1. unpv1

    0下载:
  2. UNIX® Network Programming Volume 非常著名的一本书-UNIX® Network Programming Volume very good
  3. 所属分类:Linux Network

    • 发布日期:2017-05-21
    • 文件大小:5643454
    • 提供者:lee
  1. JSP

    0下载:
  2. JSP网络编程 JSP NETWORK PROGRAMMING TECNOLOGY ,ppt shows how to make programs with JSP in a JAVA environment,windows environment or linux environment,unix environment,please have a look and it is good for your study in this area -JSP NETWORK PROGRAMMING
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:1175489
    • 提供者:kevin
  1. (EBook---PDF---Programming)-29-Complete-Oreilly-B

    0下载:
  2. (EBook - PDF - Programming) 29 Complete O reilly Books (network, Unix, Web, Perl, Java & Samba).zip
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:57805051
    • 提供者:heaven
  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. TCP-IP

    0下载:
  2. TCP-IP及ipv6 详解卷3卷合集,包括协议,实现,TCP事务协议TCP事务协议,HTTP,NNTP和UNIX域协议,IPV6详解,ipv6 细节,等网络编程-TCP-IP and ipv6 Illustrated, Volume 3 collection, including an agreement to achieve the the TCP transaction protocol TCP transaction agreement, HTTP, NNTP, and UNIX dom
  3. 所属分类:Modem program

    • 发布日期:2017-11-17
    • 文件大小:51029650
    • 提供者:河中冰
  1. unixprogramer

    0下载:
  2. 网络编程即编写通过计算机网络与其他程序进行通信的这类程序,相互通信的程序中一方称为客户程序,一方称为服务器程序,我们使用应用程序编程接口API来进行网络程序的编写,主要以两种方式来介绍UNIX下的SOCKET编程技术-Network programming that is written to communicate through a computer network and other programs such procedures, the party known as the clie
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:27972732
    • 提供者:曹磊
  1. mutex

    0下载:
  2. The code examples to explain the unix environment for network programming mutex, which is a use mutex
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:11458
    • 提供者:wy
  1. pipe

    0下载:
  2. 本代码用于讲解unix 环境下网络编程中的无名管道,这是一个使用无名管道的服务器和客户端的例子-This code is used to explain the unix environment unnamed pipeline network programming, which is an example of the server and client use unnamed pipes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:8885
    • 提供者:wy
  1. shm

    0下载:
  2. 本代码用于讲解unix 环境下网络编程中的共享内存,这是一个使用共享内存的服务器和客户端的例子-This code is used to explain the unix environment network programming in shared memory, which is an example of the shared memory server and client use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10586
    • 提供者:wy
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com