User Profile

Collapse

Profile Sidebar

Collapse
imant
imant
Last Activity: Jan 16 '08, 06:58 PM
Joined: Dec 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • imant
    started a topic reports

    reports

    Hi, I am interested in SQL databases, but I am beginner. So I wrote a query , and now I want to write a report to this query. I may do it in Visual Studio on computer that has either Reporting Services installed or on one that has Business Intelligence Studio Installed. So I should add parameters to the query, so users could filter atributs. Some example? Please
    See more | Go to post

  • imant
    started a topic memory test
    in C

    memory test

    I have a function - void write_byte(unsi gned long addr, unsigned char data)
    and function - unsigned char read_byte(unsig ned long addr).
    I need a function, that in each addr write a data, and read from addr this data. How could I realize it?
    See more | Go to post

  • imant
    started a topic microcontrollers
    in C

    microcontrollers

    Hello! have a function :
    void send_addr(unsig ned long addr)
    {
    DDRC = 0xFF;
    DDRD = 0x10;
    for(int i = 0; i < 16; ++i) {
    if ((addr&1)) {
    DATA_ADDR1
    }
    else {
    DATA_ADDR0
    }
    addr >>= 1;
    SRAM_CLK0
    SRAM_CLK1
    }
    }
    how to check, if the 16 bit of addr is set?
    See more | Go to post
No activity results to display
Show More
Working...