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

搜索资源列表

  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. 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. Scheduler

    0下载:
  2. Its scheduler document for unix/linux system programming ..its a main part of linux/unix system to manage all the processes and threads .
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:134963
    • 提供者:dipen
  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. linux

    0下载:
  2. linuxzone "0.0.127.in-addr.arpa" IN { type master -linux--unix linux---unixzone "0.0.127.in-addr.arpa" IN { type master
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:12447
    • 提供者:liujing
  1. perlpart

    0下载:
  2. Unix/Linux脚本编程: perl部分Perl 的设计目标是帮助 UNIX 用户完成一些常见的任务,这些任务对于 Shell 来说过于沉重或对移植性要求过于严格。Perl 语言中包含了 C、C++、shell,scr ipt、sed、awk 这几个语言的语法,它最初的目的就是用来取代 UNIX 中 sed/awk 与 脚本语言的组合,用来汇整信息,产生报表。因此 Perl 语言要远远比前面讲的 BASH 复杂和功能强大-Unix/Linux scr ipting: perl Perl pa
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-24
    • 文件大小:34826
    • 提供者:
  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. Beginning.Linux.Programming4th_EN

    0下载:
  2. Linux程序设计 : 第4版(最负盛名的Linux程序设计图书) 时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。 本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4136405
    • 提供者:gh
  1. cross-platform-lib

    0下载:
  2. 这是用c++写的一个跨平台的库,用同样的接口,实现了windows,unix,linux下的有关线程,进程,互斥,信号量,时间操作,等等。是编写跨平台c++程序的有力助手。-It is written in c++ using a cross-platform library, with the same interface, to achieve the windows, unix, linux under the relevant threads, processes, mutexes, s
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:11010
    • 提供者:陈真
  1. yacc-1.9.1

    0下载:
  2. yacc(Yet Another Compil er),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-yacc (Yet Another Compiler Compiler), is a Unix/Linux on a compiler to genera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:69306
    • 提供者:王子
  1. da

    0下载:
  2. 1.实验目的 (1)理解进程/线程同步的方法,学会运用进程/线程同步的方法解决实际问题; (2)了解windows系统或unix/linux系统下中信号量的使用方法。 -1. Purpose of the experiment (1) understand the process/thread synchronization methods, learn to use the process/thread synchronization methods to solve practi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:144891
    • 提供者:sky
  1. memtester-4.2.1.tar

    0下载:
  2. Linux下检测内存错误的一个小软件,能够很快的全面的分析内存错误,并能够定制内存块大小。-Linux testing memory error of a small software, can quickly comprehensive analysis of the memory error, and to customize the memory block size.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:20815
    • 提供者:lixh017
  1. log

    0下载:
  2. 在unix/linux环境下运行应用程序时,如何记录运行的日志-how to log an outcome into a text from a running program under unix/linux platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:567
    • 提供者:fisher
  1. pingtest

    0下载:
  2. unix/linux环境下, ping原理说明实现的简单的C代码,编译通过-unix/linux environment, ping principle that to achieve simple C code, compiled by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6818
    • 提供者:lsg
  1. Unix-PPT-FROM-BUAA

    0下载:
  2. UNIX操作系统,是美国AT&T公司于1971年在PDP-11上运行的操作系统。具有多用户、多任务的特点,支持多种处理器架构,最早由肯·汤普逊(Kenneth Lane Thompson)、丹尼斯·里奇(Dennis MacAlistair Ritchie)和Douglas McIlroy于1969年在AT&T的贝尔实验室开发。这是北航的LINUX课程的课件。-UNIX operating system, AT & T, the United States in 1971, runnin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4389527
    • 提供者:张文光
  1. The-Linux-Programming-Interface

    1下载:
  2. 2010出的一本比advantage unix enviroment programming更新,内容更全的书籍,个人认为可以超越apue,可以作为每个linux程序员的handbook-2010 of an update than the advantage unix enviroment programming, content more comprehensive books, personally think that can go beyond apue, can serve as a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:7131393
    • 提供者:jianfang
  1. linux-command-reference-list.pdf

    0下载:
  2. Unix/Linux Command Reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:66391
    • 提供者:saber8
  1. linux-FTP--Order

    0下载:
  2. linux &ubuntu&unix FTP命令大全-linux &ubuntu&unix FTP command Daquan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16527
    • 提供者:中华
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com