代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/168968/5429227
cmd initial.cmd
ngdbuild -modular initial -p xc2v250-5fg456 -uc alu.ucf alu
www.eeworm.com/read/168968/5429246
cmd initial.cmd
ngdbuild -modular initial -p xc2v250-5fg256 -uc alu1.ucf alu1
www.eeworm.com/read/162614/5523112
tree initial.tree
// { dg-do run }
// Tests whether initializtion works properly.
external_reference void abort ();
external_reference void exit (int code);
external_definition int main ();
main
{
automatic int aaa
www.eeworm.com/read/339676/3296202
mak initial.mak
# This is makefile for D:\test\lab\44b0_lab\n\2_44B0_intial\initial.mpj
# Monday, December 15, 2003 15:58:03
SHELL = sh
CC = arm-elf-gcc
AS = arm-elf-as
LD = arm-elf-ld
CFG = Debug R
www.eeworm.com/read/328947/3435254
h initial.h
#ifndef _INITIAL_H_
#define _INITIAL_H_
#include
#include "../mpeg4/mpeg4.h"
#define IMAGE_EDGE 32
#define IMAGE_EDGE_HALF 16
short InitialEncoder(Encoder* pEncoder);
#endif