Welcome![Sign In][Sign Up]
Location:
Search - h文件

Search list

[Other resourcedds_drive.h

Description: 在NIOS中生成dds的.h文件,配合相应的.c文件,生成dds,由于要尽量使软件符合软件工程要求,故在main函数中仅需调用.c,在头文件中添加.h
Platform: | Size: 2816 | Author: 白天 | Hits:

[VOIP programH.264编码算法的完整源代码

Description: H.264编码算法的完整源代码 文件:VideoEncoderX264.h class CVideoEncoderX264 : { public: CVideoEncoderX264(void); ~CVideoEncoderX264(void); virtual bool Connect(CVideoEnDecodeNotify* pNotify, const CVideoEnDecodeItem& Item); virtual void Release(void); virtual void Encode(BYTE* pInData, int nLen, BYTE* pOutBuf, int& nOutLen, int& nKeyFrame); private: x264_picture_t m_Pic; x264_t *h; x264_param_t param; void Flush(void);
Platform: | Size: 30720 | Author: lixh2009 | Hits:

[DocumentsODBC直接读、写Excel表格文件

Description: 想要通过ODBC直接读、写Excel表格文件,首先,应确保ODBC中已安装有Excel表格文件的驱动"MICROSOFT EXCEL DRIVER (*.XLS)"。然后,可根据下面步骤进行: 1. 在StdAfx.h文件中加入: #include #include 2. 通过ODBC直接创建Excel文件(暂定文件名:Demo.xls) //创建并写入Excel文件 void CRWExcel::WriteToExcel() { CDatabase database; CString sDriver = "MICROSOFT EXCEL DRIVER (*.XLS)"; // Excel安装驱动 CString sExcelFile = "c:\\demo.xls"; // 要建立的Excel文件 CString sSql;
Platform: | Size: 2926 | Author: lijie189 | Hits:

[mpeg mp3shitclass3

Description: 本类包是使用于ShitMP3 v1.08的内部核心类,提供如下功能:1.提取指定MP3文件ID3v1信息2.提取指定MP3文件ID3v2信息3.存储ID3v1信息给某个MP3文件4.存储ID3v2信息给某个MP3文件5.MP3文件名自动重命名6.重命名命名格式全自动生成7.大批量修改某个目录下的MP3文件名★8.最新版的ShitClass提供了对WMA文件的自定义修改功能类包包括类:CMP3.h 用户真正使用的MP3类的接口文件,提供了上述的7种功能的各种方便函数CMP3.cpp MP3类文件MP3类需要的支持类:CWma.h WMA文件信息提取与写入类CWma.cppSManageFile.h 文件管理类,由张麟开发,有大量的文件的剪切,粘贴,复制,删除等各种各样的函数。SManageFile.cpp ID3.h 网友吴曜宏开发的MP3文件ID3v2信息提取类ID3.cpp类包支持:由于类包是在VC++环境中开发的,需要MFC类包的支持。★由于新版本的类包需要WMSDK的支持所以,在你编辑使用软件之前,请确认您的机器上有Windows Media Player SDK的支持。如果没有,您可以到:http://www.monocers.com/jon/shitmp3/WMFormatSDK.rar下载获得。使用CMP3类函数的时候,需要SManageFile类和CID3v2类的支持-in this package is used in the internal ShitMP3 v1.08 core category for the following functions : 1. Designated extract information ID3v1 MP3 files 2. MP3 files from designated three ID3v2 information. ID3v1 information stored MP3 files to a certain four. Information storage ID3v2 MP3 files to a five . MP3 files were automatically re-naming six. rename naming format Automatic Generation 7. change certain high-volume directory of MP3 files from People 8. the latest edition of the ShitClass provided by the WMA files from the revised definition of functional categories including packet categories : CMP3.h users actually use the MP3 category the interface file to provide the above functions of the seven convenient function CMP3.cpp MP3 MP3 category types of documents needed support categories
Platform: | Size: 124928 | Author: 小平 | Hits:

[Picture Viewer图象文件格式Windows编程 张维谷著

Description: 图象文件格式Windows编程 张维谷著解析图像文件格式-image file format Windows programming Zhang Gu Analysis with Image File Format
Platform: | Size: 817152 | Author: 大侠 | Hits:

[Game ProgramDx8.1头文件与库

Description: Directx8.1的头文件和库。进行directx编程必备的东西。无密码,解压后可以直接加入工程或#import进去-Directx8.1 the header files and libraries. DirectX programming for essential things. No password can be unpacked or direct entry into the project into the# import
Platform: | Size: 2673664 | Author: | Hits:

[Windows Develop磁盘文件递归读取

Description: 递归读取磁盘文件,使用库dirent.h中的相关函数-recursive disk read documents and use the library dirent.h correlation function
Platform: | Size: 1024 | Author: 王战 | Hits:

[Multimedia Developh.264解码器

Description: 一个媒体播放器,可以播放264格式的文件,是对H.264算法的软件实现。注意,本代码仅仅供学习实验使用-a media player that can play 264 files, the H.264 algorithm software implementation. Note that this code only for the use of experimental study
Platform: | Size: 67584 | Author: 韩志达 | Hits:

[Multimedia Developsubject_1_64672

Description: MPEG4网络传输(DSnetwork)修改后的cpp和.h文件,(精)-MPEG4 network transmission (DSnetwork) revised and the cpp. H, (exquisite)
Platform: | Size: 9216 | Author: dddd | Hits:

[CSharpconverttodicom

Description: 将BMP文件转换为DICOM文件 大家下载Cimg.h文件后,放在同一目录下,在vc++6.0中就可以编译-document will be converted to BMP file you download DICOM Cimg.h documents, on the same directory, vc 6.0 can be compiled
Platform: | Size: 2048 | Author: 王拨 | Hits:

[Communicationtestserialport

Description: 串口开发的另一种方式 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 superSP.cpp, superSP.h 文件操作类文件 fileCtrl.cpp, fileCtrl.h。 -development in a different way recently in the collation of the documents identified a previously written a serial process, In order to improve reusability also on the re-write a bit. Under the previous use of the series of Serial operating software found, Most of the serial operating software does not have an automatic record-keeping functions, so I was here it added. documented in the application directory time to a text file named. Procedures for the use of the two can reuse the C category, serial communications superSP.cpp document, superSP.h file manipulation fileCtrl.cpp types of documents, fileCtrl.h.
Platform: | Size: 39936 | Author: qin | Hits:

[Compress-Decompress algrithmsh.263encoderVC

Description: h.263 c编码源码。目录下有input。qcif原始未压缩文件,运行程序生成重建文件recon。qcif和压缩后文件output。263文件。-h.263 c source code. Contents under input. Qcif original uncompressed files, run the program generator reconstruction documents recon. Qcif and compressed paper output. 263 documents.
Platform: | Size: 2291712 | Author: becky | Hits:

[SCMKeilC51

Description: 本文档包括单片机系统中常用到的时钟中断、通讯及键盘扫描等模块(见所附源程序)的说明。这些模块使用前后台系统模型。为达到最大的灵活性, 需要在用户工程中定义config.h文件, 在其中定义各模块可选参数的设置,而不是直接更改源代码。-this document, including SCM system clock used to the interruption communications and keyboard scanning modules (see accompanying source code) Note. These modules use before and after the Taiwan model. To achieve maximum flexibility in user defined config.h engineering documents, in the definition module optional parameter settings, and not to directly change the source code.
Platform: | Size: 15360 | Author: yanyan | Hits:

[GDI-BitmapScreentofile

Description: 自动截屏到文件的小程序 (一)功能 实现了一个定时截取当前屏幕图像的小程序。 (二)准备工作 1)建立VC CONSOLE APPLICATION,选择MFC SUPPORT 2)在STDAFX.H文件中加入头文件:conio.h-automatic cut-off screen to the small document (1) Realization of a regular interception current screen image of small procedures. (2) prepare a) Establish VC CONSOLE APPLICATION. SUPPORT two choices MFC) in STDAFX.H document to the first document : conio.h
Platform: | Size: 1024 | Author: zanjiangfeng | Hits:

[SCMsingle

Description: /// ////单端输入,定时启动,由T2定时,选择AIN0.3为ADC0转化通道//////////////// //////single.c/////////////////////////////////// #include "lcd.h"//笔者所写的LCD显示头文件,具体见LCD章节 /*若读者没有条件使用"lcd.h"的各显示和键盘函数,则可在lcd.h文件中如下定义:-/////// Single-ended input, time to start, by the T2 timer, select AIN0.3 for ADC0 conversion channel ////////////////////// single. c ///////////////////////////////////# include
Platform: | Size: 2048 | Author: 杜华坚 | Hits:

[TAPIril

Description: 包含ril.h文件定义,可用于手机开发参考。-Ril.h document contains the definition of reference can be used for handset development.
Platform: | Size: 251904 | Author: yd | Hits:

[OS programFX2.H

Description: FX2.H和FX2REGS.H,cy7c68013芯片的固件程序需要include这两个头文件,应该对usb开发的有些用-FX2.H and FX2REGS.H, cy7c68013 chip firmware files need to include these two heads, there should be some development with usb
Platform: | Size: 10240 | Author: yanping | Hits:

[Other Embeded program44blib.h

Description: 这是基于三星公司的S3C44B0ARM编程用的头文件-This is based on Samsung
Platform: | Size: 1024 | Author: | Hits:

[SCM44B.H

Description: arm的头文件,对S3C44B0X三星公司的arm7内部资源地址定义-arm of the header files of S3C44B0X Samsung ARM7 address the definition of internal resources
Platform: | Size: 11264 | Author: 曹中 | Hits:

[File Operate读取文件

Description: 文件读取功能,可以将文件的内容进行中文的繁体简体转换,支持文件夹下的文件(.cpp和.h文件中的中文简体转换位繁体)(File read function, you can file the contents of Chinese traditional Chinese simplified conversion, support files under the folder (.Cpp and.H files in the Chinese Simplified translation, bit, traditional))
Platform: | Size: 74752 | Author: 熊小威 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net