Tuesday, April 3, 2012

Date and math


Free download Date and math Visual Basic 6

  1. A Statistical Process Control X-Bar and R Charting program:   A Statistical Process Control X-Bar and R Charting program. Author: Glen Jorgensen.....download
  2. A VB application which demonstrates Recursion:   This Simple Recursion demo provides an introduction to this technique and along the way gives you three simple yet powerful algorithms to take home - Find the Factorial. Author: Jonny Anderson.....download
  3. A calculator application that allows the user to enter two numbers and them select the operator:   A calculator application that allows the user to enter two numbers and them select the operator(^,*,+,-,/,\,mod). Author: Ian Perera.....download
  4. A cool Scientific Calculator:   A cool Scientific Calculator. I think I will upgrade next month. Author: Groolk.....download
  5. A feature rich calculator:   A feature rich calculator. Author: Rahul Soni.....download
  6. A simple calculator program:   A simple calculator program. Author: Microsoft.....download
  7. A very Simple Calculator:   A very Simple Calculator, i made this to learn VB. Nothing special, though worth giving a look. Author: Shaikh Muhammed Arif.....download
  8. Amortization Calculator:   This is an Amortization Schedule Calculator. Author: Brad Gosdin.....download
  9. Angle to XY:   his code is used for games or other applications where you'll need an corner with an angle. You can specify The Starting XY(center), the Length (up) and the Angle ofcource. Author: LPChip Interactive.....download
  10. ArcSine in Degrees or Radians:   This .bas module inlcudes functions that take a sine value as a parameter and return the corresponding angle in degrees or radians. Author: Steve Bazinet.....download
  11. Astronomical and Date Calculation Program:   his is a simple astronomical application. It allows you to perform some simple date calculations, and drawing Moon phases and Jupiter's position for given dates. Author: sibair.....download
  12. Base Conversion:   Provides simple conversion between numbers in different bases. Author: Richard Deeming.....download
  13. Base Conversion Class:   This class module allows you to convert Base 10 numbers to any other base from 2 through 62. Author: Nathan Moschkin.....download
  14. Base convertor-Decimal, Binary, Hex and ASCII:   This project converts a value of hex (base ), decimal (base ), binary (base ) or ascii into each of the others. Author: Mr T.....download
  15. Basic functions for complex numbers:   can be used for the calculations needed in the drawing of fractals. Author: Hans-Henrik Jensen.....download
  16. Bitwise Left Shift and Right Shift for VB:   can be used for the calcuProvides Bitwise shifting for VB integer values. Author: Hans-Henrik Jensen.....download
  17. Blowfish VB:   Do you use VB/? Are you a Crypto Guru? Then you need this little gem. This version includes the Pi table built in! Easier to implement. Author: Patterson Programming.....download
  18. Boolean Expression Calculator:   BOOLEAN EXPRESSION CALCULATOR...( Also a simple Mathematical language COMPILER prototype... ). Author: Erdogan Tan.....download
  19. Calculate an Interpolated Value:   This function will return a linear interpolated value. See comments for further information. Author: Martin Wallace.....download
  20. Calculator:   Calculator.exe & CalcVB.dll & CalcVC.dll. Author: Werner Suttner.....download
  21. Calendar That Could Be Extended to Scheduler:   This calendar offers a lot of cool functions:. Author: Ethan.....download
  22. Calendar for Months between Year 1899 to Year 2101: A fully functional calendar for months between Year 1899 to Year 2101. Author: Anonymous.....download
  23. Class to calculate sunrise and sunset:   This is a class I wrote based off a Java applet on a NOAA web page (see the source code for the URL). Author: Scott Seligman.....download
  24. Clock and Electronic Chronometer:   Clock and electronic chronometer. Author: Razvan Iancu.....download
  25. Compute Geodesic Distance between Earth surface Coordinates:   This function computes the geodesic surface distance between two cordinates on the surface of the Earth to an accuracy of about ?0  meters. Author: Jay.....download
  26. Convert Pro - Comprehensive Value Conversion Tool:   Simple to use value conversion tool. Author: Andrew Davey.....download
  27. Convert Seconds to Days, Hours, Minutes, Seconds:   This function takes seconds and a predefined format as a parameter and returns a neatly formatted time string. Author: Quentin Zervaas.....download
  28. Convert Seconds to Hours, Minutes Seconds as h-mm-ss:   Drop it in and run. Author: Lyle E. Dodge.....download
  29. Convert Seconds to Other Time Metrics:   This function offers seconds conversion up to five levels: munites, hours, days, weeks, years. Author: Vladimir Milev.....download
  30. Convert Values Between Different Bases:   This function allows you to convert numbers from different bases between 2 and 36.Author: Waty.....download
  31. Convert a Decimal Number to Binary:   This is a function that will convert an integer to a binary string using a method which I learned in maths not long ago. Author: Russell Phillips.....download
  32. Convert any Date Value to Julian Date Value:   The Code can be used on any VB platform, since it uses basic VB functions, and is not dependent upon version specific code. Author: Anonymous.....download
  33. Convert your system date to MM-dd-yyyy for YK:   This code converts the system short date to MM/dd/yyyy for compliance with Yk standards. Author: Andrew Ells-O'Brien.....download
  34. Decimal Rounding Function:   This code will round a any number to the designated decimal place The Decimal portion is optional. Author: Ethan.....download
  35. Demonstrates a 2-dimensional random walk:   Demonstrates a -dimensional random walk. A "walker" is placed in the middle of the screen. Author: Dave Albin.....download
  36. Dice_vb6:   Same as dice_vb except that it has been upgraded to VB6 and includes optimization techniques. Author: Chris Gessler.....download
  37. Evaluation Class that Performs Evals Within String:   This class evaluates string expressions and also can perform evaluations of expressions that are embedded within strings. Author: Ted Schopenhouer.....download
  38. Factorial Function for N between 171 and 681:  This function calculates an approximate value for the Factorial function for numbers between 171 and 681. Author: Ed Ardzinski.....download
  39. Fast Prime Number Calculator:   This sample calculate the first 100000 prime numbers in 3.4 seconds (PII-350Mhz). It also helps you to know how to avoid undesirable re-entrys when you use the VB function "DoEvents".Author: Roberto Lanuza.....download
  40. Fast Prime Number Generator:   This is a very efficient algorithm for generating prime numbers. Author: Marcel Slooff.....download
  41. Fibonacci Sequence Generator:   This is a Fibonacci Sequence Generator. I am  and this took some thinking. Author: Alex.....download
  42. Financial Calculator:   Users select any of the common financial scenarios presented, key in their actual data and the computed result is right there. Author: Anonymous.....download
  43. Generate Fractal Designs in VB (Version ):   This program generates the popular fractal, The Mandelbrot Set. Author: Danish Mujeeb.....download
  44. Generates unique non repeating random numbers:   Within a range A and B, Generates unique non repeating random numbers. Author: Marlon Czermak.....download
  45. Graph Mathematical Functions:   This application demonstrates how to plot a number of mathematical functions on a user-drawn graph in VB. Author: M.Nosrati.....download
  46. Great little dice rolling routine:   Great little dice rolling routine. Author: Unknown.....download
  47. Guaranteed Valid Date-Time Input Using Calendar Control:   This form uses a calendar control and a list box to illustrate how to get valid date/time input from users without having to perform any validation. Author: Roy Low.....download
  48. HiWord, LoWord, HiByte, LoByte, MakeInt and MakeLong:   When dealing with the windows API you often find that variables are packed into a LONG ( bits) and that you are required to decode these LONGs. Author: Merrion Computing.....download
  49. High Precision Square and Cube Roots Functions:   This module contains functions that allow you to calculate square and cube roots to up to  digits. Author: Jay.....download
  50. Hours of Operation Template Form:   This template form can be intergrated into a server program that permits usage only during certain hours of certain days. Author: Anonymous.....download
  51. INVERSE FACTORIAL CALCULATOR v1.0INVERSE FACTORIAL CALCULATOR v1.0 [ Finds the number for a given factorial value ]. Author: Erdogan Tan.....download
  52. Line Drawing Based on Trigonometric Calculation:   This demo application illustrates how to draw lines based on trigonometric calculations such as sin, cosine, and tangent. Author: Radovan O. Ostojic.....download
  53. Loan Calculator:   This application calculates payments toward principal and interest for a long. Author: jay polam.....download
  54. Mass-Weight Force Conversion Module :This module allows you to convert between the following 8 units of mass or weight force commonly encountered in general science computations. Author: Jay.....download
  55. Mathematical Expression Evaluator:   The zip includes an Expression Parser class that parses and computes mathematical expressions, and a demo client application. Author: Elad Rosenheim......download
  56. Module for Calculating Julian and Gregorian Dates:   This is a simple set of two related, public calendar functions. Author: Jay.....download
  57. Mortgage Calculator:   Mortgage Calculator. Visual Basic application that allows the user to enter amount of the loan, interest rate, and term. Author: Robert Gross.....download
  58. Output Prime Numbers and Prime Factors:   This code outputs all prime numbers up to the limit of the VB double type to the debug window, a text file, and a text box. Author: Richard Deeming.....download
  59. Perform Fractional Arithmetic:   This program is a simple integer fraction arithmetic program.It will solve a simple fractional problem of the kind. Author: Jay.....download
  60. Quadratic Equation Solving Function:   This function solves a standard quadratic equation of the form:. Author: Jay.....download
  61. Random No between 1 & 50:   Suppose U want to select Random No between 1 & 50 for exactly 5o times but no Number sholud be reapetedly selcted; then Use this appliction. Author: Santosh Patil.....download
  62. Random_name_picker:   Random Name Picker will allow you to enter a list of names. Author: Aaron Thomason.....download
  63. Real & Complex Matrix program:   Real & Complex Matrix program. Author: Jim Carbine.....download
  64. Return Maximum Combinations of a Number Range:   This function calculates and returns maximum possible number of combinations for r elements of n elements (heap). Author: Erdogan Tan.....download
  65. Return a Triangle's Angle Given the Length of the Sides:   Get the angle if you know three sides. Author: Remco deJong.....download
  66. Return the Number of Business Days between Any Two Dates:   This function takes a start date and an end date as parameters, and returns the number of business days between the two. Author: Peter Sitero.....download
  67. Roman to Arabic-Arabic to Roman Numeral Converter:   Convert Roman numerals to Arabic and Arabic to Roman numerals. Author: Anonymous.....download
  68. Round Up or Down to the Nearest Specified Value:   Used to round values to the nearest value. Author: Chris Hanscom.....download
  69. Simple Calculator with Classes:   This calculator application is a good example of object-oriented programming in VB6. Author: Alain Vandecraen.....download
  70. Simple Expression Parser:   I've seen other Expression Parsers on this website. They are all very good, but somehow they seemed too long for me and did not operate in a way of my liking. Author: Jonathan Adamit.....download
  71. Simple PERMUTATION, COMBINATION, FACTORIAL calculator for beginners:   COMBINATION, FACTORIAL calculator for beginners. Author: Erdogan Tan.....download
  72. Simple calculator application:   Simple calculator application. Author: Vikram.....download
  73. Smart calculator:   This is Smart calculator and easy for use and also has a property of "Always on the top" due to which it is easy for access total or any calculation. Author: Saiyed Irfan.....download
  74. Solve Basic Mathematical Equations in Strings:   This module provides functions that allow you to solve mathematical equations (including multiplication, addition, subtraction, division, and exponents, or any combination thereof) contained in strings. Author: Anonymous.....download
  75. Solve Simultaneous Equations of Three Variables:   This program provides a method for solving for x, y, and z in three linear equations of the form ax + by + cz = d, with values of a, b, c, and d given for the three equations. Author: Karthik S Chandrasekar.....download
  76. Stack and Queue data structures are presented in this VB application:   The Stack and Queue data structures are presented in this VB application. Author: Jonny Anderson.....download
  77. The ORIGINAL SOURCE of Combinator concept in LOTTO:   The ORIGINAL SOURCE of "Combinator" concept in LOTTO !. Author: Erdogan Tan.....download
  78. This is a MATRIX Project:   This is a MATRIX Project. Author: Goran Trakilovic......download
  79. Truth Table Generator For Boolean Expressions:   This program creates truth tables from boolean expressions. Author: Palladinos Nick.....download
  80. VB 64Bit Integer logical bitwise operation:   VB 64 Bit Integer logical bitwise operation, such as BitShift(LSHIFT/RSHIFT), OR, AND, XOR, etc. Author: Hariyanto Lim.....download
  81. Velocity Conversion Module:   This module allows you to perform direct interconversions between 75 units of speed or velocity and is very useful for science or technical programming involving speed as a factor. It recognizes 15 units of distance. Author: Jay.....download
  82. a simple synthetic division program:   a simple synthetic division program. Author: Jim Carbine.....download
  83. calculate angles and sides in a right angled triangle:   A program using trigonometry to calculate angles and sides in a right angled triangle. Author: cmdkeen.....download
  84. computes weekly payroll, current earnings, year to date earningsFICA tax, federal Income Tax Withheld, and check Amount:   This program computes weekly payroll, current earnings, year to date earningsFICA tax, federal Income Tax Withheld, and check Amount. Author: shanti chigurupati.....download
  85. converts measure units that are commonly used in Europe and U.S.A:   This program converts measure units that are commonly used in Europe and U.S.A. Author: Davor Ilic Dutch.....download
  86. generate a random numbered math test:   Uses the Randomize statement and RND() function to generate a random numbered math test. Author: George Tsang.....download
  87. high precision astronomical almanac:   A beta version of a high precision astronomical almanac that computes solar and planetary positions to within an arc second or better over several thousands of years. Author: Jay Tanner.....download
  88. interpolation of (x,y) data:   A small application for interpolation of (x,y) data such that datapoints are spaced by an interval choosen by the user. Author: Dave Albin.....download
  89. learning Addition, Subtraction, Multiplication and Division:   A simple program for learning Addition, Subtraction, Multiplication and Division. Author: Vikram.....download
  90. problems of Applied Numerical Analyses:   This application solves some of the selected problems of "Applied Numerical Analyses" book, written by Jerald & Whitley. Author: Shahriar Manafi.....download
  91. scientific calculator:   A scientific calculator that also has a memo feature that you can set to pop up at a certain time and  memory banks. Author: Andre.....download
  92. simultaneous Equations:   Program that solves n simultaneous Equations Using the Gaussian Elimination Algorithm. Author: Munaawa Philip.....download

wait for the next source code.....

1 comment:

  1. I am really happy to read this website posts
    which carries lots of useful facts, thanks for providing these kinds of
    data.
    Here is my website :: teenporn

    ReplyDelete