|
|
|
Programming Methods and Algorithms |
553 script(s) |
|
| Platform: |
|
| |
| Language: |
|
Memoize decorator function script presents a memoize decorator function with cache size limit.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 87 view screenshot |
June 6th, 2007 GMT NEW |
 |
min/max "peaks" with Numeric script breaks a large one-dimensional array into blocks of contstant length and compute "peaks data".
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 91 view screenshot |
June 6th, 2007 GMT NEW |
 |
Permutation and Combination Enumerator use a linklist to imitate permutations and a binary tree to imitate combination.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 394 view screenshot |
June 6th, 2007 GMT NEW |
 |
Splicing of lists script splices any number of nonempty lists as one list.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.6/5) 63 view screenshot |
June 6th, 2007 GMT NEW |
 |
z_crypt module shows a way to simple data encryption.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 76 view screenshot |
June 6th, 2007 GMT NEW |
 |
z_matrix module provides two classes that emulate one and two dimentional lists with fixed sizes but mutable internals.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 77 view screenshot |
June 6th, 2007 GMT NEW |
 |
Arrayterator module is a buffered iterator for big arrays.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 66 view screenshot |
June 6th, 2007 GMT NEW |
 |
Edge-coloring of a bipartite graph script allows you to verify Konig's theorem.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 243 view screenshot |
June 6th, 2007 GMT NEW |
 |
xor for strings script demonstrates the use of simple xor for strings.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 194 view screenshot |
June 6th, 2007 GMT NEW |
 |
Mastermind-style code-breaking script is a framework for experimenting with guessing strategies in Master-mind style games.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 470 view screenshot |
June 6th, 2007 GMT NEW |
 |
Length-limited O(1) LRU Cache implementation script is an implementation of a length-limited O(1) LRU queue.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.2/5) 406 view screenshot |
June 6th, 2007 GMT NEW |
 |
Python XTEA Encryption module represents a simple python implementation of the XTEA block encryption algorithm.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 210 view screenshot |
June 6th, 2007 GMT NEW |
 |
Equivalence partition script partitions a set of objects into classes according to some supplied equivalence relation.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 167 view screenshot |
June 6th, 2007 GMT NEW |
 |
Format number function script introduces two functions useful to format numbers.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 131 view screenshot |
June 6th, 2007 GMT NEW |
 |
New Tail Recursion Decorator can eliminate the tail calls for recursive functions.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 100 view screenshot |
June 6th, 2007 GMT NEW |
 |
Lazy Traversal of Directed Graphs script allows you to realize a generic traversal for arbitrary (directed) graphs.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 83 view screenshot |
June 6th, 2007 GMT NEW |
 |
Finding Eulerian path in undirected graph script takes as input a graph and outputs Eulerian path (if such exists).
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.0/5) 263 view screenshot |
June 6th, 2007 GMT NEW |
 |
Weighted choice script return random samples of cumulative vector (1-D numpy array) c.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 107 view screenshot |
June 6th, 2007 GMT NEW |
 |
wchoice script returns a function having the given objects with the specified frequency distribution.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 68 view screenshot |
June 6th, 2007 GMT NEW |
 |
Group and partition script enables the group_by functionality like the similar function existing in Ruby on Rails.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 49 view screenshot |
June 6th, 2007 GMT NEW |
 |
Tensor and transpose script presents two functions useful when you don't use a numerical library.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 141 view screenshot |
June 6th, 2007 GMT NEW |
 |
Python Octree Implementation script allows you to manage an octree data structure in python.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 307 view screenshot |
June 6th, 2007 GMT NEW |
 |
Time sections of code by using "with" script allows one to use the "with" statement to time sections of code.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 33 view screenshot |
June 6th, 2007 GMT NEW |
 |
Edge-coloring of a bipartite graph script allows you to verify Konig's theorem.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 66 view screenshot |
June 6th, 2007 GMT NEW |
 |
zip_pad() function could be used to fill the sequences with a padding value.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.3/5) 47 view screenshot |
June 6th, 2007 GMT NEW |
 |
A general solution of Eight Queens script is a general method to figuren out all solutions of eight queens.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 171 view screenshot |
June 6th, 2007 GMT NEW |
 |
A recursive function to get permutation of a list script allows you to make permutations on a list of objects.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 203 view screenshot |
June 6th, 2007 GMT NEW |
 |
Computing permutations with duplicates script handles duplicate values in a list.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 119 view screenshot |
June 6th, 2007 GMT NEW |
 |
DDA and BRESANHAM line drawing algorithm code implements DDA and BRESANHAM line drawing algorithm in C graphics mode.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows C/C++ Freeware Good (3.7/5) 4,392 view screenshot |
June 6th, 2007 GMT NEW |
 |
Deadlock banker's safety algorithm avoids any deadlock state in resources allocation.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows C/C++ Freeware Good (3.9/5) 688 view screenshot |
June 6th, 2007 GMT NEW |
 |
|
| Go to top |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | << prev next >> |
|
|