代码搜索结果
找到约 10,000 项符合
Test 的代码
test.hex
:1000000001160011E33200000000000000000000B3
:10001000000000112E327590FF75A0FFD2B2D28879
:10002000D2A8D2B3D2BAD28AD2AAD2AF018A43B06E
:10003000FF30B71930B62630B55030B4782243B00F
:10004000FF30B70930B
test.conf
#
# This is a test configuration file. You can invoke it with
# ../ffserver -f test.conf
# when in the tests directory and once the vsynth1 subdirectory
# has been populated. Then point your browser a
test2
hello!
100 64
test.out
( PROGRAM ( DEFASSIGN int xx 123 ) ( DEFASSIGN bit hh b'0 ) ( DEFASSIGN bits bb B'0010 ) ( = hh b'1 ) )
test.data
13
2 3 4 2
1 2 1
0 7 123
-1
test.html
hello
Monkey HTTP Daemon v.0.1
test.java
package test;
import manager.*;
public class Test {
public static void main(String[] args) {
CourseManager manager=new CourseManager();
manager.start();
}
}
test.java
import java.awt.*;
//import java.awt.event.*;
import java.io.*;
import java.net.*;
public class Test{
//声明套接字通信用到的类对象和变量、计时器、线程对象
private Socket connectToServer;//套接字对象
private DataInp