代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/153027/12065205
h extio.h
sbit LCDLEDC = P1^4 ;
sbit VCON = P1^5 ;
sbit SCLK = P1^6 ;
sbit PDEN = P1^7 ;
sbit LCDEN = P2^7 ;
sbit RW = P2^6 ;
sbit RS = P2^5 ;
sbit IO = P3^0 ;
sbit MUSIC = P3^1 ;
sbit KEY1
www.eeworm.com/read/129632/14235448
txt readme.txt
1 本程序说明了用最大概率法进行分词处理的一般过程
2 用户可以修改config.ini文件中的值
3 用于测试的三个文件中:
test1是小学语文课本语料
test2是按句分行的语料
test3是包含歧义串的语料
www.eeworm.com/read/128880/14273636
makefile
include ../Make.defines
PROGS = test1 test2 test3
all: ${PROGS}
test1: test1.o
${CC} ${CFLAGS} -o $@ test1.o ${LIBS}
test2: test2.o
${CC} ${CFLAGS} -o $@ test2.o ${LIBS}
test3: test3.o
${CC
www.eeworm.com/read/225064/14556474
lnp test1.lnp
"test1.obj",
"head.obj",
"ADUC812.obj",
"public.obj",
"usb.obj",
"uart_port.obj",
"USB_protocol.obj"
TO "test1"
RAMSIZE(256)
XDATA( 0X0000-0XFFFE )
www.eeworm.com/read/121074/14770224
java test1.java
public class Test1 {}
class Test2 {}
protected class Test4 {}
private class Test3 {}
www.eeworm.com/read/220985/14780845
txt readme.txt
1 本程序说明了用概率法猜测“人名”的一般过程
2 用户可以修改config.ini文件中的值
3 用于测试的三个文件中:
test1是小学语文课本语料
test2是按句分行的语料
test3是包含歧义串的语料
www.eeworm.com/read/165926/5476622
svn-base test.bat.svn-base
@echo off
perl lexer.pl test1 > out1
perl lexer.pl test2 > out2
echo. comparing outputs...
diff out1 ~out1
diff out2 ~out2
echo. done.
www.eeworm.com/read/162614/5521936
c p2960.c
// { dg-do run }
// prms-id: 2960
extern "C" int printf(const char *, ...);
class Test0 {
public:
virtual void f0() { } // works fine if this virtual removed
};
class Test1 : public Test0 {
www.eeworm.com/read/162614/5537216
java pr5913.java
class PR5913
{
boolean test1 = ("" + 1) instanceof String;
// This also tests literal parsing, as mentioned in PR 5902.
boolean test2 = "" + 0x1instanceof String;
}
www.eeworm.com/read/162519/5546748
java pr5913.java
class PR5913
{
boolean test1 = ("" + 1) instanceof String;
// This also tests literal parsing, as mentioned in PR 5902.
boolean test2 = "" + 0x1instanceof String;
}