代码搜索结果
找到约 10,000 项符合
Test 的代码
test.java
package single;
public class test {
public static void main(String[] args){
Printer pt=new Printer();
Printer pt2=new Printer();
pt.print();
pt2.print();
}
}
test.pbt
Save Format v3.0(19990112)
@begin Projects
@end;
appname "test";
applib "test.pbl";
LibList "test.pbl;canvas.pbd";
type "pb";
test.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{0A8224AC-E59F-42B7-983D-F28B79C01
test.h
// test.h