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
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
VISCOM Screen to Video Gold SDK ActiveX 2.06
DHTMLX JavaPlanner 1.2
Bytescout PDF Viewer SDK 3.10.904
.NET SFTP Component in CS VB.NET ASP.NET 5.1.4028
Faxmind Email to Fax Server 1.6.5.0516
PDF Extractor SDK 3.10.899
Bytescout Image To Video SDK 2.10.715
Joyfax Server 8.10.0517
VISCOM Video Capture ActiveX SDK 6.3
VISCOM Scanner TWAIN Docx PDF SDK 3.8
Advanced Email2RSS Professional 3.55.84
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 Equations Crossword Puzzle
Crossword Puzzle
Crossword Puzzle Source Code
Java Sourcecode For Crossword Puzzle
Crossword Puzzle Flash
Crossword Puzzle Flash
Crossword Puzzle Code
Crossword Puzzle Code In C
Crossword Puzzle Generator Using Java Script
Crossword Puzzle Game Source Code
Crossword Puzzle In Java
Crossword Puzzle Generator Codes For C
Online Crossword Puzzle
Crossword Puzzle Generator
Crossword Puzzle Game
 Quadratic Equations Crossword Puzzle 

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


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


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 script lets you create a HTML crossword puzzle. You can choose the size of the grid, enter words in the grid and add clues. It then generates the HTML puzzle page that the program can grade. You can also number the boxes and clues.



Scripts for building and playing crossword puzzles with CGI.



The component uses the free WordWeb thesaurus / dictionay available from http://wordweb.co.uk/free.



Deciphering Microsoft's .Net puzzle is a reference guide which gives information regarding ASP.NET. From this reference article users can make any complicated application easier. Visitors can gain more information from this article and it is more...



DHTML puzzle! is a puzzle game in JavaScript. You can supply any picture into this game and it will be automatically cut into 9 pieces creating a 3x3 puzzle for you to play. The Scramble? button automatically scrambles the picture that you supply...



Simple Puzzle is an online Puzzle game, which provides the users both enthusiasm as well as entertainment in playing puzzles. It offers the 'help' feature which is useful for the newcomers. This game can be added on any site which need not require...



Free Daily Jigsaw Puzzle For Webmasters is a multi-platform compatible set of HTML templates to add a daily changing Jigsaw Puzzle to your web site.



Japan Crosswords is a multi-platform compatible game that can be quite hard to win. This is an example of ancient and really intricate puzzle. You needn't speak Japanese to play this crossword. In the Japanese crossword puzzles not words, but...



KaaBlitz Crossword is a wonderful new game that allows you to easily add crossword games with special effects to your website. Just click on the crossword to highlight a row, then use the arrow keys to move up or down and type in your answer. Type...



Puzzle Apps CMS and AS is an essential program for the webmasters by which they can easily modify or create design and content of web applications. The users of this program can feel ease to manage their web application contents. It uses MySQL...



The sixteen puzzle game, played in the client browser offline.



XdebugX Sliding Puzzle is an animated sliding game which allows the users to add their desired images. They allow simple picture animation and this game can be played with the help of mouse. This game is more interactive and can be played by any...



A function to solve simultaneous equations in two variables.

>>> solve('3*x + 5*y = 29; 12*x - 3*y = 24')
(3.0, 4.0)



Durand-Kerner method for solving polynomial equations.



Halley's method for solving equations of type f(x)=0.



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



It Solves linear homogeneous and non homogeneous differential equations with constant coefficients. The inputs and outputs are in symbolic format. You enter the symbolic differential equation and you get the answer in symbolic format.



ODEs is an application which solves Systems of Ordinary Differential Equations numerically. It can solve systems of up 200 equations.