代码搜索:utils

找到约 10,000 项符合「utils」的源代码

代码结果 10,000
www.eeworm.com/read/301614/7098473

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/285821/7115432

o utils.o

www.eeworm.com/read/285821/7115483

h utils.h

#ifndef __UTILS_H__ #define __UTILS_H__ #include "..\inc\def.h" void Memcpy(void *s1, const void *s2, int n); void Memset(void *s, const char ch, int n); U16 ntohs(U16 s); U32 ntohl(U32 num)
www.eeworm.com/read/285821/7115503

c utils.c

/**************************************************************** * ARMSYS7 S3C44B0X developer's notes * **************************************************************** 1. 2005.5.17::
www.eeworm.com/read/208178/7117729

c _utils.c

#include "_Utils.h" #include "_GlobalVars.h" #include "_ExtraResources.h" #include "_Constants.h" TBBUTTON g_arToolbarButtons[] = { {0 , 0 , TBSTATE_ENABLED , TBSTYLE_SEP , 0,
www.eeworm.com/read/208178/7117743

h _utils.h

#ifndef __Utilities_Defined__ #define __Utilities_Defined__ #include "_GlobalHeader.h" #define CopyStruct(pDest, pSrc) CopyMemory(pDest, pSrc, sizeof(*(pDest))) extern int LocalToWideC
www.eeworm.com/read/131172/7122478

cxx utils.cxx

/* * * C++ Portable Types Library (PTypes) * Version 2.0.2 Released 17-May-2004 * * Copyright (C) 2001-2004 Hovik Melikyan * * http://www.melikyan.com/ptypes/ * */ #include #
www.eeworm.com/read/131172/7122503

h utils.h

/* * * C++ Portable Types Library (PTypes) * Version 2.0.2 Released 17-May-2004 * * Copyright (C) 2001-2004 Hovik Melikyan * * http://www.melikyan.com/ptypes/ * */ #ifndef W_UTILS_H #d
www.eeworm.com/read/118158/7135244

h utils.h

#ifndef UTILS_H #define UTILS_H //----------------------------------------------------------------------------- // Includes #include //-----------------------------------------
www.eeworm.com/read/259359/7143078

cpp utils.cpp

#include "utils.h" #include //--------------------------itos------------------------------------ // converts an integer to a string //-----------------------------------------------