代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/113037/15471795
~cpp inherit.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Inherit.h" //MDIChild被继承子窗体头文件
#include "DataModule.h" //数
www.eeworm.com/read/426535/9014920
m ex3613.m
%例36-13 三维曲线绘图
t=0:2*pi;
x=cos(t).*sin(t);
y=2+t;
z=t.^2;
plot3(x,y,z)
www.eeworm.com/read/185294/9044507
htm s06_12.htm
二维数组
成绩表
姓名 英语 计算机
-------------------------
var students,i,j;
students = new Array();
students[0] = new
www.eeworm.com/read/274718/10857072
cpp 6_8.cpp
#include
using namespace std;
int main()
{ float Array[4] = { 10.0, 20.0, 30.0 }; //语句1:声明4维数组
cout
www.eeworm.com/read/462042/7211918
txt 代码16-7.txt
I = imread('cameraman.tif'); % 输入图像
I = im2double(I); % 数据类型转换
T = dctmtx(8); % 计算二维离散DCT矩阵
dct = @(x)T * x * T';
www.eeworm.com/read/448971/7521382
cpp cowtour.cpp
/*
ID: chenkai4
PROG: cowtour
LANG: C++
*/
#include
#include
using namespace std;
#define MAXARRAY2 151
//--------封装2维数组---------
class _2int
{
public:
double (*nu
www.eeworm.com/read/437656/7744161
cpp lcs.cpp
#include
#include
using namespace std;
enum DIRECTION{LEFT,TOP,LEFT_TOP,NONE};
//动态二维数组
template
class Matrix {
public:
Matrix(int row, int col)
{
if (r
www.eeworm.com/read/320604/13422407
txt 解释.txt
此为两类四维c-均值聚类算法程序
已在Debug文件夹内生成.exe文件。也可从vc++打开个文件运行察看。