代码搜索:Compile
找到约 10,000 项符合「Compile」的源代码
代码结果 10,000
www.eeworm.com/read/177887/9427592
me compile.me
O.k. if you have TC 2.0 you are in good shape (otherwise you are on your own)
and compilation will be simple:
1. Goto to the makefiles in .\lib and .\util and change the variable
CC_LIBS to th
www.eeworm.com/read/372505/9507526
v compile.v
module compile(out,A,B);
output out;
input A,B;
`ifdef add
assign out=A+B;
`else
assign out=A-B;
`endif
endmodule
www.eeworm.com/read/372148/9519277
bat compile.bat
echo You Should set the Borland C compiler PATH!
echo eg. set path=d:\bc31\bin;
set path=d:\bc31\bin;
del hello.exe
bcc -mh hello.c lib\gui.lib graphics.lib>编译结果.txt
type 编译结果.txt
hello
www.eeworm.com/read/175933/9525353
tcl compile.tcl
#
# Run this Tcl script to generate the compile.html file.
#
set rcsid {$Id: compile.tcl,v 1.5 2005/03/19 15:10:45 drh Exp $ }
source common.tcl
header {Compilation Options For SQLite}
puts {
Com
www.eeworm.com/read/175765/9534216
h compile.h
/*==================================================
************简单的一遍编译器c++语言的实现**************
==================================================*/
#ifndef _COMPILE_H_
#define _COMPILE_H_
#i
www.eeworm.com/read/175765/9534218
cpp compile.cpp
//一遍编译器的实现文件
#include "compile.h"
//将 DIV,MOD两个记号插入
void translate::init()
{
entry keywords[] =
{
"div", DIV,
"mod", MOD,
0, 0
};
entry *p;
for( p = keywords; p->token; p
www.eeworm.com/read/366616/9807156
tcl compile.tcl
#
# Run this Tcl script to generate the compile.html file.
#
set rcsid {$Id: compile.tcl,v 1.5 2005/03/19 15:10:45 drh Exp $ }
source common.tcl
header {Compilation Options For SQLite}
puts {
Com