代码搜索结果
找到约 216,410 项符合
Test 的代码
test.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="test"
ProjectDir="D:\sz-dsp\SZ-DSPF\v\hclftest\Debug\"
ProjectType=Executable
CPUFa
test.cpp
// Test.cpp : implementation file
//
#include "stdafx.h"
#include "Test.h"
// CTest dialog
IMPLEMENT_DYNAMIC(CTest, CDialog)
CTest::CTest(CWnd* pParent /*=NULL*/)
: CDialog(CTest::ID
test.lnk
/v /s /c /P- +
C:\BC45\LIB\C0L.OBJ +
..\OBJ\TEST.OBJ +
..\OBJ\OS_CPU_A.OBJ +
..\OBJ\OS_CPU_C.OBJ +
..\OBJ\PC.OBJ +
..\OBJ\uCOS_II.OBJ
..\OBJ\TEST,..\OBJ\TEST
C:\BC
test.lnk
/v /s /c /P- +
C:\BC45\LIB\C0L.OBJ +
..\OBJ\TEST.OBJ +
..\OBJ\OS_CPU_A.OBJ +
..\OBJ\OS_CPU_C.OBJ +
..\OBJ\PC.OBJ +
..\OBJ\uCOS_II.OBJ
..\OBJ\TEST,..\OBJ\TEST
C:\BC
test.dsp
# Microsoft Developer Studio Project File - Name="Test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
test.plg
Build Log
--------------------Configuration: Test - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\Temp\RSPCF.tmp" w
test.cpp
//: TestSuite:Test.cpp {O}
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
#include "Test.h"
#inclu
test.h
//: TestSuite:Test.h
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
#ifndef TEST_H
#define TEST_H
test.lst
C51 COMPILER V7.50 TEST 05/03/2009 21:32:12 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
test.as
package
{
public class Test
{
function Test(){
trace("Test");
}
}
}