代码搜索:testbed
找到约 482 项符合「testbed」的源代码
代码结果 482
www.eeworm.com/read/298821/7932961
cpp testbed.cpp
// TestBed.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TestBed.h"
#include "Label.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/298821/7932973
rc testbed.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/298821/7932976
aps testbed.aps
www.eeworm.com/read/298821/7932980
dsp testbed.dsp
# Microsoft Developer Studio Project File - Name="TestBed" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/298821/7932982
plg testbed.plg
--------------------Configuration: TestBed - Win32 Release--------------------
Begining build with project "C:\WINNT\Profiles\chris\Desktop\New codeguru articles\coolcode_demo\TestBed.dsp", at root.
www.eeworm.com/read/298821/7932983
exe testbed.exe
www.eeworm.com/read/298821/7932989
clw testbed.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CLabel
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "testbed.h"
www.eeworm.com/read/138758/13216852
java testbed.java
//: c08:TestBed.java
// Putting test code in a nested class.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class T
www.eeworm.com/read/325023/13231044
java testbed.java
//: innerclasses/TestBed.java
// Putting test code in a nested class.
// {main: TestBed$Tester}
public class TestBed {
public void f() { System.out.println("f()"); }
public static class Tes
www.eeworm.com/read/320605/13422047
java testbed.java
//: c08:TestBed.java
// Putting test code in a nested class.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class T