搜索资源列表
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中的ma
nRF24L01.c
- nRF24L01的驱动程序,LCD会显示时时温度,当发送端温度变化时,接收端显示温度也变化,当超过预设范围蜂鸣器报警 同时打开PC温度采集界面可以看到界面温度效果,其中波特率选择9600,和串口号-nRF24L01 driver, define LED1_0 P6OUT & = ~ BIT1// Output 0# define LED1_1 P6OUT | = BIT1// Output 1# define LED2_0 P6OUT & = ~ BIT2// Output 0# de
CDromCONCTROLER3.6
- 该程序可控制CDROM和大部分DVDROM实现CD播放,包括块进快退等操作-The program can control the CDROM and DVDROM to achieve the majority of CD players, including the block into the rewind operation, such as
aa
- 《从新手到高手C++全方位学习 随书DVD文件》 第2章从一个最简短的C++程序讲起-" From novice to master C++ LWL DVD with the book file" Chapter 2 from one of the most short I start C++ program
DVDPlayerNET
- 用vs2005和C#编写的DVD播放程序-Written in C# using vs2005 and a DVD player
关于c++的winmain例程
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。
Visual.C
- 本次是一个光盘资料为Visual C++编程实例,帮助C++初学者实现由零基础到熟练掌握的目标,所有工程都以VC++ 6.0编写,在Windows XP、Windows 2000和Windows 98第2版中调试通过,所有示例程序均可独立运行。- This is a CD-ROM for Visual C++ programming examples to help beginners C++ zero to master the goal, all the projects to pre