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

Example Of Spread Sheet software
Filter: All | Freeware | Demo
 

Example Of Spread Sheet

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 577

Creating a share on windows This script is an example of how one would use python's win32net module to create a share on windows.



Platforms: Windows, Python,

License: Freeware Download (58): Creating a share on windows Download

Added: May 10, 2013 | Visits: 262

Fancy rich comparisons This script is an example of template comparisons based on a logical ANY object.





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

License: Freeware Download (54): Fancy rich comparisons Download

Added: May 10, 2013 | Visits: 455

RPN Stack class This is an example of how to write a stack and then employ that stack to have a stack for use in an RPN calculator. Among other things, this shows how classes work and how to make classes that are like types.Many people prefer to use RPN calculators, so it is necessary to impliment a stack first...


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

License: Freeware Download (54): RPN Stack class Download

Added: May 09, 2013 | Visits: 397

WIN32API Toolbar WIN32API Toolbar code is an example of how to use the WM_NOTIFY message to give tooltips when the mouse hovers over a button in a toolbar. (Also shows toolbar creation).


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (54): WIN32API Toolbar Download

Added: April 27, 2013 | Visits: 472

API Bomberman This is an example of a Bomberman game for the PC. There are powerups, hp, and it is 2p. It uses double buffering to draw the screen.


Platforms: C and C plus plus

License: Freeware Size: 440.32 KB Download (49): API Bomberman Download

Added: July 13, 2013 | Visits: 409

Win32 System Menu This is an example of placing menu items into your form's system menu. Simple, easy to comprehend, and not made in MFC.


Platforms: C and C plus plus

License: Freeware Size: 20.48 KB Download (46): Win32 System Menu Download

Added: August 13, 2013 | Visits: 466

OpenGL 3D Snow This is an example of a particle engine being adapted for a specific purpose, in this case snow. The arrow keys control, the direction and the speed of the wind, and the escape key exits.The red line in the center shows the speed and direction as a rotated overhead view, but it does not...


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (51): OpenGL 3D Snow Download

Added: May 12, 2013 | Visits: 523

Back Buffer Back Buffer code is an example of how to use back-buffer device contexts for on-screen animation. This is the basis for all graphical games.


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (45): Back Buffer Download

Added: July 04, 2013 | Visits: 535

Window Color Fading Window Color Fading code is an example of how to put a color gradient in the background of a window by painting the window's DC (device context).


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (48): Window Color Fading Download

Added: August 31, 2013 | Visits: 525

Fit blackbody equation to spectrum Simple example of the use of the FMINSEARCH function to fit the blackbody equation to the emission spectrum of an incandescent body for the purpose of estimating its color temperature and emissivity. fitblackbody.m is the fitting function. BlackbodyDataFit.m is a script that fits a small set of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fit blackbody equation to spectrum Download

Active Shape Model (ASM) and Active Appearance Model (AAM) This is an example of the basic Active Shape Model (ASM) and also the Active Appearance Model (AAM) as introduced by Cootes and Taylor, with multi-resolution approach, color image support and improved edge finding method. Very useful for automatic segmentation and recognition of biomedical...


Platforms: Matlab

License: Freeware Size: 9.88 MB Download (50): Active Shape Model (ASM) and Active Appearance Model (AAM) Download

Added: July 08, 2013 | Visits: 298

Range Migration Algorithm Example of Range Migration Algorithm to the identical chapter in book: Carrara G."Spotlight Synthetic Aperture Radar: Signal Processing Algortithms" Artech House 1995.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Range Migration Algorithm Download

Motion Detection with Image Acquisition Toolbox & Simulink This demo is an example of using the Image Acqisition Toolbox from within Simulink. The Image Acquisition Toolbox is called via a MATLAB Function block to return a frame of data. The Signal Processing Blockset is used to analyze the data and determine if there is motion in the frame. If there is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Motion Detection with Image Acquisition Toolbox & Simulink Download

Added: July 20, 2013 | Visits: 418

de Bruijn sequence generator This function will compute an example of an interleaved pseudo-random de Bruijn sequence, a member of the larger class of M-sequences. The sequence will contain an equal number of each character and subsequence of characters. The sequence is, by nature, circular, so the final members of pairs (or...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): de Bruijn sequence generator Download

Automatische Dokumentation Matlab-Quellcodes Automatic Documentation Matlab source codes Description: This is a small example of how to use the toolbox to generate m2html documentation on projects written in Matlab.To do the following procedure:1. Download the m2html Toolbox from:http://www.artefact.tk/software/matlab/m2html/m2html.zip2. Download the Graphviz...


Platforms: Matlab


Added: June 03, 2013 | Visits: 444

Logistics Map The logistics map is a classic example of transition from stable to chaotic behavior as a single parameter changes value. This script plots the semi-stable values of x(n+1) = r*x(n)*(1-x(n)) as r is varied.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Logistics Map Download

Added: August 10, 2013 | Visits: 400

Mandelbrot set with the parallel computing toolbox Short code example of how to create several tasks to calculate parts of the mandelbrot set and then put the data back together.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Mandelbrot set with the parallel computing toolbox Download

Added: May 21, 2013 | Visits: 362

MATLAB Plot Gallery - Line Plot 2D (1) This is an example of how to create an line plot in MATLABdlT«.Read about the plot function in the MATLABdlT« documentation.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): MATLAB Plot Gallery - Line Plot 2D (1) Download

Added: May 06, 2013 | Visits: 557

API in Matlab Example of how to call API in Matlab.Open, close CD,maximize, minimize windowStart with matlab_api.m and try buttons in gui.If your want to compile mex-file, you should setup compiler: mex -setup. Then type: mex myShowWindow.c user32Thanks to Phil Goddard. Owing to him I began to use api in matlab.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): API in Matlab Download

Added: August 08, 2013 | Visits: 317

SoundRecorder Demo The primary goal of this submisstion is to provide an example of how to build a Test & Measurement related GUI using GUIDE and the Data Acquisition (DAQ) Toolbox in MATLAB. MATLAB users in a Test & Measurement field can use the code in this submission as an outline to their own applications or as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 583.68 KB Download (48): SoundRecorder Demo Download

< 1 2 3 4 5 >