代码搜索:stuff
找到约 10,000 项符合「stuff」的源代码
代码结果 10,000
www.eeworm.com/read/156954/11750704
h stdafx.h
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include
www.eeworm.com/read/156954/11750733
h stdafx.h
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include
#include
www.eeworm.com/read/114690/15041995
txt 类数组.txt
//定义
protected class Item1
{
public Item1(string text)
{
m_text=text;
}
public string Text
{
get{return m_text;}
}
private string m_text;
}
//调用
www.eeworm.com/read/292797/8332385
test confvar.test
#! /bin/sh
# Test to make sure configure_vars stuff works.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am
$AUTOMAKE || exit 1
grep '^QBERT' Makefile.in
www.eeworm.com/read/109477/15556290
h blkpg.h
#ifndef _LINUX_BLKPG_H
#define _LINUX_BLKPG_H
/*
* Partition table and disk geometry handling
*
* A single ioctl with lots of subfunctions:
*
* Device number stuff:
* get_whole_disk() (give
www.eeworm.com/read/103277/15738005
makefile
#PLATFORM = LINUX
PLATFORM = LINUX_LC6 # for GNU LibC 6
CFLAGS = -O2
#DEBUG = -DINCL_DEBUG_CODE
YDEBUG = YYDEBUG=1
DEFINES = -D$(PLATFORM) -D$(YDEBUG) $(DEBUG)
CC = gcc
LEX = flex -I
YA
www.eeworm.com/read/100204/15880478
rhapsody defaults.rhapsody
#ident "%W% %E% %Q%"
###########################################################################
#
# global definitions for NeXT Step (Apple Rhapsody) Systems
#
#######################################
www.eeworm.com/read/100204/15880480
openbsd defaults.openbsd
#ident "%W% %E% %Q%"
###########################################################################
#
# global definitions for OpenBSD Systems
#
##########################################################
www.eeworm.com/read/100204/15880482
irix defaults.irix
#ident "%W% %E% %Q%"
###########################################################################
#
# global definitions for Silicon Graphics Systems
#
#################################################
www.eeworm.com/read/100204/15880483
osf1 defaults.osf1
#ident "%W% %E% %Q%"
###########################################################################
#
# global definitions for Digital UNIX (OSF1) Systems
#
##############################################