代码搜索:cpp
找到约 10,000 项符合「cpp」的源代码
代码结果 10,000
www.eeworm.com/read/292231/8366442
dsp cminus.dsp
# Microsoft Developer Studio Project File - Name="cminus" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/292231/8366452
clw cminus.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CCminusDoc
LastTemplate=CView
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "cminus.h"
www.eeworm.com/read/392010/8367635
dsp vcstyle.dsp
# Microsoft Developer Studio Project File - Name="VCStyle" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/292191/8367765
makefile
CC = gcc
CXX = c++
AR = ar
RANLIB = ranlib
CPPFLAGS =
CFLAGS = -O2
CXXFLAGS = -O2
LDFLAGS =
SRCS = $(wildcard *.cpp)
OBJS = $(SRCS:.cpp=.o)
TESTOBJS = test.o bench.o validat1.o validat
www.eeworm.com/read/292191/8367801
dsp cryptlib.dsp
# Microsoft Developer Studio Project File - Name="cryptlib" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/292176/8370002
cpp stdafx.cpp
//
/****************************************/
/* SchoolManageSystem */
/*设计者:全佳营 */
/*时间:2004.5.9-2004-5.18 */
/*Email:ghostman@tzc.edu.cn */
/*********************************
www.eeworm.com/read/292133/8376115
txt 代码说明.txt
VC编写,6.0以上版本的VC都可以编译.
说明:
需要在工作目录放入盛大的GROUP.DAT才能显示区域服务器等信息.
在工作目录\DATA下放入MMAP.WIL,MMAP.WIX就可以显示大地图,在工作目录\MAP下放入盛大的地图就可以显示障碍地图.
|-MIRGUI.EXE
|-GROUP.DAT
+-DATA
| |-MMAP.WIL
| \-MMAP.WIX
...