代码搜索:useing
找到约 44 项符合「useing」的源代码
代码结果 44
www.eeworm.com/read/179153/5309699
t useing.t
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
use Test::More tests => 5;
require_ok('Test::Builder');
require_ok("Test::More");
require_ok("Test::Simple");
www.eeworm.com/read/321483/3533768
t useing.t
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
use Test::More tests => 5;
require_ok('Test::Builder');
require_ok("Test::More");
require_ok("Test::Simple");
www.eeworm.com/read/276473/10734820
dat firewall.dat
[RULES]
[CRC32]
[ALLOWALL]
AD=NO
ADP=NO
[HACKERS]
21=for allowing remote access to some files Some trojans can ovveride security on the FTP Program to allow total access for hackers
FTP=for all
www.eeworm.com/read/180000/9325104
doc image_encoderdecoder_useing_matlab_peking_univ.doc
www.eeworm.com/read/434450/7866004
awk atan2.awk
# calculate and print the arctan of two sides of a triangle useing atan2
{ printf ("atan2(%g, %g) = %g\n", $1, $2, atan2($1, $2)) }
www.eeworm.com/read/224046/14607333
asm clock.asm
;******************************** AVR program ***********************************
;*
;* Title : clock display
;* Verion : V01
;* OSC : 4MHz
;* Last update: 2005.12.29
www.eeworm.com/read/224046/14607340
bak clock.asm.bak
;******************************** AVR program ***********************************
;*
;* Title : clock display
;* Verion : V01
;* OSC : 4MHz
;* Last update: 2005.12.29
www.eeworm.com/read/229812/4752924
asm bsetpix.asm
include ..\cwlib.inc
scode
;-------------------------------------------------------------------------
;
;Set a pixel to specified colour. Cheats by useing BitmapFillRectangle for now.
;
;On