代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/100285/6271745
h misc.h
/* File: misc.h
*
* Description: See "misc.c"
*
* Comments: See "notice.txt" for copyright and license information.
*
*/
#ifndef __MISC_H__
#define __MISC_H__
#ifdef HAV
www.eeworm.com/read/100285/6271758
c misc.c
/* Module: misc.c
*
* Description: This module contains miscellaneous routines
* such as for debugging/logging and string functions.
*
* Classes: n/a
*
*
www.eeworm.com/read/100285/6271908
source misc.source
--
-- replace
--
--
-- BTREE
--
UPDATE onek
SET unique1 = onek.unique1 + 1;
UPDATE onek
SET unique1 = onek.unique1 - 1;
--
-- BTREE partial
--
-- UPDATE onek2
-- SET unique1 = onek2.unique1
www.eeworm.com/read/135644/6289877
h misc.h
www.eeworm.com/read/322905/6301114
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993
* puts by Nick Holloway 1993
*/
#include "gzip.h"
www.eeworm.com/read/322905/6301570
c misc.c
/*
* linux/fs/msdos/misc.c
*
* Written 1992,1993 by Werner Almesberger
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/491066/6440248
cpp misc.cpp
/**
* Misc.cpp Copyright _ 2001 Li Zhaoming. All rights reserved.
* Contains all miscellaneous functions "global" to the application.
*/
#include "stdafx.h"
/**
* Center one window over
www.eeworm.com/read/491066/6440261
obj misc.obj
www.eeworm.com/read/490745/6452541
asm misc.asm
.global _ComputeVLI;
//.global _quantize;
.global _copy8to16;
//.global _WriteBitsStream;
//.global _get_nonzero_ac_index;
//.global _RLEComp;
.global _pre_fetch;
//.global _DCComp;
.global
www.eeworm.com/read/490416/6456094
h misc.h
#ifndef _MISC_H_
#define _MISC_H_
typedef struct tim{
char year,month,date,hour,minute,second;
} STM ;
#endif