代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/238936/13314182
cs utils.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Microsoft.WindowsMobile.Bluetooth
{
public class Utils
{
public Utils()
{
}
www.eeworm.com/read/137504/13319347
class utils.class
www.eeworm.com/read/137454/13321780
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(unsigne
www.eeworm.com/read/323757/13321832
c utils.c
/*
* utils for libavcodec
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2003 Michel Bardiaux for the av_log API
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This
www.eeworm.com/read/323746/13323692
c utils.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
/*
* Name: myiswhitespc
* Purpose: To determine whether or not a character is *NOT* part of a "word"
www.eeworm.com/read/136706/13365030
c utils.c
#include "../include/utils.h"
#if !defined(WIN16)
#include "../include/windrvr.h"
#if defined(WIN32) && !defined(WINCE)
#include
#endif
#if !defined(VXWORKS)
#include
www.eeworm.com/read/136706/13365042
h utils.h
#ifndef _WD_UTILS_H_
#define _WD_UTILS_H_
#if !defined(WIN16)
#include "windrvr.h"
#endif
#if defined(__cplusplus)
extern "C" {
#endif
typedef enum
{
OS_NOT_SET = 0,
OS_C