代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/183625/9147239
f90 ex0716.f90
program ex0716
implicit none
integer :: students
integer, allocatable :: a(:) ! 声明一个可变大小的一维数组
integer :: i
write(*,*) "How many students:"
read(*,*) students
allocate( a(stude
www.eeworm.com/read/377912/9258113
m ex313.m
%***********************************************************
%程序:EX313.M
%功能:绘制不同类型的三维直方图
%***********************************************************
Z=[15,35,10;20,10,30] %设置坐标轴范围
subplot(2,
www.eeworm.com/read/376037/9335313
f90 ex0716.f90
program ex0716
implicit none
integer :: students
integer, allocatable :: a(:) ! 声明一个可变大小的一维数组
integer :: i
write(*,*) "How many students:"
read(*,*) students
allocate( a(stude
www.eeworm.com/read/279904/10379008
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 三维变换.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/381420/6957452
m ex313.m
%***********************************************************
%程序:EX313.M
%功能:绘制不同类型的三维直方图
%***********************************************************
Z=[15,35,10;20,10,30] %设置坐标轴范围
subplot(2,
www.eeworm.com/read/465867/7047792
m ex313.m
%***********************************************************
%程序:EX313.M
%功能:绘制不同类型的三维直方图
%***********************************************************
Z=[15,35,10;20,10,30] %设置坐标轴范围
subplot(2,
www.eeworm.com/read/442234/7656671
m ex313.m
%***********************************************************
%程序:EX313.M
%功能:绘制不同类型的三维直方图
%***********************************************************
Z=[15,35,10;20,10,30] %设置坐标轴范围
subplot(2,
www.eeworm.com/read/199686/7836149
txt extendkalman.txt
%Decoupling joint probabilistic data association algorithm for multiple target tracking
%杂波环境下多传感器的数据融合
%三维常速CV模型
clear all;
clc;
T=1;
www.eeworm.com/read/296549/8096523
java arrpart.java
public class ArrPart{
public static void main (String arg[]){
int score[]={65,35,98,86,77,60};
Maxs(score);
}
public static void Maxs (int sarr[]){ //一维数组的接收
www.eeworm.com/read/137402/13324890
h em.h
// Em.h: interface for the CEm class.
//
//////////////////////////////////////////////////////////////////////
// 假设了各维相互独立,只有方差,没有协方差
#if !defined _EM_H_
#define _EM_H_
#if _MSC_VER > 1000