代码搜索结果
找到约 216,410 项符合
Test 的代码
cn-test.c
/* cn-test.c -- test program for Chinese language support.
* Copyright (C) 1999 FastIO Systems, All Rights Reserved.
* For conditions of use, license, and distribution, see LICENSE.pdf
* included i
test.expected
QUERY: insert into T_pkey1 values (1, 'key1-1', 'test key');
QUERY: insert into T_pkey1 values (1, 'key1-2', 'test key');
QUERY: insert into T_pkey1 values (1, 'key1-3', 'test key');
QUERY: insert int
test-2.6.patch
diff -crN test.orig/test.tcl test/test.tcl
*** test.orig/test.tcl Fri Dec 11 14:56:26 1998
--- test/test.tcl Mon Oct 4 15:26:16 1999
***************
*** 8,13 ****
--- 8,14 ----
source ./include.tcl
test.m51
BL51 BANKED LINKER/LOCATER V4.20 06/30/2004 01:58:18 PAGE 1
BL51 BANKED LINKER/LOCATER V4.20, INVOKED BY:
BL51.EXE TEST.OBJ TO TEST.ABS R
test.h
int test();
test.c
int test()
{ static test=0;
test++;
return test;
}
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.java
package testpackage;
import javax.swing.*;
public class Test {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
MyFrame f = new My
test.dsp
# Microsoft Developer Studio Project File - Name="test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons