代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/260832/11699914
std makefile.std
CC=gcc
# enable next for WinNT target
# OS=Windows_NT
# enable next for DJGPP target
# DJGPP = 1
ifdef DJGPP
CFLAGS += -I../config/djgpp
# LOADLIBES += -liberty
#
else
ifeq ($(OS),Windows_NT)
#ena
www.eeworm.com/read/260832/11699973
std makefile.std
# enable next for WinNT target
# export OS=Windows_NT
# enable next for DJGPP target
# export DJGPP = 1
all: default
.PHONY: default subdirs clean cleandepend
dirs = ul_lib utils
ifdef DJGPP
else
www.eeworm.com/read/260832/11700022
std makefile.std
#*******************************************************************
# uLan Communication - Makefile for uLan library compilation
#
# (C) Copyright 2000 by Pavel Pisa
#
# The uLan driver is distribut
www.eeworm.com/read/259741/11769088
h std.h
/*
* Copyright 2000 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/259738/11769580
h std.h
/*
* Copyright 2000 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/259735/11770003
h std.h
/*
* Copyright 2000 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/156224/11818437
std btree.std
** BTree: A B+-tree implementation based on Generalized Search Trees
Type "help" for a list of commands.
BTree> There wordtmp dropped.
BTree> Table wordtmp created as type btree.
BTree> ("Ababa
www.eeworm.com/read/156224/11818453
std rtree.std
** RTree: An R-Tree based on Generalized Search Trees
Type "help" for a list of commands.
RTree> Table boxtmp dropped.
RTree> Table boxtmp created as type rtree.
RTree> ("(12654,12699,8987,9028
www.eeworm.com/read/258762/11845167
h std.h
//数据类型定义
#ifndef _STD_H
#define _STD_H
#define TRUE 0
#define FALSE 1
#define U8 unsigned char
#define S8 signed char
#define U16 unsigned int
#define S16 signed
www.eeworm.com/read/258574/11853541
h std.h
// This may look like C code, but it is really -*- C++ -*-
/*
Copyright (C) 1988, 1992 Free Software Foundation
written by Doug Lea (dl@rocky.oswego.edu)
This file is part of the GNU C++ Library