代码搜索结果
找到约 10,000 项符合
7 的代码
7_7.cpp
#include
#include
using namespace std;
class TwoDShape // 二维图形类
{ double width,height;
public:
TwoDShape(double w, double h) { width = w; height = h; } //构造函数.
v
7-7.m
d = [-1 1];
[x,y,z] = meshgrid(d,d,d);
% 定义一个立方体
x = [x(:);0];
y = [y(:);0];
z = [z(:);0];
%[x,y,z]分别为加上中心的立方体顶点
X = [x(:) y(:) z(:)];
Tes
7-7.txt
【例7.7】列出所有学生姓名,去掉重名。
SELECT DISTINCT name AS "学生名单" FROM xsqk.dbf
7-7.c
#include "stdio.h"
#define MAX_TREES 10
typedef char DataType;
typedef struct Tree_node{
DataType data;
struct Tree_node *lchild,*rchild;
}Tree;
typedef Tree * TreeNode ;
TreeNo
7-7.c
#include "stdio.h"
#define MAX_TREES 10
typedef char DataType;
typedef struct Tree_node{
DataType data;
struct Tree_node *lchild,*rchild;
}Tree;
typedef Tree * TreeNode ;
TreeNo
7-7.htm
var max=0;
function textlist()
{
max=textlist.arguments.length;
for (i=0; i