model
Celko Visitation Model 1.1
This class can be use to manipulate hierarchic trees of records stored in a MySQL database using Joe Celko visitation model. It can perform the following tasks in a very effecient way mostly using one SELECT query statement: - Find out leaf nodes more>> This class can be use to manipulate hierarchic trees of records stored in a MySQL database using Joe Celko visitation model. It can perform the following tasks in a very effecient way mostly using one SELECT query statement: - Find out leaf nodes in the current tree (nodes have no children) - Find out nodes of a sub-tree for given node - Find out the context path of given node - Find out the level or depth of a given node - Find out how many descendants a given node has<<less
ASP.NET 2.0 Page Object Model
In this tutorial you will learn about Page Object Model, the Attributes of the @Page directive, the properties of the Page Class, Methods of the Page Class, Page Class Events and the Page Scripting Ob more>> In this tutorial you will learn about Page Object Model, the Attributes of the @Page directive, the properties of the Page Class, Methods of the Page Class, Page Class Events and the Page Scripting Object Model.<<less
MVC Architecture Model In ASP.NET 1
When developing ASP.NET applications the need of reducing code duplication increases along with their complexity. This is because testing and performing changes become very difficult tasks when having many different sources of code with the same more>> When developing ASP.NET applications the need of reducing code duplication increases along with their complexity. This is because testing and performing changes become very difficult tasks when having many different sources of code with the same functionality. This tutorial explains Model View Controller (MVC) architecture, which allows us to separate different parts of our applications into tiers to fulfill this need.<<less
ASP.NET 2.0: Data Source Object Model
In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0, the Rationale of DataSource components, Data Source Control Internals, Tabular DataSource Controls, Hierarchical Data Sou more>> In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0, the Rationale of DataSource components, Data Source Control Internals, Tabular DataSource Controls, Hierarchical Data Source Controls, The SqlDataSource Control: Usage and Data Source Parameters.<<less
Document Object Model Manipulation 1.0.0
This script introduces few functions (appendChild, nodeValues...) commonly use for DOM navigation. It features a live example which has been tested on IE & Mozilla/Firefox. more>> This script introduces few functions (appendChild, nodeValues...) commonly use for DOM navigation. It features a live example which has been tested on IE & Mozilla/Firefox.<<less
Circadian Clock Model Visualisation Tools
Circadian Clock Model Visualisation Tools - Moving 2/3D plots and network diagram of an ode model of the circadian clock gene network more>>
A dynamic moving network diagram of the model can also be displayed. In this case, the blocks representing the model species and the arrows representing species interactions vary in size periodically, corresponding to the varying species levels as the model oscillates. A corresponding time series plot appears alongside the network.
GUI controls allow the user to alter model parameters during a simulation in order to immediately observe the effect on model behavior. It is possible for the user to record their own avi files of simulations.
This program should prove particularly useful in the teaching of circadian biology, but should also be useful for gaining a greater understanding of model dynamics and the effect of perturbations.
Requirements: MATLAB Release: R14SP
aoisMVC - Model View Controller 1.0
* fast building of complex web applications * strict separation of design, business logic and data * easily manage multi-language web sites * already running on productive web sites and applications * pretty good documentation (inline and as more>> * fast building of complex web applications * strict separation of design, business logic and data * easily manage multi-language web sites * already running on productive web sites and applications * pretty good documentation (inline and as phpdocumentor docs)<<less
ASP.NET 2.0 Tutorials : The Page Object Model
ASP.NET 2.0 Tutorials : The Page Object Model In this tutorial you will learn about Page Object Model, the Attributes of the @Page directive, the properties of the Page Class, Methods of the Page Clas more>> ASP.NET 2.0 Tutorials : The Page Object Model In this tutorial you will learn about Page Object Model, the Attributes of the @Page directive, the properties of the Page Class, Methods of the Page Class, Page Class Events and the Page Scripting Object Model.<<less
ASP.NET 2.0 Training : Data Source Object Model
ASP.NET 2.0 Training : Data Source Object Model - In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0, the Rationale of DataSource components, Data Source Control Internals, more>> ASP.NET 2.0 Training : Data Source Object Model - In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0, the Rationale of DataSource components, Data Source Control Internals, Tabular DataSource Controls, Hierarchical Data Source Controls, The SqlDataSource Control: Usage and Data Source Parameters.<<less
2,4,7 DOFs Suspension Model for Simulink
2,4,7 DOFs Suspension Model for Simulink - 2,4,7 DOFs Suspension Model for Simulink more>>
2,4,7 DOFs Suspension Model for Simulink is a useful utility whose mdl files are for vehicle suspension system with semi-active control I/O
- 2 DOFs
- 4 DOFs
- 7 DOFs

PSK31 Model with Symbol Timing and Carrier Recover
PSK31 Model with Symbol Timing and Carrier Recover provides you with a perfect and updated version of PSK31 communication standard which is R14 compliant and uses new receiver synchron. more>>
Major Features:
- Automatic Frequency Control
- Automatic Gain Control
- Symbol Timing recovery with a fractionally spaced Farrow interpolator
- Decision Directed Carrier Phase Lock Loop
- dbsk or dqpsk demodulation with FEC.
- References are provided in the Model.
Requirements:
- MATLAB Release: R14SP1
- Communications Blockset
- Communications Toolbox
- Signal Processing Blockset
- Signal Processing Toolbox
- Simulink
- Stateflow
METAjour 2.1
METAjour is a high-end Content Management System bundled with METAZO - an object oriented application framework based on a flexible Model-View-Controller architecture. METAjour and METAZO are based on PHP/MySQL, and use well-known products such as an more>> METAjour is a high-end Content Management System bundled with METAZO - an object oriented application framework based on a flexible Model-View-Controller architecture. METAjour and METAZO are based on PHP/MySQL, and use well-known products such as an extended version of Smarty for the template engine. Easy-to-use Windows-like user interface. Multilanguage support for any object, access restrictions by users and groups on any object, advanced profile management, event handling, report generator, rich text WYSIWYG editor, workflow, revision control, publishing and expiration dates on any object and much more. Bundled with many common extensions such as forum, webshop, site search, sitemap etc. and includes predefined websites to get you started. Easy to expand with new extensions, user defined tables and extra fields on existing tables.<<less
Convex3D.class.php 1.0
This package can be used to create and view 3D still or animated graphical models. Convex3D can parsing and using the classic face - vertex type 3D model by internal data or external ASCII file. more>> This package can be used to create and view 3D still or animated graphical models. Convex3D can parsing and using the classic face - vertex type 3D model by internal data or external ASCII file.<<less
Object-Relation 0.1.0
Object-Relation module is an advanced object relational mapper. more>> Object-Relation 0.1.0 brings you a powerful tool which is an advanced object relational mapper. Use it to define your model classes and it handles the rest. It currently supports SQLite and PostgreSQL data stores.
<<less
DOM Reference
The DOM (Document Object Model) gives you generic access to most elements, their styles and attributes in a document. This is a no-nonsense, easy to follow DOM reference for JavaScript. more>> The DOM (Document Object Model) gives you generic access to most elements, their styles and attributes in a document. This is a no-nonsense, easy to follow DOM reference for JavaScript.<<less