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

搜索资源列表

  1. Linux_myshell

    0下载:
  2. 这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:41294
    • 提供者:jason
  1. smsc911x_xscale_v1.12

    0下载:
  2. smsc911x 网卡驱动 This the users/programmers guide for the LAN911x Linux Driver The following sections can be found below * Revision History * Files * Features * Driver Parameters * Rx Performance Tuning * Tested Platforms * Rx
  3. 所属分类:Windows CE

    • 发布日期:2014-01-16
    • 文件大小:136063
    • 提供者:中国
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:8186
    • 提供者:香烟
  1. linuxqtmenu

    0下载:
  2. Linux下Qt编程入门,很好的查考书。 -Introduction to Qt programming under Linux, a very good history of book. Introduction to Qt programming under Linux, a very good history of book.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:159345
    • 提供者:王洪涛
  1. linuxqt2

    0下载:
  2. Linux下Qt编程入门,很好的查考书。 -Introduction to Qt programming under Linux, a very good history of book. Introduction to Qt programming under Linux, a very good history of book.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:352091
    • 提供者:王洪涛
  1. linuxqt3

    0下载:
  2. Linux下Qt编程入门,很好的查考书。 -Introduction to Qt programming under Linux, a very good history of book. Introduction to Qt programming under Linux, a very good history of book.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:295448
    • 提供者:王洪涛
  1. csql.tar

    0下载:
  2. Replacement for Sybases isql with readline support including history and commandline completion. Requires sybase c-client libs or FreeTDS. Tested with Sybase 12.0, 12.5 on Solaris, Linux, FreeBSD, and MacOS X.
  3. 所属分类:Other Databases

    • 发布日期:2017-03-27
    • 文件大小:8965
    • 提供者:sunscreen
  1. AHeavilyCommentedLinuxKernelSourceCode

    0下载:
  2. 本书对 Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对 Linux的工作机理获得全面而深刻的理解,为进一步学习和研究 Linux系统打下坚实的基础。虽然所选择的版本较低,但该内核已能够正常编译运行,其中已经包括了 LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的运作机制。书中首先以 Linux源代码版本的变迁历史为主线,详细介绍了 Linux系统的发展历史,着重说明了各个内核版本之间的重要区别和改进方面
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4993375
    • 提供者:feel
  1. JavaBackup

    0下载:
  2. Areca Backup for Linux是一个采用Java开发的文件备份工具,支持数据压缩加密,增量备份,文件历史记录浏览等功能。它支持ZIP压缩,可以进行档案加密,按照指定参数多文件进行搜索,为所有的关键步骤进行备份。-Areca Backup for Linux is a file backup using Java development tools, support for data compression, encryption, incremental backup, file
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:769651
    • 提供者:skyge
  1. PerlandLWP.tar

    0下载:
  2. LWP (short for "Library for World Wide Web in Perl") is a set of Perl modules and object-oriented classes for getting data from the Web and for extracting information from HTML. This chapter provides essential background on the LWP suite. It describe
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-05
    • 文件大小:655607
    • 提供者:jzhen
  1. glibc-2.3.22

    0下载:
  2. glibc是gnu发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万有。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个作业系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-30
    • 文件大小:12556329
    • 提供者:观光客
  1. duohePPT

    0下载:
  2. 多核程序设计的简介,多线程多实例,对于学习有很大的帮助-It s for the Linux,Windows programing.The history about the multinuclear.And good for studing
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3528004
    • 提供者:chenyu
  1. Linux_command

    0下载:
  2. 史上最全linux命令详解,供大家学习参考用。-Detailed history of the most complete linux command for them to learn reference.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:46873
    • 提供者:sdx
  1. Linpop-Beta3(Ubuntu)

    0下载:
  2. Linpop是一款运行于Linux操作系统平台的IM(即时通信)软件,可以实现局域网内任意电脑之间的信息接受与发送,也可作为支持200人中小型企业,企业信息平台中的一个组件及功能存在。整个软件基于C/S结构,数据经过服务器转发,便于服务器对客户端传送过来的数据进行分析和处理,例如单对单聊天、群聊天等。客户端基于GTK+实现整个GUI框架,最终界面效果良好。-Linpop can support 200 small and medium enterprises within the IM plat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:893105
    • 提供者:
  1. trilearn_base_3.4_RedSky.tar

    0下载:
  2. 在linux操作系统执行的2d仿真机器人足球代码压缩包-Higher Education in January 2010 the country self-examination questions Chinese Modern History Course Code: 03708
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:553588
    • 提供者:余飞翔
  1. linux_myshell

    1下载:
  2. linux下的命令解释器,能执行部分内部和外部命令,支持I/O重定向,管道和前后台作业及控制,能够执行fg、bg、jobs、cd、history、exit这些内部命令,能够执行带参数的外部命令,支持I/O重定向,支持前后台作业 。-linux command interpreter, part of the internal and external commands, support for I/O redirection, pipes, and front and back office
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:4305833
    • 提供者:luyao
  1. Linux_chat_sys

    0下载:
  2. 系统功能:1.注册与登录系统(登录时可将同账号的已在线用户顶下线)2.公聊3.私聊4.文件传输(可以拒绝和同意接收文件,收发双方都可以指定文件名和路径)5.保存消息记录6.保存用户信息7.客户端查看在线好友(ctrl+\ ,1)8.客户端查看所有好友(ctrl+\ ,2)9.客户端查看聊天记录(ctrl+\ ,3)10.服务器将指定客户端踢下线(ctrl+\ ,客户名) 11.用户快捷下线(ctrl+c)12.好友上线、下线提示 运行环境:必须运行在Linux系统环境下。 支持软件:Gc
  3. 所属分类:Linux Network

    • 发布日期:2017-11-01
    • 文件大小:151212
    • 提供者:小xx
  1. Qt_network

    0下载:
  2. 实现基于linux或windows下客户端和服务器端的连接实现,史上最详细最好的资料,保证一看就明白。-Based on Linux or Windows to realize the client and the server connection realization, the most detailed history of the best material, guarantee a look will understand.
  3. 所属分类:Linux Network

    • 发布日期:2017-10-31
    • 文件大小:2137532
    • 提供者:动大
  1. ARM

    0下载:
  2. 嵌入式系统的发展史,嵌入式的综述,linux环境的研究方法-History of the development of embedded systems, embedded overview linux environment
  3. 所属分类:Development Research

    • 发布日期:2017-12-02
    • 文件大小:17103
    • 提供者:mars
« 1 23 4 »
搜珍网 www.dssz.com