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

Rijndael Algorithm In Asp freeware
Filter: All | Freeware | Demo
 

Rijndael Algorithm In Asp

< 1 2 3 4 5 > 
Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 222

phpMyDInterface A php class to make all basic database action regardless of the type of the database server (i.e like ADODB in ASP)



Platforms: Windows, Mac, Linux

License: Freeware Size: 6.78 KB Download (46): phpMyDInterface Download

Added: May 10, 2013 | Visits: 366

umbraco umbraco is optimized for the presentation of human-readable and human-editable website content. It is a completely customizable system - in other words, YOU CAN DO ANYTHING with umbraco, it's just a matter of how and if you need to use technologies outside of the basic umbraco framework. umbraco...





Platforms: Windows, ASP.NET,

License: Freeware Download (51): umbraco Download

Added: May 10, 2013 | Visits: 950

URL Web Crawler It is basically a program that can make you a search engine. It is a web crawler, has all the web site source code (in ASP, soon to be PHP as well), and a mysql database.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (66): URL Web Crawler Download

Added: May 10, 2013 | Visits: 594

Nolior EZNews Nolior EZNews is a tool for presenting news, announcements, information and more on a web site. Features are: XML storage, Control panel, User registration, Two user levels, Date ranges, RSS syndication, e-mail and more. Written in ASP.Net.


Platforms: Windows, ASP.NET,

License: Freeware Download (64): Nolior EZNews Download

Added: May 22, 2013 | Visits: 485

Fixed-Point ATAN2 using CORDIC This demo consists of a m-file script (fixed_point_atan2_using_cordic.m) and a m-file function (atan2_fixpt.m). The script contains a step-by-step explanation of how a four quadrant arctan can be calculated using a CORDIC (COordinate Rotation DIgital Computer) algorithm. The first part shows the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Fixed-Point ATAN2 using CORDIC Download

Added: April 21, 2013 | Visits: 531

Acoustic source localization using SRP-PHAT This function localizes a single source from a frame of data received at the microphones. It uses the Steered Response Power with the PHAse Transform (SRP-PHAT) as the functional. The true source location will have the maximum SRP-PHAT value. Stochastic Region Contraction (SRC) is used as the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Acoustic source localization using SRP-PHAT Download

Added: June 08, 2013 | Visits: 417

DSP algorithms using Embedded MATLAB Block Embedded MATLAB block provides a way of bringing restricted subset of MATLAB into Simulink. There are couple of possibilities when moving untimed MATLAB algorithms into Simulink. This demo illustrates two such alternatives in porting a sample viterbi algorithm (written in M) into Simulink using...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): DSP algorithms using Embedded MATLAB Block Download

Added: July 20, 2013 | Visits: 505

MPC Tutorial I: Dynamic Matrix Control This is the first part of the planned series for Model Predictive Control (MPC) tutorials.Dynamic Matrix Control is the first MPC algorithm developed in early 1980s. It is probably also the most widely used MPC algorithm in industry due to the fact that its internal model, the step response model...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (41): MPC Tutorial I: Dynamic Matrix Control Download

Added: September 10, 2013 | Visits: 736

WPT Blog Features * Archive Calendar * Last posts * Pagination comments * Captcha antispam images * Smilies * Admin Control Panel * User control panel


Platforms: PHP

License: Freeware Size: 102.4 KB Download (56): WPT Blog Download

Released: November 11, 2015  |  Added: November 15, 2015 | Visits: 862

WinSysClean X7 Free Windows Repair and Registry clean with 1-Click ! Fully automated Windows Repair and Registry Cleaner. All other windows cleaners puts all the responsibility on you! Are you tired of complex questions asked by registry cleaners ?, Well... try WinSysClean. There is no other registry...


Platforms: Windows 7, Windows Server, Windows

License: Freeware Size: 17.8 MB Download (78): WinSysClean X7 Free Download

Added: July 01, 2010 | Visits: 1.569

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

Applying Greedy Algorithm and Local Search in a Supply Chain distribution problem This is an application of the Greedy Algorithm and the Local Search for finding a solution for the SC Distribution Network problem.We dealt with one level SC composed of a set of factories and a set of Sales Points, each sales point has a demand at a certain time, each factory has a production...


Platforms: Matlab


Added: October 06, 2010 | Visits: 2.273

Apache2::ASP Apache2::ASP was developed in an attempt to address some of the problems associated with web application development in Perl..


Platforms: *nix

License: Freeware Size: 61.44 KB Download (92): Apache2::ASP Download

Added: October 05, 2010 | Visits: 807

Algorithm::SixDegrees Algorithm::SixDegrees is a Perl module that can find a path through linked elements in a set. SYNOPSIS use Algorithm::SixDegrees; my $sd1 = Algorithm::SixDegrees->new(); $sd1->data_source( actors => &starred_in ); $sd1->data_source( movies => &stars_of ); @elems = $sd1->make_link(actors,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): Algorithm::SixDegrees Download

Added: July 07, 2010 | Visits: 1.324

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (140): Algorithm::Line::Bresenham Download

Added: January 01, 2010 | Visits: 932

Algorithm::ScheduledPath Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. SYNOPSIS use Algorithm::ScheduledPath; use Algorithm::ScheduledPath::Path; $graph = new Algorithm::ScheduledPath(); $graph->add_edge( { path_id => R, origin => A, depart_time => 1,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Algorithm::ScheduledPath Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 1.008

Face Detection in Color Images Face Detection in Color Images is designed as a handy and easy-to-use instrument that is able to cover an algorithm for face detection in color images. Face Detection in Color Images was developed with the help of the Java programming language.


Platforms: Windows

License: Freeware Download (471): Face Detection in Color Images Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 856

Stunnix VBscript and ASP Obfuscator Stunnix ASP and VbScript Obfuscator is a unique solution for this piracy and misuse problem for ASP and client-side code written in VBScript programming languages. It provides both an obfuscation and an encoding tool for client-side VBScript code in .vbs files and in HTML, PHP, ASP and JSP pages...


Platforms: Windows

License: Freeware Download (63): Stunnix VBscript and ASP Obfuscator Download

Added: May 10, 2013 | Visits: 634

SMAWK totally monotone matrix searching algorithm This SMAWK algorithm takes as input a function for computing matrix values, and searches for the position of maximum value in each row. The matrix must satisfy the "totally monotone" property: in each submatrix (in particular each 2x2 submatrix) the positions of the maxima must move leftward as...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: June 07, 2013 | Visits: 645

Grey prediction algorithm for mobile user localization this algorithm predicts the received signal strength for the mobile user to avoid fluctuation in received signal strength during localization of the mobile user(finding mobile user's location)


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Grey prediction algorithm for mobile user localization Download

< 1 2 3 4 5 >