Search:

Type: Posts; User: usuthar

Search: Search took 0.01 seconds.

  1. Thread: rnadom number

    by usuthar
    Replies
    3
    Views
    1,142

    random()

    hi there,
    study yourself the fundas of random numbers and make function yourself...
  2. Replies
    3
    Views
    2,905

    try this

    hi there,
    in terms of tree notations,
    postfix == left,right,root
    prefix == root,left,right
    infix == left,root,right

    first create the tree of infix form and then go for...
  3. Thread: about os

    by usuthar
    Replies
    1
    Views
    966

    Re:MINIX OS

    hi there,
    go for this book "Operating System:Design and Implemantation by Andrew S. Tennenbaum". With this book you get a cd of minix os and complete source code of minix.

    and also you...
  4. Replies
    3
    Views
    1,742

    its easy

    hi if you want to delete a file using c function from hard disk, it is not possible because u need to know your os' filesystem

    when u want to encrypt, that is just read the file word by word or...
  5. Thread: 3D search

    by usuthar
    Replies
    5
    Views
    1,269

    study the searching methods....

    hi there,
    you just study the various searching methods.
    i know some best searching methods that i feel that best for you .
    these are,
    hash table searching method.
    ...
  6. Replies
    2
    Views
    2,282

    memory resident program

    hi friends,
    i want to make memory resident program which resides as background process in windows and linux...
    how do i go for that?
  7. Replies
    3
    Views
    1,253

    struct it is for link list

    hi
    the code which u have given is the part of linear data structures i.e. link list if u want to use it as in that manner.
    here you define a pointer of that structer as a part of that...
  8. Replies
    1
    Views
    1,081

    re:pseudo random numbers

    hi jasraj,
    for the pseudo random numbers knuth vol 2.0 is the book which we have in our library..
    and some online material u get on this link:
    ...
  9. Replies
    5
    Views
    1,194

    thanks salem

    hey salem,
    thanks.. the link that you have given gave me very useful information about io ports...
  10. Replies
    5
    Views
    1,194

    reply for salem

    hi salem,
    i know that i/o programming controls the hardware and it is done by OS, but
    i want to know i/o programming through ports because we are making an OS which require...
  11. Replies
    5
    Views
    1,194

    I/O programming

    hi friends,
    has anybody tried I/O programming through ports??
Results 1 to 11 of 11