代码搜索:c_source
找到约 22 项符合「c_source」的源代码
代码结果 22
www.eeworm.com/read/219526/14877233
makefile
# Makefile for building a WindML application
#
# modification history
# --------------------
# 01e,17oct00,jlb Removed UGL_APP_NAME
# 01d,16oct00,jlb Remove ugl archive builds from examples (SPR 351
www.eeworm.com/read/434636/7851701
rules compile.rules
ASM_SOURCE:=$(wildcard *.asm)
C_SOURCE:=$(wildcard *.c)
ASM_OBJ:=$(patsubst %.asm,%.o,$(ASM_SOURCE))
C_OBJ:=$(patsubst %.c,%.o,$(C_SOURCE))
OBJECTS=$(ASM_OBJ) $(C_OBJ)
$(OUT): $(OBJECTS)
armlink -pa
www.eeworm.com/read/219526/14877189
makefile
# Makefile for building a WindML Windowing Tutorials
#
# modification history
# --------------------
# 01a,06nov01,msr created
#
TGT_DIR=$(WIND_BASE)/target
BLD_TYPE=UGL_DEMO
C_SOURCE = $(wildcard
www.eeworm.com/read/101601/15824177
map ad1819a_c_talkthru.map
PROCESSOR PROJECT: E:\file\c_source\adsp\AD1819A C shell ADC Valid-7 word TX DMA-TX ISR\EZLAB AD1819A C Shell.dxe
Memory Map of LinkProject "p0"
Name Start Address End Add
www.eeworm.com/read/351852/10602326
makefile
# Makefile for Epson 13506 - 8BPP.
#
# modification history
# --------------------
# 01a,23oct01,jlb created
TGT_DIR=$(WIND_BASE)/target
C_SOURCE = $(wildcard *.c)
DOC_FILES=
OBJS= $(C_SOURCE:.
www.eeworm.com/read/351852/10602357
makefile
# Makefile for Epson 13506 - 16BPP.
#
# modification history
# --------------------
# 01a,23oct01,jlb created
TGT_DIR=$(WIND_BASE)/target
C_SOURCE = $(wildcard *.c)
DOC_FILES=
OBJS= $(C_SOURCE:
www.eeworm.com/read/208858/15234068
vhd control.vhd
---------------------------------------------------------------------
-- TITLE: Controller / Opcode Decoder
-- AUTHOR: Steve Rhoads (rhoadss@yahoo.com)
-- DATE CREATED: 2/8/01
-- FILENAME: control.vhd
www.eeworm.com/read/100136/15883010
c p2c.c
/*----------------------------------------------------------------------
PAS2C.C Version 1.1
Translate Pascal keywords and operators to C.
useage: pas2c < pascal_source > c_source
i.e., t
www.eeworm.com/read/453896/1636360
makefile
# Makefile for building a WindML Windowing Tutorials
#
# modification history
# --------------------
# 01a,06nov01,msr created
#
TGT_DIR=$(WIND_BASE)/target
BLD_TYPE=UGL_DEMO
C_SOURCE = $(wildcard
www.eeworm.com/read/411830/11225374
cpp main.cpp
#include
#include
#include "../source.h"
#include "./xdps/XdpsApi30.h"
struct S_MapInfo {
char tag[128];
int id;
};
int main(int argc, char *argv[])
{
C_Source