Software Listing: Associative Array

Delphi class which implements an associative array. Keys can be strings or integers. Keys are stored in Red-Black tree. Array can contain TObjects or it descendants..

  • Platform: WinOther

lastRSS.php is a simple yet powerful PHP class to parse RSS 0.9x, 1.0, and 2.0. It uses quick regular expressions instead of an XML parser, and it returns an associative array with RSS fields as a result. It has a transparent caching system, and allows character encoding conversion (for all encodings supported by the iconv library). The most notable changes include better character encoding conversion, support for pubDate date/time format, support for CDATA info and optional limit of the number of returned items..

  • Platform: PHP, Scripts

This is a set of container pseudo templates for Delphi and other Object Pascal compilers (Kylix, freepascal, Virtual Pascal) supplying type safe templates for: lists, sorted lists, stacks, queues, hashes (associative array).

  • Platform: Linux, WinOther

Features Free-threaded hi-speed dictionary algorithm. Unique/nonunique keys (map/multimap). Connect to another dictionary object in the same process (Connect method). Lock and Unlock methods to synchronize multithreaded tasks. Items and Keys enumerators. Other functionality Share Application/Session variables in ASP (see ASP - Share application variables sample).

  • Platform: Win2000, WinOther

TemplatePower is a fast, easy to use and powerful PHP4 template class. TemplatePower is a lot faster than FastTemplate. Main features are: nested dynamic block support, block/file include support, show/hide unassigned variables, save/use parsed template on/from disk, PHP-file include tag, global/local variable assign, multiple variable assign using an associative array, database/php-variable stored template support and a re-use tag for blocks (test state)..

  • Platform: PHP, Scripts

PHP ClassRoom features a library of specific PHP classes. Available classes include: pageWeb, a web-fetching class; dumpObject which is used to dump and save objects to the server disk; smartArray, based on an associative array, offers many load methods and can generate tables, files, and now XML files etc... smartTable can fetch an html table from a web page and save it as an object. Updated: The smartArray class now supports XML, Some new classes are published, smartDB and smartRDF for parsing and create RSS news files. French version: PHP ClassRoom propose une librairie de classes PHP originales.

  • Platform: PHP, Scripts

CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectively to parse in different programming environments. CXS supports the serialization of the following data types: * scalar types: string, integer, double (aka. float), boolean * compound types: array (numerical), hash (associative array), object * special types: null * resource types: RecordSet, binarystream The basic idea for CXS was to build up a serialization language for Flash (client) - PHP (server) communication which can be handled easily by both languages and keeps traffic as low as possible.

  • Platform: PHP, Scripts

PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the meta name and value of the associative array being the contents of the meta tag. This tutorial shows how to fetch all the meta tags for a given page and print them to the browser. Then, it can be used to build a search engine that compares the contents of the meta variable to the search_criteria and displays the matching link..

  • Platform: PHP, Scripts

The outputs of this Cookie Script do not mix with other strings outcoming from other directory cookies , thanks to the variable assignment : var the_cookie = 'MultipleInfos='+GetCookie('MultipleInfos'); This is a Programs'Set that finally shows clearly what value is returned to what function and has follow up comments on all used libraries..

  • Platform: JavaScript, Scripts

Micro DB Manager is a database abstraction class written in PHP using object oriented technologies.The class realize the following functionalities: * Connectiong to the databse * Executing queries * Converting results to associative array * Get selected rows * Get affected rows * Get last insert id * Get the number of executed queries * Get the execution time of the queries * Get error messages and codes.

  • Publisher: PhpToys
  • Date: 10-06-2011
  • Platform: PHP, Scripts

AmazonLib is an API for Amazon.com's Web Services. It is written in PHP. It simplifies the process of writing applications using Amazon's Web Services. AmazonLib consists of four main components: 1) nurest.php -- a REST parser class which parses Amazon's XML responses into an associative array. 2) amazonrest.php -- a REST API class for all of the API calls in AWS 3.0. 3) amazonsoap.php -- a SOAP API like amazonrest.php. I use, and include, Dietrich Ayala's nusoap.php SOAP library. 4) amazonseller.php -- a beta API for amazon.com's seller interface. AmazonLib has a few nice features. It should run on any PHP4 distribution and it will also log most error messages.

  • Platform: PHP, Scripts

Facebook Comments (OTF) is part of the "Only The Functions" movement d-deOCL A collection of WordPress plugins that give code-savvy users access to functions which return the information / functionality they are looking for, and allows them to place it where they want, without any hacking to change default behavior. This plugin includes functions for displaying a Facebook comment form and functions for retrieving the comment count. View the installation instructions for more info regarding these functions. Installation Install the plugin Place the comment form function in your theme code (probably want to put it in single.

  • Platform: PHP, Scripts

Rlab is an interactive, interpreted scientific programming environment. Rlab is a very high level language intended to provide fast prototyping and program development, as well as easy data-visualization, and processing. Rlab is not a clone of languages such as those used by tools like Matlab or Matrix-X/Xmath. However, as Rlab focuses on creating a good experimental environment (or laboratory) in which to do matrix math, it can be called ``Matlab-like''; since the programming language possesses similar operators and concepts.

Rlab does not try to be a Matlab clone. Instead, it borrows what I believe are the best features of the Matlab language and provides improved language syntax and semantics.

  • Platform: Win2000, Windows Server, WinOther

core-array are general purpose associatives arrays with integer keys. This is a submodule of core-rc, which is a submodule of Aµwm. The current version is stable (but no delete single index). Delete is planned.
lightweight, small memory use, fast access, sorted access , 32-bit , 64-bit, little-endian, big-endian, uclibc clean
core-array - general purpose associative License - Affero GNU Public License.

  • Publisher: Uwm
  • Date:
  • Platform: WinOther

3D Array Factor of a 4x4 planar array antenna calculated using general formulas and then plotted in 3D format. "AB" shows the excitation amplitude of the elements and "AB_phase" shows their phases. Elements are placed on the x and y axis and element factor is ignored. The code can easily be extended to larger general arrays..

  • Platform: Matlab, Scripts

This is an old program (1.999) that I have written for understanding radiation patterns of antennas. Basically I was looking for the relationship between interference diagram (Fourier transform of ilumination, usually called Array Factor) and 3D radiation pattern of the Array. For that reason, it represents XY, XZ and YZ planes instead of H and E. On this version the visible space is not update. On final version (I don't find it), the visible space where delimitated between lines over the interference pattern, and you can see how it varies with distance between antennas and ilumination phase law.

  • Platform: Matlab, Scripts

UTC time (universal time convention) is used in ANSI-C standard for defining time. This is measured in seconds since 1970, at the Prime Meridian. The UTC2Datenum_array function takes a M x 1 array of UTC time values and converts it to a M x 1 array of Matlab serial Time values. This code is derived from the UTC2datenum function written by Abraham Cohn of Philips Medical Systems. This code does not convert UTC to local time.

  • Publisher: Mark Evans
  • Date: 13-01-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Given the coefficients of the characteristic polynomial the Routh-Hurwitz array is created and printed. Additionally, this method shows some results from the array relating to the stability of the system..

  • Platform: Matlab, Scripts

No error checking a very basic function easy to understand Given an array X of size [m,n] output is an array of size [m,n] the rows of the output array sum to 1.

  • Platform: Matlab, Scripts

Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to prep data for writing to an Excel spreadsheet using xlswrite. Example: weather = 1x3 struct array with fields: temp rainfall >> wxcell = structToCellArrayWithHeaders ( weather ) wxcell = 'temp' 'rainfall' [ 68] [ 0.2000] [ 80] [ 0.4000] [ 72] [ 0].

  • Platform: Matlab, Scripts

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Windows WinBest

Windows WinBest is an application, created to speed up your computer and remove junk files from your system. Right from the second I opened Windows WinBest, I become very skeptical about whether I’d like this application. Almost instantly, I ...


Hide Files & Folders

Hide Files and Folders is a program that will let you password protect files and folders on your Windows system, preventing unauthorized access to them.

Hide Files and Folders gives you five different ways to protect data on your ...


Screencatch

There are numerous occasions when you need to take screenshot of anything on your computer. A screenshot is used for serving many purposes like tutoring, in eBooks, as electronic proofs etc.Taking screenshots is a relatively tedious task without ...


Key Launch

Key Launch is the time saving utility by Konrad Papala, helping you open your applications quicker than using the Start Menu. Instead of clicking the Start Button and using the your mouse or other pointing device to navigate through potentially ...


Castle Wars

Castle wars is a unique blend of the strategy genre with a small amount of war and micro management elements added in to make it more unique. In castle wars the aim is to eliminate all the other players from the map, and become the only player left ...


Funny Photo Maker

It happens a lot of times that you capture a photograph, it is good enough but you still want to play with it and improve it. There are lots of programs available for photo editing and some might say that you should use Adobe’s Photoshop. Yes, ...


CloneCD

Despite huge growth in technology and tremendous increase in use of flash drives, use of CDs and DVDs hasn’t disappeared yet. Conventional 700MB CDs are still in use, largely due to the fact that they are extremely cheap. In addition of being ...


Joomla

Nowadays, most people use Joomla, Wordpress or Drupal to make their websites. Creating websites by the use of CMSs is an easy yet effective way as one does not require to code heavily. We’ll be talking about Joomla, a powerful Content ...


Advanced System Optimizer

Keeping your Computer fast, clean and error free is of utmost importance if you want to get most out of it. Over the passage of time, many personal computers get clogged with errors, unnecessary or duplicate files and shortcuts leading to fragmented ...



New Downloads

Dr.Web CureIt

Dr.Web CureIt is an
indispensable tool for curing
computers running MS Windows
8/7/Vista/XP/Server
2003/2008/2012 ...

MusICPot

All-in-one software tools for
stage singing performance.
Lyrics/music scores
audio-synced .Unlimited fully
customizable ...

My Screen Recorder

Record your PC desktop screen
activity to a AVI or WMV file.
This advanced screen
capturing tool can capture
anything ...

PDF2QIF

Easy to use secure solution to
review/convert your
transactions and import into
your accounting software.
Convert PDF to ...

Xlinksoft Palm Converter

Xlinksoft Palm converter is
designed to convert all videos
and audios to Palm. This is
the great Palm converter for
Palm ...

Net Time Server &
Client

The time synchronization
application synchronize your
PC\'s system clock or all
PC\'s system clock in your LAN
using. The ...

InterBase Data Access
Components

IBDAC is an enhanced component
library for fast direct access
to InterBase, Firebird and
Yaffil from Delphi, C++Builder
...

Leawo iPod touch 4 Transfer

Leawo iPod touch 4 Transfer is
the combination of an iPod
Transfer, iPhone Transfer and
iPad Transfer which can
transfer ...

Decision Making Helper

Decision Making Helper
provides support in the
decision making process
enabling to take confident and
structured ...



Related Searches

Array C Declare
Array J Declare
Associative Words
Array Asp
Basic Vis Array
Array Detecting
Bmp C Array
Video Graphics Array Compressor
Associative Word Generator
Video Graphics Array
One Dimensional Array
Led Array