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

Examples Of Reference freeware
Filter: All | Freeware | Demo
 

Examples Of Reference

1 2 3 4 5 > 
Added: March 13, 2010 | Visits: 1.602

GCJ::Cni::Examples GCJ::Cni::Examples is a Perl module with examples of how to use GCJs CNI interface to write Perl Modules in Java. EXAMPLES Writing Treaded modules in Java One benefit of using GCJ is that it takes advantage of POSIX threading. This is nice since Perls threading model is, shall we say, less...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): GCJ::Cni::Examples Download

Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 619

McFaces examples The aim of our project is to create a set of examples of use of JSF 2.1 MC Faces components from MC Components series. MC Components library provides a rich set of JSF 2.1 components with jsp and facelets support. Components available in this rich set provide simple and convenient access to...





Platforms: Windows, Mac, Linux

License: Freeware Size: 1.73 MB Download (45): McFaces examples Download

Added: August 02, 2008 | Visits: 1.732

Premier Web Site about Regular Expressions Regex Tutorial, Examples and Reference - Regexp Patterns. A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to...


Platforms: Any

License: Freeware Download (490): Premier Web Site about Regular Expressions Download

Added: August 20, 2013 | Visits: 749

Phase Noise to Jitter Usage:Jitter = Pn2Jitter(f, Lf, fc)Inputs:f: Frequency vector (phase noise break points), in Hz, row or column.Lf: Phase noise vector, in dBc/Hz, same dimensions, size(), as f.fc: Carrier frequency, in Hz, a scalar.Output:Jitter: RMS jitter, in seconds.Phase noise data can be derived from...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Phase Noise to Jitter Download

Added: August 21, 2013 | Visits: 715

Flow Cytometry Data Reader and Visualization This includes a function to read in the standard flow cytometry FCS format data and examples of how to visualize the data.


Platforms: Matlab

License: Freeware Size: 194.56 KB Download (41): Flow Cytometry Data Reader and Visualization Download

Added: August 14, 2008 | Visits: 1.030

DocTaur - searching in manuals DocTaur is a Web-based searchable directory of reference manuals. You can freely download, install, and administrate it on your local Linux intranet server. It is powered by the ht://Dig search engine and contains reference manuals for developers.


Platforms: Linux - Apache

License: Freeware Size: 13 MB Download (106): DocTaur - searching in manuals Download

Released: September 22, 2010  |  Added: September 28, 2010 | Visits: 1.006

Verkoopstyling Screensaver Verkoopstyling and homestaging screensaver. This includes some of the best examples of verkoopstyling or homestaging in the business. Most images are of the 'before-after' type and really show us what verkoopstyling or homestaging can actually do. There is a big difference between...


Platforms: Windows

License: Freeware Size: 1.81 MB Download (97): Verkoopstyling Screensaver Download

Released: June 06, 2012  |  Added: June 06, 2012 | Visits: 721

Donkey Kong Online Donkey Kong is one of the earliest examples of the platform genre (it is sometimes said to be the first platform game, although it was preceded by Space Panic).Competitive video gamers and referees stress the game's high level of difficulty compared to other classic arcade games. Winning the game...


Platforms: Windows

License: Freeware Size: 3.36 MB Download (54): Donkey Kong Online Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 598

Obelisk SIP Proxy This project contains a SIP stack and server applications built on top of the stack, examples of which are: Stateless Proxy, Registrar,NAT Keepalives,MWI Notifier server. The server applications have been designed to work in association with Asterisk.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.28 MB Download (46): Obelisk SIP Proxy Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 661

Web Demos A collection of demos, with source code, demonstrating advanced examples of web programming.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.53 MB Download (48): Web Demos Download

Added: May 10, 2013 | Visits: 415

ColdStore ColdStore is a gigabyte-scale persistent object store which provides: - Extent-based allocation (for maximal spatial locality of reference, minimal working set) - Interning of Elf symbols (so your class implementation may change without the necessity to rebuild the store.) - A rich set of...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (53): ColdStore Download

Added: August 29, 2013 | Visits: 359

When wavelet meet HMM To duplicate results of the screenshot, please run:test_WHMMThis script is an implementation of Reference [1], including 2 parts:1. 1D signal denoising (page 9~11)2. 1D random process(RP) classification (page 12)Reference:[1] Wavelet-Based Statistical Signal Processing Using Hidden Markov...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): When wavelet meet HMM Download

Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm In this M-file, the implementation of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the playing iterative course.ACO('filename.tsp');filename.tsp is the problem file of the Symmetrical or...


Platforms: Matlab


Added: September 28, 2013 | Visits: 418

V6scripts The v6scripts collection of shell scripts, aka command files, provides some working examples of osh and sh6 scripting. The entire collection may be downloaded (v6scripts-20100428.tar.gz, checksums, tree browser) and installed for personal or general use (or studied as is). The INSTALL script in...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): V6scripts Download

Added: June 04, 2010 | Visits: 1.479

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: October 06, 2010 | Visits: 714

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ......


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Added: January 25, 2010 | Visits: 774

Reference Miner Reference Miner searches the Internet to find and display reference information: PubMed, Amazon (Amazon US, Amazon UK, Amazon Germany, Amazon Japan), and the Library of Congress. Special features include the display of book cover art (Amazon) and the ability to easily perform complex searches.The...


Platforms: Mac

License: Freeware Download (111): Reference Miner Download

Added: July 06, 2013 | Visits: 472

Communication Systems Reference Curves BER/SER CurvesThe files in this demo are designed to generate a number of performance curves for various well-known systems. This is not meant to be a comprehensive list; it's merely a set of reference models that show how some well-established results can be generated using Simulink models. It...


Platforms: Matlab

License: Freeware Size: 512 KB Download (43): Communication Systems Reference Curves Download

Added: September 16, 2013 | Visits: 541

Direction of Arrival Estimation with MUSIC Algorithm In many practical signal processing problems, the objective is to estimate from measurements a set of constant parameters upon which the received signals depend.For example, high-resolution direction-of-arrival (DOA) estimation is important in many sensor systems such as radar, sonar, electronic...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Direction of Arrival Estimation with MUSIC Algorithm Download

Added: September 07, 2013 | Visits: 1.066

Compare with hand coding and auto code generation of HDL This presentation introduces comparing between the hand coding and auto code generation with Simulink HDL.It uses simple communications models to mention merit/demerit.Additionally,The frame synchronization explained by the book was designed with Stateflow.The figure which is in the book and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Compare with hand coding and auto code generation of HDL Download

1 2 3 4 5 >