代码搜索:Tools
找到约 10,000 项符合「Tools」的源代码
代码结果 10,000
www.eeworm.com/read/198972/7899652
cpp tools.cpp
// Tools.cpp: implementation of the CTools class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Tools.h"
////////////////////////////
www.eeworm.com/read/398776/7922912
c tools.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "tools.h"
static char l
www.eeworm.com/read/398776/7922918
h tools.h
#ifndef _TOOLS_H
#define _TOOLS_H
#ifndef FALSE
#define FALSE (0)
#endif
#ifndef TRUE
#define TRUE (!FALSE)
#endif
#ifndef PATH_SEPARATOR
#define PATH_SEPARATOR '/'
#endif
/* Miscel
www.eeworm.com/read/433394/7933249
dcu tools.dcu
www.eeworm.com/read/433394/7933261
pas tools.pas
unit Tools;
interface
uses
Sysutils;
type
{$IFDEF VER120}
dword= longword;
{$ELSE}
dword= longint;
{$ENDIF}
function LRot16(X: word; c: integer): word; assembler;
function RRot1
www.eeworm.com/read/298164/7971972
h tools.h
#ifndef TOOLS_H
#define TOOLS_H
///////////////////////////////////////////////////////////////////////////////
// Usefull macros
//
#define KEYDOWN(Key) ((GetKeyState(Key)&0x8000)!=0)
#defi
www.eeworm.com/read/398339/7993163
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/398339/7993203
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