您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. linux 文本处理 awk 手册

  2. awk 是一种程序语言. 它具有一般程序语言常见的功能. 因awk语言具有某些特点, 如 : 使用直译器(Interpreter)不需先行编译; 变量无类型之分(Typeless), 可使用文字当数组的下标(Associative Array)...等特色. 因此, 使用awk撰写程序比起使用其它语言更简洁便利且节省时间. awk还具有一些内建功能, 使得awk擅于处理具数据行(Record), 字段(Field)型态的资料; 此外, awk内建有pipe的功能, 可将处理中的数据传送给外部的
  3. 所属分类:Linux

    • 发布日期:2009-05-21
    • 文件大小:525312
    • 提供者:yxh0612
  1. twxproxy_pro_v211.zip

  2. TWX PROXY v2.03 SOURCE RELEASE NOTES 12 March 2005 FOREWORD TWX Proxy began as a pet project of mine back in early 1999. Over a 6 year period, the project evolved from a simple VB "sendkeys" application into a fully featured telnet proxy server comp
  3. 所属分类:Proxy

    • 发布日期:2009-05-26
    • 文件大小:2097152
    • 提供者:jbleak
  1. Practical Programming in Tcl and Tk (book).pdf

  2. Tcl stands for Tool Command Language. Tcl is really two things: a scr iptinglanguage, and an interpreter for that language that is designed to be easy toembed into your application.
  3. 所属分类:其它

    • 发布日期:2007-08-16
    • 文件大小:1048576
    • 提供者:bluecarp
  1. JAVA23种设计模式迷你版

  2. RedSword软件工作室:http://redsword.cn.st 创建型 结构型 行为型 类 Factory Method Adapter_Class Interpreter Template Method 对象 Abstract Factory Builder Prototype Singleton Adapter_Object Bridge Composite Decorator Facade Flyweight Proxy Chain of Responsibility Comma
  3. 所属分类:C

    • 发布日期:2009-06-05
    • 文件大小:191488
    • 提供者:lxlchl
  1. 设计模式详解手册(.chm格式)

  2. 创建型 结构型 行为型 类 Factory Method Adapter_Class Interpreter Template Method 对象 Abstract Factory Builder Prototype Singleton Adapter_Object Bridge Composite Decorator Facade Flyweight Proxy Chain of Responsibility Command Iterator Mediator Memento Observe
  3. 所属分类:其它

    • 发布日期:2009-06-08
    • 文件大小:191488
    • 提供者:jxj0401
  1. Python 中文手册

  2. Abstract Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpr
  3. 所属分类:Python

    • 发布日期:2009-06-09
    • 文件大小:651264
    • 提供者:stonegirl07
  1. cshell 简单入门介绍英文版本的

  2. Csh is a new command language interpreter for UNIX† systems. It incorporates good features of other shells and a history mechanism similar to the redo of INTERLISP. While incorporating many features of other shells which make writing shell programs
  3. 所属分类:其它

    • 发布日期:2009-06-15
    • 文件大小:145408
    • 提供者:leleleo
  1. 专业化C/C++集成开发

  2. C-Free是一款支持多种编译器的专业化C/C++集成开发环境(IDE)。利用C-Free,使用者可以轻松地编辑、编译、连接、运行、调试C/C++程序。主要有以下特性:   1. 支持多编译器,可以配置添加其他编译器;   支持的编译器类型:   (1) MinGW 2.95/3.x/4.x/5.0   (2) Cygwin   (3) Borland C++ Compiler   (4) Microsoft C++ Compiler   (5) Open Watcom C/C++   (6)
  3. 所属分类:C

    • 发布日期:2009-06-25
    • 文件大小:7340032
    • 提供者:shi440
  1. C-Free 4.1 功能加强版本【附带注册代码】

  2. C-Free 4.1: C-Free是一款支持多种编译器的专业化C/C++集成开发环境(IDE)。利用本软件,使用者可以轻松地编辑、编译、连接、运行、调试C/C++程序。C-Free中集成了C/C++代码解析器,能够实时解析代码,并且在编写的过程中给出智能的提示。C-Free提供了对目前业界主流C/C++编译器的支持,你可以在C-Free中轻松切换编译器。可定制的快捷键、外部工具以及外部帮助文档,使你在编写代码时得心应手。完善的工程/工程组管理使你能够方便的管理自己的代码。 主要包含如下特性:
  3. 所属分类:C

    • 发布日期:2009-07-02
    • 文件大小:7340032
    • 提供者:x2xnet
  1. VM_SPEC.CHM

  2. The Java virtual machine specification has been written to fully document the design of the Java virtual machine. It is essential for compiler writers who wish to target the Java virtual machine and for programmers who want to implement a compatible
  3. 所属分类:Java

    • 发布日期:2007-09-10
    • 文件大小:566272
    • 提供者:ALEXHUTER
  1. C++设计模式.pdf

  2. 这本是C++设计模式, 最大特点是高清的, 就是可以复制粘贴的那种, 目录如下: 0 引言.......2 0.1设计模式解析(总序)......2 0.2设计模式解析后记......2 0.3 与作者联系......5 1 创建型模式.......5 1.1 Factory模式........5 1.2 AbstactFactory模式......11 1.3 Singleton模式......16 1.4 Builder模式......18 1.5 Prototype模式.....23 2
  3. 所属分类:其它

    • 发布日期:2009-07-12
    • 文件大小:1048576
    • 提供者:a4307231982
  1. 36种最新设计模式整理

  2. 36种最新设计模式整理 Design Pattern: Simple Factory 模式 Design Pattern: Abstract Factory 模式 Design Pattern: Builder 模式 Design Pattern: Factory Method 模式 Design Pattern: Prototype 模式 Design Pattern: Singleton 模式 Design Pattern: Registry of Singleton 模式 Design
  3. 所属分类:其它

    • 发布日期:2009-07-21
    • 文件大小:1048576
    • 提供者:cl163com
  1. C-Free 4.1 专业版

  2. 支持多编译器,可以配置添加其他编译器; 目前支持的编译器类型: (1) MinGW 2.95/3.x/4.x/5.0 (2) Cygwin (3) Borland C++ Compiler (4) Microsoft C++ Compiler (5) Open Watcom C/C++ (6) Digital Mars C/C++ (7) Ch Interpreter
  3. 所属分类:C++

    • 发布日期:2009-07-31
    • 文件大小:7340032
    • 提供者:lly212
  1. Advanced Programming In The UNIX Environment

  2. Stephen Rago's update is a long overdue benefit to the community of professionals using the versatile family of UNIX and UNIX-like operating environments. It removes obsolescence and includes newer developments. It also thoroughly updates the contex
  3. 所属分类:Linux

    • 发布日期:2009-08-05
    • 文件大小:3145728
    • 提供者:ouumi
  1. Prism USIM Overview

  2. 1. Introduction . 2. Key benefits and features of 3G USIM: 3. UICC, USIM and SIM revisited . 3.1. Comparing SIM to USIM 3.1.1. File Structure . 3.1.2. The USIM application 3.1.3. An example: Prism 3G PhoneBook . 3.1.4. Access conditions. 4. The impa
  3. 所属分类:3G/移动开发

    • 发布日期:2009-08-06
    • 文件大小:299008
    • 提供者:pjlonestar
  1. PHP知识目录最新版本

  2. PHP,一个嵌套的缩写名称,是英文超级文本预处理语言(PHP:Hypertext Preprocessor)的缩写。PHP 是一种 HTML 内嵌式的语言,是一种在服务器端执行的嵌入HTML文档的脚本语言,语言的风格有类似于C语言,现在被很多的网站编程人员广泛的运用。PHP 独特的语法混合了 C、Java、Perl 以及 PHP 自创新的语法。它可以比 CGI 或者 Perl 更快速的执行动态网页。用PHP做出的动态页面与其他的编程语言相比,PHP是将程序嵌入到HTML文档中去执行,执行效率比
  3. 所属分类:PHP

    • 发布日期:2009-08-13
    • 文件大小:12582912
    • 提供者:sayajoe
  1. 设计模式C++版.pdf

  2. 目 录 0 引言..............................................................................................................................................2 0.1 设计模式解析(总序)........................................................................ ..........
  3. 所属分类:其它

    • 发布日期:2009-08-18
    • 文件大小:1048576
    • 提供者:hphua
  1. 设计模式迷你手册 RedSword工作室

  2. 本手册中包含FactoryMethod、Abstract Factory、Builder、Adapter_Class、Interpreter等等24种设计模式,是实际开发中的好帮手。
  3. 所属分类:其它

    • 发布日期:2009-08-25
    • 文件大小:191488
    • 提供者:tangzb
  1. Advanced Bash-Scripting Guide

  2. The shell is a command interpreter. More than just the insulating layer between the operating system kernel and the user, it's also a fairly powerful programming language. A shell program, called a scr ipt, is an easy-to-use tool for building applic
  3. 所属分类:Web开发

    • 发布日期:2009-08-25
    • 文件大小:4194304
    • 提供者:leopard_xing
  1. gcc 3.4.0 for windows

  2. Using built-in specs. Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --host= mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable -languages=c,c++,f77,ada,objc,java --disable-win32-registry --dis
  3. 所属分类:Java

    • 发布日期:2009-08-28
    • 文件大小:12582912
    • 提供者:ywj1225
« 1 2 3 4 5 67 8 9 10 11 ... 39 »