代码搜索:盒维数

找到约 10,000 项符合「盒维数」的源代码

代码结果 10,000
www.eeworm.com/read/377912/9258083

m ex317.m

%****************************************************** %程序:EX317.M %功能:曲面及其对应的三维等高线的绘制 %****************************************************** x=-3:0.25:3; %定义x坐标轴取值范围及刻度 y=x;
www.eeworm.com/read/179239/9364219

htm ch3_2.htm

三维绘图
www.eeworm.com/read/279904/10378894

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "三维变换.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THI
www.eeworm.com/read/279904/10379453

h object3d.h

///////////////////////////////////////////////////////////////////////////////// // // Object3d.h: interface for the CObject3d class. //三维物体,定义或变换于世界坐标系 #ifndef _COBJECT3D_H #define _COBJEC
www.eeworm.com/read/381420/6957440

m ex317.m

%****************************************************** %程序:EX317.M %功能:曲面及其对应的三维等高线的绘制 %****************************************************** x=-3:0.25:3; %定义x坐标轴取值范围及刻度 y=x;
www.eeworm.com/read/465867/7047780

m ex317.m

%****************************************************** %程序:EX317.M %功能:曲面及其对应的三维等高线的绘制 %****************************************************** x=-3:0.25:3; %定义x坐标轴取值范围及刻度 y=x;
www.eeworm.com/read/448971/7521383

cpp comehome.cpp

/* ID: chenkai4 PROG: comehome LANG: C++ */ #include using namespace std; #define MAXARRAY2 151 //--------封装2维数组--------- class _2int { public: double (*num)[MAXARRAY2];
www.eeworm.com/read/442234/7656659

m ex317.m

%****************************************************** %程序:EX317.M %功能:曲面及其对应的三维等高线的绘制 %****************************************************** x=-3:0.25:3; %定义x坐标轴取值范围及刻度 y=x;
www.eeworm.com/read/434737/7804073

htm ch3_2.htm

三维绘图
www.eeworm.com/read/243793/12916687

m f_search.m

function y=f_search(t) % % 一维搜索求最小值 % global x p y=4*(x(1)+t*p(1)-5)^2+(x(2)+t*p(2)-6)^2;