代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/212271/15160749
java test1.java
public class test1{
public static void main(String args[]) {
int a=2;
a++;
System.out.println("a="+a);
int m=a++;
System.out.println("a="+a+",m="+m);
int n
www.eeworm.com/read/212271/15160750
bak test1.java.bak
public class test1{
public static void main(String args[]) {
int a=2;
a++;
System.out.println("a="+a);
int m=a++;
System.out.println("a="+a+",m="+m);
int n
www.eeworm.com/read/210545/15196809
txt 21-4.txt
/* 范例:21-4 */
#include
class super{public: super(){cout
www.eeworm.com/read/173141/5379523
out onlinecompresstable.out
ij> autocommit off;
ij> -- start with simple test, does the call work?
create table test1 (a int);
0 rows inserted/updated/deleted
ij> -- call SYSCS_UTIL.SYSCS_ONLINE_COMPRESS_TABLE('APP', 'TEST1'
www.eeworm.com/read/167911/5450869
java test1.java
import java.util.*;
interface UserCode{
public MyDate getMyDate( );
// public static UserCode getInstance( );
}
class Test1{
public static void main(String args[] ){
www.eeworm.com/read/167911/5450873
java test1.java
class MyDate{
public int year, month, day;
public int getYear(){
return(100);
}
}
class Test1{
public static void main(String args[] ){
Test1 t=new
www.eeworm.com/read/162614/5523221
f90 equiv_3.f90
subroutine test1
type t
sequence
character(8) c
end type t
type(t) :: tc, td
equivalence (tc, td)
tc%c='abcdefgh'
if (tc%c.ne.'abcdefgh'.or.td%c(1
www.eeworm.com/read/155637/5620229
ini test.ini
signal void ky_1()
{
SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的
twatch(4090); //等待4090个机器周期
SIN = 0xf1;
twatch(4090);
SIN = 0xf0;
twatch(4090);
SIN = 0xf0;
www.eeworm.com/read/153634/5645962
dsp test1.dsp
# Microsoft Developer Studio Project File - Name="test1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con