-
联合视频组(JVT)ISO/IEC MPEG和ITU
The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for
the coding (compression) of natural video images. The new standard [1] will be known as H.264 and
also MPEG-4 Part 10, “Advanced Video Coding”. This document introduces the concepts of
Switching P and I slices, part of the Extended Profile of H.264.-The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard forthe coding (compression) of natural video images. The new standard [1] will be known as H.264 andalso MPEG-4 Part 10,
- 2022-05-07 12:50:27下载
- 积分:1
-
VC++的MFC
vc++ mfc
- 2023-05-01 23:15:04下载
- 积分:1
-
C++中的虚函数(virtual function)
C++中的虚函数(virtual function)-C of the virtual function (virtual function)
- 2022-02-04 12:53:24下载
- 积分:1
-
C&C++/builder 相关的书籍
C&C++/builder 相关的书籍-CC/builder related books
- 2022-03-06 14:06:56下载
- 积分:1
-
谭浩强老师的一本关于如何掌握了解c的教程,希望大家能够用得上...
谭浩强老师的一本关于如何掌握了解c的教程,希望大家能够用得上-Hao Qiang teachers on how to grasp an understanding of c tutorial, I hope everyone can be useful
- 2022-08-03 20:47:06下载
- 积分:1
-
Notes for the Linux source entirely, a very good book, hope you like
Linux源码完全注释,一本很好的书,希望大家喜欢-Notes for the Linux source entirely, a very good book, hope you like
- 2022-04-10 21:25:47下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
这是一本vc++学习者的参考书,非常有实用价值,值得大家下载哦~~!...
这是一本vc++学习者的参考书,非常有实用价值,值得大家下载哦~~!-This is a reference book vc learners, very practical value, is worth the download ~ ~ Oh!
- 2022-03-17 17:32:32下载
- 积分:1
-
Practical C Programming 3rd Edition
Practical C Programming 3rd Edition
- 2023-01-17 20:40:04下载
- 积分:1
-
本电子书仅供读者预览线路交换进行通信线路交换缺点
本电子书仅供读者预览线路交换进行通信线路交换缺点-Preview the e-book readers for circuit-switched circuit-switched communication disadvantage
- 2022-03-25 22:15:21下载
- 积分:1