代码搜索:Tools
找到约 10,000 项符合「Tools」的源代码
代码结果 10,000
www.eeworm.com/read/278018/10583031
class tools.class
www.eeworm.com/read/422945/10599874
js tools.js
//一些工具函数
function trim(s){ return s.replace(/(^\s*)|(\s*$)/g, ""); }
/****************
天文纪年与普通纪年的转换
****************/
function year2Ayear(c){ //传入普通纪年或天文纪年,统一传回天文纪年
var y = String(c).replace(/
www.eeworm.com/read/277618/10615503
ico tools.ico
www.eeworm.com/read/159484/10646361
bmp tools.bmp
www.eeworm.com/read/422176/10657736
java tools.java
package tools;
import java.io.IOException;
import java.util.Random;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
public class Tools {
/**
* 绘制图片的
www.eeworm.com/read/422176/10657738
class tools.class
www.eeworm.com/read/422176/10657754
class tools.class
www.eeworm.com/read/351177/10675830
cpp tools.cpp
#include
#include
#include
#include
#include "tools.h"
void Ctools_Onefish::file_change (char * filename ,char * expand_name
,char *change_name)
www.eeworm.com/read/351177/10675831
h tools.h
/* One Fish */
/* 主要的工具函数: */
/* Watcom C++ */
class Ctools_Onefish
{
private:
public:
//测文件的长度;
int file_length (char *filename);
//换文件的扩展名;
www.eeworm.com/read/421940/10678484