Welcome![Sign In][Sign Up]
Location:
Search - include file .h

Search list

[SCMCypressCY7C63723C-CombiMouse

Description: 用CY7C63723设计的鼠标固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants-CY7C63723 use the mouse firmware design procedures chip.c-include file that defines constants CY7C63723- combi.c-main source file-combi.hex-Intel hex file for programming a microcontroller CY7C63723- combi.lst-output listing from c-compiler for use with the CYDB debugger- macros.h-defines macros used in combi.c- ps2defs.h-defines PS/2 interface constants- usb_desc.h-defines the USB descriptors- usbdefs.h-defines USB interface constants
Platform: | Size: 78848 | Author: 江辉 | Hits:

[ELanguagepa

Description: #include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////////////////////////////////////////////////////////////////*/ void readIntoBuffer(char buffer[256]) { char ch1 char temp int i for(i=0 i<256&&!feof(fp) i++) { ch1=fgetc(fp) if(ch1== )-# include "define.h"# include
Platform: | Size: 2048 | Author: dddddddd | Hits:

[assembly languageIap_lite.inc

Description: 文件名:TEST.C * 功能:测试IAP_Lite功能 * 日期:2003.11.10 ******************************************************************/ #include "REG931.H" #include "IAP_LITE.H"-File Name : TEST.C* Function : IAP_Lite functional testing* Date : 2003.11.10 Summary# in************************************/ clude "REG931.H"# include "IAP_LITE.H"
Platform: | Size: 1024 | Author: tao | Hits:

[Embeded-SCM DevelopUSBMouse2

Description: This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants-This design package includes reference ma terials for creating a USB-PS/2 combination mo use that auto-detects the interface and config ures itself to operate on the appropriate bus. D ocumentation docs- Designing a low cost CY7C63 723 combination mouse.pdf-application note f or this design-schematic.pdf-mouse schemati c Firmware Source Files src- chip.c-fi include le that defines constants CY7C63723- combi.c- main source file-combi.hex-Intel hex file for programming a microcontroller CY7C63723-com bi.lst-output listing from c-compiler for use with the CYDB debugger- macros.h-defines macr os used in combi.c- ps2defs.h-defines PS/2 int erface constants- usb_desc.h-defines the USB descriptors- usbdefs.h-defines USB interfac e constants
Platform: | Size: 598016 | Author: zxh | Hits:

[File OperateIniFile

Description: 操作INI文件,非常方便... 使用方法: 1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入 #include "IniFile.h",及CIniFile IniFile 2.读取和写入: string = IniFile.GetString("section","item","默认") int = IniFile.GetInt("section","item",666) IniFile.SetString("section","item","设置值") IniFile.SetInt("section","item",666) 3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
Platform: | Size: 3072 | Author: 电风扇 | Hits:

[Windows CEWINCEDB5.0

Description: wince 自带的DB数据库编译,由CEDBUse修改下,主要是修改了编译通不过,通过后操作不正常,还有验证在MIPS和ARM分别完成数据库操作(增加,删除,修改) 一开始本人以为自带的数据库只支持四列,原来不是指这个意思而是指4种索引!所以在本源码里已经在表里加入了五列数据! 主要包含文件: CEDBUseDlg.cpp CEDBUseDlg.h StudentInputDlg.cpp StudentInputDlg.h CEDBUse.cpp CEDBUse.h 注意与原版不同的 //memset(pProps,0,LocalSize(pProps)) 最被注释掉 因为第二次分配内存时会导致本程序出错,注释掉不影响操作-wince s own DB database compiled by the modifications under CEDBUse mainly modify the compiler pass, however, after the passage of abnormal operation, as well as verification in the MIPS and ARM, respectively, to complete the database operations (add, delete, modify) the very beginning I thought that since with the database only supports 4, the original was not referring to the meaning of but four kinds of index! Therefore, in this source in the exterior has joined the five data! main include file: CEDBUseDlg.cppCEDBUseDlg.hStudentInputDlg.cppStudentInputDlg.hCEDBUse.cppCEDBUse . h attention with different original// memset (pProps, 0, LocalSize (pProps)) commented out the most because the allocation of memory when the second would lead to this error, comment out does not affect the operation
Platform: | Size: 52224 | Author: lzy | Hits:

[Button controlCPushPinButtonv1.21

Description: CPushPinButton类继承于CButton类,功能是完成一个图钉按钮的效果。就像VC++中一个控件的属性对话框中的那个图钉按钮。 类的使用步骤: 1.在工程中加入PushPin.cpp和PushPin.h两个文件,并且在需要用到这个类的文件中加入#include "PushPin.h"语句。 2.确保工程中加入了图片IDB_PUSHPIN或者IDB_PUSHPIN_HELP 3.在对话框中加入一个按钮,设置owner-draw属性,大小不限。 4.使用Classwizard定义一个按钮的成员变量,然后用CPushPinButton代替CButton声明 5.为确保在按钮状态发生变化时,类能正常运行,还应该用ReloadBitmaps方法响应WM_SETTINGCHANGE或者WM_WININICHANGE消息。-Class CPushPinButton inherited from CButton class, function is to complete a pushpin button effect. Like VC++ A control Properties dialog box that pushpin button. Type of use these steps: 1. PushPin.cpp in engineering and PushPin.h adding the two documents, and need to resort to this type of file by adding# Include PushPin.h statement. 2. Ensure that the works to add a picture IDB_PUSHPIN or IDB_PUSHPIN_HELP 3. In the dialog box to add a button, set the owner-draw attributes, size limitation. 4. Use ClassWizard to define a member variable of the button, and then replace CButton with CPushPinButton statement 5. In order to ensure that the button state change, the type can be normal operation, it should also be used to respond to ReloadBitmaps method WM_SETTINGCHANGE or WM_WININICHANGE news.
Platform: | Size: 19456 | Author: wyb | Hits:

[Otherinclude

Description: 一些经常遇到的.h文件,经过整理汇总,会有帮助的-Frequently encountered. H file, after finishing summary, there will be helpful
Platform: | Size: 111616 | Author: dsb | Hits:

[source in ebookC1

Description: 常用的一些头文件的汇总,很好用,编程时在main文件中写上#include"C1.H"。-Commonly used in some header file summary, very good, and programming in the main document, written on# Include C1.H .
Platform: | Size: 1024 | Author: wujiawei | Hits:

[Chess Poker gamesGameplaza

Description: 网狐棋牌游戏客户端游戏大厅组件源代码,带支持库及包含文件!-Fox network games board games hall client component source code, with the support library and include file!
Platform: | Size: 948224 | Author: happyflyman | Hits:

[Linux-Unixexpmt3

Description: UNIX下编程:目录树的遍历。包含文件:apue.h、error2e.c、pathalloc.c、3.c-Under UNIX Programming: the traversal tree. Include file: apue.h, error2e.c, pathalloc.c, 3.c
Platform: | Size: 5120 | Author: yy | Hits:

[Special EffectsOTSU

Description: 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 //---OpenCV Lib file----------- #pragma comment (lib,"cv") #pragma comment (lib,"highgui") #pragma comment (lib, "cxcore") //---gsl Lib file----------- //#pragma comment (lib, "libgsl.a") #include "cv.h" #include "cxcore.h" #include "highgui.h" class COTSU { public: IplImage* Binarize( IplImage* pImg, int nThreshold ) int Threshold() void CalculateThresh( double* pHist, double dMean ) void GetThreshold( IplImage* pImg, CRect Rect ) COTSU() virtual ~COTSU() protected: bool m_bDone int m_nThreshold } #endif // !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_)
Platform: | Size: 2048 | Author: shaohu | Hits:

[CA authcryptoki

Description: cryptoki.h include file for PKCS #11.-cryptoki.h include file for PKCS#11.
Platform: | Size: 1024 | Author: va | Hits:

[Otherdos

Description: 在cvm中实现dos的滚屏打印方式,并在cvm.h 的基础上增加了诸多实用的函数,包括一些图形界面的函数,所带的五笔输入法可以打词,比系统自带的只能打单个字的要方便很多。 只有dos.h文件是用户用的头文件; 用法如下: #include "dos.h" void dos() /*相当于main*/ { } 用户不能用main,因为main已经在dos.obj里了; dos.obj 的生成:dos.c 和其他的.h文件用于生成dos.obj ,只要 cvm.exe dos.c 就可以了 连接成.cvm 文件的时候用 cvmlnk.exe a.cvm dos.obj cvm.obj user.obj 其中 user.obj 是用户自己的代码生成 cvm.obj 在cvm 开发包里有;-In the cvm to achieve the scrolling dos printing method, and based on the increased cvm.h many useful functions, including some graphical user interface functions, brought a five-stroke input method can play word, than the system comes with only the can play a single word to be a lot easier. Only dos.h files are header files used by the user usage is as follows:# include " dos.h" void dos ()/* the equivalent of main*/() you can not use main, because the main has been dos.obj where the dos.obj generation: dos.c and other. h file used to generate dos.obj, as long as the connection can be cvm.exe dos.c into. cvm file would use cvmlnk.exe a.cvm dos.obj cvm . obj user.obj where user.obj is the user' s own code generation cvm.obj development in the cvm package are
Platform: | Size: 13312 | Author: luoweijian | Hits:

[VC/MFCExcelmanipulation

Description: 具体实现 一、 包含Excel文件操作类头文件 #include "CSpreadSheet.h" 二、 新建Excel文件,并写入默认数据 // 新建Excel文件名及路径-Concrete realization of one, including the Excel file manipulation class header file# include " CSpreadSheet.h" Second, the new Excel file, and default data to write// the new Excel file name and Path
Platform: | Size: 2048 | Author: suwenfu | Hits:

[SCMtsl2561

Description: IIC驱动程序 单片机: STC12C5410AD 主频: 24MHz include <REGX051.H> // AT89C4051头文件 #include "../inc/STC12C5410AD.H" // AT89C4051头文件 #include <INTRINS.H> // 系统调令头文件 #include "def.h" // 类型定义文件 #include "config.h" // 配置头文件 #include "IIC.h" // 配置头文件 #include "uart.h" // 配置头文件 -IIC driver SCM: STC12C5410AD frequency: 24MHz include <REGX051.H>// AT89C4051 header file# include " ../inc/STC12C5410AD.H" // AT89C4051 header file# include <INTRINS.H>// System transfer order header file# include " def.h" // type definition file# include " config.h" // configuration header file# include " IIC.h" // configuration header file# include " uart.h" // configuration header file
Platform: | Size: 3072 | Author: mengchao | Hits:

[ADO-ODBCinclude

Description: mysql数据库访问需要的h头文件,这个在安装mysql时选择自定义安装会有。-mysql database access required h header file, the mysql is installed there will be a custom installation when you choose.
Platform: | Size: 92160 | Author: | Hits:

[SCMC51_IIC_bus_24C02

Description: AT89C51/52单片机模拟I2C总线,驱动1k的EEPROM存储芯片24C02的程序,已经封装好,直接在工程中添加24C02.C文件,并且在主函数中#include 24C02.H-AT89C51/52 chip analog I2C bus, the driver chip 24C02 1k of EEPROM program memory, has a good package, add 24C02.C directly in the project file, and in the main function# include 24C02.H
Platform: | Size: 1024 | Author: 袁某 | Hits:

[SCMC51_LCD12864

Description: AT89C51/52单片机驱动点阵液晶屏LCD12864的程序,已经封装好,直接在工程中添加LCD12864.C文件,并且在主函数中#include LCD12864.H-AT89C51/52 dot matrix LCD driver chip LCD12864 procedures are packaged well, directly in the project to add LCD12864.C file, and in the main function# include LCD12864.H
Platform: | Size: 1024 | Author: 袁某 | Hits:

[Linux-UnixLinux-serial

Description: Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Description: To provide underlying serial port function, * for high level applications. * */ #include <termios.h> /* tcgetattr, tcsetattr */ #include <stdio.h> /* perror, printf, puts, fprintf, fputs */ #include <unistd.h> /* read, write, close */ #include <fcntl.h> /* open */ #include <sys/signal.h> #include <sys/types.h> #include <string.h> /* bzero, memcpy */ #include <limits.h> /* CHAR_MAX */ #include "vardef.h" /* INT32, INT16, INT8, UINT32, UINT16, UINT8 */ #include "serial.h"-This directory contains the version 0.0.4 release of the Serial Debugger (SDB). The SDB is free software. If you think it is useful in your applications or solutions, you are admitted to use this source code with the declaration of Copyright to the original author, now Ding Baohua. Install procedure is referred to INSTALL file.
Platform: | Size: 8192 | Author: zhangxiaojun | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net