Search:

Type: Posts; User: vnrabbit

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,778

    Thank you all!

    Thank you all!
  2. Replies
    9
    Views
    1,778

    I don't get your point. Please explain a little...

    I don't get your point. Please explain a little bit more. Again, the requirement of the function is returning the name of the month. Thanks!
  3. Replies
    9
    Views
    1,778

    Question for return type.

    Hi all;

    I want to write a function that gets input from the user, between 1-12, and returns by name of month. For example, if the user input 1, then I should return January, and so on. I know that...
  4. Replies
    4
    Views
    1,766

    Sorry for not giving much info. This is the first...

    Sorry for not giving much info. This is the first time I'm working with the MIL-STD1553, but I don't know much about it
    First of all, I need to define a structure like this:


    typedef struct
    {
    ...
  5. Replies
    4
    Views
    1,766

    How to delare a schedule table in C?

    Hi everyone,

    I have to set up a schedule table in C, but I don't know how. Something like this:

    0 RT3 T SA 10


    100msec RT4 R ...
  6. Replies
    1
    Views
    805

    Thanks Salem

    Thanks Salem
  7. Replies
    1
    Views
    805

    Website for driver software

    Hi all,

    I start writing a driver for chipset MIL-STD-1553. This is the first time I write a driver for a chipset. Anyone know what website will be a good reference for the beginer like me. Please...
  8. Replies
    13
    Views
    58,129

    I got it. Thanks a bunch.

    I got it. Thanks a bunch.
  9. Replies
    13
    Views
    58,129

    => That is OK, if this DataReady is a standalone...

    => That is OK, if this DataReady is a standalone variable and not a member of dataInfo

    What do you mean by saying that? Sorry for slow understanding.
  10. Replies
    13
    Views
    58,129

    Thanks Shiro. I wonder when you coded like...

    Thanks Shiro.
    I wonder when you coded like that, TRUE = 1 and FALSE = 0, right?


    typedef
    {
    FALSE,
    TRUE
    } boolean;
  11. Replies
    13
    Views
    58,129

    How to define the boolean in C

    Hi All,

    I want to define a variable by type boolean in C and I don't know how. Is there anyone know, please help me? Thanks a lot!
  12. Hi Shiro, Thank you for responding. Your...

    Hi Shiro,

    Thank you for responding. Your answer helps me to solve the first problem. My second problem is how to handle the loop N. Example, I have 1 Work runs at a time or 4 Works run in...
  13. How to handle in software to solve this block diagram?

    Hello everyone:

    I have a block diagram as follow. Please help me to solve it.



    DATA
    / \
    / \
    BufferA BufferB
  14. Thread: Multitask

    by vnrabbit
    Replies
    4
    Views
    1,351

    Thanks Shiro! I will look at the website you gave...

    Thanks Shiro! I will look at the website you gave carefully and if I have question I will come back and ask.
  15. Thread: Multitask

    by vnrabbit
    Replies
    4
    Views
    1,351

    Multitask

    Hello All,

    I encounter a problem, please help me if you can.
    I write a program that receives multitask and executes these tasks. The program will have two buffers. The data will be stored in...
  16. Thread: Pipeline

    by vnrabbit
    Replies
    1
    Views
    2,162

    Pipeline

    Hello all,

    I am looking for some programming for Pipeline in C but cann't find anything. I did search on Google and it did not help much. Are there anyone knoe which website is a good source for...
  17. Thread: passing data

    by vnrabbit
    Replies
    4
    Views
    1,410

    Hi Sayeh, Thank you very much for your info.....

    Hi Sayeh,

    Thank you very much for your info.. I appreciate your help a lot!

    Regards,
  18. Thread: passing data

    by vnrabbit
    Replies
    4
    Views
    1,410

    Thanks! Would you please show me how to pass the...

    Thanks!
    Would you please show me how to pass the address instead of passing value? Sorry, I don't understand your third thing, would you explain it a little bit more? Thank!
  19. Thread: passing data

    by vnrabbit
    Replies
    4
    Views
    1,410

    passing data

    Hi All;

    I have problem with passing the data. Anyone please help!
    I have something like this (I know it's long and need to pay closed attention.) Is there any way to check that the data is...
  20. Replies
    3
    Views
    1,004

    Thanks CShot! It works.

    Thanks CShot!
    It works.
  21. Replies
    3
    Views
    1,004

    problem with passing data, again.

    Hi everyone,

    I encounter this problem and don't know how to get it work. Please help me! Thanks in advanced. Sorry, somehow I can't use the code tag.


    void Functionchild(int * data)
    {
    ...
  22. Thread: Passing data

    by vnrabbit
    Replies
    4
    Views
    1,237

    Thanks guys. However, I can't change the...

    Thanks guys.

    However, I can't change the datapassing1 and datapassing2 functions on the way I call them. Maybe I didnt explain my question clearly. When I call in the CallFunction() in Main, I...
  23. Thread: Passing data

    by vnrabbit
    Replies
    4
    Views
    1,237

    Passing data

    Hello,

    Earlier today, I asked about how to allocate a big memory location. Thanks all! Now I have another problem, please help.
    I have a short program like this:

    int main(void) {
    ...
  24. Replies
    11
    Views
    2,434

    O.k. Thanks you guys. I got it.

    O.k. Thanks you guys. I got it.
  25. Replies
    11
    Views
    2,434

    Hi Prelude, Thanks! What is T?

    Hi Prelude,

    Thanks! What is T?
Results 1 to 25 of 54
Page 1 of 3 1 2 3