代码搜索:util
找到约 10,000 项符合「util」的源代码
代码结果 10,000
www.eeworm.com/read/185213/9049928
h util.h
// util.h
#ifndef UTIL_H_
#define UTIL_H_
#include
#include
#include
namespace util {
template
DEST checked_cast (ORG
www.eeworm.com/read/382068/9053003
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/185161/9053732
java util.java
/*
* LumaQQ - Java QQ Client
*
* Copyright (C) 2004 luma
* notXX
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/381960/9060692
c util.c
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/184772/9077291
c util.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/282612/9080094
lst util.lst
C51 COMPILER V6.21 UTIL 04/11/2005 14:25:52 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE UTIL
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/381515/9087936
cpp util.cpp
//
// Util.cpp
// - Common utilities for printing out messages
//
#include
#include
#include
#include
#include "Util.h"
namespace Util
{
www.eeworm.com/read/381515/9088003
h util.h
#ifndef __Util_h__
#define __Util_h__
//
// Util.h
// - Shared utilities
//
namespace Util
{
void Trace(char* szLabel, const char* szText, HRESULT hr) ;
void ErrorMessage(HRESULT hr) ;
} ;
#endi
www.eeworm.com/read/381515/9088130
cpp util.cpp
//
//
// util.cpp - Common utilities for printing out messages
//
//
#include
#include //sprintf
#include
#include
// #include
#inc
www.eeworm.com/read/381515/9088220
h util.h
#ifndef __Util_h__
#define __Util_h__
//
// Util.h - Shared utilities
//
#include
namespace Util
{
void Trace(char* szLabel, char* szText, HRESULT hr) ;
void ErrorMessage(HRESULT hr)