代码搜索:utils

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

代码结果 10,000
www.eeworm.com/read/272124/10969143

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(unsigned lo
www.eeworm.com/read/272124/10969192

c utils.c

#include "utils.h" void memcpy(void *s1, const void *s2, int n) { int i; for (i = 0; i < n; i++) ((char *)(s1))[i] = ((const char *)(s2))[i]; } void memset(void *s, const char ch, i
www.eeworm.com/read/272124/10969212

o utils.o

www.eeworm.com/read/271974/10975135

c utils.c

/*************************************************************************** utils.c - description ------------------- begin
www.eeworm.com/read/271974/10975200

h utils.h

/*************************************************************************** utils.h - description ------------------- begin
www.eeworm.com/read/271877/10977293

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/417661/10981153

c utils.c

#include "sparsesvd.h" // BLAS wrapper for win32 version #ifdef WIN32 void cblas_dscal( int N, double alpha, double *X, int incX) { dscal(&N,&alpha,X,&incX); } void cblas_dcopy(int N,double *X,int
www.eeworm.com/read/417446/10989910

java utils.java

import javax.microedition.lcdui.Font; public class Utils { public static final Font fontold = Font.getDefaultFont(); public static final Font fontsps = Font.getFont(Font.FACE_SYSTEM,Font.STYLE_P
www.eeworm.com/read/271424/10997388

h utils.h

#ifndef UTILS_H #define UTILS_H //------------------------------------------------------------------------ // // Name: utils.h // // Desc: misc utility functions and constants // // Author:
www.eeworm.com/read/417268/10998164

h utils.h

/* * utils.h * * Created on: Feb 22, 2009 * Author: quang */ #ifndef UTILS_H_ #define UTILS_H_ class TAccount; class CUtils { public: // NewLC and NewL methods static