-
ucos_vc
嵌入式操作系统ucos ii在visual studio vc下运行,极大的方便的初学者了解us0s ii的运行过程!(Embedded operating system ucos ii in visual studio vc run, a great convenience for beginners to understand the operation of the process of us0s ii!)
- 2008-08-02 21:02:02下载
- 积分:1
-
67634
pysl-iPhone电话短信防火墙,精选ios编程学习源码,很好的参考资料。(Pysl-iPhone phone SMS firewall, selection of learning IOS programming source code, a good reference.)
- 2013-12-11 10:47:45下载
- 积分:1
-
ATMEGA2560_DataSheet
Arduino 中关于寄存器的相关修改规则及方法(Arduino register relevant changes regarding rules and methods)
- 2015-04-11 12:07:08下载
- 积分: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
-
TIN
对一系列点,生成deloney不规则三角网(On a series of points, generating deloney TIN)
- 2021-04-07 23:59:01下载
- 积分:1
-
l2encdec_292
说明: l2encdec v292
This program encodes and decodes Lineage 2 client programs to applies some cheat files.
- 2020-06-17 11:12:41下载
- 积分:1
-
lsm6dsl
lsm6dsl基于stm32f407的开发,详细代码,
/* Includes ------------------------------------------------------------------*/
#include "lsm6dsl.h"
#include "spi.h"
#include "usart.h"
#include "delay.h"
#include
//³õʼ»¯LSM6DSLµÄIO¿Ú
void LSM6DSL_Init(void)
{
uint8_t Device_ID;
GPIO_InitTypeDef GPIO_InitStructure;
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);//ʹÄÜGPIOGʱÖÓ
//GPIOI7ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_100MHz;//100MHz
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;
GPIO_Init(GPIOG, &GPIO_InitStructure);//³õʼ»¯PG7
LSM6DSL_SPI_Init();
- 2022-02-16 01:20:43下载
- 积分:1
-
wdkserver
wsk是win7上取代tdi驱动进行网络编程的技术,程序对wsk的接口进行封装,可以像应用层一样进行socket编程。(wsk is substituted on win7 tdi driven network programming techniques, procedures for wsk interface package, socket programming can be the same as the application layer.)
- 2015-11-03 17:26:33下载
- 积分:1
-
dtmfdecoder
非常简单的DTMF实现,可以解码alaw编码的音频文件,内附样本文件。(Very simple DTMF implementation, alaw encoded audio files can be decoded, enclosing a sample file.)
- 2012-12-11 18:50:47下载
- 积分:1
-
a good books of the management procedures, together with OK also for junior C pr...
一个不错的图书管的管理程序,用起来还行,对于初级C语言编程爱好者来说是个不错的学习机会。-a good books of the management procedures, together with OK also for junior C programming language lovers is a good learning opportunities.
- 2023-05-28 19:25:02下载
- 积分:1