Advertising
advertising
related pastes to tag 'perry753'
- 800265 - perry753: perry753
-
- // Lab D
- // By Perry Huang
- // 11/27/2007
- /*
- Notes & Comments:
- - string.h is required for memcpy
- - math.h is required for roundf function
- 800243 - perry753: perry753
-
- // Lab D
- // By Perry Huang
- // 11/27/2007
- #include <stdio.h>
- #include <math.h>
- #include <string.h>
- 774525 - perry753: perry753
-
- // Lab B
- // Perry Huang
- // 11/14/07
- /*
- LAB B - Are you "IN"???
- The New Telephone Company has the following rate structure for long-distance
- calls:
- 1) Any call started after 6:00 pm (1800 hours) but before 8:00 am (0800
- 774468 - perry753: perry753
-
- // Lab B
- // Perry Huang
- // 11/14/07
- /*
- LAB B - Are you "IN"???
- The New Telephone Company has the following rate structure for long-distance
- calls:
- 1) Any call started after 6:00 pm (1800 hours) but before 8:00 am (0800
- 764308 - perry753 perry753
- preview unavailable
- 761994 - perry753: perry753
-
- <VirtualHost www.perry753.net:80>
- ServerName www.perry753.net
- ServerAlias perry753.net *.perry753.net
- DoccumentRoot /home/perry753/perry753.net/
- <Directory "/home/perry753/perry753.net/">
- Options -Indexes +FollowSymLinks
- AllowOverride Options Indexes AuthConfig
- Order allow,deny
- 757355 - perry753: perry753
-
- // Lab 9 - Lownum/Highnum
- // By Perry Huang
- /*
- Write a program which asks the user to enter two numbers into
- the variables lownum and highnum. The value lownum should be less
- than the value highnum. If this is not the case, the program should
- exchange the numbers, placing the low value into lownum and the
- high value into highnum. Have a function in the program which looks
- 757325 - perry753: perry753
-
- // Lab 9 - Lownum/Highnum
- // By Perry Huang
- /*
- Write a program which asks the user to enter two numbers into
- the variables lownum and highnum. The value lownum should be less
- than the value highnum. If this is not the case, the program should
- exchange the numbers, placing the low value into lownum and the
- high value into highnum. Have a function in the program which looks
- 754658 - perry753: perry753
-
- // Lab 9 - Lownum/Highnum
- // By Perry Huang
- /*
- Write a program which asks the user to enter two numbers into
- the variables lownum and highnum. The value lownum should be less
- than the value highnum. If this is not the case, the program should
- exchange the numbers, placing the low value into lownum and the
- high value into highnum. Have a function in the program which looks
- 754640 - perry753: perry753
-
- // Lab 9 - Lownum/Highnum
- // By Perry Huang
- /*
- Write a program which asks the user to enter two numbers into
- the variables lownum and highnum. The value lownum should be less
- than the value highnum. If this is not the case, the program should
- exchange the numbers, placing the low value into lownum and the
- high value into highnum. Have a function in the program which looks
- 746302 - perry753: perry753
-
- // Review
- // Perry Huang
- // 10/22/07
- #include <stdio.h>
- #define PRINT puts("\nhi")
- int sfunction(int);