代码搜索结果
找到约 10,000 项符合
Test 的代码
!_test.asm
.model small
.386
.stack 200h
;----------------------------------------------------
.data
;variables used in _call_readi_ routine
buf db 64 dup(?)
count dw ?
;return values
_return dw ?
!_test.c
void main()
{
int a, b;
a = b = 1;
if( !(a == b) ) printf( "not equal\n" );
else printf( "equal\n" );
}
!_test.p
;------------ Copyright 陆晓春, 2004 ------------
;start of function 'void main(...)' declaration
ent main
;declaration: int a
;declaration: int b
lda a
lda b
ldci 1
stn
sto
;start of
for_test.c
void main()
{
int i, j;
j = 10;
for( i = 0; i < 10; i = i + 1 ) { j = j + 1; }
write( j );
}
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.cpp
#include
//下面的.h文件是在安装了最新的XML Parser以后所包含的.h文件。
#include "msxml2.h"
#include
void main()
{
// 初始化COM接口
CoInitialize(NULL);
//在程序中,我们假定我们装载的XML文件名称为xmldata.xml,它缺省的和可执行文
test.vbw
frmtest = 157, 335, 858, 1000, C, 22, 22, 659, 477, C
mdlmain = 146, 51, 918, 499, C