-
src
最大最小值快速算法,时间复杂度为o(1),比普通的算法快了很多(fast )
- 2013-11-12 20:32:21下载
- 积分:1
-
Chip-electronic-bell-million-years
单片机万历年电子钟Chip electronic bell million years(Chip electronic bell million years)
- 2013-11-15 15:16:49下载
- 积分:1
-
yuv420sp_to_yuv420p
yuv420 to_yuv420p 程序(yuv420 to_yuv420p )
- 2016-12-21 16:58:27下载
- 积分:1
-
C语言浮点数的四舍五入
本代码描述C语言下为什么要对浮点数进行四舍五入,四舍五入的几个实现方法,以及不同的实现的BUG,程序有详细的注释,可以编译运行,有详细的输出。
- 2023-08-20 07:55:03下载
- 积分: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
-
iphone_sms_module
实现了iphone手机短信模块,想开发类似模块的朋友,可以参考下,不足之处请轻喷。(Iphone mobile phone SMS module, wanted to develop a similar modules friend, can refer to the the inadequacies light spray.)
- 2012-11-23 17:41:30下载
- 积分:1
-
PMAC-Executive-Pro2-Suite_4_4_0_0
pmac应用软件 主要用于PMAC运动控制卡的开发(application of pmac)
- 2021-03-06 12:09:30下载
- 积分:1
-
1.标准版麦轮小车源码(含PS2遥控)
可以驱动麦克纳轮,通过解码,定位,滤波,可以参加工程能力小车移动(It can drive the McNair wheel by decoding, positioning and filtering.)
- 2019-06-22 23:03:58下载
- 积分:1
-
QQServer
聊天程序源码聊天程序源码聊天程序源码聊天程序源码(liao tian cheng xu liao tian cheng xu)
- 2013-12-27 22:42:43下载
- 积分:1
-
314
有一存储很多商品数据(每件商品的属性先后包括:品名、规格、单价(有小数位)、数量,数据的最长长度分别为20、10、6、5,在文件中以空格为分隔,每个商品的数据占一行)的文本文件,从键盘输入某种商品的品名,要求在文件中查找有无相应品名商品(可能有多条记录或没有),若有则在屏幕上显示出相应的商品的品名、规格、数量、单价(显示时,品名、规格、数量、单价之间使用逗号(,)作分隔,单价显示时只显示2位小数),若无则显示没有相应品名的商品。
(There are a lot of goods stored data (each item has the attributes include: name, size, price (with decimal places), quantity, the maximum length of the data were 20,10,6,5, a space in the file is separated The data for each item per line) text file, input from the keyboard of a commodity name, asked whether the corresponding file for the product name (may be multiple records or did not), if it is displayed on the screen of the corresponding product name, size, quantity, unit price (display, name, size, quantity, unit price between a comma (,) as a separator, price display shows only two decimal places), if not then show no corresponding product name .)
- 2013-05-28 21:05:51下载
- 积分:1