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.476.248 Times

Finally Implementation freeware
Filter: All | Freeware | Demo
 

Finally Implementation

1 2 3 4 5 > 
Added: September 05, 2013 | Visits: 817

Electrical and Hydraulic actuation of an aileron This zip file contains the demonstration model showing a 3-D mechanical model of an aileron actuated with a hydraulic actuator and with an electromechanical actuator. The parameters of the motor are tuned automatically to match measurement data, and the performance of the system is optimized in... Platforms: Matlab

License: Freeware Size: 133.12 KB Download (44): Electrical and Hydraulic actuation of an aileron Download

Added: July 26, 2010 | Visits: 2.160

Bellagio OpenMAX IL Implementation Bellagio is a sample implementation of OpenMAX IL for Linux. It enables software developers and ISVs to familiarize themselves with the OpenMAX IL API and to develop their own OpenMAX multimedia and streaming media components for mobile devices, including codecs, video I/O, and audio mixers.... Platforms: *nix

License: Freeware Size: 501.76 KB Download (128): Bellagio OpenMAX IL Implementation Download

Added: July 01, 2010 | Visits: 1.573

Fast MD5 Implementation in Java Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements. How Fast Is It? Short answer:Much faster than any other Java... Platforms: *nix

License: Freeware Size: 74.75 KB Download (176): Fast MD5 Implementation in Java Download

Added: May 10, 2013 | Visits: 437

Maintenance-free Signals implementation This is a signals implementation for python. It is similar to the pydispatch module. This implementation enables you to create Signals as members of classes, as globals, or as locals. You may connect any number of functions or class methods to any signal. Connections manage themselves with the... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Maintenance-free Signals implementation Download

Added: May 10, 2013 | Visits: 539

Separating Pattern Implementation from Your Code This script separates pattern implementation from your code so that you can reuse the implementation elsewhere. It is an example that shows a reusable implementation of the Observer pattern. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 555

Length-limited O(1) LRU Cache implementation Length-limited O(1) LRU Cache implementation script is an implementation of a length-limited O(1ion scripue. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: September 11, 2013 | Visits: 568

Digital implementation of RC low pass filter Derives the transfer function for digital implementation of a first order RC low pass filter and plots the step and frequency response.For details, refer to the post:http://www.dsplog.com/2007/12/02/digital-i...ow-pass-filter/ Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Digital implementation of RC low pass filter Download

Added: May 05, 2013 | Visits: 483

Interface to Niederreiter GSL implementation This is Matlab interface for the C++ implementation of the low discrepancy sequence generators Niederreiter from the GNU Scientific Library.It works under Linux. Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Interface to Niederreiter GSL implementation Download

Added: May 01, 2013 | Visits: 549

Interface to Sobol GSL implementation This is Matlab interface for the C++ implementation of the low discrepancy sequence generators Sobol from the GNU Scientific Library.It works under Linux. Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Interface to Sobol GSL implementation Download

Added: June 01, 2010 | Visits: 1.409

Apache Pluto Pluto is the Reference Implementation of the Java Portlet Specfication. The current version of this specification is JSR 168. Portlets are designed to run in the context of a portal. They are written to the Portlet API which are similar to the Servlet API. In contrast to servlets, portlets... Platforms: *nix

License: Freeware Size: 11.6 MB Download (103): Apache Pluto Download

Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 395

An OSGi-Based FIPA Implementation The Pando project intends to deliver an OSGi-based implementation of the FIPA agent platform. The motivation behind Pando is the need for an open platform supporting the integration and interoperation of disparate software systems. Platforms: Windows, Mac, Linux

License: Freeware Size: 4.34 MB Download (50): An OSGi-Based FIPA Implementation Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 499

dcm4che, a DICOM Implementation in JAVA dcm4che is an implementation of DICOM and IHE actors in Java. Homepage: http://www.dcm4che.org, Forums: http://forums.dcm4che.org/jiveforums, Wiki: http://www.dcm4che.org/confluence, Issue Tracking: http://www.dcm4che.org/jira Platforms: Windows, Mac, Linux

License: Freeware Size: 14.79 MB Download (45): dcm4che, a DICOM Implementation in JAVA Download

Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 455

Dict protocol J2SE implementation J2SE implementation of the Dictionary Server Protocol (DICT) that allows a client to access dictionary definitions from a set of natural language dictionary databases. Platforms: Windows, Mac, Linux

License: Freeware Size: 39.16 KB Download (49): Dict protocol J2SE implementation Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 770

Jarsync - a Java rsync implementation. Jarsync is a Java implementation of the rsync algorithm, a deltacompression algorithm for fast network file transfers. Platforms: Windows, Mac, Linux

License: Freeware Size: 137.46 KB Download (49): Jarsync - a Java rsync implementation. Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 404

MTOSI Reference Implementation Reference implementation for the MTOSI interface standard defined by the TMF. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.76 MB Download (49): MTOSI Reference Implementation Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 303

XTAPI JTapi Implementation The XTapi project is aimed at someday growing up to be a reference implementation for JTAPI. At this time it is not the intention to cover every JTAPI package, just the Core and Media packages are covered. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.71 MB Download (55): XTAPI JTapi Implementation Download

Added: May 10, 2013 | Visits: 342

Clean implementation for Ordered Dictionary This script allows you to record the order in which items are added. This implementation uses much less code than the others by extending not well-known class DictMixin. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Clean implementation for Ordered Dictionary Download

Added: May 10, 2013 | Visits: 459

Python Octree Implementation This script is a simple implementation of an octree data structure in python. Its use is primarily for fast collision or view frustrum culling in interactive 3d environments, but its possible uses are quite open-ended. It was originally written for use with the pyOgre 3d engine binding. The code... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Python Octree Implementation Download

Added: August 06, 2013 | Visits: 505

Learning Kalman Filter Implementation in Simulink(R) The models included shows three different ways to implement a kalman filter in Simulink(R). The first uses the kalman function in control system toolbox to design a steady state kalman filter. The second is an embedded MATLAB(R) block implementation. The third is an implementation is pure basic... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (46): Learning Kalman Filter Implementation in Simulink(R) Download

Added: August 10, 2013 | Visits: 439

Video for Everybody! This module is a Drupal implementation of the Video for Everybody! project.Video for Everybody by Kroc Camen of Camen DesignVideo for Everybody is very simply a chunk of HTML code that embeds a video into a website using the HTML5 element which offers native playback in Firefox 3.5+, Safari 3 &... Platforms: PHP

License: Freeware Size: 10 KB Download (50): Video for Everybody! Download

1 2 3 4 5 >