代码搜索:util
找到约 10,000 项符合「util」的源代码
代码结果 10,000
www.eeworm.com/read/383713/8925630
c util.c
/*
* linux/fs/isofs/util.c
*
* The special functions in the file are numbered according to the section
* of the iso 9660 standard in which they are described. isonum_733 will
* convert
www.eeworm.com/read/284411/8934394
c util.c
#include "fastmath.h"
#include "config.h"
#include "global.h"
#include "memmap.h"
#include "util.h"
#ifdef USE_DIV
#include "stdlib.h"
#endif
/*
** FUNCTION
** bin2bcd(BYTE x)
**
**
www.eeworm.com/read/284411/8934783
h util.h
#ifndef __UTIL_H
#define __UTIL_H
#include "types.h"
#include "regmap.h"
#ifndef __GNUC__
#define __attribute__(x) /**/
#endif
#define MSF(mm,ss,ff) (((UINT32)(mm)
www.eeworm.com/read/427437/8944868
js util.js
/*
Author: mg12
Update: 2008/11/04
Author URI: http://www.neoease.com/
*/
(function() {
function $(id) {
return document.getElementById(id);
}
function setStyleDisplay(id, status) {
$(
www.eeworm.com/read/383395/8950557
c util.c
/* util.c -- utility functions for gzip support
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General
www.eeworm.com/read/185918/8973286
c util.c
/*
###############################################################################
Wiznet.
5F Simmtech Bldg., 228-3, Nonhyun-dong, Kangnam-gu,
Seoul, Korea
(c) Copyright 2002, Wiznet, Seoul,
www.eeworm.com/read/185918/8973299
h util.h
#ifndef __UTIL_H
#define __UTIL_H
/*
###############################################################################
File Name : UTIL.H
Version : 2.0
Created : 2001-08-27 ~ 2001-09-07
www.eeworm.com/read/427066/8979411
h util.h
#pragma once
namespace techwin
{
class CUtil
{
public:
CUtil(void);
virtual ~CUtil(void);
static __int32 StrToWord(CString Param);
static __int64 StrToDWord(CString Param);
www.eeworm.com/read/427066/8979957
cpp util.cpp
#include "StdAfx.h"
#include "Util.h"
#include
namespace techwin
{
CUtil::CUtil(void)
{
}
CUtil::~CUtil(void)
{
}
__int32 CUtil::StrToWord(CString Param)//CString->
www.eeworm.com/read/382919/8990518
java util.java
package com.javacms;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOExcep