代码搜索:util
找到约 10,000 项符合「util」的源代码
代码结果 10,000
www.eeworm.com/read/144216/5752469
util
util.c AOK
Illegal octal digit ignored
my $a = oct "029" ;
Illegal hex digit ignored
my $a = hex "0xv9" ;
Illegal binary digit ignored
my $a = oct "0b9" ;
Int
www.eeworm.com/read/134009/5896123
util
util.c AOK
Illegal octal digit ignored
my $a = oct "029" ;
Illegal hex digit ignored
my $a = hex "0xv9" ;
Illegal binary digit ignored
my $a = oct "0b9" ;
Int
www.eeworm.com/read/120251/6079896
util
// ---------------------------------------------------------------------------------------------------------------------------------
// _ _ _
// | | (_) |
// _ _| |_ _| |
// | |
www.eeworm.com/read/113165/6141866
util
// ---------------------------------------------------------------------------------------------------------------------------------
// _ _ _
// | | (_) |
// _ _| |_ _| |
// | |
www.eeworm.com/read/321483/3535721
util
util.c AOK
Illegal octal digit ignored
my $a = oct "029" ;
Illegal hex digit ignored
my $a = hex "0xv9" ;
Illegal binary digit ignored
my $a = oct "0b9" ;
Int
www.eeworm.com/read/227261/4776491
as util.as
package com.zy
{
public class Util
{
public function printLine():void {
trace("-------------------------");
}
}
}
www.eeworm.com/read/292260/8363141
js util.js
// small but works-for-me stuff for testing javascripts
// not ready for "production" use
Object.inspect = function(obj) {
var info = [];
if(typeof obj=="string" ||
typeof obj=="n
www.eeworm.com/read/391966/8370896
h util.h
/* aide, Advanced Intrusion Detection Environment
*
* Copyright (C) 1999,2000,2001,2002 Rami Lehti, Pablo Virolainen
* $Header: /cvs-root-aide/aide2/include/util.h,v 1.4 2002/05/29 08:04:26 rammer
www.eeworm.com/read/391966/8371124
c util.c
/* aide, Advanced Intrusion Detection Environment
*
* Copyright (C) 1999,2000,2001,2002 Rami Lehti, Pablo Virolainen
* $Header: /cvs-root-aide/aide2/src/util.c,v 1.9 2002/05/29 08:04:27 rammer Exp
www.eeworm.com/read/391738/8383816
cpp util.cpp
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the C_Minus compiler