代码搜索结果
找到约 10,000 项符合
7 的代码
7_7.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
7_7.plg
Build Log
--------------------Configuration: 7_7 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
7_7.dsp
# Microsoft Developer Studio Project File - Name="7_7" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
7_7.cpp
#include
class A1
{
public:
A1(int x);
protected:
int a;
};
A1::A1(int x)
{
a=x;
}
class A2
{
public:
A2(int x);
protected:
int a;
};
A2::A2(int x)
{
7-7.htm
生日密码 - 爱的中国
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