Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> General Programming -> Mathematic articles Articles Adds this page to your personal favorites
  Mathematic articles
A Checksum Algorithm
Historically, checksums have been used to increase data transmission reliability, whether from a serial line or network, tape drive, or disk drive, among the many data sources that require reliability checking. However, checksums have other uses, such as in dialog box change-state maintenance, docum
Visits: 13092 Updated: 2002-5-6  Rating: (Not Rated)  More info & Ratings
A Developer's Guide to the Euro
Shows everything a developer needs to know regarding the Euro, including conversion rules, post-conversion rounding rules and other development issues.
Visits: 864 Updated: 2001-6-24  Rating: (Not Rated)  More info & Ratings
Advertisment
BCD Arithmetic, a tutorial
Binary coded decimal arithmetic has fallen out of favor among modern hardware designers, and it is poorly supported in most modern programming languages, yet it is still occasionally appropriate. For example, when a numeric field of a record in a text file must be incremented, the methods presented here will be significantly faster than converting the textual value to a binary integer, incrementing, and then converting back to text.
Visits: 4476 Updated: 2001-3-9  Rating: 
Beat Detection Algorithms (PDF)
Often useful in synchronised animations, beat detection is far from being a trivial problem. In this tutorial, different algorithms are proposed. While some use a statistical approach of sound energy, others deal with combfilters and more generally signal processing. This guide will suit from the beginners to the confirmed readers in signal processing.
Visits: 3305 Updated: 2003-4-6  Rating: 
Big iron lessons, Part 1: FPU architecture, now and then
Floating point provides a convenient, approximate representation of real numbers that can greatly simplify scientific and engineering algorithms. This article gives an overview of two floating point formats used in the z990 architecture and discusses key FPU issues that system architects should consider in new designs. It is intended to assist system architects who are considering FPU integration and want to learn from the rich history of IBM mainframe FPU architecture evolution.
Visits: 294 Updated: 2006-1-15  Rating: (Not Rated)  More info & Ratings
Big iron lessons: FPU architecture, now and then
Floating point provides a convenient, approximate representation of real numbers that can greatly simplify scientific and engineering algorithms. This article gives an overview of two floating point formats used in the z990 architecture and discusses key FPU issues that system architects should consider in new designs.
Visits: 694 Updated: 2005-2-1  Rating: (Not Rated)  More info & Ratings
Binary to Decimal Conversion in Limited Precision, a tutorial
Programmers on binary computers have always faced computational problems when dealing with textual input-output because of our convention that printed numeric data should be represented in base 10. These problems have never been insurmountable, but they are particularly annoying when writing programs for machines with limited capacity in their arithmetic units.
Visits: 4496 Updated: 2001-3-9  Rating: 
Build a Basketball Team with GLPK
The GNU Linear Programming Kit (GLPK) is a powerful, proven tool for solving numeric problems with multiple constraints. This article, the third in a three-part series, uses GLPK and the glpsol client utility with the GNU MathProg language to solve a perfume production problem and a basketball lineup problem.
Visits: 587 Updated: 2006-11-17  Rating: (Not Rated)  More info & Ratings
COMPVTER ROMANVS
This page teach you how to calculate with Roman numbers and dates.
Visits: 1636 Updated: 2000-9-11  Rating: (Not Rated)  More info & Ratings
Data Visualization Tools for Linux
In this article, I provide a survey of a number of popular Linux data visualization tools and include some insight into their other capabilities. Finally, I identify the strengths of each tool to help you decide which is best for your application. The open source tools that I explore in this article are gnuplot, GNU Octave, Scilab, MayaVi, Maxima, and OpenDX.
Visits: 90 Updated: 2007-7-23  Rating: (Not Rated)  More info & Ratings
Does P = NP?
This article describes the sets P and NP, asks the question "does P = NP?" and explains why that question is of profound philosophical and practical importance.
Visits: 1173 Updated: 2001-9-24  Rating: (Not Rated)  More info & Ratings
Evaluate mathematical expressions quickly and accurately
Computer science's traditional methods for evaluating mathematical expressions are awkward and difficult for the untrained user; software engineer Nikola Stepan aims to change all that. His applet W3Eval evaluates expressions using the same sequence of steps you would on with a paper and pencil -- but with much faster and with no mistakes in arithmetic. Read on to learn about the challenges involved in transforming human-readable mathematics into Java code.
Visits: 3263 Updated: 2002-4-21  Rating: (Not Rated)  More info & Ratings
Expressions, Conversion and Evaluation with C
This tutorial is a complete guide to Algebraic Expressions, their different Notations etc. Detailed coverage on how to convert expression from one notation to another and Evaluation of Expression in different notations. Algorithms, illustrative examples, schematics and included programs help to understand the concepts more clearly and easily.
Visits: 10164 Updated: 2003-8-6  Rating: 
How to calculate integer square roots
The purpose of this exercise was to create an algorithm to find integer square roots using only integer operations (this method was initially devised by me in 1990 - when I was 16 - for the ZX Spectrum +3 which had a Zilog Z80 (Intel APX 8080 compatible) processor which doesn't even have multiply or divide assembly instructions!).
Visits: 4616 Updated: 2000-10-28  Rating: (Not Rated)  More info & Ratings
Linear Optimization with the GNU Linear Programming Kit
The GNU Linear Programming Kit is a powerful, proven tool for solving numeric problems with multiple constraints. Get an introduction to GLPK, the glpsol client utility, and the GNU MathProg language to help find the best solutions to complex numeric problems. Then, learn to solve the problem of optimizing the operations for Giapetto's Woodcarving, Inc., a fictional toy manufacturer.
Visits: 315 Updated: 2006-8-11  Rating: (Not Rated)  More info & Ratings
Method of Handling Factorials of Any Size
Method uses linked list to capture each digit of factorial result thereby not limiting you to C/C++ types
Visits: 6383 Updated: 2001-6-24  Rating: (Not Rated)  More info & Ratings
Reciprocal Multiplication, a tutorial
There are many reasons to omit integer division from the instruction set of a computer. In the early days of computing, the cost of this hardware was a dominant factor, and it still dominates in the world of programmable microcontrollers such as the PIC family of chips made by Microchip. Today, the difficulties cleanly integrating divide hardware into pipelined systems has led to the omission of integer divide hardware from a surprising number of high performance microprocessors and DSP chips.
Visits: 1719 Updated: 2001-3-9  Rating: (Not Rated)  More info & Ratings
Server clinic: R handy for crunching data
Learn about good choices for sophisticated statistical processing. R is sophisticated open-source software for managing statistical calculations. It's easy enough to use that it can benefit you even if you need only a fraction of its capabilities.
Visits: 521 Updated: 2003-8-18  Rating: (Not Rated)  More info & Ratings
The Discreet Wavelet Transform
This is an introductory article that explains what the Discreet Wavelet Transform is and how it works. It does this without going into too much mathematics, that is left to the mathematicians.
Visits: 3867 Updated: 2005-3-26  Rating: (Not Rated)  More info & Ratings
Understanding binary
Understanding binary is one of the most important things in programming. Will teach you how to transform from decimal to binary and vice versa.
Visits: 1031 Updated: 2004-4-16  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Files
   x86 Sourcecode
    Math routines
   DSP Files
    General DSP files
   Mathematics
    Mathematics textfiles
Advertisement

  Free Magazine  
Free Magazines
Advanced Imaging provides the latest information on the imaging hardware, software and peripherals that are used in capturing, displaying, manipulating and storing images.
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.