User Profile
Collapse
-
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 -
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? -
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?
No activity results to display
Show More