代码搜索结果
找到约 10,000 项符合
Test 的代码
test.lst
C166/ST10 assembler v6.0 r2 SN00082920-083 (c) 1998 TASKING, Inc. Date: Dec 5 2000 Time: 10:02:46 Page: 1
test
LOC CODE LINE SOURCELINE
test.pas
PROGRAM Test;
{$IFDEF WIN32}{$APPTYPE CONSOLE}{$ENDIF}
{$R+,S+}
PROCEDURE X;
PROCEDURE Y;
BEGIN
WRITELN('BLA');
END;
BEGIN
Y;
END;
VAR A,B:INTEGER;
BEGIN
FOR A:=1 TO 16 DO BEGI
test.c
/****************************************Copyright (c)**************************************************
** 研 发 部
** http://www
test.c
/****************************************Copyright (c)**************************************************
** 研 发 部
** http://www
test.c
/****************************************Copyright (c)**************************************************
** 研 发 部
** http://www
test.cpp
#include
#include
#include
#include "..\pjsecure.h"
void main()
{
TCHAR pszNic[13];
if (GetNicAddress(pszNic, 13))
_tprintf(_T("A network ca
test.dsp
# Microsoft Developer Studio Project File - Name="test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
test.java
package test;
import manager.*;
public class Test {
public static void main(String[] args) {
CourseManager manager=new CourseManager();
manager.start();
}
}