代码搜索结果
找到约 10,000 项符合
Test 的代码
test.vbp
Type=Exe
Form=frmtest.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\StdOle2.Tlb#OLE Automation
Module=mdlmain; mdlmain.bas
IconForm="frmtest"
Startup="frmtest"
test.txt
const a=10;
var b,c;
procedure p;
var d;
begin
d:=20;
c:=d/a;
c:=c+b;
end;
begin
read (b);
while b#0 do
begin
call p;
write(c);
read(b);
end ;
end .
test.cmd
-stack 40
/*-------------------------------------------------------------------------*/
/* 命令文件 - 存储空间 F2407 */
/*----------------------------------------------------------------------
test.cmd
-stack 40
/*-------------------------------------------------------------------------*/
/* 命令文件 - 存储空间 F2407 */
/*----------------------------------------------------------------------
test.cmd
-c
-x
-stack 40
/*-------------------------------------------------------------------------*/
/* 命令文件 - 存储空间 F2407 */
/*------------------------------------------------------------
test.java
package test;
//导入Java SQL包,连接数据库必需;
import java.sql.*;
public class Test{
public static void main(String[] args) throws SQLException {
String dbURL="jdbc:odbc:student";
String query="s