代码搜索:Usefull
找到约 157 项符合「Usefull」的源代码
代码结果 157
www.eeworm.com/read/478017/6728257
diz file_id.diz
TRegExpr
Delphi/Kylix/FreePascal library
Easy to use and powerfull tool for
sophisticated search and substitutioning
and for template-based text checking
(especially usefull
www.eeworm.com/read/125765/14465024
pli file.pli
# NetPlug -*- tcl -*-
# simple plugin that open a file (or a more usefull a pipe) instead of a socket
# (c) 1996 Laurent demailly
www.eeworm.com/read/161842/10363022
h tools.h
#ifndef TOOLS_H
#define TOOLS_H
///////////////////////////////////////////////////////////////////////////////
// Usefull macros
//
#define KEYDOWN(Key) ((GetKeyState(Key)&0x8000)!=0)
#defi
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/261892/11616994
h tools.h
#ifndef TOOLS_H
#define TOOLS_H
///////////////////////////////////////////////////////////////////////////////
// Usefull macros
//
#define KEYDOWN(Key) ((GetKeyState(Key)&0x8000)!=0)
#defi
www.eeworm.com/read/11872/235318
h tools.h
#ifndef TOOLS_H
#define TOOLS_H
///////////////////////////////////////////////////////////////////////////////
// Usefull macros
//
#define KEYDOWN(Key) ((GetKeyState(Key)&0x8000)!=0)
#defi
www.eeworm.com/read/292933/8322918
cpp example4.cpp
//
// This file contains some example code, which may be used to call
// the Fast Fourier Transform Class.
// This code is not meant to be usefull in itself, but is provided as
// an example of how
www.eeworm.com/read/381363/9096233
c flipbytes.c
/*
FLIPBYTES.C
Cmex function to flip the bytes of a given number or matrix.
This function is usefull to read and write the Nanoscope
file in the correct way.
The calling syntax is:
www.eeworm.com/read/182972/5261068
c misc.c
/*
* misc.c: Some usefull functions, that don't fit in one of
* the other files and that are needed by at least
* two modules.
*
* Written by: Stefan Frank
* Ullrich Hafner
*
*