代码搜索结果
找到约 10,000 项符合
Test 的代码
test.java
import cmm.cmmcc.*;
public class Test {
public static void main(String[] args) {
Lexer l = new Lexer("int abc;");
while(true){
Token tk = l.nextToken();
if(tk == null){
break
test.v
`timescale 1ns/1ns
module test;
reg A,B,C;
initial
begin
A = 0; B = 1; C = 0;
#50 A = 1; B = 0;
#50 A = 0; C = 1;
#50 B = 1;
#50 B = 0; C = 0;
#50 $finish ;
test.tra
*** Creating Trace Output File '.\obj\TEST.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\obj\cortexm3_macro.o"'
### List of Objects: adding '"
test.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
test.plg
礦ision3 Build Log
Project:
D:\Document\Temp\Examples_IAR\RVMDK\TEST\TEST.uv2
Project File Date: 04/29/2008
Output:
Build target 'TEST'
assemb
test.plg
礦ision3 Build Log
Project:
D:\Document\Temp\Examples_IAR\RVMDK\TEST\TEST.uv2
Project File Date: 04/29/2008
Output:
test.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {