代码搜索结果

找到约 10,000 项符合 Test 的代码

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) Appl

test.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////

test.cpp

#include "gengine.h" #include "../common.h" static DWORD lasttime=0, ttime; static ControlEvent input; int testGraphicEngine( void ) { ttime = GetTickCount(); if( ttime - lasttime < 49 )

test.java

package patternMatching; import java.lang.management.*; public class Test { /** * @param args */ public static void main(String[] args) throws java.io.FileNotFoundException { long sta

test.java

/* Accessor methods: * endVertices(e): an array of the two endvertices of e * opposite(v, e): the vertex opposite of v on e * areAdjacent(v, w): true iff v and w are adjacent * replace(v, x): rep