Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
Rapid CSS 2014 12.1
VISCOM Barcode Reader SDK ActiveX 8.15
.NET Mail Component for CS VB.NET ASP 5.1.4028
WeBuilder 2014 12.1
Alvas.Audio 9.0
Advanced RSS2Email Enterprise 3.24.89
.NET Bounce Inspector Component CS VB 5.1.4028
VISCOM Video Chat Pro ActiveX SDK 5.52
VISCOM VideoCap Live ActiveX OCX SDK 5.05
.NET ZIP Component for CS VB.NET ASP.NET 5.1.4028
VISCOM Screen Recorder ActiveX SDK 4.56
PDF Renderer SDK 3.10.904
Bytescout PDF To HTML SDK 3.10.904
ASP.NET SAML Component for CS VB.NET 5.1.4028
DICOM Image Viewer SDK ActiveX 8.15
Top Code
SliceMaker Deluxe V3.5
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
Easy CSS Menu Free Edition 3.2
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Pass Parameters in SetInterval() function in JavaScript 0.1
Toggling Elements with JavaScript 0.1
Get File Extension in PHP 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
Properties with value checking with the option to use FormEncode validators .
Evolutionary Algorithm (Generation of Prime Numbers)
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
Top Search
Post Message To Twitter From Php Script
Photo Add Comment Php
Asp Net Projects With Free Source Code
Login Php
Admin Login Php Code
Login Php Expiration Date
Mini Projects For Computer Science Students
Free Java Projects For Students
Projects In C Language With Code
Php Projects With Source Code
Free Download Php Projects For Online Shopping
Zynga Bonus Chips Tk
Mini Project In Dbms Using Frontend Vb Backend Sql
Free Html Projects
Mini Projects In C Language
Related Search
Quadratic Equation Solver Using Pascal
Quadratic Equation Solver Using Vb
Quadratic Equation Codes Using Pascal
Quadratic Equation Solver C Source Code
Quadratic Equation Solver
Visual Basic Quadratic Equation Solver
Quadratic Equation Source Code Using Vbnet
Quadratic Equation Using Turbo C
Roots Of Quadratic Equation Using Python Syntax
Quadratic Equation Pascal
Quadratic Equation Using Visual Basic
Wap To Solve Quadratic Equation Using C
Quadratic Equation Using Packagepack In Java
Quadratic Equation Using Classobject In Java
Equation Solver
 Quadratic Equation Solver Using Pascal 

Code 1-20 of 60   Pages: Go to  1  2  3  Next >>  page  


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