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

Mrtg Configuration Example software
Filter: All | Freeware | Demo
 

Mrtg Configuration Example

< 1 2 3 4 5 
Added: May 30, 2013 | Visits: 491

SonnetLab Optimization Example The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.This function will read in a Sonnet Project representing a patch antenna. This...



Platforms: Matlab

License: Freeware Size: 10 KB Download (38): SonnetLab Optimization Example Download

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: 423

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 (48): Example of loading C DLL and performance comparison Download

Added: July 21, 2013 | Visits: 346

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 (46): 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 (43): Comparison of C++ and MATLAB Using Object Oriented Application Example Download

Added: May 11, 2013 | Visits: 498

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 (43): Example: Using Nested Functions for Timers Download

Added: September 05, 2013 | Visits: 393

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: 425

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 (48): Compressive Sensing Simple Example Download

MATLAB GUI Example for Agilent N8241A Arbitrary Waveform Generator MATLAB supports Agilent arbitrary waveform generators through the Instrument Control Toolbox.This example demonstrates how you can use MATLAB to develop a GUI application for configuring an Agilent N8241A Arbitrary Waveform Generator. The GUI allows you to configure sinusoids and pulse trains of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): MATLAB GUI Example for Agilent N8241A Arbitrary Waveform Generator Download

Added: August 23, 2013 | Visits: 562

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 (54): ActiveX control example in GUI Download

Added: April 01, 2013 | Visits: 376

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 (47): Small Gui Example Download

Added: August 08, 2013 | Visits: 379

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: 297

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 (51): Simple Tab Example Download

Added: September 16, 2013 | Visits: 447

LDAP configuration LDAP configuration authenticates against a LDAP sever using a predefined username and password.The LDAP configuration can perform several operations with information records stored in the LDAP server like searching for records that match a given filter condition, add records and delete records.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): LDAP configuration Download

Added: June 12, 2013 | Visits: 300

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: December 10, 2013 | Visits: 688

WebDebEx WebDebEx is a PHP Web-Frontend to manage the configuration of Web-, FTP-, SMTP-, POP3- and IMAP-Server in a MySQL Database.WebDebEx came with example configurations for some backend deamons (e.g. Exim4, Courier, Apache1/2, proFTPd).


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (53): WebDebEx Download

Added: July 28, 2013 | Visits: 556

John Conway's Game of Life This is an implementation of John Conway's Game of Life (see here: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) for Drupal. This puts the Game of Life in a block for use in the sidebar, for example.Features: * Each page refresh generates a new "generation". * You can have the "world"...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): John Conway's Game of Life Download

Added: June 02, 2013 | Visits: 391

Externodes Basic example of use: A big image collection you want to share between drupals.Basically, this module allows you to map the nid and fid address space to another Drupal instance. A simple example: Given you have two drupals, if you type in your browser front.drupal.com/node/1000000001, it will in...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (45): Externodes Download

Added: April 20, 2013 | Visits: 378

Site Configuration Permissions This very light-weight module allows additional permissions to be created and managed through a administration form.On the administration page a user is able to create a permission with name and path(s).These permissions can then be assigned to roles on the permissions page.6.x-2.xVersion 2.x...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Site Configuration Permissions Download

< 1 2 3 4 5