代码搜索结果
找到约 10,000 项符合
4 的代码
4-4.cs
using System;
/**********************************
枚举元素的默认基础类型为 int。默认情况下,第一个枚举数的值为 0,后面每个枚举数的值依次递增 1。例如:
enum Days {Sat, Sun, Mon, Tue, Wed, Thu, Fri};
在此枚举中,Sat 为 0,Sun 为 1,Mon 为 2,依此类推。枚举数可
a_4_4.cpp
#include "stdafx.h"
#include "iostream"
using namespace std;
void main()
{
int a[10],*p,*pmax;
p=a;
for(;p> *p;
pmax=a;p=&a[1];
a_4_4.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "A_4_4", "A_4_4.vcproj", "{8A7C7C51-8073-40C3-B36C-4E9645A9628F}"
ProjectSection(Proje
4_4.cpp
#include
void main()
{
for(int i=1; i
4_4.cpp
#include
#include
class Point //Point类定义
{
public:
Point(int xx=0, int yy=0) {X=xx;Y=yy;}
Point(Point &p);
int GetX() {return X;}
int GetY() {return Y;}
private:
i
4_4.cpp
//Begin of file Distance.cpp
#include
#include
class Point //Point类定义
{
public:
Point(int xx=0, int yy=0) {X=xx;Y=yy;}
Point(Point &p);
int GetX() {return X;}
int Ge
4_4.cpp
#include
void main()
{
for(int i=1; i
4-4.lnp
"STARTUP.obj",
"4-4.obj"
TO "4-4"
4-4.plg
礦ision2 Build Log
Project:
D:\已完成\单片机语言C51程序设计\代码\代码\04\4-4\4-4.uv2
Project File Date: 08/25/2005
Output: