代码搜索:Basics
找到约 1,310 项符合「Basics」的源代码
代码结果 1,310
www.eeworm.com/read/229812/4737931
h ins.h
#ifndef _ins_h
#define _ins_h
//Revision 1.1 1994/04/08 15:27:59 peter
//Initial revision
//
#include
#include "basics.h"
const uint nChars = 256;
typedef uchar Char;
www.eeworm.com/read/228030/4767326
makefile
.SUFFIXES: .c $(SUFFIXES)
CXX = g++
#CXX = gcc
CXXINCLUDE = -I. -I../../../lib -I../../basics -I../../moves
#CXXFLAGS = -Wall
#CXXFLAGS = -g3
SRCS = $(wildcard *.c)
OBJS = $(SRCS:.c=.o)
tar
www.eeworm.com/read/228030/4767340
makefile
.SUFFIXES: .c $(SUFFIXES)
CXX = g++
#CXX = gcc
CXXINCLUDE = -I. -I../../../lib -I../../basics -I../../moves
#CXXFLAGS = -Wall
#CXXFLAGS = -g3
SRCS = $(wildcard *.c)
OBJS = $(SRCS:.c=.o)
tar
www.eeworm.com/read/426555/1989372
h tddl_error.h
/*++
TPM Device Driver Library error return codes
--*/
#ifndef __TDDL_ERROR_H__
#define __TDDL_ERROR_H__
#include
#include
#ifndef TSS_E
www.eeworm.com/read/363322/2920315
makefile
.SUFFIXES: .c $(SUFFIXES)
CXX = g++
#CXX = gcc
CXXINCLUDE = -I. -I../../../lib -I../../basics -I../../moves
#CXXFLAGS = -Wall
#CXXFLAGS = -g3
SRCS = $(wildcard *.c)
OBJS = $(SRCS:.c=.o)
tar
www.eeworm.com/read/363322/2920329
makefile
.SUFFIXES: .c $(SUFFIXES)
CXX = g++
#CXX = gcc
CXXINCLUDE = -I. -I../../../lib -I../../basics -I../../moves
#CXXFLAGS = -Wall
#CXXFLAGS = -g3
SRCS = $(wildcard *.c)
OBJS = $(SRCS:.c=.o)
tar
www.eeworm.com/read/110196/15540210
htm lion-tutorial33.htm
Iczelion's Win32 Assembly Tutorial 33: RichEdit Control: Basics