Main > Free Download Search >

Free scientific script

scientific

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
Javascript Scientific Calculator

Javascript Scientific Calculator


Scientific Calculator script allows you to imtroduce a complete calculator into any of your web pages. more>>
Javascript Scientific Calculator is a professional and useful tool which allows you to introduce a complete calculator into any of your web pages. The script is very easy to customize. The calculator appearance (colors, dimensions, additional functions) can be managed by changing the appropriate parameters.
<<less
Added: 2008-04-10 License: Freeware Price: Freeware
17 downloads
Free Online Software at Web-Enabled Scientific Services & Applications 1.1.12

Free Online Software at Web-Enabled Scientific Services & Applications 1.1.12


Offers free online software for hypothesis testing, mathematical equation plotting/integrating, financial profit densities, Quasi Random-Walk, central tendency, variability, concentration, histograms, quartiles/percentiles, skewness, kurtosis, (partial) more>> Offers free online software for hypothesis testing, mathematical equation plotting/integrating, financial profit densities, Quasi Random-Walk, central tendency, variability, concentration, histograms, quartiles/percentiles, skewness, kurtosis, (partial) correlations, rank correlations, sample sizes, econometrics (multiple linear regression), forecasting (Box-Jenkins analysis), and simulation/bootstrap techniques. Output can be viewed in html, Word documents, and Excel sheets.<<less
Added: 2004-01-24 License: Free Non-Commercial Price: $0.00USD
16 downloads
QtiPlot 0.9rc2

QtiPlot 0.9rc2


QtiPlot is a data analysis and scientific plotting tool. more>> <<less
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
16 downloads
Marketing Survey Tool 1.2.05

Marketing Survey Tool 1.2.05


This is not a simple pool tool neither it provides evaluation scripts for colected data. For scientific/marketing research professionals with no (or very basic) programming knownledge. Features: random sequence of questions, rotation of items, more>> This is not a simple pool tool neither it provides evaluation scripts for colected data. For scientific/marketing research professionals with no (or very basic) programming knownledge. Features: random sequence of questions, rotation of items, branching/skip logic with unlimited number of conditions, matrix questions, supported all types of questions (multiple options - one answer,multiple opions - more answers, text, numeric text)in 2 different formats, saving of timing, random sequence of questions, closed and offline surveys progress information unlimited number of questions. Very flexible and easily customizable style and templates system. Interface to SPSS, SAS or Ms Excel (saving of results in comma delimited files).<<less
Added: 2002-11-07 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Marketing Survey Tool
Marketing Survey ToolRadoslaw Kmiecicki - For scientific/marketing research professionals with no (or very basic) programming knownledge. Features: rando. This is
Price: FreeAdditionalInfoForbothcommercialandnoncommercialuse
License:Freeware
Download
2545 downloads
Added: 2002-11-07
Carpe Calculator ZF 1.2

Carpe Calculator ZF 1.2


Scientific calculator with memory, date, time, currency converter, and scientific functions. This version has 50 buttons and three lcd-style displays. The Carpe calculator ZF can be used by just opening a link, as a bookmarklet or it can be customized more>> Scientific calculator with memory, date, time, currency converter, and scientific functions. This version has 50 buttons and three lcd-style displays. The Carpe calculator ZF can be used by just opening a link, as a bookmarklet or it can be customized and implemented in your web site.<<less
Added: 2004-07-07 License: Free Non-Commercial Price: $0.00USD
11 downloads
HTML table sorting JavaScript 1.30

HTML table sorting JavaScript 1.30


Include this script in your html page header and add class="sortable" to the tables you want sorted. You can then sort the tables by either press ctrl-alt and click anywhere inside the table; Or click the links auto-added on your table column headings. more>> Include this script in your html page header and add class="sortable" to the tables you want sorted. You can then sort the tables by either press ctrl-alt and click anywhere inside the table; Or click the links auto-added on your table column headings. The script allows automatic detection and sorting of data types like major currencies, US time/date, numbers (scientific notation too), IP addresses, etc; You could also explicitly specify column data type to override auto-detection; Specify European styled date/time sorting as well as any user-specified date format, or even specify custom data type and supply custom sorting functions if so wished to sort anything you want! Other features include support for cookie (remember sort state), multi-row table headers/footers, preserving the row/cell styles (eg alternatively highlighted rows), X-browser support, complete control over the looks of sorting link both before and after sorting. Its by far the most advanced table sorter on web!<<less
Added: 2006-03-14 License: Freeware Price: $0.00USD
25 downloads
JChart2D 3.0.0

JChart2D 3.0.0


JChart2D is an minimalistic charting library. more>>
JChart2D 3.0.0 is an utility which serves as an minimalistic charting library. It shows multiple traces including trace-points. JChart2D is centered around a single configurable swing widget: the Chart2D. It is a JComponent one can add to a java swing user interface.

Major Features:

  1. Easy usage: only a few lines of code are necessary to use a chart. No complex specification of data points, labels or grids necessary. This is done per default and may optionally be configured.
  2. Multiple traces with different behavior may be added to a single chart.
  3. Performance. JChart2D is designed for dynamic rendering. Rescaling is done per axis only and only if bounds are exceeded. New points within bounds are scaled without affecting old scaling. Minimum and maximum bounds of traces are cached and updated upon events. Invisible traces are not scaled and don't affect bounds.
  4. AWT is the bottleneck: Non-visible calculations (scaling, rounding, event-handling, label calculation) do not impose high load even if a point is added with bounds changes every 2ms. But enlarging the window does. So scaling is bound to painting and the adapting painting frequency is limited to a configurable amount of milliseconds. For rendering traces poly-lines are drawn by default (instead of many calls to draw-line for connecting points). No comparisons to other libraries available.
  5. Automatic choice of the unit prefix (multiplier) according to the scientific unit system (nano , milli, tera, ..).
  6. Label format for scale labels via java.text. Number Format or java.text.Date Format.
  7. Chooseable display of grids, labels, labeled scale-points, coordinate tooltips, ... .
  8. Toolbox of UI controls for chart and traces via pop-up menus and menu bar. See the applet demo. Tip: right-click on the label of the trace to get controls for it.
  9. Traces may be rendered via lines, discs, dots (is a disc with radius 1) or filled polygons. Additionally strokes may be specified (only useful for lines I think). An open interface for further graphical representations of traces exists.
  10. Different axis implementations (settable from UI): linear, log e and log 10.
  11. Multiple axes on top, bottom, left and right side. Traces may be assigned to an x and an y axis that has been assigned to the chart and will be related to them.
  12. Different view-port implementations: Zooming (Zoomable Chart), enforcing visible bounds even if data does not fill them,... .
  13. Exact visualization of labeled scale-points. No label of a scale-point is ever rounded to the next current chosen decimal, instead the scale-point is shifted to a position which represents an exact decimal.
  14. Fully resizable. The amount of labeled scale-points may increase on choosing a bigger size.
  15. Deadlock safe. Even this is hard to claim because testing depends on run-time behavior of the current system, i did not encounter a deadlock situation while letting several threads modify traces all contained in the same chart (only the art painting system may get pretty busy).
  16. Trace implementations with different behavior: unordered, ring-buffered, ordered, ojective, ...
  17. Highly configurable error bar API.
  18. Support for zooming (Zoomable Chart)
  19. Charts may be saved as images (jpeg, gif, jpg,... depending on the image writers of the java VM implementation), a snapshot UI control allows this.
<<less
Added: 2008-06-13 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
21 downloads
Gri Language 2.12.15

Gri Language 2.12.15


Gri Language is a language for scientific graphics programming. more>>

Gri Language 2.12.15 is designed as a simple and effective language for scientific graphics programming.

Major Features:

  1. Gri is a language for scientific graphics programming. The word "language" is important: Gri is command-driven, not point/click.
  2. Gri can make x-y graphs, contour graphs, and image graphs, in PostScript and (someday) SVG formats.
  3. Control is provided over all aspects of drawing, e.g. line widths, colors, and fonts.
  4. A TeX-like syntax provides common mathematical symbols.
<<less
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
PyEphem 3.7b

PyEphem 3.7b


PyEphem provides scientific-grade astronomical computations for the Python programming language. more>> PyEphem 3.7b provides you a wonderful tool which provides scientific-grade astronomical computations for the Python programming language. Given a date and location on the Earths surface, it can compute the positions of the Sun and Moon, of the planets and their moons, and of any asteroids, comets, or earth satellites whose orbital elements the user can provide.

Additional functions are provided to compute the angular separation between two objects in the sky, to determine the constellation in which an object lies, and to find the times at which an object rises, transits, and sets on a particular day.

<<less
Added: 2007-06-07 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1