代码搜索结果

找到约 10,000 项符合 Test 的代码

test.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR FILE test.c FUNC DELAY_1US 96 fV BLOCK 28 96 LINE 28 96 LINE 29 96 BLOCKEND 0 98 FUNCEND 98 FUNC DELAY_NUS 9A fV BLOCK 39 A0 DEFREG n 20 i LINE

test.lst

__start: __text_start: 002A E5CF LDI R28,0x5F 002B E0D4 LDI R29,4 002C BFCD OUT 0x3D,R28 002D BFDE OUT 0x3E,R29 002E 51C0 SUBI R28,0x10 002F 40D

test.pl

% Load the maze.pl file ?- consult(maze). % Load the solve.pl file ?- consult(solve). % Should print a '+' ?- printCell(small, [], 0, 0). % Solve the small maze ?- solve(small).

test.java

import Mypackage.*; import Mypackage.Mypackage1.*; public class test { public static void main(String[] aa) { MyClass obj1 = new MyClass(); obj1.show1(); MyClass2 obj2 = new MyClass2

test.java

import Mypackage; import Mypackage. public class test { public static void main(String[] aa) { MyClass1 obj1 = new MyClass1(); obj1. } }

test.java

import Mypackage.MyClass; import Mypackage.Mypackage1.MyClass2; public class test { public static void main(String[] aa) { // Mypackage.MyClass obj1 = new Mypackage.MyClass(); MyClass ob

test.c

#include #define uchar unsigned char #define uint unsigned int uchar i; uint j,a,b; unsigned char code table[]={ /*长(0) 江(1) 大(2) 学(3) 电(4) 子(5) 信(6) 息(7) 学(8) 院(9) 电(10) 气(11) 1(12)

test.c

/* test.c -- for playing worm stadalone */ /* simple Xinu worm game by Shawn Ostermann */ #include #include main() { while (TRUE) { playworm(); } }