Search:

Type: Posts; User: alreadyinuse

Search: Search took 0.01 seconds.

  1. I know what an iterative method is, otherwise I...

    I know what an iterative method is, otherwise I would have not suggest newton method.

    The problem is that to use your method you have to be sure that the solution is an attractive fixed point....
  2. because that method will never solve the equation.

    because that method will never solve the equation.
  3. you could use newton method to find zeroes to an...

    you could use newton method to find zeroes to an equation like :

    log y +A +B y = 0

    http://en.wikipedia.org/wiki/Newton's_method
    EDIT: read also the "counter example" section to see when this...
  4. Replies
    10
    Views
    2,037

    look at your PM

    look at your PM
  5. Replies
    10
    Views
    2,037

    you can add system ("PAUSE") (if I remember well)...

    you can add system ("PAUSE") (if I remember well) to see what it is displaying

    #include <stdlib.h>
    int main()
    {
    //code

    system("PAUSE");
    return 0;
    }
  6. Replies
    35
    Views
    8,286

    lol :-D have you tryed FASM ? It has a syntax...

    lol :-D

    have you tryed FASM ? It has a syntax very similar with nasm, a wonderful macros system (well, this is my opinion), some great library and include files....
  7. Replies
    136
    Views
    32,702

    because cpus are not object-oriented? I regret...

    because cpus are not object-oriented?
    I regret not having learnt assembly at first... I would have made better programs in any language.
  8. Replies
    136
    Views
    32,702

    Are you trying to tell us you have ever...

    Are you trying to tell us you have ever programmed in C++ without using classes and object-oriented facilities? :-D
  9. Replies
    15
    Views
    2,707

    here there is a tutorial to load/display a bitmap...

    here there is a tutorial to load/display a bitmap and set the palette in a dos environment (programming the vga card).

    http://www.brackeen.com/vga/bitmaps.html
  10. yes! you can try: ...

    yes! you can try:

    http://www.google.com/homeworks

    and

    http://www.google.com/codesearch
  11. Replies
    8
    Views
    3,839

    It has taken from:...

    It has taken from:
    http://www.delphiforfun.com/Programs/Download/RomanSource.zip

    Google knows everything :-D lol
  12. Replies
    8
    Views
    3,839

    http://www.google.com/codesearch search...

    http://www.google.com/codesearch

    search something like:

    roman numbers lang:c

    have a look at the first 2 files
Results 1 to 12 of 12