Home > By category > Scripts > Development Tools
Sort by : Name|Date|Downloads|Rating|

Listing of Development Tools in Scripts

The adiabatic catalyst problem arises in the field of chemical engineering. If chemical reaction kinetics within a solid catalyst body are influenced by mass transfer multiple steady states are possible for a certain range of the governing parameters: arrhenius number, prater number and thiele modulus.

  • Platform: Scripts, Matlab
  • spinedit
  • License: Freeware
  • Price: 0.00
  • Rating

spinedit is an easy way to implement an edit with a slider attached to it to allow easy adjustment of numerical values in GUIs. This package groups the two uicontrol components together and takes care of their callbacks, resulting in a kind of new uicontrol type named spinedit.

  • Platform: Scripts, Matlab
  • harville
  • License: Shareware
  • Price: .price.
  • Rating

The basic Harville method for estimating place, show, quinella, exacta and trifecta probabilities from win probabilities. Used and abused by bookmakers and punters the world over. There are many valid critiques of this formula. Most recently "Explaining the Favorite-Longshot Bias: Is it Risk-Love or Misperceptions" by Erik Snowberg and Justin Wolfers.

  • Platform: Scripts, Matlab

YIPLOT makes plot much easier. H=YIPLOT(X,Y,...) H=YIPLOT(STR,Y) H=YIPLOT(STR,X,Y,...) STR is a charater string made from any elements below, seperated by comma, eg. 'fig=1,lw=4,t=title,x=x axis label' fig = # set # as current figure, same as command figure(#) sub = # subplot(#) lw = # set linewidth to # t = text add title, title('text') t# = text add title with fontsize #, title('text','fontsize',#) x = text add X-axis label, xlabel('text') x# = text add X-axis label with fontsize #, xlabel('text','fontsize',#) y =, y# = add Y-axis label z =, z# = add Z-axis label f = # set fontsize # for all b set fontweight as bold for all grid grid on EXAMPLE 1: You can produce a graph of sin function with line width of 3, x-axis label of 'theta', y-axis label of 'sin(theta)', graph title of 'Plot of sin(theta)' like this:...

  • Publisher: Yi
  • Date: 20-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Derive coefficients for a peaking filter with a given amplitude and bandwidth. All coefficients are calculated as described in Zolzer's DAFX book (p. 50 - 55). This algorithm assumes a constant Q-term is used through the equation. Usage: [B,A] = peaking(G, Fc, Q, Fs); G is the logrithmic gain (in dB) FC is the center frequency Q is Q-term equating to (Fb / Fc) Fs is the sampling rate The typical usages is multi-band equalization where each band has it's own peaking filter.

  • Platform: Scripts, Matlab

A simple circuit to illustrate how to display multiple signals on a scope display with only 1 axe using the 'Mux Block' function..

  • Platform: Scripts, Matlab

suppose we have function of z(x,y). this program computes how the error in x and y will influence the error in z(x,y). error in z we defined as delta(z)=diff(z,x)*delta(x)+diff(z,y)*delta(y), where delta(x) and delta(y) the errors in x and y measurements.

  • Publisher: Dimani4
  • Date: 20-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • Arrow3
  • License: Shareware
  • Price: .price.
  • Rating

ARROW3(P1,P2) draws lines from P1 to P2 with directional arrowheads. P1 and P2 are either nx2 or nx3 matrices. Each row of P1 is an initial point, and each row of P2 is a terminal point. ARROW3(P1,P2,S,W,H,IP,ALPHA,BETA) can be used to specify properties of the line, initial point marker, and arrowhead.

  • Publisher: Tom Davis
  • Date: 20-06-2013
  • Size: 430 KB
  • Platform: Scripts, Matlab

fminconset: Solves constrained minimization problems where some of the variables are restricted to discrete values. (Mixed Integer Nonlinear optimization). Based on fmincon from Optimization Toolbox version 2.0..

  • Platform: Scripts, Matlab

The Jakes' method invoke the central limit theorem to show that the base-band signal received from a multipath fading channel is approximately a complex Gaussian process when the number of paths, L is large. In the m-fils rayleigh fading is Simulated with 3 different speed when the carrier frequency is fc = 1.

  • Platform: Scripts, Matlab

POLYFIT_ROOTS Least-squares polynomial fit to data. [R,K] = POLYFIT_ROOTS(X, Y, N, TOL) finds the roots R and constant K so that the polynomial P(s) = K*(s-R(1))*(s-R(2))* ... *(s-R(N)) is the best least-squares fit to the data Y at points X. Argument TOL bounds the accuracy of the fit, and if ommited is taken to be 1e-14.

  • Platform: Scripts, Matlab

It is object-oriented and built upon GLib. The library is intended to be easy to use and port. GNet Library works on HP, Linux, BSD, Mac OS X, Solaris and Windows Here are some key features of "GNet": * TCP "client" and "server" sockets * UDP and IP Multicast sockets * High-level TCP connection and server objects * Asynchronous socket IO * Internet address abstraction * Asynchronous DNS lookup * IPv4 and IPv6 support * Byte packing and unpacking * URI parsing * SHA and MD5 hashes * Base64 encoding and decoding * SOCKS support.

  • Platform: Scripts, C and C plus plus

About Purikura: Purikura is the shortened form of "Print Club" translated into Japanese. Japanese has many less sounds than English so for example the only way to say "Print Club" in Japanese is "Purinto Kurabu". The Japanese like to shorten words and so it's been shortened to "Purikura".

  • Platform: Scripts, Matlab

The tvreg package applies total variation (TV) regularization to perform image denoising, deconvolution, and inpainting. Three different noise models are supported: Gaussian (L2), Laplace (L1), and Poisson. The implementation solves the general TV restoration problem Min TV(u) + ∫ λ F(K*u,f) dx, u to perform denoising, deconvolution, and inpainting as special cases.

  • Platform: Scripts, Matlab
  • trisurfc
  • License: Freeware
  • Price: 0.00
  • Rating

[cout,hout] = trisurfc(xin,yin,zin,N) Regularly just called by with the following syntax to produce a plot: trisurfc(xin,yin,zin,N) Where xin,yin,zin are 1-D arrays of the x,y,z triples of the points in your mesh. Contouring and surface function for functions defined on triangular meshes xin, yin, zin, are arrays of x,y,z values of the points for your surface.

  • Platform: Scripts, Matlab

The original datestr and datenum are powerful, but slow. mdatestr, mdatenum only convert date between string with format 'yyyy-mm-dd' and series value (with Excel type). They cost 20% time of datestr and datenum(with specific format). % usage % mdatenum('2010-10-30') % ans = 734421 % mdatestr(73421) % ans = '2010-10-30'.

  • Platform: Scripts, Matlab

The 2-column vector contains cities' coordinates. The algorithm generates the optimal path to visit all the cities exactly once, and return to the starting city. The algorithm has its limitations, and based on the cities' distribution on the map it may or may not give the optimal solution.

  • Publisher: Aleks
  • Date: 20-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

We compare computed temperature distributions using both pdepe and analytical solutions for different geometries (slab, cylinder and sphere). Solids are kept initially at uniform temperature. For t>0, the boundary surface is kept at constant temperature.

  • Platform: Scripts, Matlab

mergesorted.m ------------------ If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.

  • Platform: Scripts, Matlab
  • rs-232
  • License: Shareware
  • Price: .price.
  • Rating

to send ascii by rs-232.

  • Platform: Scripts, Matlab

It uses an optimization formulation of n-person non-co-operative games as described in the paper "An Optimization Formulation to Compute Nash Equilibrium in finite Games" presented by the author, available at http://ieeexplore.ieee.org/xpl/freeabs_all.

  • Platform: Scripts, Matlab

Companion Software.

  • Platform: Scripts, Matlab

It replaces the "make" command with a simple parser and its makefile format with a portable XML document. It is a small engine that parses recursively an XML file and turn it into a list of command to process. A lot of tasks are automated, for example, the parser needs only the name of the main source file to build a whole project.

  • Platform: Scripts, C and C plus plus

Applying the inverse transform method to the normal distribution entails evaluation of the inverse normal. This is the Beasley-Springer-Moro algorithm for approximating the inverse normal. Input: u, a sacalar or matrix with elements between 0 and 1 Output: x, an approximation for the inverse normal at u Reference: Pau Glasserman, Monte Carlo methods in financial engineering, vol.

  • Platform: Scripts, Matlab

Items can be organized in categories and be presented in an organized environment to website visitors. Here are some key features of "Opal": * List Any Type of Item(Houses, Video Games, Cars, etc.) * Customizable Themes * User Login System * Protected Admin Section * Enable/Disable Item Objects(Images, Videos, Comments, Reviews, Files, etc.

  • Platform: Scripts, Ruby

FDTD is Finite Difference Time Domain method,but due to truncated it it will cause the reflectional on its boundary that will cause unnecessary noise to our simulation domain. So minimizing this unwanted signal we use PML(Perfectly Matched Layer)which can absorb this unwanted signal and so there is no reflected wave will come to the problem domain.

  • Platform: Scripts, Matlab
  • gmregress
  • License: Shareware
  • Price: .price.
  • Rating

Model II regression should be used when the two variables in the regression equation are random and subject to error, i.e. not controlled by the researcher. Model I regression using ordinary least squares underestimates the slope of the linear relationship between the variables when they both contain error.

  • Platform: Scripts, Matlab

>> opensoundcontrol does check if the machine is running Windows and opens the Windows Volume Control Dialog. It's an easy way to open the Volume control to modify the loudness of Windows Sound, CD Player as well the microphone. Tested under W2k and WinXP.

  • Platform: Scripts, Matlab

First define a symbolic function f(u1,u2,...,ui) using the syms command. Next, define a vector u=[u1,u2,...,ui] containing all variables of f. Define an 1 x i row vector q=[q1,q2,...,qi], containing the values that the function will be evaluated in.

  • Publisher: Jan
  • Date: 19-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

IT's built using the same AJAX principles, but using javascript code and XMLHTTP objects on the client side. CPAINT stands for Cross-Platform Asynchronous INterface Toolkit, and has nothing to do with image processing or digital drawing. Here are some key features of "CPAINT": * Flexibility - built for small and enterprise applications * 100% OOP approach * Unified javascript file for all functions * Supports both Remote Scripting and XML * Supports both local & remote functions * Single or multiple XMLHTTP objects * Returns backend data as text or as a javascript XML/DOM document object * Can support both POST & GET requests * Backend proxy functions for accessing remote functions and data * Tested with all major browsers * Distributed under the GNU GPL & LGPL * Separation of Presentation and Logic * True to the AJAX Acronym *...

  • Platform: Scripts, JavaScript

New Downloads

DocuFreezer

DocuFreezer is the software
for batch converting different
document types. DocuFreezer
document conversion algorithms
...

Free Hexagons Game

Free Hangman Game is a smal
popular word guessing game
where have to guess the word
by picking the letter.

UltraFileSearch Lite
Portable

File Search Utility which is
able to quickly find Files,
Folders and Text on your
Local, Network, DVD, CD-ROM,
USB Hard ...

UltraFileSearch Lite

File Search Utility which is
able to quickly find Files,
Folders and Text on your
Local, Network, DVD, CD-ROM,
USB Hard ...

Dynamsoft Barcode Reader
SDK

Dynamsoft Barcode Reader SDK
is a browser-based barcode
library; enables getting 1D
and 2D barcode info from
scanned ...

Smart Defrag

Smart Defrag 4 guarantees you
maximum Hard Drive performance
& highest data access
speed.

BlueFox Free PDF Convert
Master

lueFox Free PDF Convert Master
is an all-round free PDF
converter that can convert PDF
to other formats like Word,
Excel, ...

Leawo PowerPoint to Video
Free

Leawo PowerPoint to Video Free
is a totally free yet clean
converter PowerPoint to video
with all animations and ...

Falco American Pool

Try to run the table with this
stunning 3D billiards
simulation.

PCMate Free File Encryptor

PCMate Free File Encryptor is
a security software product
that helps lock your important
files from prying eyes with
...