代码搜索结果

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

test.cpp

// test.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "md5.h" #include "sha.h" #include "ripemd.h" #include "files.h" #include "validate.h" #include "rn

test.c

#include "component.h" #include "graph.h" #include "drive.h" void handler () { network_ctx ctx; int i; /* set up equations */ i = network_first (&ctx); while (i>=0) { EQ_reset ()

test.cpp

#include using namespace std; struct Data { double data[200]; }; struct Junk { int junk[100]; }; int main() { Data d = {2.5e33, 3.5e-19, 20.2e32}; char * pch =

test.txt

VAR x , y : INT ; BEGIN PROCEDURE main ( ); VAR BEGIN a := 10 ; b := a + 20 ; END END

test.cpp

#include using namespace std; struct Data { double data[200]; }; struct Junk { int junk[100]; }; int main() { Data d = {2.5e33, 3.5e-19, 20.2e32}; char * pch =

test.asm

.386p .model flat,stdcall option casemap:none winmain proto :dword,:dword,:dword,:dword include \masm32\include\windows.inc include \masm32\include\user32.inc include \masm32\include\kernel32.in

test.pas

unit test; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Math; type TfrmTest = class(TForm) Edit1: TEdit; Edi