代码搜索结果
找到约 10,000 项符合
Test 的代码
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "test"=.\test.dsp -
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
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.asp
考试界面
test.out
1428
No entries
1438 1438
7428 7428
1427
No entries
No entries
1428
317
318
319
327
328
329
337
338
339
417
418
419
427
428
429
437
438
439
517
518
test.c
#include "n_dim_traversal.h"
#ifndef NULL
#define NULL 0
#endif
void city_block();
void printvals (LEAFTYPE);
void printvals(q)
LEAFTYPE q;
{
if (q == NULL) {
printf("No entries\n");
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.cpp
#include "../I_DDos.h"
#include "PlugDef.h"
void main()
{
CPinboardPtr spDDos = CreatePinboardInstance(DDos);
spDDos->Test();
}