代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/312525/13610580
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/311844/13624958
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/311794/13625806
h utils.h
#pragma once
#include "Color.h"
//#include "AutoFont.h"
#include
#include "PerfTimer.h"
#include "AutoFont.h"
int RandomInteger(int x,int y);
double RandomFloat();
bool RandBo
www.eeworm.com/read/311794/13625816
cpp utils.cpp
#include "StdAfx.h"
#include "utils.h"
int CGlobals::WIN_WIDTH = 800;
int CGlobals::WIN_HEIGHT = 600;
double CGlobals::EPSILON = 0.005;
long CGlobals::INFINITY=999999;
double CGlobals::PI= 3
www.eeworm.com/read/310862/13642187
em utils.em
/* Utils.em - a small collection of useful editing macros */
/*-------------------------------------------------------------------------
I N S E R T H E A D E R
Inserts a comment header
www.eeworm.com/read/309608/13667834
c utils.c
/****************************************************************************
# Spcaview: Spca5xx Grabber #
# Copyright (C) 2004 2005 Michel Xhaard
www.eeworm.com/read/309608/13667853
h utils.h
/****************************************************************************
# spcaview: Sdl video recorder and viewer with sound. #
#This package work with the spca5xx based webcam with th
www.eeworm.com/read/309235/13678093
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/309215/13678921
c utils.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
int myiswhitespc( int c )
{
return( c == ' ' || (ispunct( c ) && c != '_') || iscntrl( c ) );
}
www.eeworm.com/read/308882/13688057
c utils.c
/***************************************************************************
utils.c - description
-------------------
begin