代码搜索:util
找到约 10,000 项符合「util」的源代码
代码结果 10,000
www.eeworm.com/read/364852/9891243
h util.h
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#define DSP_CLKIN 12
#define NULLLOOP_CLK 12
typedef struct {
int freq; // DSP operating cl
www.eeworm.com/read/364852/9891255
c util.c
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#include "5502.h"
#include "util.h"
DSPCLK dspclk;
/*void PLL_Init(int freq)
{
PC55XX_CMOD pCMOD = (PC55XX
www.eeworm.com/read/364791/9894831
h util.h
/*
* Copyright (c) 2002 The Board of Trustees of the University of Illinois and
* William Marsh Rice University
* Copyright (c) 2002 The University of Utah
* Copyright (c) 2002
www.eeworm.com/read/364791/9894862
c util.c
/*
* Copyright (c) 2002 The Board of Trustees of the University of Illinois and
* William Marsh Rice University
* Copyright (c) 2002 The University of Utah
* Copyright (c) 2002
www.eeworm.com/read/168569/9907418
cpp util.cpp
#include "util.h"
#include "CxImage/ximage.h"
wxString gamePath;
wxString testPath;
wxString cfgPath;
wxString bgImagePath;
bool useTestPatch = false;
bool usePatch = true;
bool useLocalFiles = f
www.eeworm.com/read/168569/9907425
h util.h
#ifndef UTIL_H
#define UTIL_H
#ifdef _WIN32
#include
#include
#else
#include
#endif
// STL headers
#include
#include
#inclu
www.eeworm.com/read/168534/9908549
c util.c
/*
* util.c Little helper routines that didn't fit anywhere else.
*
* This file is part of the minicom communications package,
* Copyright 1991-1995 Miquel van Smoorenburg.
*
* This pro
www.eeworm.com/read/168440/9914231
c util.c
/*
ITU-T G.729A Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Lucent T
www.eeworm.com/read/364050/9923387
cpp util.cpp
#include "util.h"
#include
using namespace std;
char intToHexChar(int x) {
static const char HEX[16] = {
'0', '1', '2', '3',
'4', '5', '6', '7',
'8', '9', 'A', 'B',
'C',
www.eeworm.com/read/364050/9923389
h util.h
#ifndef UTIL_H
#define UTIL_H
#include
#include
typedef unsigned char byte;
typedef unsigned long ulong;
/*
*convert int to hex char.
*example:10 -> 'A',15 -> 'F'
*/