代码搜索:utils

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

代码结果 10,000
www.eeworm.com/read/390083/8486556

java utils.java

package webpresstest; import java.io.*; import java.net.*; import java.net.ConnectException; import javax.servlet.*; import javax.servlet.http.*; import javax.xml.parsers.*; //XML解析器接口 import
www.eeworm.com/read/390083/8486678

class utils.class

www.eeworm.com/read/390009/8489606

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/188811/8514113

java utils.java

/* * Copyright 2003-2004 Michael Franken, Zilverline. * * The contents of this file, or the files included with this file, are subject to * the current version of ZILVERLINE Collaborative Sour
www.eeworm.com/read/433274/8534307

cpp utils.cpp

#include #include "CharBuf.h" int ReadLine(FILE *pf, char *buf, int len){_CFE_; char ch; int p=0; while( (ch=fgetc(pf))!=EOF && ch ){ if( ch=='\n' ){ if( !p || buf[p-1]!=
www.eeworm.com/read/433274/8534311

h utils.h

#ifndef UTILS_H #define UTILS_H class CharBuf; int ReadLine(FILE *pf, char *buf, int len); int ReadLine(FILE *pf, CharBuf &cb, int &len); #ifdef __GNUC__ inline volatile long long RDTSC(); #endif
www.eeworm.com/read/289680/8535087

hh utils.hh

/****************************************************************************** File : utils.hh Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descript
www.eeworm.com/read/389274/8537290

hh utils.hh

/****************************************************************************** File : utils.hh Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descript
www.eeworm.com/read/188280/8552219

hh utils.hh

/****************************************************************************** File : utils.hh Date : Wednesday 13th September 2000 Author : Dr Gavin C. Cawley Descript
www.eeworm.com/read/432831/8568827

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