Main > Free Download Search >

Free equation compiler plugin 3.1 software for mac

equation compiler plugin 3.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1761
Equation Compiler Plugin 3.1

Equation Compiler Plugin 3.1


Equation Compiler Plugin - Compile string into machine language for rapid evaluation more>>
Equation Compiler Plugin is a REALbasic plugin which compiles a user entered string containing a mathematical formula into machine language for rapid evaluation.

Only two functions are needed for the plugin. They are compile() and evaluate(), both of which can take a variable number of arguments.

The compile() function can take from 1 to 7 arguments. The first is the function text. The remaining are the string names of the user variables. Their order defines how the plugin uses the arguments of the evaluate function. The return type of compile() is a Boolean, true for a good compile, false for a bad one.

The evaluate() function takes from 0 to 6 arguments. These are the input double values for the variables defined with compile{}. With no argument the function has no variables, as say 2*exp(3.5). The return type of evaluate() is a double which results from evaluating the function.


<<less
Download (99KB)
Added: 2006-01-30 License: Freeware Price:
772 downloads
Garmin Communicator Plugin 2.9.1

Garmin Communicator Plugin 2.9.1


Garmin Communicator Plugin offers you a useful tool which allows your Garmin GPS to communicate with any supported website: send your zumo rides to Garmin Connect, plan your trips with Google Maps and MapQuest, find your favorite caches with Geocaching.com and so much more more>> <<less
Download (8.8MB)
Added: 2009-11-10 License: Freeware Price: Notavailable
downloads
 
Other version of Garmin Communicator Plugin
Garmin Communicator Plugin 2.8.3GARMIN Corporation - The Garmin Communicator Plugin is created as a helpful application allowing your Garmin GPS to
Price: Notavailable
License:Freeware
Download (8.6MB)
downloads
Added: 2009-10-16
Tako Compiler 1.1

Tako Compiler 1.1


Tako Compiler - Compiler for a direct programming language with Java-like syntax more>> DVD To MP3 Converter is a powerful DVD To MP3 converter software for MAC. DVD To MP3 Converter provides fast access to high-qualified, easily handle DVD to MP3 rip, convert DVD to MP3, WAV, WMA, AAC, AC3, OGG, RA formats, which are extensively supported by most portable MP3 players such as video iPod, iPod touch, Apple TV, Zune, Archos AV500/AV700/Gmini402, iRiver PMP-100, Creative Zen Vision, etc. DVD to MP3 Ripper helps you easily convert them to MP3 format that can play in your MP3 player. And you will be enjoy it anytime anywhere.<<less
Download (1.4MB)
Added: 2008-04-03 License: GPL Price: FREE
189 downloads
Fraction Plugin 1.0

Fraction Plugin 1.0


Fraction Plugin - Construct programs which can handle fractions more>>
Fraction Plugin is a plugin for REALbasic 5 which, because of operator and function overloading, allows fractions to be used much like doubles and integers in REALbasic programs.

Fraction Plugin for REALbasic 5 allows you to construct programs which can handle fractions much like doubles and integers are handled.
A fraction is represented by two integers, num/den.


<<less
Download (79KB)
Added: 2006-01-29 License: Freeware Price:
1368 downloads
EncodeText Plugin 1.4.1

EncodeText Plugin 1.4.1


FileMaker ISOLatin, Unicode or US-ASCII text converter. more>>
EncodeText Plugin an encode your text from Max format into ISOLatin, Unicode or US-ASCII and more.And also you can create fixed size fields for fast export.Requires Text Encoding Manager.
<<less
Download (0.176MB)
Added: 2004-05-14 License: Freeware Price:
1990 downloads
SJPhone Quicksilver Plugin 1.0

SJPhone Quicksilver Plugin 1.0


SJphone Module is a plug-in for Quicksilver that enables dialing to SJphone more>>
SJphone Module is a plug-in for Quicksilver that enables dialing to SJphone.

Send text to Quicksilver with the Dial with SJphone action.

<<less
Download (116KB)
Added: 2007-06-18 License: Freeware Price:
864 downloads
Unofficial Palace Plugin SDK 3.0.1

Unofficial Palace Plugin SDK 3.0.1


Unofficial Palace Plugin SDK is a rather praiseworthy program that has been updated with everything you need to start developing Palace plugins. more>>

Unofficial Palace Plugin SDK 3.0.1 is a useful program that has been updated with everything you need to start developing Palace plugins.

Requirements: CodeWarrior

<<less
Download (393.5KB)
Added: 2002-05-15 License: Freeware Price:
downloads
MMrng Plugin 1.1

MMrng Plugin 1.1


MMrng Plugin - Pseudo-random number generator more>>
MMrng Plugin is a REALbasic plugin which provides a pseudo-random number generator which can be reseeded.
It is meant for scientific work, generating doubles (>= 0 and<<less
Download (24KB)
Added: 2006-01-27 License: Freeware Price:
1370 downloads
httpmail plugin 1.49

httpmail plugin 1.49


httpmail plugin - Allows OS X Mail.app to retrieve Hotmail email more>>
httpmail plugin allows the standard Mac OS X 10.3 Mail application (Mail.app) to retrieve your Hotmail email. Once plugged in you will get all the benefits of Mail.
Enhancements:
- Universal build and a few bug fixes.
<<less
Download (1.9MB)
Added: 2006-09-11 License: Freeware Price:
1195 downloads
The Lossless Compression Plugin 1.0

The Lossless Compression Plugin 1.0


REALbasic plug-in for compression algorithms. more>>
The Lossless Compression Plugin for REALbasic v3.0 or newer uses lossless compression algorithms (LZRW3-A, LZSS and zlib v1.1.4) to compress binary or text data.

The Lossless Compression Plugin provides additionally routines for the calculation of CRC32 and Adler32 checksums.
<<less
Download (440KB)
Added: 2004-06-01 License: Freeware Price:
1977 downloads
Arabic Dictionary Plugin 1.0

Arabic Dictionary Plugin 1.0


Arabic dictionary plugin for Leopard. more>>


This is a plugin for Mac OS X 10.5 Dictionary , provide you a translate from English to Arabic , from the Dictionary application or using right click from any where in the system.

<<less
Download (8.8MB)
Added: 2007-11-26 License: Freeware Price:
13 downloads
State Machine Compiler 6.0.0

State Machine Compiler 6.0.0


Generates a State pattern in eleven programming languages more>> Generates a State pattern in eleven programming languages

SMC takes a state machine stored in a .sm file and generates a State pattern in eleven programming languages.
Includes: default transitions, transition args, transition guards, push/pop transitions and Entry/Exit actions.
Enter SMC - The State Machine Compiler. Now you put your state diagram in one file using an easy-to-understand language. SMC generates the state pattern classes for you. No more hand-maintained transition matrices.
No more widely scattered switch statements. Instead, the state diagram is in one place, coded directly from the picture to the SMC language and is easily maintained.
SMC uses the state pattern to its fullest extent. In the real world, events dont always happen when they should. Dealing with unexpected events is a must for a robust application.
By combining virtual methods with the state pattern, SMC allows you to define "Default" transitions - transitions which allow your objects to handle unexpected events, recover and continue providing service (rather than crashing, burning and getting you into trouble).
SMC is a Java application, which means SMC will work on any platform that comes with Java 1.5.0 support.
NOTE: State Machine Compiler is released under the Mozilla Public License 1.1 (MPL 1.1).

Enhancements
- Added support for PHP programming language (-php).
- Added support for Scala programming language (-scala).
- Jump transition added. Works the same as a simple transition.
- The TransitionUndefinedException was missing the transition
- name. The transition name is now placed into the exception.
- Correctly handles $ in transition arguments.
- Corrected statemap.h -I include path in C examples.
- Corrected C example 4 #if __GNUC__ condition.
- Corrected C example 6 #include.
- Corrected file names in TCL examples 4 and 5.
- Corrected examples "all" rule.
- Corrected #!/interpreter calls in scripts.

<<less
Download (4.9MB)
Added: 2009-05-21 License: Freeware Price: FREE
195 downloads
Matrix Plugin 2.5

Matrix Plugin 2.5


Matrix Plugin is a powerful, perfect and popular math and science program. more>>

Matrix Plugin 2.5 is a powerful, perfect and popular math and science program. Matrix Plugin for REALbasic 2008 and higher allows you to construct programs which, because of operator and function overloading, can handle real matrices much like doubles and integers are handled. Matrix elements are doubles.

<<less
Download (147.5KB)
Added: 2008-08-18 License: Freeware Price:
downloads
IPA Quick Look Plugin 1.2

IPA Quick Look Plugin 1.2


A Quick Look plugin for iPhone/iPod touch applications. more>>


A Quick Look plugin for iPhone/iPod touch applications. It allows iPhone/iPod Touch application packages (IPA files) to be previewed in the Finder and other applications.

<<less
Download (32K)
Added: 2009-06-26 License: Freeware Price:
14 downloads
CodeWarrior Compiler and MSL Update 2.2.1

CodeWarrior Compiler and MSL Update 2.2.1


This file updates CodeWarrior Pro 4.0 to compiler version 2.2.1 and MSL C++ version 4.1.05. This is a bug fix release for the 2.2 compiler originally shipped with Pro 4.0 more>>

CodeWarrior Compiler and MSL Update 2.2.1 provides you a useful patch that updates CodeWarrior Pro 4.0 to compiler version 2.2.1 and MSL C++ version 4.1.05. This is a bug fix release for the 2.2 compiler originally shipped with Pro 4.0. See the release notes for details. This update includes only Mac OS (68K, PowerPC) compilers. You should install the IDE 3.3 patch before installing this update. You will need to rebuild your libraries and precompiled headers after installing this patch.

<<less
Download (2.7MB)
Added: 1998-12-20 License: Freeware Price:
231 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5