Search:

Type: Posts; User: ilmarculin

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,448

    [Code] Oriented Graph

    I'm seraching for a simple code of an Oriented Graph.
    Where i can find it?
    What are the difference between an implementation of an Oriented Graph and a tree?
  2. Replies
    16
    Views
    3,765

    tree is better than a graph?

    tree is better than a graph?
  3. Replies
    16
    Views
    3,765

    I'm sorry Bubba but i didn't say that i don't...

    I'm sorry Bubba but i didn't say that i don't want to have concave poligons :)

    I've only convex poligons
  4. Replies
    16
    Views
    3,765

    What kind of structure can i use for the points?...

    What kind of structure can i use for the points?
    I think a graph is the better
    don't you?
  5. Replies
    16
    Views
    3,765

    No is not that :) For example...in the first...

    No is not that :)

    For example...in the first figure there are 14 points....in the seconds 103 points
  6. Replies
    16
    Views
    3,765

    Calculate Point in Area

    Is there an algoritm to calculate the sum of the point in a figure on a plain?
    Look the example:

    http://img197.exs.cx/my.php?loc=img197&image=untitled0zx.jpg

    I have the 4 initial points...how...
  7. Replies
    2
    Views
    1,532

    I'm doing a pocket pc application. There's only a...

    I'm doing a pocket pc application. There's only a picture box cause i cannot make an mdi form.
    The application must open big .tiff image like 7/8 MB
    This is the code that open the image (i hope:)...
  8. Replies
    2
    Views
    1,532

    [Newbie] Zoom + Recent Files

    Does anyone know where i can find a code that make a zoom on an image and a code to open recent files?
  9. Replies
    0
    Views
    818

    string in a tree

    are there some code for put binary strings in a tree?
    Ex:

    i've the string 100

    put in the right node

    arrive 1011

    now the first right node is 10 and the left child will be 0 and the right...
  10. Thread: Read string

    by ilmarculin
    Replies
    6
    Views
    1,374

    Can i use this code without using Realloc?

    Can i use this code without using Realloc?
  11. Replies
    2
    Views
    2,125

    Problem with strlen()

    typedef struct robot {

    char *name;
    struct robot *next;

    } robot;

    robot *t;
  12. Replies
    6
    Views
    1,720

    Yes A* is right! But i don't find the...

    Yes A* is right!
    But i don't find the code......do u know a site wheer i can find it?
  13. Replies
    6
    Views
    1,720

    this is the problem ...

    this is the problem

    http://img175.exs.cx/my.php?loc=img175&image=untitled0xq.jpg

    if x send the signal 11 the automa that have to move to x are 11, 110, 111 but only 11 can reahc x cause respect...
  14. Thread: Read string

    by ilmarculin
    Replies
    6
    Views
    1,374

    Thanks Can u tell me the thread? if u...

    Thanks
    Can u tell me the thread? if u remember....

    But i can't use fgets() i can only use getchar()
  15. Replies
    6
    Views
    1,720

    Backtracking

    I have an infinite square and I have some automa identifies by a string (0101011001.....) and one position (x,y). On the square there are some obstacles identifies from one position (x,y, x0, y0)....
  16. Thread: Read string

    by ilmarculin
    Replies
    6
    Views
    1,374

    Read string

    I'm searching for a code to read a string in input. The length of the scring in unknow.
    I've to use getchar and malloc or calloc......
    it's like gets() but i don't find it where i can find?
Results 1 to 16 of 16