Search:

Type: Posts; User: Frank_Rye

Search: Search took 0.00 seconds.

  1. Thread: alignment

    by Frank_Rye
    Replies
    9
    Views
    1,350

    Do you do that to feel better about your self??

    Do you do that to feel better about your self??
  2. Thread: alignment

    by Frank_Rye
    Replies
    9
    Views
    1,350

    Well not everyone on this board are computer...

    Well not everyone on this board are computer nerds...stop cutting people down....
  3. Thread: alignment

    by Frank_Rye
    Replies
    9
    Views
    1,350

    sorry...I'm new to this board...relax

    sorry...I'm new to this board...relax
  4. Replies
    2
    Views
    1,054

    grr no its not coming out like I put it I must be...

    grr no its not coming out like I put it I must be to the left not right side
  5. Replies
    2
    Views
    1,054

    Left Justified (sorry)

    How who I have my printf statement to have the numbers come out like thisn (no stars these should be spaces)

    *** 10
    *** 50
    *** 250
    *** 650
    *** 1250

    Thanks!!
  6. Thread: alignment

    by Frank_Rye
    Replies
    9
    Views
    1,350

    I didn't show up right on the first one it should...

    I didn't show up right on the first one it should be to the left!!!
  7. Thread: alignment

    by Frank_Rye
    Replies
    9
    Views
    1,350

    alignment

    How who I have my printf statement to have the numbers come out like this

    10
    50
    250
    650
    ...
  8. Thread: tables

    by Frank_Rye
    Replies
    2
    Views
    1,088

    tables

    I have alreadt tried searching, but


    [code]

    int
    main (void)
    {
    printf ("\nTable 1: f1\n");
    }
  9. Replies
    5
    Views
    1,985

    Thank-You!!!

    Thank-You!!
    We have to use the trapezoidal rule with Richarson's expolation
  10. Replies
    5
    Views
    1,985

    perform numeric integration

    How would I perform numeric integration?
  11. Thank You!!!

    Thank You!!!
  12. how to have the filename as a command line parameter.

    How do I do this?
  13. Replies
    1
    Views
    799

    Please tell me...how to

    get a program to read 3 sets of numbers in columns
  14. Replies
    10
    Views
    2,699

    Program has to be in C...but we have to think of...

    Program has to be in C...but we have to think of a pseudo code to start
  15. Replies
    10
    Views
    2,699

    o.k I am given this data file: 101 7 43.5 56.3...

    o.k I am given this data file:
    101 7 43.5 56.3 23.2 66.6 87.1 56.1 11.1
    112 4 101.2 45.8 51.0 52.2
    119 1
    121 5 52.6 26.2 60.0 52.2 44.8
    114 0
    115 3 23.4 64.3 19.4

    1. Write the pseudocode for...
  16. Replies
    10
    Views
    2,699

    Help

    #include <stdio.h>

    int
    main (void)
    {
    FILE *in;
    int beach, samples;
    double organisms, average;

    in = fopen ("erie.txt", "r");
  17. Replies
    10
    Views
    2,699

    submitting code

    How do I submit I c program on here?
  18. Replies
    10
    Views
    2,699

    Please Help!!

    PLEASE HELP ME!!! I have been doing this for 1 hour :(
  19. Replies
    10
    Views
    2,699

    Loops; input redirection from files

    We are given a data file containing these numbers( I saved as ontario.txt)

    101 7 43.5 56.3 23.2 66.6 87.1 56.1 11.1
    112 4 101.2 45.8 51.0 52.2
    119 1
    121 5 52.6 26.2 60.0 52.2 44.8
    114 0
    115 3...
Results 1 to 19 of 19