搜索资源列表
swarmmathwork
- 粒子群搜索的matlab程序,对于一个隐函数寻优,四维隐含数嵌入在子函数中,可根据需要更改,-PSO Matlab search procedures, an implicit function optimization, 4D implied several embedded in the Functions, may need to change.
4D-SPIHT
- 4-D SPHIT 压缩Matlab 程序-4-D SPHIT compression Matlab procedures
MultiPlot
- Plot your multichannel data despite of being real or complex in Matlab. Mreshape reshapes your 3d data by your desired arrangment. Mreshape4 reshape your 4d data
Poj1022
- 本题写了一个EE3的产品描述,是四维的。确实很难想像清楚。我们这样想就行。它有四个坐标,每一维都可以放上一个立方体,边长为1.然后就是怎么判断是否Inconsistent,有两种情况:1),如题上举的例子,ID为1的在x2坐标上前面是3,那么ID为3的在X2坐标的后面应该是1,否则就Inconsistent。-We usually think that there are three geometric dimensions the fourth dimension is usually ti
Interpolation
- 4D interpolation for large data table
work
- This grabs the data from uCam 4D systems that contains OV7640/8 and )V7528 as UART converter
Visualization_4d
- 4D可视化程序,非常适合初级学者。很好的参考资料,期待共同进步-4D visualization program, is ideal for junior scholars. A good reference, look forward to progress together
WGL02
- 自行编写一个简单的Vector3 向量类,至少需支持3D向量间的加减乘除操作,向量与标量浮点数的乘除操作,以及点乘(Dot)和叉积(Cross)以及归一化(Normalize)操作。(20 ) (2) 自行编写一个Matrix4x4矩阵类,至少需要支持矩阵间加减操作,矩阵乘操作,矩阵单位化操作(Identity,即输出一个单位矩阵),转置操作,以及矩阵与3D向量相乘的操作。(请思考为何使用4x4的矩阵,并注意其与3D向量的相乘方式,实际上,我们需要将3D向量转为4D齐次表示形式,相乘后再转换
NO2
- 顺序表 create_sqlist(Sqlist *L)/*创建顺序表*/ { int k ElemType x k=0 scanf(" d",&x) while(x!=0) { L->data[k]=x k++ scanf(" d",&x) } L->length=k } void print_sqlist(Sqlist *L)/*输出顺序表*/ { int j
4D-Volume-Rendering
- 4D Volume Rendering cuda 光线投射算法-4D Volume Rendering ray casting
nihe
- 二维、三维、四维数据拟合,主要是矩阵计算。类初始化中可以控制拟合的变量为n次。-2D, 3D, 4D data fitting, matrix calculation. The fitting can control the class initialization variable n times.
system-phase-portrait
- 用于计算3维4维微分方程的轨道,并根据需要舍去计算中前若干个点-compute the phase portraits of 3D or 4D differatial equations
CVector
- 2D、3D、4D向量类,包含操作符重载 -2D, 3D, 4D vector class includes operator overloading,class CVector2,class CVector3,class CVector4
dnlm
- The algorithm (called dynamic non-local means) is very effective on 4D medical images (i.e. contrast-dynamic sequences such as DCE-MRI, fMRI and dynamic PET). This implementation is straight-forward and is thus not efficient (computationally). How
LoadDicomSeries
- Loads Siemens Time Series or single image stack (not only Siemens) automatically into 4D matrix. Old version LoadDicomSeries.m : Loads DICOM time series or single stacks single *.dcm files with directory dialog, progressbar etc... into global 4
nc_fio_mod
- 用fortran读写NETCDF文件的常用子程序,包含: public :: ocn_grid, & 读取海陆地形 nc_read_axis, & 读取坐标信息 nc_read_4d, & 读取4维数据 nc_read_3d, & 读取3维数据 nc_read_2d, & 读取2维数据 nc_create, & 创建NC文件 nc_write, & 通用写NC文件 nc_write1d, & 写1维nc文件 nc_write2d, & 写2维n
ex_read_nc1
- 调用matplotlib绘制4维地图的案例,以颜色作为4d绘制要素 用python读取netcdf4文件(Call the Matplotlib to draw a case of 4 dimensional maps with color as a 4D drawing element ,Reading netcdf4 files with Python)