代码搜索:扫描程序
找到约 10,000 项符合「扫描程序」的源代码
代码结果 10,000
www.eeworm.com/read/107038/15614452
rc 班级成员管理程序.rc
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
//
www.eeworm.com/read/107038/15614453
h 班级成员管理程序.h
#include "iostream.h"
#include "stdafx.h"
//声明Person类:
class Person
{
private:
CString m_Name;
int m_Age;
CString m_Sex;
public:
void SetName(CString name)
{
m_Name=na
www.eeworm.com/read/107038/15614454
opt 班级成员管理程序.opt
www.eeworm.com/read/107038/15614455
sln 班级成员管理程序.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "班级成员管理程序", "班级成员管理程序.vcproj", "{67D293EB-4F17-4C64-B301-47D16D314003}"
EndProject
Glo
www.eeworm.com/read/107038/15614456
ncb 班级成员管理程序.ncb
www.eeworm.com/read/107038/15614457
clw 班级成员管理程序.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "班级成员管理程序.h"
Last
www.eeworm.com/read/107038/15614458
dsw 班级成员管理程序.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/107038/15614459
plg 班级成员管理程序.plg
Build Log
--------------------Configuration: 班级成员管理程序 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\几何\L
www.eeworm.com/read/107038/15614463
cpp 班级成员管理程序.cpp
// 班级成员管理程序.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "班级成员管理程序.h"
#include "iostream.h"
#include "stdio.h"
#include "stdlib.h"
#define NU
www.eeworm.com/read/107038/15614465