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

搜索资源列表

  1. sctp-0.2.27.tar

    0下载:
  2. sctp的unix,linux 源代码,希望能对有用的朋友参考-that is the sctp layer source code,hope it is useful for the engineers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2909168
    • 提供者:张明
  1. Programing_In_Unix

    0下载:
  2. Unix下编程书籍经典之作,是学习Unix/Linux下编程不二选择。电子文档。-Unix programming books under the classic, is to learn Unix Linux the only option under the program. Electronic documents.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14539588
    • 提供者:Steven
  1. UNIX(C)

    0下载:
  2. linux下的c 语言编程指南,对于初学linux编程的人很有帮助-c under linux programming guide for people learning linux programming helpful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3507218
    • 提供者:daisyltf
  1. udpxy-1.0-Chipmunk-12

    0下载:
  2. small-footprint UNIX/Linux daemon to relay multicast UDP traffic to client s TCP (HTTP) connection
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:96527
    • 提供者:chenchen
  1. UNDERSTANDING_UNIXLINUX_PROGRAMMING

    0下载:
  2. 《UNIX/LINUX编程实践教程》示例代码-UNDERSTANDING UNIX/LINUX PROGRAMMING A GUIDE TO THEORY AND PRACTICE sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:99323
    • 提供者:liujingwen
  1. shellprogramming

    0下载:
  2. Linux 和 Unix SHELL编程-Programming Linux and Unix SHELL
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:115160
    • 提供者:renyuan
  1. Understanding.Linux.Network.Internals

    1下载:
  2. 详细介绍了Linux内核的网络部分,非常厚重的一本书。 -Details of the network part of Linux kernel, a very thick book.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-24
    • 文件大小:7846194
    • 提供者:ygz
  1. blbfgs-linux-1.7

    0下载:
  2. 在unix-Linux环境下运行的,有限内存BFGS方法,可以解无约束的优化问题-In unix-Linux environment running on limited memory BFGS method for Unconstrained Optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:333601
    • 提供者:陈博
  1. chat

    0下载:
  2. unix / linux use socket programming of a chat room examples-unix/linux use socket programming of a chat room examples
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:14181
    • 提供者:ken
  1. lsof_4.82_src.tar

    0下载:
  2. 在UNIX/LINUX下显示进程打开的网络连接和文件等信息的工具, 本程序在确认UNIX/LINUX下被占用的端口是哪个进程打开时尤为好用-In the UNIX/LINUX displayed under the process of open network connections and file and other information tools, this program recognized UNIX/LINUX, under the port is occupied which
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1093466
    • 提供者:gw
  1. UNIX.BOOT.CAMP.hourone

    0下载:
  2. 这是非常好的给新手的Unix,Linux入门东西,是学校给没有接触Linux的两小时入门文章的第一部分,操作性强。-UNIX.BOOT.one
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1476602
    • 提供者:Jerry
  1. UNIX.BOOT.CAMP.hourtwo

    0下载:
  2. 这是非常好的给新手的Unix,Linux入门东西,是学校给没有接触Linux的两小时入门文章的第二部分,操作性强。-UNIX.BOOT.CAMP.hourtwo
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-06
    • 文件大小:1316037
    • 提供者:Jerry
  1. UNIX_Programmers_Manual

    0下载:
  2. A classical UNIX programmers manual. Complete descr iption of all system programming aspects.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1129653
    • 提供者:anonymous
  1. LINUX

    0下载:
  2. LINUX与UNIX SHELL编程指南,这是一本关于linux的编程方面的介绍。-LINUX and UNIX SHELL Programming Guide, which is a book about the programming aspects of linux introduction.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-10
    • 文件大小:17859144
    • 提供者:时晓霞
  1. FATFS.for.linux

    0下载:
  2. 这份源码是基于微软开放的FAT文件系统相应源码,由GNU社区维护的在UNIX/LINUX系统中FAT文件系统部分,通过VFS实先挂载。-This source code is licensed under Microsoft Shared Source License Version 1.0 for Windows CE. Combined with VFS, UNIX/LINUX is capable of mounting disks of FAT file system.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:52083
    • 提供者:李峰
  1. Linux

    2下载:
  2. 在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:180692
    • 提供者:
  1. win-linux(text)

    0下载:
  2. windows下文本与unix下转化,可以将windows下的DOS转化unix,也可以将unix转化为windows下DOS -under windows and unix text under the transformation, under the DOS can be windows into unix, can also be unix into DOS under windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:133353
    • 提供者:zp
  1. os-unix-linux

    0下载:
  2. Use of Unix and Linux OS s. Written on Serbian language.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2302189
    • 提供者:babayaro78
  1. UDP-connection

    0下载:
  2. LINUX/UNIX下实现本地和远端进程的通信程序,客户端和服务器端。修改IP地址,即可实现通信-In Unix/Linux network,implemention of a DUP connection between client and Server. After downloading ,you may have to change your IP address and port number!!!
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:2232
    • 提供者:WangQu
  1. linux-command-line-and-shell-scripting-bible.9780

    0下载:
  2. Unix guide and excellent shell scr ipting manual
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-30
    • 文件大小:12672910
    • 提供者:prem
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com