a very good perl studying manual book! I love it!
上传时间: 2013-11-28
上传用户:it男一枚
void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART // user interface uart_printf("\n\r Led Test Example\n") for( ) { led_test() } }
标签: void Interrupt sys_init Initial
上传时间: 2014-01-18
上传用户:牧羊人8920
oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) { for(i=0 i<8 i++) { k = 9-(i+j)%10 iic_write(0x70, 0x10+i, f_szDigital[k]) } delay(1000) } } }
上传时间: 2013-12-19
上传用户:BOBOniu
void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART wdtimer_test() // test start }
标签: void Interrupt sys_init Initial
上传时间: 2013-12-29
上传用户:koulian
BBO I类匹配角计算 通过修改相应的参数可以计算其他负单轴晶体的I类匹配角
上传时间: 2015-10-08
上传用户:epson850
Cygnal C8051F020 Dual UART Example
标签: C8051F020 Example Cygnal Dual
上传时间: 2015-10-10
上传用户:as275944189
Core Java 2 Volume I - Fundamentals, 6th Edition chm格式 英文原版
标签: Fundamentals Edition Volume Core
上传时间: 2015-10-11
上传用户:sdq_123
邻接矩阵类的根是A d j a c e n c y W D i g r a p h,因此从这个类开始。程序1 2 - 1给出了类的描述。程 序中,先用程序1 - 1 3中函数Make2DArray 为二组数组a 分配空间,然后对数组a 初始化,以描述 一个n 顶点、没有边的图的邻接矩阵,其复杂性为( n2 )。该代码没有捕获可能由M a k e 2 D A r r a y 引发的异常。在析构函数中调用了程序1 - 1 4中的二维数组释放函数D e l e t e 2 D
标签: 矩阵
上传时间: 2013-12-21
上传用户:lanjisu111
What I did with this class is to automatize (not MS s automation) several processes to do a search in a MS Sql Server database, and show the results, retaining the data on an internal structure
标签: automatize automation processes several
上传时间: 2015-10-11
上传用户:manlian
how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a small class in my last article.
标签: applications consumer template extend
上传时间: 2014-11-26
上传用户:royzhangsz