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

COMPANION

COMPANION,基于构件的HTML编辑器,自身融合了站点管理器和Script生成器。
  • Introduction to the COMPANION MATLAB Codes

    Introduction to the COMPANION MATLAB Codes

    标签: Introduction COMPANION MATLAB Codes

    上传时间: 2013-12-26

    上传用户:270189020

  • Finally: a hands-on, Java-centric workbook COMPANION for the classic Design Patterns! Workbook appro

    Finally: a hands-on, Java-centric workbook COMPANION for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and extensions. CD-ROM contains all code examples from the book -- plus bonus code examples not found in the book. About the Author: Steven John Metsker is a researcher and author focused on advanced techniques for magnifying the abilities of object-oriented software developers. A rising star in the patterns community, he was recently invited to join the acclaimed Hillside Group. He is author of Building Parsers with Java? (Addison-Wesley).

    标签: Java-centric COMPANION hands-on Patterns

    上传时间: 2013-12-01

    上传用户:1079836864

  • THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Facto

    THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns in Math Computation 22 When to Use a Factory Pattern 24 Thought Questions 25 The Abstract Factory Pattern 26 A GardenMaker Factory 26 How the User Interface Works 28 Consequences of Abstract Factory 30 Thought Questions 30 The Singleton Pattern 31 Throwing the Exception 32 Creating an Instance of the Class 32 Static Classes as Singleton Patterns 33 Creating Singleton Using a Static Method 34

    标签: Creational COMPANION PATTERNS Patterns

    上传时间: 2013-12-20

    上传用户:xwd2010

  • Options of the program for the COMPANION Express am22

    Options of the program for the COMPANION Express am22

    标签: COMPANION the Options Express

    上传时间: 2017-04-20

    上传用户:磊子226

  • This book is intended as a thorough introduction to both PCI and PCI-X. Is as a “COMPANION” to the s

    This book is intended as a thorough introduction to both PCI and PCI-X. Is as a “COMPANION” to the specifications. If you’re designing boards or systems using offthe-shelf PCI interface silicon, this book together with the silicon vendor’s data sheets should be sufficient for your needs. On the other hand, if your goal is to design PCI silicon, motherboards or backplanes, you will undoubtedly need to reference the specifications for additional detail.

    标签: introduction COMPANION intended thorough

    上传时间: 2014-08-18

    上传用户:hoperingcong

  • TPS65930 TPS65920与OMAP3530硬件连接

    This document describes the system hardware implementation for the OMAP3530 processor and theTPS65930/20 COMPANION power integrated circuit (IC). The document concentrates on the powerconnectivity for the processor and the COMPANION power IC. The document also briefly explains someother specifics related to power, such as the boot modes and the power-up sequence.

    标签: TPS 65930 65920 3530

    上传时间: 2013-11-13

    上传用户:yeling1919

  • AVR Studio 帮助文件中文翻译

    AVR Studio 帮助文件中文翻译,网友翻译的AVR Studio软件里面的帮助文件。转自“我们的AVR”网站,在此表示感谢。 图元文件(metafile) 以.emf为扩展名的文件。是下面各种结构的基本组成部分,可以用来让AVR LCD编辑器设计软件模拟显示器。它可以是一个段或者一个图像。您不能直接用AVR LCD编辑器生成一个这样的图元文件。但是可以使用第三方软件。COMPANION Software的Metafile COMPANION和Microsoft Visio 就是两个让用户自己定义图元文件的软件。在市场上有好多更简单,更便宜的转换软件支持gif,jpeg,bmp等的文件转换成.emf文件。 (例如:www.harmware.com 网站上的Batch Thumb 、和www.irfanview.com网站上的IrfanView). 段(segment)这是软件模拟显示器的一部分。用LCD编辑器您可以分配所有的段对应到实际的LCD寄存器的位上。段被存成.emf文件。图像(image)被用作背景图像和外围图像的图元文件。充当所有段的布景。这些对象是“静态”的,不对任何LCD寄存器值有反映。图像也被存成.emf文件。 模拟显示器(display)多层的元文件和图像的组合。它包含LCD 寄存器的分配信息。用XML格式保存成.dis文件。组(group)为了简化设计,需要频繁的保存使用段。组就是同一层中一些段(图元文件)的集合。它的设计没有实际的限制,但是不能包括静态图像(背景/前景)。最典型的组就是7段码数字字型。组只是理论的设计工具,在最终的模拟显示器文件中是没有组存在的。组用扩展名为.pri 的文件保存。 对象(object)对包括以上各个元件的各种事物的称谓的术语。模拟显示器文件(display file)以.dis为扩展名的XML类型的文件。包含了所有的关于显示器的信息。

    标签: Studio AVR 翻译

    上传时间: 2013-10-31

    上传用户:paladin

  • Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Informati

    Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Information。The COMPANION disc for Programming the Microsoft Windows Driver Model contains more than 20 sample drivers and test programs to illustrate the topics covered by the book.

    标签: Programming Microsoft Copyright Informati

    上传时间: 2015-03-27

    上传用户:skfreeman

  • Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Informa

    Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Information The COMPANION disc for Programming the Microsoft Windows Driver Model contains more than 20 sample drivers and test programs to illustrate the topics covered by the book. The file you re viewing contains general information about the disc, as follows:

    标签: Programming Microsoft Copyright General

    上传时间: 2015-08-03

    上传用户:2525775

  • Secure Programming Cookbook for C and C++ is an important new resource for developers serious about

    Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code COMPANION covers a wide range of topics, including safe initialization, access control, input validation, symmetric and public key cryptography, cryptographic hashes and MACs, authentication and key exchange, PKI, random numbers, and anti-tampering.

    标签: Programming developers for important

    上传时间: 2015-09-02

    上传用户:gundan