-
-
-
NUMERICS.zip
QuickBASIC sub routine for MATH Addition and Subtraction plus ABS. For two numbers handling done in string for 32766 characters MAXIMUM. Numbers can be real comes with sub for disect number.
-
-
-
-
-
ORDER2-EQUATION.zip
#include<stdio.h>
#include<conio.h>
#include<math.h>
main(){
float delta,a,b,c
float x,x1,x2,z
printf("enter a:")
scanf(" f",&a)
printf("enter b:")
scanf(" f",&b)
printf("enter c:")
scanf(" f",&c)
delta=(b*b)-((4)*(a ...
-
-
-
Incoming.zip
游戏编程精粹的源代码,介绍多种游戏编程技巧,并且有源代码展示,例如Math and Physics, AI, Networking and Multiplayer,General Programming
-