代码搜索:Tools
找到约 10,000 项符合「Tools」的源代码
代码结果 10,000
www.eeworm.com/read/363626/9942133
cpp tools.cpp
/*########################################################################
Filename: tools.cpp
----------------------------------------------------
Remarks: ...
------------------------------
www.eeworm.com/read/362130/10017312
h tools.h
#ifndef __TOOLS_H
#define __TOOLS_H
#define TRUE 1
#define FALSE 0
#define CHIP_CLOCK 8000000
//F黵s Bit setzen und l鰏chen
#define BIT0_POS (1
www.eeworm.com/read/362130/10017334
c tools.c
/** \file
some tools
Autor: Matthias Wei遝r
Copyright 2004: Matthias Wei遝r
License: QPL (see license.txt)
*/
#include
#include
#include
www.eeworm.com/read/362130/10017336
h tools.h
/**
Autor: Matthias Wei遝r
Copyright 2004: Matthias Wei遝r
License: QPL (see license.txt)
*/
#ifndef __TOOLS_H
#define __TOOLS_H
#define TRUE 1
#define FALSE 0
#define CHI
www.eeworm.com/read/361283/10059874
pas tools.pas
unit Tools;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, DB, Menus, DateUtils;
type
TMenuList=packed Record
Code:String;
www.eeworm.com/read/361283/10060874