搜索结果
找到约 3,528 项符合
MPEG-I 的查询结果
其他书籍 《mpeg基础和协议分析指南》
《mpeg基础和协议分析指南》,里面有详细的mpeg协议的全面介绍。
Java编程 核心技术卷I 配套源码
核心技术卷I 配套源码
微处理器开发 lpc214x试验程序,包括串口,I/O等10个试验程序程序,经调试通过
lpc214x试验程序,包括串口,I/O等10个试验程序程序,经调试通过
文章/文档 1.利用I/O口产生一定频率的方波
1.利用I/O口产生一定频率的方波,驱动蜂鸣器,发出不同的音调,从而演奏乐曲(最少三首乐曲,每首不少于30秒)
2.采用LCD显示信息
3.开机时有英文欢迎提示字符,播放时显示歌曲序号(或名称)
4.可通过功能键选择乐曲,暂停,播放。
5.选作内容:显示乐曲播放时间或剩余时间 ...
VC书籍 I have a dream that I am always young. Then I will have enough energy to do everything whenever I wa
I have a dream that I am always young. Then I will have enough energy to do everything whenever I want. Moreover, I don t have to worry about the old age during which I even can t take care of myself
Java书籍 本书提供用J B u i l d e r开发数据库应用程序、创建分布式应用程序以及编写J a v a B e a n 组件的高级资料。它包括下列几个部分: • 第一部分是“开发数据库应用
本书提供用J B u i l d e r开发数据库应用程序、创建分布式应用程序以及编写J a v a B e a n
组件的高级资料。它包括下列几个部分:
&#8226 第一部分是“开发数据库应用程序”,它提供关于使用J b u i l d e r的D a t a E x p r e s s数据
库体系结构的信息,并解释原始数据组件和类之间的相互关系,以及怎样使用它
们来创 ...
Linux/Unix编程 I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driv
I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driver to use this library. I choose array for ready queue,and strcut for Thread Control Block.
VC书籍 Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portabl
Welcome to the Wrox Press C++ tutorial
"I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutoria ...
压缩解压 mpeg test inter b. Dequantizer Algorithm hardware realization method and comparison c. Dequantize
mpeg test inter
b. Dequantizer Algorithm hardware realization method and comparison
c. Dequantizer Hardware Architecture Design
文件格式 01背包问题题目 有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。求解将哪些物品装入背包...但它却是另一个重要的背包问题P02最简捷的解决方案,故学习只用一维数组解01背
01背包问题题目 有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。求解将哪些物品装入背包...但它却是另一个重要的背包问题P02最简捷的解决方案,故学习只用一维数组解01背包问题是十分必要的。