代码搜索:Tools
找到约 10,000 项符合「Tools」的源代码
代码结果 10,000
www.eeworm.com/read/469368/6973774
java tools.java
import java.awt.*;
import javax.swing.*;
class ColorGroup
{
static Color COLOR_BACK = Color.WHITE;
static Color COLOR_SNAKE = new Color( 43, 110, 187 );
static Color COLOR_BEAN = Color.BLUE
www.eeworm.com/read/468156/6994402
gif tools.gif
www.eeworm.com/read/465795/7046143
cpp tools.cpp
// TOOLS.Cpp - Example DLL for Visual Basic applications.
#include "VBUtil.H"
#include "OleType.H"
#include "Tools.H"
// Check for file existence
//@B ExistFile
Boolean DLLAPI ExistFile(LPCS
www.eeworm.com/read/465795/7046144
h tools.h
#ifndef _TOOLS_H_
#define _TOOLS_H_
Long DLLAPI GetRefPtr(LPVOID lpVoid);
Integer DLLAPI LoByte(Integer w);
Integer DLLAPI HiByte(Integer w);
Integer DLLAPI MakeWord(Integer bHi, Integer bL
www.eeworm.com/read/464601/7066137
ico tools.ico
www.eeworm.com/read/106598/7098537
cpp tools.cpp
#include "stdafx.h"
#include "tools.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
char* CreatePassword(char *passwd)
{
unsigned long
www.eeworm.com/read/106598/7098549
h tools.h
#include "stdafx.h"
//Tools (used by many files)
#ifndef ___TOOLS
#define ___TOOLS
char* CreatePassword(char *passwd);
void SetReg(char *_keyname, char *_valuename, char *_content);//save to th
www.eeworm.com/read/106598/7098604
obj tools.obj
www.eeworm.com/read/415936/7116784