Include 函数库。。。。 真是没什么好说的 大家自己看吧
上传时间: 2016-06-15
上传用户:450976175
电话应用编程接口的pas文件。 The directives can be controlled using the Tapi.inc Include file which is Included in both Tapi.pas and TSPI.pas.
标签: directives controlled Included Include
上传时间: 2014-01-16
上传用户:zuozuo1215
fft源代码,#Include "f2407_c.h" #Include "math.h" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
上传时间: 2016-06-28
上传用户:LouieWu
复数运算#Include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream Include
上传时间: 2016-06-30
上传用户:wang5829
内核中链表结构的实现,并通过实例对每个链表操作接口进行了详尽的讲解。 一、 链表数据结构简介 链表是一种常用的...这些链表大多采用在[Include/linux/list.h]实现的一个相当精彩的链表数据结构
上传时间: 2013-12-19
上传用户:jkhjkh1982
基于s3c9454茶具泡茶定时器程序。S3F9454,FOSC=3.2MHZ .Include "s3c9454.reg
上传时间: 2014-01-12
上传用户:dianxin61
Samsung 241x Windows CE 6.0 BSP, Include touch panel driver, display driver, OAL, EBOOT, Keypad driver
标签: driver Samsung Windows Include
上传时间: 2013-12-19
上传用户:zhengzg
前置處理器指令 #Include 指示前置處理器包含指定檔案提供的函數。它的作用跟 Turbo Pascal 中的uses 語句相似。 如果一個 C++ 程序都需要從鍵盤讀取數據及/或在螢幕顯示數據,此程序必須包含以下前置處理器指令
上传时间: 2016-07-19
上传用户:小草123
#Include "REG51.H" #Include <intrins.h> #Include "Common.h" //#Include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#Include "T100Data_A.h" //#Include "T100Data_PA.h" //#Include "T100Data_AU.h" //#Include "T100Data_CPT.h" //#Include "T100Data_PANASONIC.h" //#Include "T100Data_PVI7.h" //#Include "T100Data_LG.h" //#Include "T100Data_FOX.h" #Include "T100Data_PVI8.h" #ifdef OSD_EN #Include "OSDFont1218_new.h" #Include "OSD1218_new.h"
标签: Include intrins Common Remote
上传时间: 2016-07-21
上传用户:x4587
StdAfx.h vc++重要的头文件的 要放到vc98/Include文件夹里面
上传时间: 2013-12-04
上传用户:561596