代码搜索结果
找到约 10,000 项符合
5 的代码
5-5.asp
共有次访问 qvtc.edu.cn 网站
共有次访问 itnet.com.cn 网站
5-5.cpp
/*第5题 电话簿管理--源代码及关键源代码注解如下:*/
//PhoneBook 1.0 By Mark Miller
#include
#include
#include
#include
#include
#include
//全程结构及变量
5_5.cpp
//5_5.cpp
#include
using namespace std;
class Point //Point类定义
{
public: //外部接口
Point(int xx=0, int yy=0) {X=xx;Y=yy;countP++;} //构造函数
Point(Point &p); //拷贝构造函数
~Point(){ countP
5_5.asp
复选框和单选按钮提交后选中自己的方法
【5_5.asp】:复选框和单选按钮提交后选中自己的方法
5-5.c
#include
struct student
{
int number;
char name[20];
char sex;
int age;
char addr[30];
};
void print_struct(struct student *p)
{
p->age ++;
printf("%d,%s,%c,%d,%s\n",