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

An Example Of A Dbmsused In Web software
Filter: All | Freeware | Demo
 

An Example Of A Dbmsused In Web

< 1 2 3 4 5 > 
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: July 06, 2013 | Visits: 727

3D Array Factor of a 4x4 planar array antenna 3D Array Factor of a 4x4 planar array antenna calculated using general formulas and then plotted in 3D format."AB" shows the excitation amplitude of the elements and "AB_phase" shows their phases.Elements are placed on the x and y axis and element factor is ignored. The code can easily be...





Platforms: Matlab

License: Freeware Size: 10 KB Download (52): 3D Array Factor of a 4x4 planar array antenna Download

Analysis of a Rotor Blade System using Blade Element Momentum Theory The function is based on the mathematical treatment of rotating rotors in "Principles of Helicopter Aerodynamics" by Dr. J.Gordon LeishmanThe numerical method does this by using Blade Element Momentum Theory (BEMT) to calculate the inflow along the length of the blade, then using that inflow and...


Platforms: Matlab


Added: May 13, 2013 | Visits: 672

Solution of a Maxwell Stefan Diffusion Problem n the bottom of a Stefan tube there is a quiescent liquid with a mixture of acetone (component 1) and methanol (component 2). Vapor that evaporates from this pool of liquid diffuses to the top of the tube. Air (component 3) keeps the mole fractions of components 1 and 2 equal to zero. This...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Solution of a Maxwell Stefan Diffusion Problem Download

Numerical Analysis of a Coaxial Counter-Rotating Rotor Blade System This is an extension of my single rotor analysis code.The function is based on the mathematical treatment of rotating rotors in "Principles of Helicopter Aerodynamics" by Dr. J.Gordon Leishman The numerical method does this by using Blade Element Momentum Theory (BEMT) to calculate the inflow...


Platforms: Matlab


Added: April 30, 2013 | Visits: 472

Flight Dynamics of a Cessna Equations of motions of a Cessna are modelled in this matlab GUI. Cessna levels of to a steady level flight at 10.5 kms. Four plots show (a) Alt Vs Time. (b) Alt Vs G. (c) Vel Vs Tim. (d) Flight path angle Vs Time. Other plots like Range, Ceiling, Flight Path Angle can be obtained using the GUI...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (39): Flight Dynamics of a Cessna Download

Added: July 02, 2013 | Visits: 570

GUI application for pipe flow of a power-law fluid The velocity and shear stress versus radial position are obtained for the laminar flow of a power-law fluid in a pipe. Pipe radius and applied pressure gradients can be set by the user. If you choose a power-law exponent, n, equal to 1 then a Newtonian fluid is recovered. Dilatant and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): GUI application for pipe flow of a power-law fluid Download

Fast edges of a color image (actual color, not converting to grayscale) Extracts the edges of a color image without converting it to grayscale.Changes in color are detected even when the grayscale color of two pixels are the same. The edge strength is typically greater or equal to the magnitude obtained by simply filtering a grayscale image.Optionally, the edge...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Fast edges of a color image (actual color, not converting to grayscale) Download

Added: September 08, 2013 | Visits: 497

Multifractal spectrum of a binary image Calculates multifractal spectrum of a binary image based on the ideas in the paper by Posadas et al., Soil Sci. Soc. Am. J. 67:1361-1369, 2003.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Multifractal spectrum of a binary image Download

Added: March 23, 2013 | Visits: 332

Bootstrap a statistic in a grouped sample Function BSTRAG builds on an earlier FEX submission, BSTRAP - itself an extension of BOOTSTRP (Statistics Toolbox, v. 5-6) - by implementing 'groupwise' operation, wherein rows of x (,y,z,..) are split into several groups (having n1, n2, n3, .. rows), marked by distinct values of grouping...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): Bootstrap a statistic in a grouped sample Download

Calculate average period of a wave signal using Hilbert transform Function for calculaing period of a wave signals in pixels using Hilbert transform.Single or multiple profiles can be used as input for calculating distribution of periods.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Calculate average period of a wave signal using Hilbert transform Download

Added: April 09, 2013 | Visits: 455

Real time update of simulink variables in GUI This example basically explains the real time update of simulink variables in GUI. The example displays the updated data in gauge and axes.Copy the files in your workspace.Type "my_gui" in command window.Press "Start".


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Real time update of simulink variables in GUI Download

Added: June 02, 2013 | Visits: 502

Circumcircle of a triangle The function circumcircle takes input as the coordinates of the three vertices of a triangle and compute the circum center and circum radius by using the formula in terms of the length of sides and area of triangle and plot the circumcircle.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Circumcircle of a triangle 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

Added: June 24, 2013 | Visits: 438

Position of a point and a straight line or segment Position determines the relative position of a planar point C with respect toa planar segment joining A and B. This is not intended for 3D points.Pos=0 =>the point C is collinear with A and BPos=1=>the point C is above the segmentPos=-1=>the point C is below the segmentExampleA=[0 0 0]; B=[1 1...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Position of a point and a straight line or segment Download

Added: July 31, 2013 | Visits: 392

Draw a circle in a matrix / image This is a good example of the integer midpoint circle algorithm. No pixels are missed or repeated.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Draw a circle in a matrix / image Download

Added: August 03, 2013 | Visits: 563

An adaptation of the Uno cards game An adaptation of the Uno card game is written in php and winbinder frontend, supports multiplayer and solo (vs IA) playing.


Platforms: PHP

License: Freeware Size: 2.57 MB Download (42): An adaptation of the Uno cards game Download

Added: September 23, 2013 | Visits: 433

Diffusion Limited Aggregation in Continuous 2D Space Model The Diffusion Limited Aggregation in Continuous 2D Space Model simulates the formation of a cluster using a random-walk process called "diffusion limited aggregation" (DLA). The cluster formed by this process is an example of a fractal, and the simulation can be extended to calculate and analyze...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 778.24 KB Download (33): Diffusion Limited Aggregation in Continuous 2D Space Model Download

Added: November 18, 2013 | Visits: 335

django-markupfield for Linux An implementation of a custom MarkupField for Django. A MarkupField is in essence a TextField with an associated markup type. The field also caches its rendered value on the assumption that disk space is cheaper than CPU cycles in a web application. Installation: The recommended way to install...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): django-markupfield for Linux Download

Released: February 12, 2007  |  Added: August 17, 2009 | Visits: 5.974

DSL Web Hosting DSL Webhosting is a free dynamic dns client program which includes a built-in web hosting , let you run your own webhosting from home on DSL connection with Dynamic IP address, any Internet users could type in your domain and surf on your DSL Webhosting. easy , no banner, quickly and it's free


Platforms: Windows

License: Freeware Size: 1008.1 KB Download (387): DSL Web Hosting Download

< 1 2 3 4 5 >