The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, and a spherical harmonic transform. Multithreading is supported through POSIX threads for the multidimensional transforms. This reference guide provides details of the public interface as well as the INTERNAL implementation of the library.
* CONSTRAINTS
* This module does not handle data which is considered out of range by the
* application(i.e. fixed constants which represent error condition)
*
* Maximum weight value must be limited to 128 to prevent an overflow
* condition during the calculation.
*
* The INTERNAL data type must be large enough to handle the calculations.
* The maximum possible INTERNAL value
* = Max Input Value * (weight - 1) + Max Input Value
* If a maximum weight of 128 is used, the INTERNAL data type should be 2
* times the size of the input data type.
2005
Center for Biological & Computational Learning at MIT and MIT
All rights reserved.
Permission to copy and modify this data, software, and its documentation only
for INTERNAL research use in your organization is hereby granted, provided
that this notice is retained thereon and on all copies. This data and software
should not be distributed to anyone outside of your organization without
explicit written authorization by the author(s) and MIT.
OpenSG is a scenegraph system for realtime rendering, e.g. for Virtual Reality applications. It is just a library, not a full application.
This documentation contains descriptions of the INTERNAL classes and concepts, as well as a tutorial that explains how to use the system.
bject Inspector is a component suite that contains inspectors
allowing you to change anything in your application at runtime.
Object Inspector suite includes:
TPropertyInterface
component for easy access to any property or event of any
component at runtime
TComponentInspector
customizable full-functional runtime object inspector control
TComponentComboBox
control for easy selecting component
TCommonInspector
abstract inspector control for inspect anything in your application
TDBInspector
ready-to-use database inspector control
TIniInspector
ready-to-use ini-file inspector control
TApplicationInspector
ready-to-use inspector control for changing Application properties
at runtime
TSystemColorsInspector
ready-to-use inspector control for changing Windows colors
Examples
small and clean projects illustrating features of inspectors and
TPropertyInterface components
Source codes
full source code of all components and useful INTERNAL classes
What I did with this class is to automatize (not MS s automation) several processes to do a search in a MS Sql Server database, and show the results, retaining the data on an INTERNAL structure
penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research and Education ( BMBF), and will serve as geometry kernel upon which the so-called high level primitives (e.g. subdivision surfaces or progressive meshes) of OpenSGPlus are built.
It was designed with the following goals in mind :
Flexibility : provide a basis for many different algorithms without the need for adaptation.
Efficiency : maximize time efficiency while keeping memory usage as low as possible.
Ease of use : wrap complex INTERNAL structure in an easy-to-use interface.
Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to capture and monitor internet packets using either raw sockets or the WinPcap device driver. Hardware permitting, ethernet packets may be captured and interpreted, and statistics maintained about the traffic. Uses of packet monitoring include totalling internet traffic by IP address and service, monitoring external or INTERNAL IP addresses and services accessed, network diagnostics, and many other applications. The component includes two demonstration applications, one that displays raw packets, the other that totals internet traffic. The components include various filters to reduce the number of packets that need to be processed, by allowing specific IP addresses to be ignored, LAN mask to ignore local traffic, and ignore non-IP traffic such as ARP.
xl2tpd a Layer 2 Tunneling Protocol (L2TP) daemon. It supports IPsec SA reference tracking, which enables the IPsec stacks to support multiple l2tp clients behind the same NAT router and multiple l2tp clients on the same INTERNAL IP address. It is a fork of "l2tpd".
Release focus: Minor feature enhancements
Changes:
Support for passwordfd, a workaround for some Cisco routers, and extended logging.
An AHB system is made of masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every INTERNAL node is an arbiter there must
be one and only one arc exiting a master and one or more entering a slave (single slave verus multi-slave or arbitrated slave) an arbiter can have as many input and output connections as needed. A bridge is a special node that collapses one or more slave nodes and a master node in a new "complex" node.