代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/152184/5675531
java matrix.java
/* created at 2005-12-23 */
package com.clustering.ds.matrix;
/**
* 这个接口是二维矩阵的抽象.
* @author Avon
* @version 0.9
* @since 0.9
*/
public interface Matrix {
public long getRowNum();
www.eeworm.com/read/490722/6452000
m ex317.m
%******************************************************
%程序:EX317.M
%功能:曲面及其对应的三维等高线的绘制
%******************************************************
x=-3:0.25:3; %定义x坐标轴取值范围及刻度
y=x;
www.eeworm.com/read/250455/12405253
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/250455/12405393
h object3d.h
/////////////////////////////////////////////////////////////////////////////////
//
// Object3d.h: interface for the CObject3d class.
//三维物体,定义或变换于世界坐标系
#ifndef _COBJECT3D_H
#define _COBJEC
www.eeworm.com/read/336217/12463400
m ex317.m
%******************************************************
%程序:EX317.M
%功能:曲面及其对应的三维等高线的绘制
%******************************************************
x=-3:0.25:3; %定义x坐标轴取值范围及刻度
y=x;
www.eeworm.com/read/220692/14791646
m myilwt.m
%**************************************************************************
% 函数功能:一维提升小波反变换
% 输入参数:a为低频系数向量;d为高频系数向量,LS为使用的提升方案
% 返回值:返回重构向量x
%****************************************************
www.eeworm.com/read/209410/15220383
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