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 49.593.720 Times

Elgamal Cryptosystem Example software
Filter: All | Freeware | Demo
 

Elgamal Cryptosystem Example

< 1 2 3 4 5 > 

Example: Making and debugging mex with Visual Studio 2005 and Matlab 2007b I saw that there was no simple example on who to use MS Visual Studio 2005 to make and debug Matlab mex files.The solution added has a readme.txt that specifies filepaths that must be changed to make it work on your PC.



Platforms: Matlab


Added: August 27, 2013 | Visits: 422

Example of loading C DLL and performance comparison This example shows how to load a C DLL into Matlab and make a call to functions it contains. In addition, a C-like M file implementation of the same functionality is included for comparison. Furthermore, a vectorized M file has been added to try to match the performance of the library...





Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Example of loading C DLL and performance comparison Download

Added: July 21, 2013 | Visits: 342

a functor set example In this example you will learn the "function handler" from a "functor set" points-of-view. The functor set can store more than one functionhandlers, so one can choose a function handler from a functor set and pass it to another function as an input argument.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): a functor set example Download

Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example This example adds MATLABdlT« to the list of languages in this C++ vs Java vs Python vs Ruby: a first impression (http://www.dmh2000.com/cjpr/ ) article at www.dmh2000.com, which compares implementations of a Red Black Tree binary search algorithm...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example Download

Comparison of C++ and MATLAB Using Object Oriented Application Example This example calculates the bit error rate (BER) of a BluetoothdlT« or 802.11b communication link interfered with by another 802.11b or Bluetooth transmitter. It uses the new MATLABdlT« object oriented programming features released in R2008a.The main function btint and accompanying classes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 3.69 MB Download (39): Comparison of C++ and MATLAB Using Object Oriented Application Example Download

Added: May 11, 2013 | Visits: 495

Example: Using Nested Functions for Timers This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Example: Using Nested Functions for Timers Download

Added: September 05, 2013 | Visits: 390

Dual Core Blackfin Application Example This example application shows you how to use Real-Time Workshop Embedded Coder to target a dual core Blackfin microprocessor. The complete build is managed by a template makefile and control over the memory regions is provided by custom storage classes. The example imposes a top level...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 256 KB Download (40): Dual Core Blackfin Application Example Download

Added: June 24, 2013 | Visits: 422

Compressive Sensing Simple Example This very simple example of L1 minimization is reproduced for implementation on matlab. The original example was posted on Rip's AppliedMathematics Blog on March 28, 2011 entitled "Compressed Sensing: the L1norm finds sparse solutions".One needs to download the L1-MAGIC package in order to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Compressive Sensing Simple Example Download

Added: August 23, 2013 | Visits: 558

ActiveX control example in GUI This example deals with the Activex control in GUI matlab. It is of very basic nature, which explains that activex control dont have callback functions, their handles are called in other callback functions as shown in the example.Copy the files in your working directory.Type"guage"Change the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (50): ActiveX control example in GUI Download

Added: April 01, 2013 | Visits: 372

Small Gui Example HelloThis is small example I was trying for a long time for passing the value from the Gui's Pushbutton to the output function, so that I can access it from the workspace. Posting it here if somebody needs tips for some basic gui development.ex: val = selection_gui;


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Small Gui Example Download

Added: August 08, 2013 | Visits: 374

Volume Visualization Example In this code, I show how to create a clean architecture for a volume visualization engine and one example GUI that uses it. I take advantage of exporting nested functions so the GUI programmer can manipulate the visualization in ways that can be customized for specific applications.Scott, Mike...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Volume Visualization Example Download

Added: May 22, 2013 | Visits: 293

Simple Tab Example A Simple Tab Example for any GUI. A very easy to create tab screen using gui visibility property.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (45): Simple Tab Example Download

Added: June 12, 2013 | Visits: 298

Example - Dynamic GUI Layout This example demonstrates how you can build a GUI with dynamic positioning of UI components (no distortions).It is a simple GUI with an axis, slider, and a push button. The slider changes the coefficient in the equation: y = sin(C*x) + cos((10-C)*x)And it plots the equation. The push button...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Example - Dynamic GUI Layout Download

Added: November 28, 2013 | Visits: 479

24U Flash Calendar Example This example demonstrates how to implement simple event calendar using FileMaker Pro 8.5 feature. 24U Flash Calendar Example is a flash based interactive calendar similar to iCal, designed to be used within the FileMaker Pro layout's web viewer object. It requires a plug-in to talk back to...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 174.08 KB Download (39): 24U Flash Calendar Example Download

Added: August 17, 2013 | Visits: 544

24U Drag & Drop Example This example demonstrates how to simply perform various actions in FileMaker Pro 8 by the way of Drag & Drop. In three tabs, the following Drag & Drop features are demonstrated: * Color Picker (Changing field or text color from a palette) * List Reorder (Changing row order in a list) * File...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (40): 24U Drag & Drop Example Download

Added: June 29, 2013 | Visits: 412

24U BarGraph Example This example implements displaying charts by using standard FileMaker Pro functionality, 24U SimpleHighlight Plug-In, and X2max xmChart Plug-In. Example illustrates fully automated chart creation without using any scripts. Feel free to use any presented method to power up your solution and to...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 276.48 KB Download (40): 24U BarGraph Example Download

Added: August 16, 2013 | Visits: 591

24U Commander Example This example demonstrates an implementation of a "file commander" under FileMaker Pro with user interface similar to the popular Norton Commander, Windows Commander, or Midnight Commander. File management functionality is implemented using 24U SimpleFile Plug-In, user interface takes advantage of...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (44): 24U Commander Example Download

Added: November 06, 2010 | Visits: 1.300

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: January 06, 2010 | Visits: 1.439

Langtons Ant Langtons Ant project is an example of a finite-state cellular automata. The ant (or ants) start out on a grid. Each cell is either black or white. If the ant is on a black square, it turns right 90° and moves forward one unit. If the ant is on a white square, it turns left 90° and moves...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (124): Langtons Ant Download

Added: July 05, 2010 | Visits: 2.940

IPTables Firewall Script IPTables Firewall Script contains two example firewall scripts "rc.firewall.iptables. Ive tried here to give some brief documentation for the IPTables firewall scripts contained in this directory. If youre not familiar with IPTables functionality and usage, then you may also want to check out...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (382): IPTables Firewall Script Download

< 1 2 3 4 5 >