代码搜索结果

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

test.cpp

#include #include "pl0.h" void main() { CPlCompiler pl0("test.pl"); pl0.DisplaySrcfile(); pl0.Compile(); pl0.DisplayErrors(); pl0.ListCode(); pl0.Interpret(); } /* void

test.pl

const a=10; var b,c; procedure p; begin c:=b+a end; begin read(b); while b#0 do begin call p; write(2*c); read(b) end end.

test.h

/* * test.h * * Useful definitions and declarations for tests. * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library

test.h

#ifndef __TEST_DEFINED #define __TEST_DEFINED // Bits definition for the available devices #define SDRAM_AVAILABLE 0x00000001 #define ADV7171_AVAILABLE 0x00000002 #define ADV7181_AVAILABLE 0

test.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "http://localhost/test/test.csproj", "{DB4EFC53-743D-4CC9-BD29-46F9E998832A}"