Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'perry753'

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