代码搜索结果
找到约 10,000 项符合
Test 的代码
test.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|14 May 2006 09:10:12 -0000
vti_extenderversion:SR|4.0.2.8912
vti_cacheddtm:TX|14 May 2006 09:10:12 -0000
vti_filesize:IR|151
vti_cachedlinkinfo:VX|
test.sb
TextWindow.WriteLine("liew")
TextWindow.WriteLine("yong seong")
textwindow.WriteLine("Width = "+Desktop.Width )
TextWindow.WriteLine("Height = "+Desktop.Height)
Turtle.Speed = 8
Turtle.Move(100)
test.bat
javac -cp lib\jpcap.jar;. CapturePacketTest.java
java -Djava.library.path=lib -cp lib\jpcap.jar;. CapturePacketTest
test.cpp
/* TEST.CPP - Test functions for BSTR, String, and other types.
*/
#include "VBUtil.H"
#include "OleType.H"
#include "Test.h"
BSTR DLLAPI TestBStrArgs(
BCSTR bsIn,
BSTR * pbsInOut,
test.h
#ifndef _TEST_H_
#define _TEST_H_
BSTR DLLAPI TestBStrArgs(
BCSTR bsIn,
BSTR * pbsInOut,
BSTR * pbsOut);
void DLLAPI TestBStr();
BSTR DLLAPI TestBString(
BCSTR bsIn,
BSTR
test.c
#include "typedef.h"
#include "basop_t.h"
main()
{
Word16 out;
Word32 in = 0x11112222;
out=sature(in);
return ;
}
#include "basop_t.c"