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

Mybenefits Ml software
Filter: All | Freeware | Demo
 

Mybenefits Ml

< 1 2 3 4 5 > 
Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 361

The MinCaml Compiler MinCaml: An educational compiler from a tiny ML subset to the SPARC or PowerPC assembly language; Only 2000 lines of Objective Caml, but almost as efficient as---or even more efficient than---OCaml and GCC!



Platforms: Windows, Mac, Solaris, Linux

License: Freeware Size: 567.87 KB Download (49): The MinCaml Compiler Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 343

MLton Standard ML Compiler MLton is a whole-program optimizing Standard ML compiler.





Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 5.52 MB Download (48): MLton Standard ML Compiler Download

Added: July 14, 2013 | Visits: 232

GESCATTER GESCATTER creates a .kml file that displays colored circles at the locations specified by the vectors LON and LAT similar to ML's builtin function, SCATTER.The color of the circles is scaled relative to the values provided in third input, C.I searched the FEX's many submissions dealing with...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): GESCATTER Download

Added: June 26, 2013 | Visits: 253

factor2 %A = FACTOR2(K)%Returns the factors (not only the prime factors) of k, including k itself.%This complements the usage of TMW's factor function, which returns only%prime factors.%E.g., >> a=factor(1365), b=factor2(1365)% ANS: a = 3 5 7 13% b = 1 3 5 7 13 15 21 35 39 65 91 105 195 273 455...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): factor2 Download

Added: April 12, 2013 | Visits: 517

bmp2mat MATRIX = BMP2MAT(FILENAME) reads a standard windows bitmap file and stores the image data to MATRIX whose dimensions are WIDExHIGHx3, where WIDE is the width in pixels of the bitmap image, HIGH is the height in pixels of the bitmap image. The first plane of the output matrix (i.e., MATRIX(:,:,1)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): bmp2mat Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 613

Fast ML With Fast ML you can manage a contact list to send e-mail for promote an event, a product or other.


Platforms: Windows

License: Freeware Size: 307 KB Download (47): Fast ML Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 559

JSAX JavaScript Abstractions for X(HT)ML JSAX - JavaScript Abstractions for X(HT)ML This is a JavaScript framework which is compatibel with the latest versions of Mozilla, Opera, Konqueror(+safari) and M$-IE.


Platforms: Windows, Mac, Linux

License: Freeware Size: 154.04 KB Download (47): JSAX JavaScript Abstractions for X(HT)ML Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 722

Simple DirectMedia Layer for Windows Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux...


Platforms: Windows

License: Freeware Download (47): Simple DirectMedia Layer for Windows Download

RFI (Radio Frequency Interference) Mitigation Toolbox 1.2.1 beta NOTE: Though I have uploaded this toolbox, I have no contribution in this work. Programming and research in this field has been done by students given belowKapil Gulati, Marcel Nassar, Aditya Chopra, Marcus DeYoung, Arvind Sujeeth, and Navid Aghasadeghi.It is composed of various functions used to...


Platforms: Matlab

License: Freeware Size: 225.28 KB Download (47): RFI (Radio Frequency Interference) Mitigation Toolbox 1.2.1 beta Download

Added: July 06, 2013 | Visits: 398

Moris Lecar Matlab This is a simulink realization of Morris-Lecar neuron model.Run the ML_parameter.m first to load the parameters to the Workspace,and then run the ML.mdl to simulatethe ML neuron model.The parameters and ode algorithm,step length,can be changed to your own...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Moris Lecar Matlab Download

Added: June 07, 2013 | Visits: 448

mklib: a pedestrian function library loader generator MKLIB takes one or more list(s) of valid M-files and automatically creates a library loader function (M-file), which returns a structure of function handles to all the subfunctions found in those M-filesthe structure's field names are set to the name of the subfunctionsthis allows a user to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): mklib: a pedestrian function library loader generator Download

Added: May 15, 2013 | Visits: 414

Temporary (or anonymous) function handles for ML The anonymous function handle feature of ML 7 is a long-needed feature, and one that I have longed for since I began writing scripts in early ML 6.Unfortunately, I am still forced to use ML 6 most of the time, so I came up with a way to create "psuedo-anonymous" function handles: that is,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Temporary (or anonymous) function handles for ML Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 562

Software Component Integration ML Framework for software component integration, interoperability and adoptability through a XML based vocabulary: Software Component Integration Mark-up Language (SCIML)


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.9 MB Download (46): Software Component Integration ML Download

Log/Access Simulink Signals from the ML command line. Useful for batch testing! This example using Matlab commands to access Simulink Signal properties to easily create a batch file that can log almost any Simulink signals. This is very useful for batch testing when the parameters in the Simulink model are set in a m-file. It helps to reduce the use of Save-To-Workspace blocks.


Platforms: Matlab


Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 656

Boomerang for Linux A general, open source, retargetable decompiler of machine code programs This project is an attempt to develop a real decompiler for machine code programs through the open source community. A decompiler takes as input an executable file, and attempts to create a high level, compilable,...


Platforms: Linux

License: Freeware Size: 2.54 MB Download (46): Boomerang for Linux Download

Added: June 18, 2013 | Visits: 637

units.m y = units(x,'unit1','unit2') - Converts x from physical unit1 to unit2example: units(1,'in','mm') = 25.4The following units are supported:Acceleration: m/s^2, cm/s^2, mm/s^2, ft/s^2, in/s^2, GAngle: rad, deg, revArea: km^2, m^2, cm^2, mm^2, ym^2 (square-micrometer), sq-mile, sq-yd, sq-ft, sq-in,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): units.m Download

Added: July 06, 2013 | Visits: 513

Priority First Spherical Lattice Space-Time Decode A stack-based sequential priority first decoder that returns Maximum-Likelihood solutions to spherical LAST coded MIMO system-type problems, i.e., a lattice decoder with spherical boundary control. In such problems, the depth of the search tree is known but the number of children per node is not...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (45): Priority First Spherical Lattice Space-Time Decode Download

Priority First Spherical Lattice Space-Time Decoder with Boundary Control A stack-based sequential priority first decoder that returns Maximum-Likelihood solutions to spherical LAST coded MIMO system-type problems, i.e., a lattice decoder with spherical boundary control. In such problems, the depth of the search tree is known but the number of children per node is not...


Platforms: Matlab


Added: September 03, 2013 | Visits: 151

CURVVEC CURVVEC creates curved vectors for 2D vector components U,V. The arrays X,Y define the coordinates for U and V. Curvature of the vectors is based on ML Built-in function, STREAM2. The length of the vectors are scaled to the vector magnitude. The color of the vectors may or may not be scaled...


Platforms: Matlab

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

Added: April 02, 2013 | Visits: 406

ML Estimation of Timing and CFO in OFDM systems This estimation method is based on well known paper.J.J. van de Beek, M. Sandell, and P.O. BdoOC?orjesson, `ML Estimation of Time and Frequency OdlT«setin OFDM Systems', IEEE Transactions on Signal Processing, vol. 45, no. 7, pp. 1800{1805,July 1997.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): ML Estimation of Timing and CFO in OFDM systems Download

< 1 2 3 4 5 >