代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/221894/14715388
cpp 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
www.eeworm.com/read/220901/14784559
bmp 4-4.bmp
www.eeworm.com/read/120260/14808716
txt 4-4.txt
www.eeworm.com/read/120260/14808782
wrl 4-4.wrl
www.eeworm.com/read/219607/14873947
jpg 4-4.jpg
www.eeworm.com/read/118280/14878426
cpp 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
www.eeworm.com/read/118192/14883177
c 4-4.c
#include "stdio.h"
#define StackSize 100 //假定预分配的栈空间最多为100个元素
typedef int DataType;//假定栈元素的数据类型为字符
typedef struct{
DataType data[StackSize];
int top;
}SeqStack;
// 置栈空
voi
www.eeworm.com/read/217469/14961976
plg 4-4.plg
礦ision2 Build Log
Project:
D:\已完成\单片机语言C51程序设计\代码\代码\04\4-4\4-4.uv2
Project File Date: 08/25/2005
Output: