|
Home >> Mathematics code
BOOLEAN EXPRESSION CALCULATOR...
( Also a simple ... | Version: VB3, VB4, V | Author: Erdogan Tan | Submitted: 9/23/2001 | Downloads: 8876 | BOOLEAN EXPRESSION CALCULATOR...
( Also a simple Mathematical language COMPILER prototype... )
Calculates expressions like following:
A'+BC'D+A'(A+C')+AB(C'+D')
(User must enter the expression like above and select A,B,C,D values via their value opt ...more>> |
A function for calculating and returning maximum
... | Version: VB3, VB4, V | Author: Erdogan Tan | Submitted: 8/3/2001 | Views: 13552 | A function for calculating and returning maximum
possible number of combinations for r elements of n elements (heap).
Combination (n as integer, r as integer) as Double
Result = n! /((n-r)! * r!)
I am using this function for 6/49 lotto
automat ...more>> |
Very Simple PERMUTATION, COMBINATION, FACTORIAL ca... | Version: VB3 | Author: Erdogan Tan | Submitted: 7/25/2001 | Downloads: 9201 | Very Simple PERMUTATION, COMBINATION, FACTORIAL calculator for beginners !!!
But, of course, you know what are these terms while you search sample code on this section.
Basic Combinator program calculates permutation, combination values of n (main h ...more>> | << Previous Page 28 of 32 Next >>Go to page: 28 29 30 31 32
|
|