串口通信与工程实践\7.1,ModemConnet.dsp,ModemConnet.h
标签: ModemConnet 7.1 dsp 串口通信
上传时间: 2017-05-31
上传用户:tuilp1a
H.264.标准.视频.解码.优化研究,有需要的人可以自由下载,我也是为了赚点分哈,
上传时间: 2017-06-01
上传用户:tfyt
非常好用的H-JTAG 说明文档。很好,很强大
上传时间: 2017-06-01
上传用户:zwei41
s document describe davicom ic dm9000 DM9000_h.h . this ic can be used in the embedded systems and network lan cards. its is 10/100Mpbs ic.
标签: 9000 document describe embedded
上传时间: 2013-12-10
上传用户:xyipie
Soc Design for h.264
上传时间: 2017-06-04
上传用户:海陆空653
h.263解码器 视频会议 图像采集 图像压缩
上传时间: 2017-06-05
上传用户:924484786
Convert .H C++ headers to ASM .INC
上传时间: 2017-06-05
上传用户:Avoid98
《算法概论(英文版)》《Algorithms》S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani
上传时间: 2017-06-05
上传用户:saharawalker
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。 例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。
上传时间: 2017-06-10
上传用户:zsjinju
//初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d\n", i) mvwprintw(pad, i, 0, line) } //刷新屏幕 refresh() prefresh(pad, 0, 1, 5, 10, 20, 45) for(i=0 i<50 i++){ prefresh(pad, i+1, 1, 5, 10, 20, 45) usleep(30000) } //等待按键 getch()
标签: getmaxyx initscr stdscr for
上传时间: 2014-08-30
上传用户:龙飞艇