搜索资源列表
33MatrixCa
- 这个是一个矩阵运算的代码引擎,采用C++语言编写,并已封装.该代码只用于3*3的矩阵,效率比较高,主要用于OpenGL ,D3D编程时候使用-this is a matrix calculation engine code using C language, and Packaging. The code used only 3 * 3 matrix, more efficient, mainly for the OpenGL, when using D3D programming
mathsalsa_v07_release_rar
- 矩阵c++类课件 便于一次性处理图像的一行、一列、或整幅图像 代码简洁如Matlab,运算速度远远高于Matlab, 工业级的代码,而不是toy 级的代码有很多公开的c++代码可借用 (如opencv) -image processing, MFC class
OpenCLMatrixMult
- 运用Opencl的矩阵运算。利用c#完成。-Opencl of matrix operations.
alglib-2.6.0.cpp
- alglib是一套跨平台并且用多语言实现的通用数值计算和数值处理库,例如,其分别用Java、C++、Pascal等分别实现了功能和接口相同的库。系统中包含了矩阵运算、傅立叶变换、PCA、KMean等的实现。-alglib--a numeric and data processing library which is cross platforms and languages.
chazhi
- C 语言实现线性插值,直接与三角形2中,包括矩阵运算的H 文件-C language realization of the linear interpolation directly with triangle 2, including the file of the H matrix operations
NCLS_lina
- 非负约束最小二乘法丰度反演 NCLS 矩阵运算 EA=X 参考文献:[1]R. Bro, S. D. Jong,"A FAST NON-NEGATIVITY-CONSTRAINED LEAST SQUARES algorithm" [2]Charles L. Lawson, Richard J. Hanson ,Solving Least Squares Problems (Classics in Applied Mathematics) (Society for Industri
test_dct
- 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
test_dct
- 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
RateOfEllipse
- C#拟合椭圆的程序,其中包含了所需要的矩阵运算类-C# ellipse fitting program, which contains the required matrix operations class
tt
- 作为新一代操作系统的图形处理内核,GDI+在Windows XP和Windows Server 2003操作系统中扮演着极其重要的角色。 GDI+的出现,是对传统程序员的一种解脱。本书是目前国内少有的全面介绍GDI+编程的参考书。本书从画笔与画刷、文本与字体、区域与路径等基础知识谈起,将GDI+的技术细节一一展开。此外,GDI+的矩阵运算、图像的编码与解码、图像色彩信息校正等深层次知识,也都能够在本书中找到详细的说明。为了让读者更快地掌握GDI+编程,在每一章的内容中,都配有详尽的程序源代码
MatrixCalc
- 常用矩阵运算的C语言实现程序,包括矩阵乘法、求逆、转置、加法、减法等-Common matrix operations C language programs, including matrix multiplication, inversion, transpose, addition, subtraction, etc.
NSCT
- 修改了现有的NSCT-tool中的混合C编程部分,所有步骤都通过matlab的矩阵运算完成,提升数倍的运行速度。-Modify existing NSCT-tool in a mixed C programming section, all the steps are completed by matlab matrix operations, increase several times speed.
remote-sensing-image
- 本程序是遥感图像处理以及数字摄影测量课程的成果,大致实现方式:使用GDAL库实现影像读取,使用armadillo库实现矩阵运算 remote sensing image.rar为源代码压缩包 warmerda.rar为GDAL库 armadillo-4.650.4.rar为armadillo库 工程配置信息: 1、打开*.vcxproj,工程文件,将平台设置为x64或win32,并如下配置属性 2、包含目录: armadillo:armadillo-4.650.4\
yircuit
- 几个C语言的算法程序,包括栈,队列,矩阵运算等()
sej-uaser
- 矩阵的运算算法 这里有加减乘和转置 用C语言编的 注意输入 算法用于稀疏矩阵()