代码搜索结果
找到约 10,000 项符合
7 的代码
7_7.cpp
//7_7.cpp
#include
using namespace std;
class B1 //声明基类B1
{
public: //外部接口
int nV;
void fun(){cout
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.cpp
//7_7
#include
int a[3][3]={{5,7,8},{2,-2,4},{1,1,1}};
int b[3][3]={{4,-2,3},{3,9,4},{8,-1,2}};
int c[3][3];
void main()
{
for(int i=0; i