代码搜索结果
找到约 10,000 项符合
4 的代码
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
#include
int gy(int m,int n)
{
int t,r;
if(m
4-4.cpp
#include
#include
void Averge(int Iarray[]);
void Averge(float Farray[]);
const int size=10;
main()
{
int Iarry[size]={2,7,3,6,4,5,3,6,8,9};
float Farry[size]={7.8,8
4-4.c
#include "stdio.h"
#define StackSize 100 //假定预分配的栈空间最多为100个元素
typedef int DataType;//假定栈元素的数据类型为字符
typedef struct{
DataType data[StackSize];
int top;
}SeqStack;
// 置栈空
voi
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: