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

Examples Argument Essays software
Filter: All | Freeware | Demo
 

Examples Argument Essays

< 1 2 3 4 5 > 
Released: October 31, 2012  |  Added: November 28, 2013 | Visits: 921

C# .NET Examples Collection Collection of C# .NET examples that will make your coding easier and faster. What you will find here is a set of examples for most used methods and components in everyday programming. Save yourself hours of online research and going through tons of useless code. Collection of C# .NET examples... Platforms: Windows, Windows 7

License: Freeware Size: 2.4 MB Download (46): C# .NET Examples Collection Download

What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples These are the code examples used in the "What's New for Object-Oriented Programming in MATLABdlT«" webinar, which described the new object oriented features in Release 2008a.To use the code, add the top folder to your path. See the test* M-files and associated published HTML reports for code... Platforms: Matlab


Added: August 16, 2013 | Visits: 464

DataGrid Class A WSC DataGrid Class with examples you can just unzip and run. Nothing to register (unless you want to). Platforms: ASP.NET

License: Freeware Size: 30.72 KB Download (46): DataGrid Class Download

Added: July 19, 2013 | Visits: 351

SETPOS 1.2 - GETPOS SETPOS/GETPOS are two flexible wrappers to set/get the "Position" property of graphics objects (figure, axes, uicontrol).SETPOS(H,POS) works as SET(H,'Position',POS) and GETPOS(H) works as GET(H,'Position') but :Both can set/get data using different unit for each element of the 'Position'... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): SETPOS 1.2 - GETPOS Download

Added: April 13, 2013 | Visits: 365

Centroid Calculation Function Function takes a picture as an argument (suitably should contain only one object whose centroid is to be obtained) and returns the x and y coordinates of its centroid. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Centroid Calculation Function Download

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

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: April 11, 2013 | Visits: 345

OpenGL .NET Examples Matlab R2009a and above now support .NET assemblies, which allows us to use .NET wrapped libraries such as OpenGL .NET in Matlab.I have included OpenGL .NET assemblies including the source C# code from TAO, and a hand full examples. The examples range from a basic colored cube till a MIP render... Platforms: Matlab

License: Freeware Size: 4.33 MB Download (45): OpenGL .NET Examples Download

Added: September 07, 2013 | Visits: 359

Analytical intersection volume between two spheres Compute the overlap volume between 2 spheres defined in an array.Computation is vectorized, and intersection volume are computed ananalytical way.Input: spheres data presented in an array G of four columns. G contains parameters of the n spheres . G(1:n,1) - x-coordinate of the center of spheres,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Analytical intersection volume between two spheres Download

Added: June 28, 2013 | Visits: 601

Run M-Lint on a directory tree and filter results This function addresses two of the major shortcomings of the M-Lint report which is available in the MATLAB Directory Browser. Firstly, it will perform a recursive analysis, i.e. the current directory and its subdirectories and their subdirectories etc. Secondly, it allows the user to filter out... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Run M-Lint on a directory tree and filter results Download

Added: May 17, 2013 | Visits: 250

Linkify Tags Turn a list of tag IDs and/or slugs into a list of links to those tags.These are all valid calls:Examples:Displays something like: Books, MoviesDisplays something like: * Books * MoviesDisplays nothing.Displays: No related tags.Installation : 1. Unzip linkify-tags.zip inside the... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Linkify Tags Download

Added: October 14, 2013 | Visits: 498

klish The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files. The KLISH stands for Kommand Line Interface Shell. I know that "command" starts with "c" :) . The klish is a fork of clish 0.7.3 project (http://sourceforge.net/projects/clish/)... Platforms: *nix

License: Freeware Size: 604.16 KB Download (45): klish Download

Added: May 19, 2013 | Visits: 436

Argument Picker API Argument Picker is a simple API to access and elaborate arguments in a flexible way.Basically it allows, given URL arguments like:example.com/myview/make:Volkswagen/model:Polo/year:2008/to retrieve one of those arguments through a function:arg_picker_get_selector_argument("make")which - in the... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Argument Picker API Download

Added: August 28, 2013 | Visits: 606

DAQmx examples Examples of using matlab to talk to a National Instruments (NI)DAQ card _without_ the 'data acquisition toolbox'I have mainly used code and examples from Jens Roesner here:http://www.jr-worldwi.de/work/matlab/index.htmlHowever, I had to make a few slight tweaks to get it to work for me. I have... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): DAQmx examples Download

Added: June 14, 2013 | Visits: 365

GUI Examples using Nested Functions These two examples, which were originally posted in the MATLAB newsgroup comp.soft-sys.matlab, demonstrate how to use the nested function capability of MATLAB 7.0 (R14) and later versions to reduce the number of parameters that need to be passed into and between callbacks inside a GUI M-file.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): GUI Examples using Nested Functions Download

Example: Creating TimeSeries and TsArray Inputs for Simulink Bus Signal Input Data This entry provides functions and examples allowing you to create Simulink.TsArray and Simulink.TimeSeries objects from a script or the MATLAB command line. A Simulink.TsArray object can be used as input data for a bus signal input in Simulink.Note: These functions contain **UNDOCUMENTED**... Platforms: Matlab


Doctest - embed testable examples in your function's help comments Unit testing is great, but it can seem like overkill to make a whole new file for every test you want to run. Doctest allows you to embed tests in the documentation of your function (or class or method), so that they're in the same file as the code they test. They can also be valuable... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Doctest - embed testable examples in your function's help comments Download

Added: April 16, 2013 | Visits: 306

Parabolic Cylinder Functions Routines for computation of Weber's parabolic cylinder functionsand their derivatives are provided for both moderate and greatvalues of the argument. Standard, real solutions are considered.Tables of values are included. Documentation in pdf format is added. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 133.12 KB Download (44): Parabolic Cylinder Functions Download

Added: June 17, 2013 | Visits: 271

Agilent Spectrum Analyzer Seminar Examples These are multiple M files. The examples are from the Agilent seminars.Please visit the Mathworks site for information on future seminars that will demonstrate these examples.The examples include the following...1. Getting Trace Data and plotting2. SA Visualization (also posted standalone in File... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 512 KB Download (44): Agilent Spectrum Analyzer Seminar Examples Download

Added: September 07, 2013 | Visits: 416

Display ws variables size in KB, MB or GB Display in command window the size of the variables of the base workspace using KB, MB and GBSYNTAXES:(1) WSSIZE Display preserving the order of the workspace pane using mixed units(2) WSSIZE arg or WSSIZE('arg') One argument syntax(3) WSSIZE arg1 arg2 or WSSIZE('arg1','arg2') Two arguments... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Display ws variables size in KB, MB or GB Download

Added: July 14, 2013 | Visits: 271

DST-function Function that take datevalue/datevector as argument, and return number of hours for each day.The user can also give datevalues that correspond to hourly values, and get at correction term in order to correct hour values in DST-format to normalized time. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): DST-function Download

< 1 2 3 4 5 >