代码搜索:Tested

找到约 4,133 项符合「Tested」的源代码

代码结果 4,133
www.eeworm.com/read/324308/13272446

asm combat.asm

;=====( Combat virus by Rajaat )=============================================== ; ; Non-resident BAT infector, doesn't use external programs by third party. ; ;====================================
www.eeworm.com/read/137160/13342296

m prtestf.m

%PRTESTF Test feature selection % % A feature selection method stored as an untrained mapping w is tested a = azizah;
www.eeworm.com/read/314653/13562538

m prtestf.m

%PRTESTF Test feature selection % % A feature selection method stored as an untrained mapping w is tested a = azizah;
www.eeworm.com/read/140582/5785536

readme

This is a sample pluto file for use with XAUTH server while doing PAM authentication. Tested on RH8 system, based on the ssh pam file
www.eeworm.com/read/124347/6053561

c create2.c

/* * File: create2.c * * Test Synopsis: * - Test that threads have a Win32 handle when started. * * Test Method (Validation or Falsification): * - Statistical, not absolute (depends on sample s
www.eeworm.com/read/114609/6122959

readme

Compiled on 2.0.36, libc6 (aka glibc1), not tested
www.eeworm.com/read/108103/6186003

cpp file.cpp

/**************************} { FastScript v1.0 } { Files demo } {**************************/ { TFileStream fs = new TFileStream("test.txt", fmCreate); String s = "
www.eeworm.com/read/108103/6186010

js file.js

//**************************} //{ FastScript v1.0 } //{ Files demo } //{**************************/ var fs = new TFileStream("test.txt", fmCreate); var s = "Testi
www.eeworm.com/read/108103/6186029

vb file.vb

' FastScript v1.0 ' Files demo dim fs, s fs = new TFileStream("test.txt", fmCreate) s = "Testing file..." fs.Write(s, Length(s)) fs.Write(#13#10, 2) s
www.eeworm.com/read/108103/6186058

pas file.pas

{**************************} { FastScript v1.0 } { Files demo } {**************************} var fs: TFileStream; s: String; begin fs := TFileStream.Create('test