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

Nb software
Filter: All | Freeware | Demo
 

Nb

< 1 2 3 4 5 
Added: June 01, 2013 | Visits: 443

Multiple assignment The function arg2vars serves for assigning of values from input argument(s) to variables declared in the output list in the place ofthe function calling. Not assigned output variables are empty, while superfluous arguments are cut to a number of output variables. Number of allocated items is a... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Multiple assignment Download

Added: April 30, 2013 | Visits: 290

Perfect Number Generator It calculates perfect even #'s with 2^(p-1)*(2^p - 1) where p and (2^p - 1)%are prime. A subsequent run yields a faster run-time. The code is fully%vectorized and hence cleaner than previous versions of the function.%NB: if (2^p - 1) is a Mersenne prime then a perfect number has been... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Perfect Number Generator Download

Added: July 07, 2013 | Visits: 413

Custom solution for 3 non-linear simultaneous equations This customised function solves one type of non-linear systemof 3 simultaneous equations in 3 unknowns: k, L and r0 in 3 equations with 4 knowns: zeta, eeta, d and angle.function matrixresults = symsolvenonlineq(n,degrees,dinput)% EXAMPLE USAGE: m=symsolvenonlineq(3,45,20)% nb: takes around 738s... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Custom solution for 3 non-linear simultaneous equations Download

Added: July 25, 2013 | Visits: 475

Comparison analysis of numerical intergration methods Comparison analysis of numerical intergration methods, viz. trapezoid, Composite trapezoid, Simpson's Rule, Composite Simpson's rule, Mid-point Rule, Composite Mid-point Rule (scripts of all) taken from author's (Sulaymon L Eshkabilov) other submitted function files with above listed numeric... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Comparison analysis of numerical intergration methods Download

Added: April 08, 2013 | Visits: 417

Composite Simpsons method for numeric integration COMPOSITE SIMPSON's method for numerical calculations and analysis exercises of Numeric Integration. f function is given in terms of a symbolic variable x and as aninline function. E.g., inline('x^2+2*x-2'). Also, if the function f is trigonometric function, the 4th argument can be entered... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (46): Composite Simpsons method for numeric integration Download

Added: April 06, 2013 | Visits: 354

Composite Mid-point method for numeric integration COMPOSITE midpoint rule method. Some numerical calculations and analysis exercises of Numeric Integration for comparison analysis. f function is given in terms of a symbolic variable x and expressed as an inline function. E.g., f=inline('x^2+2*x-2'). Also, if the function f is trigonometric... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (40): Composite Mid-point method for numeric integration Download

Added: May 16, 2013 | Visits: 313

Mid point method for numerical integration HELP. MIDPOINT method. Some numerical calculations and analysis exercises of Numeric Integration for comparison analysis. f function is given in terms of a symbolic variable x and as an inline function. E.g., f=inline('x^2+2*x-2'). Also, if the function f is trigonometric function, the 4th... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (43): Mid point method for numerical integration Download

Added: May 29, 2013 | Visits: 373

Adding 2 big interger, e.g 100 digits % Add 2 big INTERGER a b, e.g with 100 digits% algorithms will add each group of nbit digits% of a and b. nbit(default)=6% S = add(a,b), return S = a+b%-----------------------% Example% na = 3+ round(10*rand);% nb =5+ round(10*rand);% a = round(10^na*rand)% b = round(10^nb*rand)% s =... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Adding 2 big interger, e.g 100 digits Download

Added: August 25, 2013 | Visits: 434

Realtime audio input I explored different options for realtime audio input (see below for a summary) before having to settling for this option. Unfortunately this solution requires Windows and the Data Acquisition toolbox. I hope to be able to report at some point that this function has been superceded by something... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Realtime audio input Download

Added: April 05, 2013 | Visits: 224

COMBN COMBN - all combinations of elements M = COMBN(V,N) returns all combinations of N elements of the elements in vector V. M has the size (length(V).^N)-by-N. [M,I] = COMBN(V,N) also returns the index matrix I so that M = V(I). V can be an array of numbers, cells or strings. Example: M = COMBN([0... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): COMBN Download

Added: June 24, 2013 | Visits: 187

GPUCONV2 GPUCONV2 Two dimensional convolution on the GPU using Cuda. C = GPUCONV2(A, B) performs the 2-D convolution of matrices A and B. If [ma,na] = size(A), [mb,nb] = size(B), and [mc,nc] = size(C), then mc = max([ma+mb-1,ma,mb]) and nc = max([na+nb-1,na,nb]). C = GPUCONV2(A, B, SHAPE) returns a... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): GPUCONV2 Download

Added: May 15, 2013 | Visits: 506

Calculate number of bins for histogram Two files are included:CALCNBINS, which calculates the "ideal" number of bins to use in a histogram, using three possible methods. (Freedman-Diaconis', Scott's and Sturges' methods.)HISTX is a wrapper for Matlab's own histogram function HIST, that uses CALCNBINS to choose the number of bins if... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Calculate number of bins for histogram Download

Added: July 29, 2013 | Visits: 297

spy2.m This is another "spy"-function which, instead of MATLAB's spy function draws each element in a matrix as a square, which makes it much easier to see where each element in the matrix is located.The syntax is: SPY(M[,COLOR]).SPY2(A) where A is a matrix, will plotthe matrix with color codes.Elements... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): spy2.m Download

Added: June 12, 2013 | Visits: 593

AmR iCal Events List A thorough Ical web calendar parser. It needs a url for a ics file which is output by most calendar applications (for example google calendar). It will checking every cache interval for updates. It produces a very stylable list of events, notes, todo's or freebusy info. Lots of css hooks to style... Platforms: PHP

License: Freeware Size: 10 KB Download (48): AmR iCal Events List Download

Added: July 30, 2013 | Visits: 467

BNS Corner Logo Widget to display a user selected image as a logo; or, used as a plugin that displays the image fixed in one of the four corners of the display.Installation :This section describes how to install the plugin and get it working. 1. Upload bns-corner-logo.php to the /wp-content/plugins/ directory.... Platforms: PHP

License: Freeware Size: 81.92 KB Download (41): BNS Corner Logo Download

Added: June 07, 2013 | Visits: 505

Media Library Gallery Media Library Gallery automatically creates a gallery with every images posts have in attachment. Support thickbox. To include the gallery in a page, simply write in the post: [media-library-gallery]. You can also customize: see the documentation for more information!You always tried to easily... Platforms: PHP

License: Freeware Size: 10 KB Download (47): Media Library Gallery Download

Added: May 24, 2013 | Visits: 741

YD Search Functions Display Wordpress search results like Google!This Wordpress plugin installs a set of new template functions that lets you customize the way search results are displayed in your Wordpress search page. You can use on-the-fly generated Google-style text snippets to help make search result abstracts... Platforms: PHP

License: Freeware Size: 10 KB Download (55): YD Search Functions Download

Added: August 16, 2013 | Visits: 394

AmR Clearskys Availability modification for Please see Clearskys for all functioning. I altered as noted for my own purposes - I could not wait till they delivered a new version. I took some extra time to offer it up to the wordpress community as it seemed there were a few folk needing it. If this fix was helpful, please donate, or write a... Platforms: PHP

License: Freeware Size: 10 KB Download (46): AmR Clearskys Availability modification for Download

Added: May 26, 2013 | Visits: 447

bhCalendarchives This plugin replace the original archives widget by a wonderful monthly tableTranslate in Dutch by JdoTerdoTemy Verda (http://blog.v-jeremy.net/) and in Spanish by Morgan (http://morgan.jerabek.fr/)Installation :Widget: 1. Unzip into your /wp-content/plugins directory. If you're uploading it,... Platforms: PHP

License: Freeware Size: 10 KB Download (41): bhCalendarchives Download

Added: June 17, 2013 | Visits: 430

True Knowledge Direct Answer Widget This widget enables users of your WordPress blog to ask questions of True Knowledge using their direct answer API. True Knowledge support questions about anything - though they may not be able to answer everything at the moment as they are continuously adding new knowledge that lets them answer... Platforms: PHP

License: Freeware Size: 10 KB Download (46): True Knowledge Direct Answer Widget Download

< 1 2 3 4 5