虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

SHEll-command

  • 文件模板生成器

    文件模板生成器,一个可以生成规格化c,cpp,makefile,shell等文件的脚本,相当不错,我修改了一下自用。

    标签: 模板 生成器

    上传时间: 2014-01-27

    上传用户:zq70996813

  • 本书特色 全面覆盖了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Leve

    本书特色 全面覆盖了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Level l 三大Linux人证考试的内容和要点。   讲解了重要的命令行工具(包括shell脚本与文本处理命令)以及最新的图形界面管理工具和应用程序。   “理论与实践密切相结合”,每章都附有复习题与可操作性强的实践项目项,使得读者可以在牢固掌握基础知识的同时,在动手实践能力上也能获得较大的提高。   本书致力于Linux系统管理这一主题,为有志于在Lmux领域有所发展的读者提供了一份不可多得的参考教材。

    标签: Linux Professional Technician Certified

    上传时间: 2013-12-26

    上传用户:fxf126@126.com

  • auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench o

    auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench of tools that help a cryptanalist read files encrypted with the BSD4.2 crypt command. Anyone may copy, modify, use, or redistribute this system. It was originally written by Robert W. Baldwin at MIT

    标签: multi-window integrated Workbench workbench

    上传时间: 2013-12-10

    上传用户:cjl42111

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • linux内核调试小工具.可以读写指定地址上的数据

    linux内核调试小工具.可以读写指定地址上的数据,以及export符号的变量内容。 能通过shell直接调用export的内核函数。

    标签: linux 内核 调试 读写

    上传时间: 2016-02-17

    上传用户:ggwz258

  • 计算机操作系统的实验作业

    计算机操作系统的实验作业,SHELL的源代码

    标签: 计算机操作系统 实验

    上传时间: 2013-12-18

    上传用户:lhc9102

  • Laoen 加密器 V1.0

    Laoen 加密器 V1.0,可对任意类型文件进行加(解)密,操作十分简便。文件加(解)密速度极快。是学习加密技术不可多得的入门范本。LaoenED V1.0 for DOS小巧精干,完全可以作为DOS扩充的外部命令使用(拷贝至c:\windows\command or c:\dos)。 本次发布的Laoen加密器V1.0有2个版本(DOS/Windows): 版本 文件 大小 编译平台 1、LaoenED V1.0 for DOS LaoenED.com 10.5k Turbo C 2.0 2、LaoenED V1.0 for DOS LaoenED.exe 25k Turbo C 2.0 3、LaoenED V1.0 for Windows LaoenED.exe 240k Visual C++ 6.0 这两个版本完全兼容,可以相互交替加(解)密。让你充分体会C/C++的异同。本软件包含密码查看器LookPW.exe,需要者请直接与作者联系(slq_07@sina.com/beetle@jt.yn ). Laoen 加密器 (袖珍型) 1.0 版,为一纯绿色免费软件。您可以任意复制、传播。谢谢使用! ~O~

    标签: Laoen 1.0 加密器

    上传时间: 2016-02-29

    上传用户:tzl1975

  • 本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础

    本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,不过,甚于我个人的学习经验以及教学经验,我的挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。本篇只不过是提纲挈领而已,并不企图取代 Visual C++使用手册。然而对于软件使用的老手,此篇或已足以让您掌握Visual C++整合环境。工具的使用虽然谈不上学问,但在视觉化软件开发过程中扮演极重角色,切莫小觑它。 第三篇介绍application framework的观念,以及MFC骨干程序,所谓骨干程序,是指Visual C++的工具AppWizard所产生出来的程序码。当然,AppWizard会根据你的选项做出不同的程序码,我所据以解说的,是大众化选项下的产品。 第四篇以微软公司附于Visual C++光碟片上的一个范例程序Scribble为主轴,一步一步加上新的功能。并在其间深入介绍Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技术。这些技术正是其他书籍最缺乏的部分。此篇之最后数章则脱离Scribble程序,另成一格。 本书内含光盘一片,书中所有原始码与可执行文件尽在其中。

    标签: MFC 程序设计

    上传时间: 2016-03-03

    上传用户:Ants

  • 《高级Bash编程指南》

    《高级Bash编程指南》,一本很好的shell编程书籍

    标签: Bash 编程指南

    上传时间: 2014-01-16

    上传用户:秦莞尔w

  • S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(

    S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(uchar command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar * temp) void printf(ulong int x) void change_code(uint * x) void Sendlcd(uchar x,uchar y,uchar dat) void Sendhz(uchar x,uchar y,uchar dat) void display_HZ(void) void display_date(void) void LCD_initial(void) void prints_id(uchar line,uint id) //void print_lcd(uchar *sss)

    标签: void write_LCD_command write_LCD_data LCD_BUSY

    上传时间: 2016-03-17

    上传用户:独孤求源