-
MagicARM2410
MagicARM2410教学实验开发平台技术参数(err)
- 2008-06-07 01:08:50下载
- 积分:1
-
panyue2
基于matlab的激光课程设计,例子,福克斯里迭代法对矩形腔激光器,圆形镜面激光器等的仿真。(laser design)
- 2012-03-21 17:05:09下载
- 积分:1
-
hash
建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。要求:
1.使用哈希查找表存储信息;
2.实现查找、插入、删除、统计、输出等功能;
(Information management system to create a small (could be books, personnel, student, supplies, commodities and any other information management systems). Requirements: 1. Using a hash lookup table storing information 2. Implement search, insert, delete, statistics, output and other functions )
- 2021-01-13 18:58:47下载
- 积分:1
-
IOCPModel
这是一本关于IOCP模型原理及其功能介绍的文章。对于做大型服务器很有帮助(This is a book about IOCP model and the function introduction article. For large server help
)
- 2012-09-22 13:15:34下载
- 积分:1
-
Quadratic-Programming
二次规划的matlab程序,希望对初学者有用( Quadratic Programming
)
- 2014-01-08 10:36:43下载
- 积分:1
-
歌词
学习和参考,源码带有很强的娱乐性,可以欣赏一下C语言的代码可以混乱到什么程度。(Learning and reference, source code with a very entertaining, you can appreciate the C language code can be confusing to what extent.)
- 2018-05-31 23:22:37下载
- 积分:1
-
AdvancedComponentDevelopment
最近在弄GIS二次开发,附件是组件开发教程,希望有用。(Advanced Component Development Tutorial)
- 2010-03-02 17:58:14下载
- 积分:1
-
dataMatrix
IEC16022 bar code generation library and RS encode
- 2020-12-22 19:29:09下载
- 积分:1
-
viewer
一个用于显示DEM(数字高程模型)和DLG(Digital Line Graphs )的阅览器,可以从不同的角度观察地图。(Is used to display a DEM (digital elevation model) and DLG (Digital Line Graphs) of the reader, you can view the map from different angles.)
- 2010-01-27 18:30:15下载
- 积分:1
-
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