Wintempla, Neural Lab, NEC Lab and Sync Lab (original) (raw)

Wintempla

FolderList of Classes

[Computer Graphics](02Wintempla/00List of Classes/00Computer Graphics/index.htm) [Common Object Model](02Wintempla/00List of Classes/01Common Object Model/index.htm) [Compiler](02Wintempla/00List of Classes/02Compiler/index.htm) [Cryptography](02Wintempla/00List of Classes/03Cryptography/index.htm)
[Direct2D](02Wintempla/00List of Classes/04Direct2D/index.htm) [Fuzzy Logic](02Wintempla/00List of Classes/05Fuzzy Logic/index.htm) [Infinite Impulse Response](02Wintempla/00List of Classes/06Infinite Impulse Response/index.htm) [Math and Optimization](02Wintempla/00List of Classes/07Math and Optimization/index.htm)
[Multimedia](02Wintempla/00List of Classes/08Multimedia/index.htm) [Multithread](02Wintempla/00List of Classes/09Multithread/index.htm) [Neural Networks](02Wintempla/00List of Classes/10Neural Networks/index.htm) [Open GL](02Wintempla/00List of Classes/11Open GL/index.htm)
[Pdf](02Wintempla/00List of Classes/12Pdf/index.htm) [SQL](02Wintempla/00List of Classes/13SQL/index.htm) [System](02Wintempla/00List of Classes/14System/index.htm) [Web](02Wintempla/00List of Classes/15Web/index.htm)
[Windows](02Wintempla/00List of Classes/16Windows/index.htm)

FolderIntroduction

Program [Microsoft Visual Studio](02Wintempla/01Introduction/01Microsoft Visual Studio/index.htm) MessageBox Variable
[Constant Variables](02Wintempla/01Introduction/04Constant Variables/index.htm) [GUI Variables](02Wintempla/01Introduction/05GUI Variables/index.htm) [Block Diagram](02Wintempla/01Introduction/06Block Diagram/index.htm) [Simple Calculator](02Wintempla/01Introduction/07Simple Calculator/index.htm)
[Dual Calculator](02Wintempla/01Introduction/08Dual Calculator/index.htm) Win32 [C Sharp](02Wintempla/01Introduction/10C Sharp/index.htm) Java
[Arithmetic Operators](02Wintempla/01Introduction/12Arithmetic Operators/index.htm) Comments [Native Code](02Wintempla/01Introduction/14Native Code/index.htm) [DPI Aware](02Wintempla/01Introduction/15DPI Aware/index.htm)
[What is Wintempla](02Wintempla/01Introduction/16What is Wintempla/index.htm)

FolderText

Introduction [Text Concatenation](02Wintempla/02Text/01Text Concatenation/index.htm) Formatting Parsing
[Special Characters](02Wintempla/02Text/04Special Characters/index.htm)

FolderThe Conditional IF

[Boolean Algebra](02Wintempla/03The Conditional IF/00Boolean Algebra/index.htm) [Simple if](02Wintempla/03The Conditional IF/01Simple if/index.htm) [define](02Wintempla/03The Conditional IF/03define/index.htm) [if else](02Wintempla/03The Conditional IF/04if else/index.htm)
[return](02Wintempla/03The Conditional IF/06return/index.htm) [Nested if](02Wintempla/03The Conditional IF/07Nested if/index.htm) [if else if](02Wintempla/03The Conditional IF/08if else if/index.htm)

FolderSentence For

[Introduction](02Wintempla/04Sentence For/00Introduction/index.htm) [Incremental For](02Wintempla/04Sentence For/01Incremental For/index.htm) [Nested For](02Wintempla/04Sentence For/02Nested For/index.htm) [Decremental For](02Wintempla/04Sentence For/03Decremental For/index.htm)
[Two Variable For](02Wintempla/04Sentence For/04Two Variable For/index.htm) [break](02Wintempla/04Sentence For/05break/index.htm) [continue](02Wintempla/04Sentence For/06continue/index.htm) [Review](02Wintempla/04Sentence For/07Review/index.htm)

FolderSentence While

| [Introduction](02Wintempla/05Sentence While/00Introduction/index.htm) | [Do While](02Wintempla/05Sentence While/01Do While/index.htm) | [Review](02Wintempla/05Sentence While/02Review/index.htm) | | | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | |

FolderSentence Switch

| [Introduction](02Wintempla/06Sentence Switch/00Introduction/index.htm) | [Switch and define](02Wintempla/06Sentence Switch/01Switch and define/index.htm) | | | | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | |

FolderDebug

Introduction Breakpoint Watching [Dependency Walker](02Wintempla/07Debug/03Dependency Walker/index.htm)

FolderFunctions

Introduction [Function Parameters](02Wintempla/08Functions/01Function Parameters/index.htm) [Returning a value](02Wintempla/08Functions/02Returning a value/index.htm) [Variable Table](02Wintempla/08Functions/03Variable Table/index.htm)
Review [Function Overloading](02Wintempla/08Functions/05Function Overloading/index.htm) References

FolderMember Variables

| [Introduction](02Wintempla/09Member Variables/00Introduction/index.htm) | [Static Local Variables](02Wintempla/09Member Variables/01Static Local Variables/index.htm) | [Review](02Wintempla/09Member Variables/02Review/index.htm) | | | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | |

FolderImages

Introduction BMP [JPG and PNG](02Wintempla/10Images/02JPG and PNG/index.htm) Icons
Review ImageButton [PPM Image](02Wintempla/10Images/07PPM Image/index.htm) GIF
[Image Processing](02Wintempla/10Images/09Image Processing/index.htm) [Color Reduction](02Wintempla/10Images/10Color Reduction/index.htm) PNG [Windows Imaging Component](02Wintempla/10Images/12Windows Imaging Component/index.htm)
Direct2D

FolderArrays

Introduction [Cpp Arrays](02Wintempla/11Arrays/01Cpp Arrays/index.htm) [Java Arrays](02Wintempla/11Arrays/02Java Arrays/index.htm) STL
Review [Vector and Valarray](02Wintempla/11Arrays/05Vector and Valarray/index.htm) Iterators [Sort and search](02Wintempla/11Arrays/07Sort and search/index.htm)

FolderMatrix

| Introduction | Review | | | | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | |

FolderRandom numbers

| [Introduction](02Wintempla/13Random numbers/00Introduction/index.htm) | [Standard Cpp](02Wintempla/13Random numbers/01Standard Cpp/index.htm) | [Review](02Wintempla/13Random numbers/02Review/index.htm) | | | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | |

FolderText Manipulation

[Introduction](02Wintempla/14Text Manipulation/00Introduction/index.htm) [Copying Text](02Wintempla/14Text Manipulation/01Copying Text/index.htm) [Removing Text](02Wintempla/14Text Manipulation/02Removing Text/index.htm) [Comparing Text](02Wintempla/14Text Manipulation/03Comparing Text/index.htm)
[Review](02Wintempla/14Text Manipulation/04Review/index.htm)

FolderRecursion

| Introduction | Review | | | | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | |

FolderGraphics

Introduction Pens [Scroll Bars](02Wintempla/16Graphics/02Scroll Bars/index.htm) Brushes
Text Lines [Coordinate systems](02Wintempla/16Graphics/06Coordinate systems/index.htm) [Bezier Curves](02Wintempla/16Graphics/07Bezier Curves/index.htm)
Review [Stock and System](02Wintempla/16Graphics/09Stock and System/index.htm) Clipping Gradient
CustomControl Transparency [Dynamic Bitmap](02Wintempla/16Graphics/15Dynamic Bitmap/index.htm) [The Printer](02Wintempla/16Graphics/16The Printer/index.htm)
Caret [GDI Plus](02Wintempla/16Graphics/18GDI Plus/index.htm) Java PDF

FolderPointers

Introduction [Passing Pointers](02Wintempla/17Pointers/01Passing Pointers/index.htm) [Pointer Operations](02Wintempla/17Pointers/02Pointer Operations/index.htm) [Arrays of Pointers](02Wintempla/17Pointers/03Arrays of Pointers/index.htm)
[Dynamic Memory](02Wintempla/17Pointers/04Dynamic Memory/index.htm) [Pointer to Function](02Wintempla/17Pointers/05Pointer to Function/index.htm)

FolderStructures

| Introduction | Review | | | | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | | |

FolderDialogs

Introduction [Color Dialog](02Wintempla/19Dialogs/01Color Dialog/index.htm) [Font Dialog](02Wintempla/19Dialogs/02Font Dialog/index.htm) [Modeless Dialog](02Wintempla/19Dialogs/03Modeless Dialog/index.htm)
[Find Replace Dialog](02Wintempla/19Dialogs/04Find Replace Dialog/index.htm)

FolderFiles

Introduction [Text Files](02Wintempla/20Files/01Text Files/index.htm) [Binay Files](02Wintempla/20Files/02Binay Files/index.htm) Review
Directory

FolderGraphs

| [XY Graph](02Wintempla/21Graphs/00XY Graph/index.htm) | Review | | | | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | |

FolderGUI

[Drop Down List](02Wintempla/22GUI/00Drop Down List/index.htm) Tabs [List View](02Wintempla/22GUI/02List View/index.htm) [Tool bar](02Wintempla/22GUI/03Tool bar/index.htm)
[Progress bar and Timer](02Wintempla/22GUI/04Progress bar and Timer/index.htm) Review [Tree View](02Wintempla/22GUI/07Tree View/index.htm) Splitter
Dock [Non Client Area](02Wintempla/22GUI/10Non Client Area/index.htm) Tooltip [Drag and Drop](02Wintempla/22GUI/12Drag and Drop/index.htm)

FolderRegular Expressions

| [Introduction](02Wintempla/23Regular Expressions/00Introduction/index.htm) | [Replacing](02Wintempla/23Regular Expressions/01Replacing/index.htm) | [Review](02Wintempla/23Regular Expressions/02Review/index.htm) | | | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | |

FolderXML

XML DTD Schemas [CSS and XML](02Wintempla/24XML/03CSS and XML/index.htm)
XSL

FolderPublishing a Web Site

[Introduction](02Wintempla/25Publishing a Web Site/00Introduction/index.htm) [Access Authentication](02Wintempla/25Publishing a Web Site/01Access Authentication/index.htm) [Microsoft IIS](02Wintempla/25Publishing a Web Site/02Microsoft IIS/index.htm) [Public web site](02Wintempla/25Publishing a Web Site/04Public web site/index.htm)
[Private web site](02Wintempla/25Publishing a Web Site/05Private web site/index.htm) [Public SQL web site](02Wintempla/25Publishing a Web Site/06Public SQL web site/index.htm) [Private SQL web site](02Wintempla/25Publishing a Web Site/07Private SQL web site/index.htm) [Apache HTTP Server](02Wintempla/25Publishing a Web Site/08Apache HTTP Server/index.htm)

FolderWeb

Html Css Javascript AJAX
[Web Control](02Wintempla/26Web/04Web Control/index.htm) [Web Services](02Wintempla/26Web/05Web Services/index.htm) PHP Comparison
JSON

FolderSQL

[Sample databases](02Wintempla/27SQL/00Sample databases/index.htm) [Microsoft SQL Server](02Wintempla/27SQL/01Microsoft SQL Server/index.htm) MySQL Oracle
Introduction ODBC Domain [Null values](02Wintempla/27SQL/07Null values/index.htm)
Keys Integrity Relationship Review
[Functionally Dependent](02Wintempla/27SQL/12Functionally Dependent/index.htm) [First NF](02Wintempla/27SQL/13First NF/index.htm) [Second NF](02Wintempla/27SQL/14Second NF/index.htm) [Third NF](02Wintempla/27SQL/15Third NF/index.htm)
[Fourth NF](02Wintempla/27SQL/16Fourth NF/index.htm) Check SELECT Joins
[AS operator](02Wintempla/27SQL/20AS operator/index.htm) [Boolean values](02Wintempla/27SQL/21Boolean values/index.htm) [Pattern Matching](02Wintempla/27SQL/22Pattern Matching/index.htm) Subquery
INSERT DELETE UPDATE [Arithmetic operators](02Wintempla/27SQL/27Arithmetic operators/index.htm)
[Group Functions](02Wintempla/27SQL/28Group Functions/index.htm) [Review 2](02Wintempla/27SQL/29Review 2/index.htm) Sets Text
Views Conversion [Date and time](02Wintempla/27SQL/34Date and time/index.htm) Users
Permissions Transactions

FolderPLSQL

Optimization [Oracle Scripts](02Wintempla/28PLSQL/01Oracle Scripts/index.htm) Introduction [Passing Values](02Wintempla/28PLSQL/03Passing Values/index.htm)
SqlFromProcedure [SQL Loader](02Wintempla/28PLSQL/05SQL Loader/index.htm) Functions [IF ELSE](02Wintempla/28PLSQL/07IF ELSE/index.htm)
Loops Records Cursor [Update Cursor](02Wintempla/28PLSQL/11Update Cursor/index.htm)
[Constant Values](02Wintempla/28PLSQL/12Constant Values/index.htm) Review Sequence Index
ExecutionTime [The Dictionary](02Wintempla/28PLSQL/17The Dictionary/index.htm) Triggers

FolderInformation System

[Introduction](02Wintempla/29Information System/00Introduction/index.htm) [Database pricing](02Wintempla/29Information System/01Database pricing/index.htm) [Planning](02Wintempla/29Information System/02Planning/index.htm) [GUI pricing](02Wintempla/29Information System/03GUI pricing/index.htm)
[Filling a list view](02Wintempla/29Information System/04Filling a list view/index.htm) [Filling a drop down list](02Wintempla/29Information System/05Filling a drop down list/index.htm) [Filtering](02Wintempla/29Information System/06Filtering/index.htm) [Deleting](02Wintempla/29Information System/07Deleting/index.htm)
[Inserting](02Wintempla/29Information System/08Inserting/index.htm) [Sharing](02Wintempla/29Information System/09Sharing/index.htm) [Editing](02Wintempla/29Information System/10Editing/index.htm) [Hidden Values](02Wintempla/29Information System/11Hidden Values/index.htm)
[Review](02Wintempla/29Information System/12Review/index.htm) [GUI Organization](02Wintempla/29Information System/13GUI Organization/index.htm) [Stored Procedure](02Wintempla/29Information System/14Stored Procedure/index.htm) [Login](02Wintempla/29Information System/15Login/index.htm)
[Linking Tables](02Wintempla/29Information System/16Linking Tables/index.htm) [SQL Import](02Wintempla/29Information System/17SQL Import/index.htm) [Application](02Wintempla/29Information System/18Application/index.htm) [Workflow](02Wintempla/29Information System/19Workflow/index.htm)
[ProjectEvaluation](02Wintempla/29Information System/20ProjectEvaluation/index.htm)

FolderSignal Processing

[Introduction](02Wintempla/30Signal Processing/00Introduction/index.htm) [Digital Signal](02Wintempla/30Signal Processing/01Digital Signal/index.htm) [Wave Generator](02Wintempla/30Signal Processing/02Wave Generator/index.htm) [Oscilloscope](02Wintempla/30Signal Processing/03Oscilloscope/index.htm)
[Convolution](02Wintempla/30Signal Processing/04Convolution/index.htm) [FIR Filter](02Wintempla/30Signal Processing/05FIR Filter/index.htm) [IIR Filter](02Wintempla/30Signal Processing/06IIR Filter/index.htm) [Fourier Transform](02Wintempla/30Signal Processing/07Fourier Transform/index.htm)
[TD Fourier Transform](02Wintempla/30Signal Processing/08TD Fourier Transform/index.htm) [Moving Average](02Wintempla/30Signal Processing/09Moving Average/index.htm) [Discrete Cosine Transform](02Wintempla/30Signal Processing/10Discrete Cosine Transform/index.htm) [Frequency Response](02Wintempla/30Signal Processing/11Frequency Response/index.htm)
[The Audio Mixer](02Wintempla/30Signal Processing/12The Audio Mixer/index.htm)

FolderOOP

Introduction Class [Member Variables](02Wintempla/31OOP/02Member Variables/index.htm) [Member Functions](02Wintempla/31OOP/03Member Functions/index.htm)
This [Public vs Private](02Wintempla/31OOP/05Public vs Private/index.htm) TryCatch Properties
[Multiple Constructors](02Wintempla/31OOP/08Multiple Constructors/index.htm) [Review 1](02Wintempla/31OOP/09Review 1/index.htm) Resizing [Copy Constructor](02Wintempla/31OOP/11Copy Constructor/index.htm)
[Operators Overloading](02Wintempla/31OOP/12Operators Overloading/index.htm) [Subscript and Casting](02Wintempla/31OOP/13Subscript and Casting/index.htm) Inheritance [friend Operator](02Wintempla/31OOP/15friend Operator/index.htm)
[Virtual Functions](02Wintempla/31OOP/16Virtual Functions/index.htm) [Abstract Classes](02Wintempla/31OOP/17Abstract Classes/index.htm) [Static Members](02Wintempla/31OOP/18Static Members/index.htm) Interfaces
Namespaces [Review 2](02Wintempla/31OOP/21Review 2/index.htm) [Video Game](02Wintempla/31OOP/22Video Game/index.htm) Subclassing
Templates

FolderSetup Program

[Introduction](02Wintempla/32Setup Program/00Introduction/index.htm) [Windows Installer XML](02Wintempla/32Setup Program/01Windows Installer XML/index.htm) [Cabinet Format](02Wintempla/32Setup Program/02Cabinet Format/index.htm)

FolderOptimization

[Simulated Annealing](02Wintempla/33Optimization/00Simulated Annealing/index.htm) [Genetic Algorithms](02Wintempla/33Optimization/01Genetic Algorithms/index.htm) [Traveling Salesman](02Wintempla/33Optimization/02Traveling Salesman/index.htm) [Queens Board](02Wintempla/33Optimization/03Queens Board/index.htm)
[Function Minimization](02Wintempla/33Optimization/04Function Minimization/index.htm) [Chebyshev Approximation](02Wintempla/33Optimization/05Chebyshev Approximation/index.htm) Interpolation [Numerical Integration](02Wintempla/33Optimization/07Numerical Integration/index.htm)
[Numerical Differentiation](02Wintempla/33Optimization/08Numerical Differentiation/index.htm) [Fuzzy Logic](02Wintempla/33Optimization/09Fuzzy Logic/index.htm) [K means](02Wintempla/33Optimization/10K means/index.htm)

FolderCOM

Introduction IUnknown IDispatch [Object Browser](02Wintempla/34COM/03Object Browser/index.htm)
Import Events [Microsoft Excel](02Wintempla/34COM/06Microsoft Excel/index.htm) Corel
[Power Point](02Wintempla/34COM/08Power Point/index.htm) Zip [ATL COM Server](02Wintempla/34COM/10ATL COM Server/index.htm) [COM Server](02Wintempla/34COM/11COM Server/index.htm)
[Easy COM](02Wintempla/34COM/12Easy COM/index.htm) GUID

FolderCryptography

| Introduction | SHA1 | HMAC | | | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | |

FolderSockets

Introduction Http Coding POP3
NTP [Secure Socket](02Wintempla/36Sockets/05Secure Socket/index.htm) SMTP Email
WinINet WinHTTP Twitter Facebook
[Data Transfer](02Wintempla/36Sockets/12Data Transfer/index.htm)

FolderLibraries

Introduction LIB DLL Zip
LZW [Huffman coding](02Wintempla/37Libraries/05Huffman coding/index.htm)

FolderPipes

| Pipes | [Completion Port](02Wintempla/38Pipes/01Completion Port/index.htm) | Service | | | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | |

FolderDirectX

Introduction Matrix Lines Triangle
Text Lighting [OBJ file](02Wintempla/39DirectX/06OBJ file/index.htm) [Video Game](02Wintempla/39DirectX/07Video Game/index.htm)
Kinect Robotics

FolderOpen GL

[Introduction](02Wintempla/40Open GL/00Introduction/index.htm) [Lines](02Wintempla/40Open GL/01Lines/index.htm) [Polygons](02Wintempla/40Open GL/02Polygons/index.htm) [Matrix](02Wintempla/40Open GL/03Matrix/index.htm)
[Text](02Wintempla/40Open GL/04Text/index.htm)

FolderMultithread

Introduction [Interlocked Functions](02Wintempla/41Multithread/01Interlocked Functions/index.htm) [Critical Section](02Wintempla/41Multithread/02Critical Section/index.htm) Event
[Parallel Computing](02Wintempla/41Multithread/04Parallel Computing/index.htm) [Thread pool](02Wintempla/41Multithread/05Thread pool/index.htm) OpenMP [Loop unrolling](02Wintempla/41Multithread/07Loop unrolling/index.htm)
[Threads in Java](02Wintempla/41Multithread/08Threads in Java/index.htm)

FolderCompiler

Introduction [Lexical Analyzer](02Wintempla/42Compiler/01Lexical Analyzer/index.htm) Compiler [Virtual Machine](02Wintempla/42Compiler/03Virtual Machine/index.htm)

FolderSTL

Introduction complex valarray string
vector Iterators list set
map queue stack algorithm
[Smart pointers](02Wintempla/43STL/12Smart pointers/index.htm) bitset

FolderRunning Other Program

[Introduction](02Wintempla/44Running Other Program/00Introduction/index.htm) [The Shell](02Wintempla/44Running Other Program/01The Shell/index.htm) [system](02Wintempla/44Running Other Program/02system/index.htm) [A pipe](02Wintempla/44Running Other Program/03A pipe/index.htm)

FolderRegistry

| Introduction | [Register a COM server](02Wintempla/45Registry/01Register a COM server/index.htm) | | | | -------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | |

FolderAssembler

Introduction Functions Mixing

FolderAndroid

Introduction Graphics [Message Box](02Wintempla/47Android/02Message Box/index.htm) NDK
GUI

FolderWindows Server

| [Microsoft Server](02Wintempla/48Windows Server/00Microsoft Server/index.htm) | [Terminal Server](02Wintempla/48Windows Server/01Terminal Server/index.htm) | | | | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | | |

FolderVideo

| Camera | DirectShow | | | | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | | |