-
13818_5_for_vc
1、简介
此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。
2、VC++6.0编译设置
需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。
3、运行
编译生成decode2.exe文件后在命令行如下运行
decode2.exe d:cctv.ts
一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下:
decode2.exe d:cctv.ts >c: s_decode.txt
运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。
(a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat)
- 2007-02-01 16:25:15下载
- 积分:1
-
B400111@04.18
当用户单击每个数字按钮时,弹出对应的设置对话框,在此处可以设置用户想启动的程序(或者直接输入文件夹名)以及
文字串.
设定完成后,可以开始或者暂停数字键盘的程序设定功能.
在 KEYMODE 时,当用户按下数字键盘的某个数字键时,程序会模拟用户键盘输入在设置对话框设置的文字串,可以用来
在聊天或者游戏时输入常用的语句,符号等(不建议用户刷屏用),此处可使用
代表回车,既可以一下替用户输入大
段的文字串,打星际的时候可以用它替自己输入类似"show me the money"的密码
在 FUNCMODE 时,当用户按下数字键盘的某个数字键时,程序会启动用户在设置对话框设置的程序,或者打开文件夹,也
可以使用程序预定义的如调节音量,启动浏览器等功能,让没有多媒体键盘的朋友也方便.如果你经常操作多个文件夹,
也可以用这个程序,避免打开多个深的文件夹的麻烦.(When the user clicks on each number button corresponding to the Settings dialog box pops up, here you can set the user wants to start the program (or enter the folder name), and
Text string.
After setting, can start or pause the program to set the numeric keypad functions.
In KEYMODE, when the user presses a number key numeric keypad, the program will simulate user keyboard input in the Settings dialog box to set the text string can be used to
Enter the chat or the game commonly used statements, symbols, etc. (refresh is not recommended to use), here you can use n behalf of carriage, both look great for the user input
Section of the text string, playing Star when you can use it for their own input like "show me the money" password
In FUNCMODE, when the user presses a number key numeric keypad, the program starts the user to set the program in the Settings dialog box, or open the folder, but also
You can use the predefined procedure, such as adjust the volume, start the )
- 2011-09-03 20:59:07下载
- 积分:1
-
outlinetext-81806
this source code is test text draw sample.
thank you
- 2014-12-15 10:47:50下载
- 积分:1
-
D_V
D_V路由算法(D_V routing algorithm)
- 2011-11-21 22:49:51下载
- 积分:1
-
serial
说明: 在树莓派或其他Linux系统下与单片机通信。以/dev/TTYUSB0为例,附带单片机uart.c可以将由串口发给单片机的字符串原样由串口发回。(In raspberry pie or other Linux system, it communicates with MCU. Taking / dev / ttyusb0 as an example, UART. C with MCU can send the string sent from serial port to MCU back from serial port.)
- 2020-04-30 16:30:34下载
- 积分:1
-
Stm32-USB-HID(单片机程序加上位机程序)
此为基于stmf103的usb-hid程序,附加上位机界面通讯程序基于C#(This is a stmf103 based USB-HID program, and the additional host computer interface communication program is based on C#)
- 2017-12-28 09:55:03下载
- 积分:1
-
Coolpifumokuai
cool皮肤模块。里面有次模块的语言代码,齐全。第一次上传以后多多努力(The cool skin Module. Brother first upload urgent need something to do graduate design that seeking support)
- 2013-04-12 11:44:23下载
- 积分:1
-
GA_SVM
利用matlab的gui设计的带有输入和输出功能的界面图形,实现等距线可视性很强,自己独立编写的数据和图形,学习非常值得,实现 ga pca bp和svm压缩图像,matlab语言(Using GUI of MATLAB to design interface graphics with input and output functions, realizing the visibility of isometric line is very strong, and it is very worthwhile to study the data and graphics independently written by oneself, realizing GA PCA BP and SVM compressed image, MATLAB language)
- 2020-06-19 18:40:02下载
- 积分:1
-
extrusion
code of extrusion with matlab
- 2010-04-22 02:16:47下载
- 积分:1
-
bgs_track.cpp
Tracking based on background subtraction
- 2013-09-26 18:20:35下载
- 积分:1