代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/219818/14862562
txt 32bitapi.txt
FUNCTION ulong AbortDoc(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong AbortPath(ulong hdc) LIBRARY "gdi32.dll"
FUNCTION ulong AbortPrinter(ulong hPrinter) LIBRARY "winspool.drv"
FUNCTION ulong Abor
www.eeworm.com/read/118075/14888681
java intsllnode.java
//*********************** IntSLLNode.java *********************
class IntSLLNode {
public int info;
public IntSLLNode next = null;
public IntSLLNode() {
}
public IntSLLNo
www.eeworm.com/read/117921/14897290
cpp fsmstate.cpp
/*
$Id: FsmState.cpp,v 1.2 1997/02/02 01:31:02 matt Exp $
FSM state class.
(c) Feb 1995 Matt Phillips.
*/
#include
#include "FsmState.h"
typedef TypeDLinke
www.eeworm.com/read/117921/14897294
h graphnode.h
/*
$Id: GraphNode.h,v 1.2 1997/02/02 01:31:02 matt Exp $
Generic graph node type.
(c) Dec 95 Matt Phillips.
*/
#ifndef _GRAPH_H
#define _GRAPH_H
#include
#include
www.eeworm.com/read/218358/14925642
txt strcrypt.txt
FUNCTION int strencrypt(REF string StrIn, REF string StrOut) LIBRARY "strcrypt.DLL"
FUNCTION int strdecrypt(REF string StrIn, REF string StrOut) LIBRARY "strcrypt.DLL"