代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/316863/13515886
h include.h
//===================================================================================
//
// INCLUDE.H
// Author: Duran Liu
// Date: 06\12\03
// Version: 1.0
//
www.eeworm.com/read/315640/13539071
include makefile.include
ifdef APPS
APPDIRS = $(foreach APP, $(APPS), ../apps/$(APP))
-include $(foreach APP, $(APPS), ../apps/$(APP)/Makefile.$(APP))
CFLAGS += $(addprefix -I../apps/,$(APPS))
endif
ifndef CCDEP
CC
www.eeworm.com/read/314527/13564928
doc include.doc
www.eeworm.com/read/314347/13569045
h include.h
#include "stdio.h"
#include "conio.h"
#include "stdlib.h"
#include "string.h"
#include "operation.h"
www.eeworm.com/read/312649/13607060
c include.c
#include
#include
#include
#include "cpp.h"
Includelist includelist[NINCLUDE];
extern char *objname;
void
doinclude(Tokenrow *trp)
{
char fname[256], in
www.eeworm.com/read/311245/13633344
h include.h
#ifndef _include_h_
#define _include_h_
#include
#include
//参数声明:
//时间周期
#define TIME_TICK 80
//版本号:1:2007.01.31
#define VER_PRG 1
#define VER_PRG1 1
#defin
www.eeworm.com/read/310339/13653294
pas include.pas
{
=====================================================================
* 软件名称:PC与数控机床通信程序
* 单元名称:资源单元
* 单元作者:彭为 (pwzyp@fjsm.net)
* 备 注:用到了线程进行发送
* 开发平台:PWin2000 SERVER + Delphi 7.0
* 兼容测试:P
www.eeworm.com/read/309894/13662553
h include.h
/***********************************************************************
文件名: Include.h
内容: extern
创建人: Bob Lee
创建日期: 2005-8-12
修改日期: 2005-8-12
版本: 1.00.000
********************************
www.eeworm.com/read/309894/13662560
c include.c
/***********************************************************************
文件名: Include.c
内容: 寄存器定义
创建人: Bob Lee
创建日期: 2005-8-12
修改日期: 2005-8-12
版本: 1.00.000
*********************************
www.eeworm.com/read/309813/13664241