搜索结果
找到约 2,061 项符合
H-bridge 的查询结果
其他书籍 Soc Design for h.264
Soc Design for h.264
压缩解压 h.263解码器 视频会议 图像采集 图像压缩
h.263解码器 视频会议 图像采集 图像压缩
其他 Convert .H C++ headers to ASM .INC
Convert .H C++ headers to ASM .INC
其他书籍 《算法概论(英文版)》《Algorithms》S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani
《算法概论(英文版)》《Algorithms》S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani
其他 a H.264/AVC Baseline Decoder
a H.264/AVC Baseline Decoder,用FPGA来实现的编码和解码等等内容
其他 编函数 float fun(double h)
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。
例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。
Linux/Unix编程 //初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++)
//初始化
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 ...
matlab例程 1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the
1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the pole-zero locations in the z-plane.
matlab例程 From the partial fraction expansion of H(z) we can find a, b
From the partial fraction expansion of H(z) we can find a, b
matlab例程 From the partial fraction expansion of H(z) we can find a, b
From the partial fraction expansion of H(z) we can find a, b