My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 59
ndarray is a C++ multidimensional array template library in the tradition of Blitz++ and Boost.!MultiArray, designed to mimic !NumPy's interface and enable rapid development of C++-coded numerical Python modules. The library provides simple expression templates for arithmetic operations, fast neste...
This is a PHP class which implements a matrix (multi-dimensional array) with unlimited dimensions. Normal arrays are limited not by PHP itself, but by the impracticality of maintaining a large set of indices. Indeed, this partly evolved from an attempt to do just that within a recursive function. ...
This project provides a clone of the *Darts* (Double-ARray Trie System), a C++ header library for implementing a double-array. The *Darts* was developed by Taku Kudo and used in famous morphological analyzers !ChaSen and !MeCab, etc. because of its fast retrieval speed. And, this clone library h...
* ... * * allow array to be treated in this way: * $testArr1 = array(0,1,2,3,4,5); * $testArr2 = array(10,11,12,13,14,15); * A::extend($testArr1, $testArr2); * * $testArr1 -> array_push('extended!') -> array_3rd_compact() -> array_merge($testArr2); * var_dump($testArr1 -> myArray); ...
= JMathArray: basic math engineering in Java = JMathArray provides classes with static methods for basic math engineering in Java. Random number generations is based on RngPack, linear algebra is based on Jama. List of static methods applicable on int and double arrays (`double[][]`): * merge...
This project is a design study for experimenting with interfaces and implementations for multiarrays (also known as N-dimensional arrays or data cubes) in the Clojure language. Design criteria: 1) Good integration with the Clojure language. Multiarrays should "feel" like part of the language. ...
=The Javascript array object is incomplete. JAPL fixes that.= ==JAPL includes the following:== * Support for all JS 1.6 array methods in ALL major browsers. * Support for both `each()` and `forEach()`, allowing you to code with whichever you're used to * Basic array tools that sho...
Collection of C++ arrays for various purposes. Static arrays are allocated on the stack. Dynamic arrays are allocated on the heap. Resizable arrays are dynamic arrays with changeable size. Ptr arrays are just pointers to somewhere. All arrays controls buffer overflows. Algorithms can be writ...
libv is a low-level library implementing common datastructures (single/double linked lists, dynamic arrays, FIFOs, LIFOs), algorithms (MD5, ...) and stuff (ID3 tag reader/parser, base64 en-/decoder, MPEG frame header parser).
A library of PHP functions and classes to use. Library Management and Documentation too!
1 2 3 4 5 6 Next