代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/243718/12920938
h utils.h
#ifndef __UTILS_H
#define __UTILS_H
//void memcpy(void *s1, const void *s2, int n);
//void memset(void *s, const char ch, int n);
unsigned short ntohs(unsigned short s);
unsigned long ntohl(uns
www.eeworm.com/read/243718/12920953
c utils.c
#include "def.h"
extern int SerialRxReady(void);
extern char SerialRxKey(void);
unsigned short ntohs(unsigned short s)
{
return (s >> 8) | (s
www.eeworm.com/read/142788/12920956
obj utils.obj
www.eeworm.com/read/243718/12920978
o utils.o
www.eeworm.com/read/142788/12921004
cpp utils.cpp
// Utils.cpp
#include "StdAfx.h"
CString TimeToString(DWORD dwTime, BOOL bNoHours)
{
int nHours = dwTime / 3600000;
dwTime -= nHours * 3600000;
int nMinutes = dwTime / 60000;
dwTime -
www.eeworm.com/read/329762/12934904
fdo utils.fdo
; File : $UTILS.FDO$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;--------------------------------------------
www.eeworm.com/read/142437/12944846
c utils.c
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can redist
www.eeworm.com/read/142437/12944897
h utils.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can redist
www.eeworm.com/read/142437/12944987
c utils.c
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can redist
www.eeworm.com/read/142437/12945021
h utils.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can redist