Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.182.957 Times

Instruction Set Architecture freeware
Filter: All | Freeware | Demo
 

Instruction Set Architecture

< 1 2 3 4 5 > 
Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 572

DiskCryptor DiskCryptor is the only truly free solution, provided under GNU General Public License (GPLv3), which offers encryption of all disk partitions, including the system partition. The main criteria for open-source software is the availability of its source code under one of the open source licenses....



Platforms: Windows

License: Freeware Size: 584 KB Download (427): DiskCryptor Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 492

8051 Hex Code Explorer SpiceLogic Inc. offers a tool for learning Hex Code of INTEL 8051 family 8 bit microcontrollers. This program will parse the hex code byte by byte data with addresses and Disassemble the code. After that, it will show you the complete CODE memory map, the way your object code will reside in the...





Platforms: Windows

License: Freeware Size: 1.97 MB Download (560): 8051 Hex Code Explorer Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 316

EduMIPS64 EduMIPS64 (aka edumips) is a cross-platform MIPS 64 ISA simulator. It can be used to run and debug MIPS programs that are written using the MIPS64 instruction set. It supports visual debugging and lets you see what instructions do in the pipeline.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.33 MB Download (55): EduMIPS64 Download

Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 362

Motorola 6800 Simulator The m6800 Simulator is a teaching tool to introduce students to microprocessors. It is based on a cut-down version of the M6800 chip, and a reduced instruction set. The simulator assembles and simulates execution of the users code on a GUI


Platforms: Windows, Mac, Linux

License: Freeware Size: 70.27 KB Download (49): Motorola 6800 Simulator Download

K-Omega / A-Star Multi robot follow the leader (implemented in Sim and NXT) To perform A Star path, goto to Main.m and set k=1, b=inf and n=0;Please read main.mTO RUN SINGLE ROBOT SIMULATION 1. Set Architecutre=1 and press F5TO RUN MULTI ROBOT 1. Open Matlab and navigate to director with all the code 2. Open main.m and set architecture to 2 and save 3. Run main.m and you...


Platforms: Matlab


Added: June 29, 2013 | Visits: 379

CA QUASI-PARTICLES WITH SPIN This is a highly experimental code that serves to explore the possible deterministic/algorithmic origin of vacuum fluctuations and ZPE.The core idea is based on an initially reversible cellular automaton which is documented in the reference given in the first Help lines of the code. The present...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): CA QUASI-PARTICLES WITH SPIN Download

Added: July 20, 2013 | Visits: 342

Symbibots The following dissertation outlines one possible answer to this question, including an example game-like problem and a Genetic Algorithm (GA) inspired solution. The Genetic Algorithm described acts upon a population of game playing computer agents. Each agent contains a set of expressible...


Platforms: Mac

License: Freeware Size: 1.33 MB Download (39): Symbibots Download

Added: September 17, 2010 | Visits: 1.880

Rule Set Based Access Control Rule Set Based Access Control (RSBAC) is a Free Software security extension for current Linux kernels. Rule Set Based Access Control is based on the Generalized Framework for Access Control (GFAC) by Abrams and LaPadula and provides a flexible system of access control based on several modules....


Platforms: *nix

License: Freeware Size: 368.64 KB Download (96): Rule Set Based Access Control Download

Added: May 05, 2010 | Visits: 1.163

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Set::IntSpan::Fast Download

Adaptive Quality of Service Architecture Adaptive Quality of Service Architecture (AQuoSA) is an open architecture for the provisioning of adaptive Quality of Service functionality into the Linux kernel. The project features a flexible, portable, and lightweight software architecture for supporting QoS-related services on top of a...


Platforms: *nix

License: Freeware Download (102): Adaptive Quality of Service Architecture Download

Added: March 03, 2010 | Visits: 1.182

Set::CrossProduct Set::CrossProduct is a Perl module that allows you to work with the cross product of two or more sets. SYNOPSIS my $iterator = Set::CrossProduct->new( ARRAY_OF_ARRAYS ); # get the next tuple my $number_of_tuples = $iterator->cardinality; # get the next tuple my $tuple = $iterator->get;...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Set::CrossProduct Download

Added: August 07, 2010 | Visits: 881

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: March 27, 2010 | Visits: 1.042

HTML::Template::Set HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (88): HTML::Template::Set Download

Added: May 15, 2010 | Visits: 1.182

Set::Partition Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. SYNOPSIS use Set::Partition; my $s = Set::Partition->new( list => [qw(a b c d e)], partition => [2, 3], ); while (my $p = $s->next) { print join( , map { "(@$_)" } @$p ), $/; } # produces...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Set::Partition Download

Added: October 14, 2010 | Visits: 1.017

Set::Infinite Set::Infinite Perl module contains sets of intervals. SYNOPSIS use Set::Infinite; $set = Set::Infinite->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite Download

Added: October 17, 2010 | Visits: 2.108

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (91): Set::Infinite::Basic Download

Added: October 07, 2010 | Visits: 1.245

Packet Construction Set 0.5 Packet Construction Set is a set of Python modules and objects that make building network protocol code easier for the protocol developer. The core of the system is the pcs module itself which provides the necessary functionality to create classes that implement packets. Installation...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (101): Packet Construction Set 0.5 Download

Added: November 10, 2010 | Visits: 1.084

Set::Integer::Gapfillers Set::Integer::Gapfillers is a Perl module that can fill in the gaps between integer ranges. SYNOPSIS use Set::Integer::Gapfillers; $gf = Set::Integer::Gapfillers->new( lower => -12, upper => 62, sets => [ [ 1, 17 ], # Note: Use comma, not [ 25, 42 ], # range operator (..) [ 44, 50 ],...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): Set::Integer::Gapfillers Download

Added: August 27, 2010 | Visits: 1.126

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): Rose::Class::MakeMethods::Set Download

Added: January 26, 2010 | Visits: 1.412

Jet Set Willy X Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. Jet Set Willy X is heavily inspired by Jet Set Willy. There are no guardians and ropes, but the animation is twice as fast, absolutely smooth, and there is a 2-channel background tune. The rooms are 20...


Platforms: *nix

License: Freeware Download (152): Jet Set Willy X Download

< 1 2 3 4 5 >