代码搜索:Tools
找到约 10,000 项符合「Tools」的源代码
代码结果 10,000
www.eeworm.com/read/360893/10073185
cpp tools.cpp
//tools.cpp
#include "stdafx.h"
#include "tools.h"
///////////////////////////////////////////////////////////////////////////////
COLORREF HLS_TRANSFORM (COLORREF rgb, int percent_L, int percent_
www.eeworm.com/read/360893/10073188
h tools.h
//tools.h
/////////////////////////////////////////////////////////////////////////////////
typedef DWORD HLSCOLOR;
#define HLS(h,l,s) ((HLSCOLOR)(((BYTE)(h)|((WORD)((BYTE)(l))
www.eeworm.com/read/164790/10088077
c tools.c
#include "CommonData.h"
#include "tools.h"
void ConvertPCharToWChar(const char* source, unsigned short* data)
{
int i = 0;
for(;source[i] != '\0'; i++)
data[i] = source[i];
data[i] =
www.eeworm.com/read/164790/10088086
h tools.h
#ifndef TOOLS_H
#define TOOLS_H
void ConvertPCharToWChar(const char* source, unsigned short* data);
void ConvertWCharToPChar(const unsigned short* source, char* data);
#endif
www.eeworm.com/read/164461/10107621
java tools.java
/**
* 功能描述:系统工具类操作模块
* 编 写 人:wjw
* 编写日期:2005-7-5
* 修改日期:2005-7-17
*/
package tl;
import java.text.SimpleDateFormat;
import java.text.*;
import java.util.Date;
import javax.ser
www.eeworm.com/read/359972/10113150
c tools.c
/** \file
some tools
Autor: Matthias Wei遝r
Copyright 2005: Matthias Wei遝r
License: QPL (see license.txt)
*/
#include
#include
#include
www.eeworm.com/read/359972/10113154
h tools.h
/**
Autor: Matthias Wei遝r
Copyright 2005: Matthias Wei遝r
License: QPL (see license.txt)
*/
#ifndef TOOLS_H_INCLUDED
#define TOOLS_H_INCLUDED
#define TRUE 1
#define FALSE 0
www.eeworm.com/read/359972/10113173
o tools.o
www.eeworm.com/read/164340/10115744