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

Preschool Teaching Methods software
Filter: All | Freeware | Demo
 

Preschool Teaching Methods

< 1 2 3 4 5 
Added: September 03, 2013 | Visits: 362

Pricing American Options A zip file containing the examples that were used in the webinar: "Teaching and Research of Computational Finance with MATLAB"Including:* GUI for pricing an options via CRR tree* Script for priocing via Finitie differences* GUI for pricing via the Monte Carlo method of Longstaff and Schwartz*... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (52): Pricing American Options Download

Added: May 10, 2013 | Visits: 426

Constants in Python In Python, any variable can be re-bound at will -- and modules don't let you define special methods such as an instance's __setattr__ to stop attribute re-binding. This script allows you to manage constants in Python. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Constants in Python Download

Added: May 10, 2013 | Visits: 425

List mixin This script allows you to create custom list classes from a small subset of list methods.Subclasses should define _get_element(i), _set_element(i, value), __len__(), _resize_region(start, end, new_size) and _constructor(iterable). Define __iter__() for extra speed. The _get_element() and... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): List mixin Download

Mackey-Glass Time Series Forecasting using Method 1 Single Stage Fuzzy Forecaster There are three methods (1, 2 & 3 [Back-propagation]) for forecasting a time series. Here is a collection of MATLAB programming, screen shorts, Fig files giving results. Follow comments in the files to run programs Platforms: Matlab


Added: April 20, 2013 | Visits: 420

PortVaR Value-at-Risk calculation for portfolio stocks using variance-covariance, historical and MonteCarlo methods. Portfolio can be larger as you want including either the risk factor (stock index, currency, etc.) Platforms: Matlab

License: Freeware Size: 276.48 KB Download (52): PortVaR Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 958

Aa Match Preschool Alphabet "Aa Match Preschool Alphabet" is a premium Mac alphabet learning game for preschoolers. If your children love letters and the alphabet song, they will love this game. The game consists of matching lower case letters to their capital letters. The letters announce their sound when revealed and... Platforms: Mac

License: Freeware Size: 1024 KB Download (51): Aa Match Preschool Alphabet Download

Added: May 10, 2013 | Visits: 491

Changing return value for mutating list methods Mutating list methods such as 'append' or 'extend' return None instead of the (mutated) list itself. Sometimes, this is not the desired behaviour. To have a reference to the (mutated) list returned is usefull, if one wants to chain commands such as mylistinstance.append(7).sort(). Platforms: Windows, Mac, *nix, Python, BSD Solaris


Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 681

FileIO I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket, resource or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or... Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 1.11 MB Download (51): FileIO Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 563

Feed Me! – PencilBot Preschool SALE! In celebration of our first Mac app release, we are offering a 50% discount off of our regular $9.99 price. Only available for a limited time, so hurry! PencilBot Preschool Feed Me! is a series developed by our team of teachers, game designers, and parents who have developed educational... Platforms: Mac

License: Commercial Cost: $4.99 USD Size: 161 MB Download (51): Feed Me! – PencilBot Preschool Download

Added: May 10, 2013 | Visits: 365

Weakmethod Script This script introduces weakly-bound methods. You could use this decorator to create methods that weakly-reference their instance (im_self). This means that the method itself will not keep the object alive. Useful for callbacks, caches, and avoiding cyclic references. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Weakmethod Script Download

Use of pdepe and Laplace Transform to Solve Heat Conduction Problems In the present program three methods are used to solve a heat conduction problem. This problem is given in M. N. doOCozisik, Heat Conduction, Wiley, New York, 1980. We use pdepe, short times solution based on analytical inversion of a Laplace transform and finally a numerical solution based on... Platforms: Matlab


Added: May 10, 2013 | Visits: 483

USPS Methods 2.8d This allows a site owner to choose which USPS shipping methods will be available to the customer. Settings can be changed in the admin interface under Modules->Shipping->United States Postal Service.For example, if you select "Express" and "Priority", then a customer will only be shown those two... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (50): USPS Methods 2.8d Download

Added: May 10, 2013 | Visits: 454

Static or Class Methods This script implements class methods that do not require an object instance. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Static or Class Methods Download

Added: May 10, 2013 | Visits: 352

Tkinter : moving geometry methods A common way to create new compound widgets is to inherit Frame, create everything you need inside it and pack this base Frame on your application.This script is an alternative to this method, that sets geometry methods and options from a wiget to another. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Tkinter : moving geometry methods Download

Added: November 26, 2013 | Visits: 784

OpenSimMPLS OpenSimMPLS is an MPLS network simulator, multiplatform and mutilanguage. It is easy-to-use and is intended for teaching activities. It can be used as well to test new protocols, techniques and methods related to MPLS and/or GoS. Features - Multiplatform - Multilingual - Highly interactive... Platforms: *nix

License: Freeware Size: 69.53 MB Download (50): OpenSimMPLS Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 532

Mathematica Almost any workflow involves computing results, and that's what Mathematica does—from building a hedge fund trading website or publishing interactive engineering textbooks to developing embedded image recognition algorithms or teaching calculus. Mathematica is renowned as the world's ultimate... Platforms: Windows, Mac, Linux

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (50): Mathematica Download

Added: July 04, 2013 | Visits: 382

Demos of skeletons using thin and skel Using,bwmorph(a,'thin', inf);bwmorph(a,'thin', skel);we draw two methods to make skeletons, and plotted the points of connection and end points. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Demos of skeletons using thin and skel Download

Added: September 03, 2013 | Visits: 869

Teaching Math and Physics with Symbolic Math Toolbox Examples used in the December 2010 webinar titled "Teaching Math and Physics with Symbolic Math Toolbox". View the recorded webinar here:http://www.mathworks.com/wbnr52810Topics include:* Using symbolic computation for common tasks such as solving, simplifying, and plotting equations, and... Platforms: Matlab

License: Freeware Size: 225.28 KB Download (49): Teaching Math and Physics with Symbolic Math Toolbox Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 601

Abby - Basic Skills - Preschool Sizes, Same and Different, Shadows, basic concepts, puzzles, learn colors, kids games, toddlers Letters, Counting, Puzzles, Sizes, Shadows, Matching, Colors, Shapes, Differences, Patterns and more -- you are on the right address! Abby's Basic Skills application is a new application from a... Platforms: Mac

License: Commercial Cost: $0.99 USD Size: 43.3 MB Download (49): Abby - Basic Skills - Preschool Download

Added: August 31, 2013 | Visits: 509

Salvaging a Linear Correlation Matrix The solution of the nearest correlation matrix applies the hypershpere or spectral decomposition methods as outlined in Monte Carlo methods in Finance by Peter Jackel, Chapter 6.Use CorrelationExample.m that applies a simple example for the two cases. Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Salvaging a Linear Correlation Matrix Download

< 1 2 3 4 5