Search: in
Template
Template in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Encyclopedia results for Template

Template





Encyclopedia results for Template

  1. Windows Template Library

    Infobox software name Windows Template Library logo screenshot caption collapsible author developer Microsoft released latest release version 8.1.11324 latest release date 21 November 2011 latest maintenance version latest maintenance date latest preview version latest preview date frequently updated programming language C operating system Microsoft Windows platform size language status genre Library computer science Library license Common Public License Microsoft Public License website http sourceforge.net projects wtl The Windows Template Library WTL is a free software , Object oriented programming object oriented C template Library computer science library for Win32 development. WTL was created by Microsoft employee Nenad Stefanovic for internal use and later released as an unsupported add on to Visual Studio and the Win32 Framework SDK. It was developed primarily as a light weight alternative to the Microsoft Foundation Classes and builds upon Microsoft s Active Template Library ATL .... Licensing While WTL is a template library and therefore code based, the original license was similar ... Template Library Microsoft Foundation Class Library Object Windows Library References Refimprove date .... http www.gamedev.net page resources technical general programming using the windows template library part 1 gett r2042 Using the Windows Template Library Part 1 http www.gamedev.net page resources technical general programming using the windows template library part 2 r2161 Using the Windows Template ... Wiki A wiki dedicated to the Windows Template Library WTL Widget toolkits use dmy dates date January ... Microsoft application programming interfaces Template Library Category Object oriented programming Category Windows only free software cs Windows Template Library de Windows Template Library fr Windows Template Library it Windows Template Library ja Windows Template Library pt Windows Template Library ru Windows Template Library zh Windows Template Library ...   more details



  1. Template (file format)

    Unreferenced date October 2006 The term document template when used in the context of file format refers to a common feature of many software Application software applications that define a unique non executable file format intended specifically for that particular application. Template file formats are those whose file extension indicates that the file type is intended as a very high starting point from which to create other files. These types of files are usually indicated on the File menu of the application File Save As ... Document for printing or emailing, etc. File Save As ... Template for specifying future documents For example the word processing application Microsoft Word uses different file extensions for documents and templates. In Microsoft Office 2003 Microsoft Word 2003 the file extension code .dot code is used to indicate a template, and the file extension code .doc code to indicate a standard document. In Microsoft Office 2007 Microsoft Word 2007 the file extension code .dotx code is used to indicate a template, and the file extension code .docx code to indicate a standard document. In Adobe Dreamweaver the file extension code .dwt code is used to indicate a template. h3 Word Templates h3 MS Word allows creating both layout and content templates . A layout template is a style guide for the file styles. It usually contains a chapter which explains how to use the styles whithin the documents. A content template is a document which provides a TOC. It might be modified to correspond the user s needs. On web application s the Web template Template languages templete ... and code .xsl code . The word Template means A preformatted file type that can be used to quickly create a specific file. In the Template, everything such as Font, Size, Color, Background pictures are preformatted ... also Template disambiguation Template File extension File format List of file formats Software stub DEFAULTSORT Template File Format Category Computer file formats Category Filename extensions ...   more details



  1. Template method pattern

    inline date March 2012 In software engineering , the template method pattern is a software design pattern design pattern . It is a behavioral pattern , and is unrelated to template programming C templates . Introduction A template method defines the program skeleton of an algorithm . One or more of the algorithm ... algorithm is saved in one place but the concrete steps may be changed by the subclasses. The template ... for the task at hand. The non abstract methods are completely controlled by the template method but the abstract .... The template method which is non abstract remains unchanged in this pattern, ensuring that the subordinate non abstract methods and abstract methods are called in the originally intended sequence. The template ... of the abstract or polymorphic method. The template method may be used to add immediate present value to the software or with a vision to enhancements in the future. The Template method pattern is strongly ... production and runtime cost. Many commercial software framework s employ the NVI pattern. Template ... while Template Method does so only for one. Structure Image Template Method UML.svg thumb 300px none Template method Unified Modeling Language UML class diagram . Image Template Method pattern in LePUS3.gif thumb none 300px Template Method in Lepus3 LePUS3 http lepus.org.uk ref legend legend.xml legend Usage The template method is used to let subclasses implement through Method overriding programming ... to change. The control structure inversion of control that is the result of the application of a template ... this principle, the template method in a parent class controls the overall process by calling subclass .... Feel free to add examples here http en.wikibooks.org wiki Computer Science Design Patterns Template method wikibooks Computer Science Design Patterns Template method Template method implementations ... endOfGame abstract void printWinner A template method public final void playOneGame int playersCount .... Feel free to add examples here http en.wikibooks.org wiki Computer Science Design Patterns Template ...   more details



  1. Open Power Template

    Infobox Software name Open Power Template OPT developer Invenzzia Group latest release version 2.0.6 latest release date Release date and age 2010 09 03 latest preview version 2.1 beta1 latest preview date Release date and age 2010 09 03 programming language PHP genre template engine web Template Engine license BSD licenses BSD like website http www.invenzzia.org www.invenzzia.org Open Power Template is a web template engine written in PHP 5. A common strategy in designing web application is separation of the application logic i.e. data processing from the presentation displaying the data . OPT is a tool for implementing such separation. The presentation layer is represented by templates, text ... XML template language for writing templates. It is not a general purpose, but a Domain specific language domain specific language. It was primarily designed to support and simplify template specific ... algorithms and statements, like in imperative programming , the template designer specifies ... the basic features. History The project started in November 2004, as a template engine for a discussion .... In July 2006, the version 1.0.0 was released. It offered a template language with Smarty like syntax ... and other PHP projects. At the same time, the development of Open Power Template 2.0 began. The last ... in July 2009. Features The OPT 2.0 template language is an XML application and allows to manipulate the XHTML document structure. The other features are Template inheritance and other advanced template ... one contains the presentation code as an XML template source lang xml ?xml version 1.0 ? opt root escaping yes opt prolog version 1.0 opt dtd template xhtml10transitional html head title pageTitle title ... compileDir . templates c tpl setup view new Opt View template.tpl Assigning the script data to the template ... open power template Open Power Template home page http static.invenzzia.org docs opt 2 0 book en Open Power Template user manual Category Template engines pl Open Power Template ...   more details



  1. Active Template Library

    infobox software name Active Template Library logo screenshot caption collapsible author developer Microsoft released latest release version latest release date latest preview version latest preview date frequently updated programming language C operating system Microsoft Windows platform size language status Current genre Library computing Library or Software framework framework license Proprietary software Proprietary website The Active Template Library ATL is a set of template based C classes developed by Microsoft , intended to simplify the programming of Component Object Model COM objects. The COM support in Microsoft Visual C allows developers to create a variety of COM objects, OLE Automation servers, and ActiveX controls. ref cite book title ATL COM edition 1st edition chapter ATL and COM page 6 last Grimes first Richard year 1998 publisher Wrox Press isbn 1 86100 249 1 ref ref cite book title Beginning ATL 3 COM Programming edition 1st edition chapter Building and calling a COM object using ATL page 63 last Grimes first Richard year 1999 publisher Wrox Press isbn 978 1 86100 120 7 ref ATL includes an object wizard that sets up primary structure of the objects very quickly with a minimum of hand coding. On the COM client side ATL provides smart pointer s that deal with COM ... at compile time via a template parameter and above that watermark heap allocation is performed ... MSDN date 2009 07 28 accessdate 2011 09 19 ref See also ATL Server OLE Automation Standard Template Library Windows Template Library Microsoft Windows SDK References refs External links http msdn.microsoft.com ... libraries Category Microsoft application programming interfaces Template Library de Active Template Library fr Active Template Library it Active Template Library ja Active Template Library pl Active Template Library pt Active Template Library ru Microsoft Active Template Library uk Active Template Library zh Active Template Library ...   more details



  1. Template Numerical Toolkit

    Infobox software name Template Numerical Toolkit title Template Numerical Toolkit logo File screenshot File caption collapsible author developer National Institute of Standards and Technology released Start date YYYY MM DD df yes no discontinued latest release version latest release date Start date and age YYYY MM DD df yes no latest preview version latest preview date Start date and age YYYY MM DD df yes no frequently updated DO NOT include this parameter unless you know what it does programming language C operating system platform size language status genre Library computing Software library license Public domain and the source is provided website URL http math.nist.gov tnt Portal Free software The Template Numerical Toolkit or TNT is a software library for manipulating Vector geometric vectors and Matrix computer science matrices in C created by the U.S. National Institute of Standards and Technology . TNT provides the fundamental linear algebra operations for example, matrix multiplication . TNT is analogous to the BLAS library used by LAPACK . Higher level algorithms, such as LU decomposition and singular value decomposition , are provided by JAMA numerical linear algebra library JAMA , also developed at NIST, which uses TNT. The major features of TNT are All classes are template classes, and, therefore, work with float, double, or other user defined number types. Matrices can be stored in row major order or column major order for Fortran compatibility. The library is simply a collection of header files, and so, does not need to be independently compiled. Some support for sparse matrix storage is provided. The source code is in the public domain . TNT is mature and NIST ... . The principal designer of TNT is Roldan Pozo . See also Iterative Template Library ITL External links http math.nist.gov tnt Template Numerical Toolkit homepage at NIST Category Numerical software Category Free mathematics software Category Free software programmed in C ru Template Numerical Toolkit ...   more details



  1. Twig (template engine)

    cleanup date June 2011 Twig is a template engine for the PHP PHP programming language . Its syntax originates from Jinja template engine Jinja and Django web framework Django templates. ref name twigfortemplatedesigners http twig.sensiolabs.org doc templates.html Twig documentation for template designers ref It s an open source product ref https github.com fabpot Twig Twig repository on GitHub ref licensed under a BSD licenses BSD License and developed by Fabien Potencier. Symfony Symfony2 PHP framework comes with a bundled support for Twig as its default template engine. ref http docs.symfony reloaded.org ?page learn Symfony2 Documentation ref Example The example below demonstrates some basic features of Twig. source lang html4strict extends base.html block navigation ul id navigation for item in navigation li a href item.href if 2 item.level     endif item.caption upper a li endfor ul endblock navigation source Features complex control flow automatic escaping template inheritance variable filters i18n support gettext macros fully extendable ref name twigfortemplatedesigners ref http twig.sensiolabs.org doc advanced.html Extending Twig ref References Reflist See also Smarty External links http twig.sensiolabs.org Twig official website cite web last Potencier first Fabien title Templating Engines in PHP url http fabien.potencier.org article 34 templating engines in php accessdate 6 April 2011 author Fabien Potencier language English date October 07, 2009 cite web last Potencier first Fabien title Templating Engines in PHP PHP url http habrahabr.ru blogs php 75901 accessdate 6 April 2011 author Fabien Potencier language russian date November 20, 2009 Categories DEFAULTSORT Twig Template Engine Category Template engines Category PHP programming language ru Twig ...   more details



  1. Matrix Template Library

    Infobox Software name Matrix Template Library operating system Linux , Unix , Mac OS X , Microsoft Windows Windows license http www.boost.org LICENSE 1 0.txt Boost Software License language C genre Scientific software library computing library website http www.mtl4.org The Matrix Template Library MTL is a linear algebra library for C programs. The MTL uses template programming template programming , which considerably reduces the code length. All matrices and vectors are available in all classical numerical formats code float code , code double code , code complex float code or code complex double code . Furthermore, generic programming allows the usage of arbitrary types as long as they provide the necessary operations. For instance one can use arbitrary integer formats e.g. code unsigned short code , types for interval arithmetic e.g. boost interval from the Boost C Libraries , quaternion s e.g. boost quaternion , types of higher precision e.g. GNU Multi Precision Library and appropriate user defined types. The MTL supports several implementations of dense matrix dense matrices and sparse matrix sparse matrices . MTL2 has been developed by Jeremy Siek and Andrew Lumsdaine. ref name SiekLumsdaine98 http www.osl.iu.edu download research mtl papers iscope final.pdf J.G. Siek and A. Lumsdaine The Matrix Template Library A Generic Programming Approach to High Performance Numerical Linear Algebra . ISCOPE 1998. ref The latest version, MTL4, is developed by Peter Gottschling and Andrew Lumsdaine. It contains most of MTL2 s functionality and adds new optimization techniques as meta tuning, e.g. loop unrolling of dynamically sized containers can be specified in the function call. Platform independent performance scalability is reached by recursive data structures and algorithms ... de Matrix Template Library es Matrix Template Library fr Matrix Template Library ru Matrix Template Library sv Matrix Template Library ...   more details



  1. Template (word processing)

    The term template , when used in the context of word processing software , refers to a sample fill in the blank document that can be completed either by hand or through an automated iterative process, such as with a software assistant . Once the template is completed, the user can edit, save and manage the result as an ordinary word processing document. Word processing templates enable the ability to bypass the initial setup and configuration time necessary to create standardized documents such as a resume . They also enable the automatic configuration of the user interface of the word processing software, with features such as autocompletion , toolbar s, thesaurus , and spelling options. Word processing templates are ordinarily included as a regular feature of most word processing software. In addition, users of such software often have the option to create and save their own templates, or to acquire them from the original vendor of the software, or from third parties. Overview Word processing ... entries from one template or document to another Reuse of a page header , Digital watermarking ... templates, or a default template that automatically gets applied whenever a new document is created ... begin with selecting a template with a menu command such as code File New Templates code and select the template you wish to use , from which point the user is given the option of selecting a pre existing template. Similar commands are provided for creating and editing templates. Template files may ... Word processing Comparison of word processors List of word processors Template disambiguation Normal.dot ... sheet a very similar tool Web template similar fill in the blank and mass production features, in the context of web development Template file format similar fill in the blank and GUI configuration ... Doc?id dg9xxrf5 79hr5d4z Example template Collaborative Protocol for Translations Category Word processors de Vorlage Datenverarbeitung ja simple Template word processing ...   more details



  1. Curiously recurring template pattern

    The curiously recurring template pattern CRTP is a C idiom in which a class code X code derives from a class template instantiation using code X code itself as template argument. ref cite book first1 David last1 Abrahams authorlink1 David Abrahams first2 Aleksey last2 Gurtovoy title C Template Metaprogramming Concepts, Tools, and Techniques from Boost and Beyond publisher Addison Wesley isbn 0 321 22725 5 ref The name of this idiom was coined by Jim Coplien , ref cite journal author Coplien, James O. title Curiously Recurring Template Patterns journal C Report year February 1995 pages 24 27 ref who had observed it in some of the earliest C template code. General form source lang cpp The Curiously Recurring Template Pattern CRTP template typename T struct base ... struct derived base derived ... source Some use cases for this pattern are Template metaprogramming Static polymorphism static polymorphism , and other metaprogramming techniques such as those described by Andrei Alexandrescu in Modern C Design . ref cite book first Andrei last Alexandrescu authorlink Andrei Alexandrescu title Modern C Design Generic Programming and Design Patterns Applied publisher Addison Wesley isbn 0 201 70431 5 year 2001 ref Static polymorphism Typically, the base class template will take advantage of the fact that member function bodies definitions are not instantiated until long after their declarations ... conversion cast in the case of multiple inheritance e.g. source lang cpp template class Derived ... extensively in the Windows Active Template Library ATL and WTL libraries. To elaborate on the above ... using CRTP source lang cpp template typename T struct counter static int objects created static int ... through pointers of this type objects alive template typename T int counter T objects created 0 template ... Y code s. In this example of CRTP, this distinction of classes is the only use of the template ... 0 This CRTP class implements clone for Derived template typename Derived class Shape CRTP public Shape ...   more details



  1. Website Parse Template

    Notability date May 2008 Infobox file format name Website Parse Template icon logo extension .icdl mime type code uniform type magic owner http www.omfica.org OMFICA genre Website Parse Template container ... url http www.omfica.org npo website template.php WPT Website Parse Template WPT is an XML ... Image ICDL Visual Representation.png 335px thumb Website Parse Template s Visual Representation Website Parse Template consists of following sections br Ontology information science Ontology , where ... Patterns which collect the group of web pages linking them to Parse Template . In the URLa ... Parse Template begins with opening icdl tag and ends with closing icdl tag. Single Website Parse Template ... describing its HTML structure. It is required to specify the host for Website Parse Template ... in different web page pages of the same website . Website Parse Template foresees several predefined ... Web content content with defined concepts. The template description starts with opening template Tag metadata tags and ends with closing template tag. In template tag it is required to specify template name and language used for templates description. As a template name can be chosen any string, but for the language it is necessary to indicate supported Formal language language type, e.g. icdl template ... 2. Simple template for single artist page on Yahoo Music source lang xml template name Artist page on Yahoo Music language icdl template html tag tagid yent uhdr content Menu html tag xpath html body ... table tbody tr td 2 table tbody tr 13 content artist.video template source The web page may contain ... as follows Example 3. Repeatable content representation source lang xml template name Artist page on Yahoo Music language icdl template . . . . . . . . . . . . . . . container container xpath ... 4 content artist.track repeatable block container . . . . . . . . . . . . . . . template source In case of specified complex HTML element is already described by another template the reference tag can ...   more details



  1. Template engine (web)

    Content from a database , and presentation specifications in a web template , are combined through the template engine to mass produce web documents. TemplateSystemSeries A World Wide Web web template engine processes web template web templates and source data typically from a relational database to produce one or more output Web page web pages or page fragments. A World Wide Web web template engine is software that is designed to process web template s and content information to produce output web document s. It runs in the context of a web template system template system . Types repeated A World Wide Web web template engine processes web template web templates and source data typically from a relational database to produce one or more output Web page web pages or page fragments. Template engine is ordinarily included as a part of a web template system or application framework , and may be used also as preprocessor , Filter software filter , or template processor . Currently, template ... web . XSLT is a template processing model designed by W3C . It is designed primarily for transformations ... language Ruby , C programming language C , and Java programming language Java support template ... title References to ASP 1.0, JScript, and VBScript ref are examples, themselves, of web template engines ... Template engines typically include features common to most high level programming languages , with an emphasis ... depicts a simplified processing model for a typical web template engine. The template engine produces a web page by processing the web template source file along with data from a relational database . The template engine replaces variables with specific values. In the illustration, substitution of code X code by the database content in page 01 Mother , on page 02 World . A web template might look like this pre nowiki html h1 Hello X h1 html nowiki pre With additional template source code ... pre ... template engines include Encouraging organization of source code into operationally distinct ...   more details



  1. Creature Template (Dungeons & Dragons)

    In the Dungeons & Dragons game, a template can be applied to a creature to enhance its abilities or to even create a new type of creature. Templates can be either acquired or inherited. An acquired template can be applied to a creature at any point assuming it meets the prerequisites for the template , while an inherited template is gained at birth or creation . For example, Undead Dungeons & Dragons undead are usually acquired templates, as they are usually created upon the death of a living creature. On the other hand, a half dragon results from the mating of a Dragon Dungeons & Dragons dragon with another creature, and thus is inherited. Some of the more common templates include the celestial creature , fiendish creature , half celestial, half fiend, half dragon, and various templates to create Lycanthrope Dungeons & Dragons lycanthropes and undead. History In their current form, templates were first introduced to the Dungeons & Dragons game in the Third Edition Monster Manual and since then numerous templates have appeared in each new monster supplement, and often in the monster sections of other rulebooks. Technically, the earliest template introduced for use with the AD&D game system quite different than those currently in use with the Third Edition game was published in the First Edition game s Dungeon Master s Guide , which features tables to aid in the random generation of Fiend Dungeons & Dragons creatures from the lower planes . Subsequent other First Edition handbooks, notably the Monster Manual II, as well as Dragon magazine Dragon Magazine , featured additional early monster generation templates. References Skip Williams Williams, Skip , Jonathan Tweet, and Monte Cook . Monster Manual Wizards of the Coast , 2000 and 2003 . Category Dungeons & Dragons creatures D&D stub ...   more details



  1. Text Template Transformation Toolkit

    Microsoft s Text Template Transformation Toolkit usually referred to as T4 is a template based text generation framework included with Visual Studio . T4 source files are usually denoted by the file extension .tt . T4 is used by developers as part of an application or tool framework to automate the creation of text files with a variety of parameters. These text files can ultimately be any text format, such as code for example C , XML, HTML or XAML. T4 uses a custom template format which can contain .NET code and string literals in it, this is parsed by the T4 command line tool into .NET code, compiled and executed. The output of the executed code is the text file generated by the template. T4 can also be completely run within the .NET applications via the use of the TextTransformation class which eliminates the need for the end user to have Visual Studio installed. T4 is used within Microsoft in ASP.NET MVC for the creation of the views and controllers, ADO.NET Entity Framework for entity generation, and ASP.NET Dynamic Data . ref http blogs.msdn.com b davidebb archive 2008 11 26 fun with t4 templates and dynamic data.aspx ref It is also used outside of Microsoft in projects such as SubSonic software SubSonic ref http gcapnias.wordpress.com 2009 01 12 subsonic v3 e2 80 99s t4 templates ref Criticism Microsoft has often been criticized for the lack of tooling support for T4 within the Visual Studio IDE, and relies on third parties namely http www.olegsych.com 2009 04 t4 editor by tangible engineering Tangible Engineering and http www.t4editor.net Clarius Consulting ref http www.olegsych.com 2007 12 text template transformation toolkit ref , however later revisions have included better tooling support. ref http blogs.msdn.com b garethj archive 2010 04 15 what s new in t4 in visual ... performance, usability for both template authors and tool builders and better integration ... categories. Category Microsoft Visual Studio Category Template engines Category .NET framework Category ...   more details



  1. Mustache (template system)

    Mustache is a simple web template system with language binding s available for ActionScript , C , Clojure , CoffeeScript , ColdFusion , D programming language D , Erlang programming language Erlang , Fantom programming language Fantom , Go programming language Go , Java programming language Java , JavaScript , Lua programming language Lua , .NET Framework .NET , Objective C , Perl , PHP , Python programming language Python , Ruby programming language Ruby and Scala programming language Scala . Syntax highlighting is available in Vim text editor Vim , Emacs , TextMate and Coda web development software Coda . The Mustache templates support is built in into many Web application framework s. The support in JavaScript includes both client side JavaScript client side programming with many popular JavaScript library JavaScript libraries and Ajax framework s like jQuery , Dojo Toolkit Dojo and YUI Library YUI , as well as server side JavaScript using Node.js and CommonJS . Mustache is described as a logic less system because it lacks any explicit control flow statements, like if and else Conditional programming conditionals or for loop s, however both looping and conditional evaluation can be achieved using section tags processing List computing lists and Lambda programming lambdas . It is named Mustache because of heavy use of curly braces that resemble mustache . Examples The simplest template pre Hello name pre Template with section tag pre x some text x pre Here when code x code is a Boolean data type Boolean value then the section tag acts like an if conditional, but when code x code is an Array data type array then it acts like a foreach loop . External links http mustache.github.com Mustache website http mustache.github.com mustache.5.html Mustache syntax compu prog stub Category Template engines Category Free computer libraries ...   more details



  1. Oracle Template Library

    Infobox software name Oracle Template Library title logo File screenshot File caption collapsible author Sergei Kuchin developer released Start date YYYY MM DD df yes no discontinued latest release version latest release date Start date and age YYYY MM DD df yes no latest preview version latest preview date Start date and age YYYY MM DD df yes no frequently updated DO NOT include this parameter unless you know what it does programming language C operating system platform size language status genre library computing library or Software framework framework license website URL otl.sourceforge.net The Oracle, ODBC, and DB2 CLI Template Library OTL is a C library for database access, written by Sergei Kuchin. The OTL exists since 1996. It consists of a single header file. Besides Oracle, the OTL supports DB2 natively , and various database systems now, directly or indirectly via Open Database Connectivity ODBC . External links SourceForge otl Category C libraries ...   more details



  1. Iterative Template Library

    The Iterative Template Library ITL is a generic component library that provides iterative methods for solving linear systems. ITL also provides numerous preconditioners which is for Matrix Template Library MTL . The ITL was written at the Open Systems Lab of Indiana University by Andrew Lumsdaine , Lie Quan Lee , Jeremy Seik , and others. ITL uses the abstract interface of matrix vector, vector vector, and vector scalar operations MTL is default to serve those operations. ITL is able to use other packages such as Blitz and Basic Linear Algebra Subprograms BLAS with the same abstract interface provided. Because generic programming encourages simplifying interfaces to only what is required by the logic they support, the ITL algorithms resemble pseudocode, at least when compared with other implementations of the same algorithms. For example, ITL s conjugate gradient follows source lang cpp required operations mult,copy,dot conj,add,scaled template class Matrix, class VectorX, class VectorB, class Preconditioner, class Iteration int cg const Matrix& A, VectorX& x, const VectorB& b, const Preconditioner& M, Iteration& iter typedef VectorX TmpVec typename itl traits VectorX value type rho 0 , rho 1 0 , alpha 0 , beta 0 TmpVec p size x , q size x , r size x , z size x itl mult A, itl scaled x, 1.0 , b, r while iter.finished r itl solve M, r, z rho itl dot conj r, z if iter.first itl copy z, p else beta rho rho 1 itl add z, itl scaled p, beta , p itl mult A, p, q alpha rho itl dot conj p, q itl add x, itl scaled p, alpha , x itl add r, itl scaled q, alpha , r rho 1 rho iter return iter.error code source See also Template Numerical Toolkit External links http www.osl.iu.edu research itl ITL Home Page Category Numerical software Category C libraries compu library stub ...   more details



  1. Template Attribute Language

    Unreferenced date January 2012 Notability date January 2012 The Template Attribute Language TAL is a templating language used to generate dynamic HTML and XML pages. Its main goal is to simplify the collaboration between programmers and designers. This is achieved by embedding TAL statements inside valid HTML or XML tags which can then be worked on using common design tools. TAL was created for Zope but is used in other Python programming language Python based projects as well. Overview TAL templates are often made from result pages with the variable content being replaced by special attributes e.g., source lang xml h1 tal content string Some altogether different headline The headline visible to the designer h1 source would be treated by a common HTML design tool as source lang xml h1 The headline visible to the designer h1 source while the application server, evaluating the tal content attribute, would yield source lang xml h1 Some altogether different headline h1 source Of course, string literal s are not the most common nor the most useful use case syntax of the possible attribute values are properties of the TAL Expression Syntax TALES language. In Python programming language Python based implementations, it is possible to use Python expressions. Using METAL Macro Expansion TAL it is possible to re use code from other templates. When generating XML documents, it is important ... computer science macros which allow the reuse of code across template files. Both were created for Zope ... Perl PETAL, the Perl Template Attribute Language http search.cpan.org dist Petal Template TAL http search.cpan.org dist Template TAL Perl 6 Flower, a Perl 6 implementation of TAL ... https github.com AccelerationNet talcl TALCL A library that implements the TAL template language ... AppendixC.stx 2 69 METAL Overview Zope Book Category Zope Category Template engines de Template Attribute Language pt Template Attribute Language ...   more details



  1. Standard Template Library

    Refimprove date September 2007 C Standard library The Standard Template Library STL is a C Library computer science software library which heavily influenced many parts of the C Standard Library . It provides four components called Algorithm C algorithm s , Container data structure containers , Functional C functional , and iterator s . ref cite book last Holzner first Steven title C Black Book year 2001 publisher Coriolis Group location Scottsdale, Ariz. isbn 1 57610 777 9 page 648 quote The STL is made up of containers , iterators , function objects , and algorithms ref The STL provides a ready ... its results through the use of template programming templates . This approach provides type polymorphism ... C programming with the standard template library publisher Addison Wesley year 2001 isbn 0 201 37923 ... techniques used by compilers. Template instantiation tends to increase compilation time and memory ... of C template libraries C 11 Boost C Libraries qlibc Notes Reflist References refbegin Alexander Stepanov and Meng Lee , http www.stepanovpapers.com The Standard Template Library. HP Laboratories Technical ... Template Library, Technical Report X3J16 94 0095, WG21 N0482, ISO Programming Language C Project ... Your Use of the Standard Template Library publisher Addison Wesley isbn 0 201 74962 9 year 2001 ... Tutorial and Reference Guide C Programming with the Standard Template Library. Foreword by Alexander ... date January 2012 Category C Standard Library Category Generic programming bg STL ca Standard Template Library cs Standard Template Library de Standard Template Library et C Standard Template Library fr Standard Template Library ko it Standard Template Library he hu T rol k STL mk nl Standard Template Library ja Standard Template Library pl Standard Template Library pt Standard Template Library ru sv Standard Template Library th tr Standart ablon K t phanesi uk ...   more details



  1. Template Modeling Score (bioinformatics)

    The Template Modeling Score or TM score is a measure of similarity between two protein structure s with different tertiary structure s. The TM score is intended as a more accurate measure of the quality of full length protein structures than the often used Root mean square deviation bioinformatics RMSD and Global distance test GDT measures. The TM score indicates the difference between two structures by a score between math 0,1 math , where 1 indicates a perfect match between two structures ref name zhang2004 cite journal author Zhang Y and Skolnick J title Scoring function for automated assessment of protein structure template quality journal Proteins volume 57 pages 702 710 year 2004 pmid 15476259 doi 10.1002 prot.20264 issue 4 ref . Generally scores below 0.20 corresponds to randomly chosen unrelated proteins whereas structures with a score higher than 0.5 assume roughly the same fold ref name zhang2005 cite journal author Zhang Y and Skolnick J title TM align a protein structure alignment algorithm based on the TM score journal Nucleic Acids Res volume 33 issue 7 pages 2302 2309 year 2005 pmid 15849316 doi 10.1093 nar gki524 pmc 1084323 ref . A quantitative study ref name xu2010 cite journal author Xu J and Zhang Y title How significant is a protein structure similarity with TM score 0.5? journal Bioinformatics volume 26 issue 7 pages 889 895 year 2010 pmid 20164152 pmc 2913670 doi 10.1093 bioinformatics btq066 ref shows that proteins of TM score 0.5 have a posterior probability of 37 in the same CATH Topology family and of 13 in the same SCOP Fold family. The probabilities increase rapidly when TM score 0.5. The TM score is designed to be independent of protein lengths. The equation math text TM score max left frac 1 L text target sum i L text aligned frac 1 1 left frac d i d 0 L text target right 2 right math where math L text target math and math L text aligned math are the lengths of the target protein and the aligned region respectively. math d i math is the distance ...   more details



  1. Test Template Framework

    The Test Template Framework TTF is a model based testing MBT framework proposed by Phil Stocks and David Carrington in Harv Stocks Carrington 1996 . Although the TTF was meant to be notation independent, the original presentation was made using the Z notation Z formal notation . It is one of the few MBT frameworks approaching unit testing . Introduction The TTF is a specific proposal of model based testing MBT . It considers models to be Z notation Z specifications . Each operation within the specification is analyzed to derive or generate Abstract test case abstract test cases . This analysis consists of the following steps Define the Input space input space IS of each operation. Derive the Valid input space valid input space VIS from the Input space IS of each operation. Apply one or more Testing tactic testing tactics ref name testing strategy Stocks and Carrington use the term testing strategies in Harv Stocks Carrington 1996 . ref , starting from each Valid input space VIS , to build a Testing tree testing tree for each operation. Testing trees are populated with nodes called Test class test classes . Pruning testing trees Prune each of the resulting Testing tree testing trees . Find one or more Abstract test case abstract test cases from each leaf in each Testing tree testing tree . One of the main advantages of the TTF is that all of these concepts are expressed in the same notation of the specification, i.e. the Z notation . Hence, the engineer has to know only one notation to perform the analysis down to the generation of Abstract test case abstract test cases . Important concepts In this section the main concepts defined by the TTF are described. Input space Let math Op math be a Z operation. Let math x 1 dots x n math be all the input and non primed state variables referenced in math Op math , and math T 1 dots T n math their corresponding types. The Input Space IS of math Op math , written math IS Op math , is the Z schema box defined by math x 1 T 1 dots ...   more details



  1. Administrative Template

    unreferenced date July 2010 Administrative Templates are a feature of Group Policy , a Microsoft technology for centralised management of machines and users in an Active Directory environment. Administrative Templates facilitate the management of registry based policy. An ADM file is used to describe both the user interface presented to the Group Policy administrator and the registry keys that should be updated on the target machines. An ADM file is a text file with a specific syntax which describes both the interface and the registry values which will be changed if the policy is enabled or disabled. ADM files are consumed by the Group Policy Object Editor GPEdit . Windows XP Service Pack 2 shipped with five ADM files system.adm, inetres.adm, wmplayer.adm, conf.adm and wuau.adm . These are merged into a unified namespace in GPEdit and presented to the administrator under the Administrative Templates node for both machine and user policy . Syntax A simple ADM example follows CLASS MACHINE CATEGORY Wikipedia Apps POLICY Wikipedia KEYNAME Software WikiSoft Preferences EXPLAIN Configures WikiSoft Preferences VALUENAME SharingEnabled VALUEON Yes VALUEOFF No END POLICY END CATEGORY A valid ADM file must have the following keywords Class either MACHINE or USER Category Defines organizational structure of ADM and where it will be displayed in the GPEdit window. Policy Groups definitions into one node and configuration screen of the GPEdit tree Optional keywords used include Keyname used to define what Windows Registry registry key will be affected View Filtering must be turned off in order to see custom preference settings such as this example in the Group Policy Editor. ADM files across different platforms It is important to note that ADM files shipped with Microsoft operating systems include descriptions of policy settings for not just that platform but for all other platforms on which Group Policy is supported. For example, the Windows XP Service Pack 2 ADM files describ ...   more details



  1. Book:Bookshelf/Community books

    Template Bookshelf Community ...   more details



  1. Book:Bookshelf/User books

    Template Bookshelf User ...   more details



  1. List of radio stations in North America by media market

    width 100 style align left font size 90 tr td width 14 ol start 1 style line height 100 Template Abitibi T miscamingue Radio Abitibi T miscamingue Template Calgary Radio Calgary Template Cape Breton radio Cape Breton Template Central Ontario Radio Central Ontario Template Cornwall Radio Cornwall Template Edmonton Radio Edmonton Template First Nations Radio First Nations Template Fort McMurray Radio Fort McMurray Template Fredericton radio Fredericton Template Grande Prairie Radio Grande Prairie Template Halifax radio Halifax Template Hamilton Radio Hamilton Template KW Radio KW Template Kenora Radio Kenora Template Kingston Radio Kingston Template Lethbridge Radio Lethbridge Template London, Ontario radio London Template Mauricie Radio Mauricie ol td td width 14 ol start 23 style line height 100 Template Medicine Hat Radio Medicine Hat Template Midwestern Ontario Radio Midwestern Ontario Template Moncton radio Moncton Template Montreal Radio Montreal Template North Bay Radio North Bay Template Northern Interior Radio Northern Interior Template Okanagan Radio Okanagan Template Ottawa Radio Ottawa Template Ottawa Valley Radio Ottawa Valley Template PEI radio PEI Template Pembina Valley Radio Pembina Valley Template Peterborough Radio Peterborough Template Quebec City Radio Quebec City Template Quinte Radio Quinte Template Rainy River Radio Rainy River Template Red Deer Radio Red Deer Template Regina Radio Regina Template Saguenay Radio Saguenay ol td td width 14 ol start 23 style line height 100 Template Saint John radio Saint John Template Saskatoon Radio Saskatoon Template Sault Ste. Marie, Ontario Radio Sault Ste. Marie, Ontario Template Sherbrooke Radio Sherbrooke Template Simcoe County, Ontario Radio Simcoe County, Ontario Template Southwestern Ontario Radio Southwestern Ontario Template St. John s radio St. John s Template Sudbury Radio Sudbury Template Thompson Cariboo Radio Thompson Cariboo Template Thunder Bay Radio Thunder Bay Template Timiskaming Radio ...   more details




Articles 26 - 50 of 118416      Previous     Next


Search   in  
Search for Template in Tutorials
Search for Template in Encyclopedia
Search for Template in Videos
Search for Template in Books
Search for Template in Software
Search for Template in DVDs
Search for Template in Store


Advertisement




Template in Encyclopedia
Template top Template

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement