First and Second Order Ordinary Differential Equation (ODE) Solver using Euler Method.
Advertisement
Our scripts are intended for educators but can be useful to anyone. They include site search, a quiz, mailing list manager, web page creator, crossword puzzle generator, quadratic equation solver, and more.
This is a very simple, short Sudoku solver using a classic brute-force approach.
What makes it nice is the purely arithmetic one-liner computing the constraint c (the sequence of already used digits on the same row, same column, same...
Just a little bit of hack: a linear equations solver using eval and built-in complex numbers:
>>> solve("x - 2*x + 5*x - 46*(235-24) = x + 2") 3236.0
This program solves quadratic equations. Type in the coefficients for x^2 and x and the constant to get your quadratic equation and you will then be given the roots of the equation. If "b2 - 4ac" is negative, you'll be given the results...
Real Controls contains 12 native VCL's including shareware protection, form sizer, multi-mask edit, and more. Other included demos for Real Database, a non-bde system using pascal records and Realforms, a paper form design and filling system.
Solves simultaneous linear equations of any order using Crammer's rule. Required input is two lists..one for coefficients, and other for constants eg. 2x+3y=8 x+4y=6 will be written as simul([[2,3],[1,4]],[8,6])
This suite includes the following features: Interpolation ModulePolynomial Interpolation and extrapolation Lagrange's formula - for interpolating a function known at N points with a polynomial of degree N-1 Burlisch-Stoer algorithm - interpolates...
TSoLMemDataSharing provides an easy and very fast way to share and exchange large amount of data in memory.Two or more applications can access, read and write shared data. It uses Win32 API Filemapping functions (Inter-process Shared Memory).Data...
A Minimum Cut Solver
This python script is for solving the ACM problem Q2914: Minimum Cut. http://acm.pku.edu.cn/JudgeOnline/problem?id=2914
Instead of using Ford-Fulkerson method, I use Stoer and Wagner's Min cut...
Contains pure Object Pascal library for creating Macromedia Shockwave Flash movies (SWF), without using of any external dynamic libraries. Released features:
Main Delphi SWF SDK features: reads and recreates an existing SWF;
Solves for Venturi meter flow rate using the Bernoulli equation
Pascal Analyzer, or PAL for short, is a unique development tool that measures, checks, and documents your Delphi or Borland Pascal source code. It makes software projects of any size easier to understand and enables developers to produce more...
Embedded Pascal allows you to use Delphi to develop applications for popular 8 bit CPUs. Contains IDE, Compiler, Assembler, Linker and Simulator. Win 95/98/NT hosted. Version 1.25 for the Z80 and Z180.
Delphi Flash solution - create Flash animation in Delphi with Delphi SWF SDK.
Contains pure Object Pascal library for creating Shockwave Flash movies (SWF) without using any external dynamic library.
Main Delphi SWF SDK...
Pascal's triangle was a challenge on a forum I frequent today and this is what I came up with:
It's a simple solver of the problem of Hanoi Tower with a minimal GUI written in wxPython. It can handle just 10 plates, due to windows size..however it's very simple to modify this and the 'pure' solver is not affected by this limitation
.NET Migration Case Study: Using ASP .NET to Build the beta.visualstudio.net Web Site is an useful tutorial which covers the information about various topics such as web site architecture, migrating from ASP to ASP.NET, validation controls in...
A DropDownList, EditItemTemplate, using Access, and HttpSessionState...Part 4 is an article for the .NET programmers which gives the method for adding the data from the Access database into the list of the dropdownlist control. This article also...
It is an effective online tutorial using which you can access web based forms and can verify the form fields simply through javascript. Gives proper instructions to create forms, to access forms to get information from users and tells the easier... |