Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matrix
Search - matrix - List
大屏幕led点阵显示的驱动时序。 使用vhdl语言描述。其中rom文件可以使用lpm_megcore自动生成。-big screen led to the dot matrix display driver timing. The use of VHDL description language. Rom which documents can be automatically generated using lpm_megcore.
Update : 2024-05-18 Size : 4096 Publisher : 王卫

DL : 0
用C++实现的高斯混合模型的算法类,方差矩阵是对角矩阵-C++ Gaussian mixture model algorithm category, variance matrix is diagonal matrix
Update : 2024-05-18 Size : 4096 Publisher : 方平

C语言版本的矩阵库,目前世界上最流行的三大矩阵运算库之一,这是修正版本,我自己改了几个地方(按照官方要求)-C language edition matrix library , now in the world the most popular three greatest matrixeses carries to calculate the one of the library , this is to revises the edition, myself changed a few places( request according to the authorities)
Update : 2024-05-18 Size : 708608 Publisher : 赵辉

矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition and determinant value based on symmetry positive definite matrix, decomposition of singular value, decomposition of generalized inversal singular value, eigenvalue and eigenvector
Update : 2024-05-18 Size : 82944 Publisher : 球球

用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of-8
Update : 2024-05-18 Size : 20480 Publisher :

The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image. -The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
Update : 2024-05-18 Size : 9216 Publisher : gz

利用C语言编译实现对对称三对角阵求解其全部特征值与特征向量-C language compiler to achieve symmetric diagonal matrix solving all their eigenvalues and eigenvectors
Update : 2024-05-18 Size : 1024 Publisher : 邹璇

DL : 0
一种高效的聚类算法给定要聚类的N的对象以及N*N的距离矩阵(或者是相似性矩阵), 层次式聚类方法的基本步骤(参看S.C. Johnson in 1967)如下:-An Efficient Algorithm for the cluster must be the object of N and N* N distance matrix (or similarity matrix), the hierarchical clustering method the basic steps (see S. C. Johnson in 1967), as follows :
Update : 2024-05-18 Size : 432128 Publisher : 毛显锋

strassen算法的扩展,可以计算任何偶数阶矩阵的相乘,一般strassen只能计算2的n次方阶(自己编写,英文注释~)-Strassen expansion algorithm can even order any calculation of matrix multiplication, general Strassen only two terms of the n-th-order (to prepare themselves, English Notes ~)
Update : 2024-05-18 Size : 45056 Publisher : 建麟

DL : 0
键盘扫描程序,可以用来对4*4矩阵键盘进行扫描。C语言程序-keyboard scanning procedure can be used to 4* 4 matrix keyboard scan. C Programming Language
Update : 2024-05-18 Size : 1024 Publisher : 吴松

DL : 0
实现雅可比叠代算法 在matlab中 输入矩阵A,b, 初值x 调用该函数 得到结果-achieve Jacobi iterative algorithm in Matlab input matrix A, b, x initial function to be called the results
Update : 2024-05-18 Size : 1024 Publisher : 陆营

解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See Notes procedures
Update : 2024-05-18 Size : 23552 Publisher : 周思良

DL : 2
在VB里计算矩阵,线性方程组的控件。与matlab类似,包含了matlab的600多个函数。-in VB calculate matrix and linear equations of control. Similar with Matlab, includes more than 600 of Matlab functions.
Update : 2024-05-18 Size : 4898816 Publisher : 而且

DL : 0
构造 NXN 阶的拉丁方阵(2<=N<=9),使方阵中的每一行和每 一列中数字1到N只出现一次。如N=4时: 1 2 3 4 2 3 4 1 3 4 1 2 4 1 2 3-tectonic NxN bands Latin matrix (2lt; = Nlt; = 9), phalanx of each line and each series of numbers from 1 to N has only appeared once. If N = 4 : 1 2 3 4 2 3 4 1 3 4 1 2 4 1 2 3
Update : 2024-05-18 Size : 1024 Publisher : 姚紫欣

DL : 0
稀疏矩阵运算器实习报告,与严蔚敏老师主编的数据结构与算法一书实习4.1相对应-sparse matrix operations for internships, and Yan Wei Min teachers editor of the data structures and algorithms on a corresponding attachment 4.1
Update : 2024-05-18 Size : 13312 Publisher : 张广

MATLAB 的名称源自 Matrix Laboratory ,它是一种科学计算软件,专门以矩阵的形式处理数据。 MATLAB 将高性能的数值计算和可视化集成在一起,并提供了大量的内置函数,从而被广泛地应用于科学计算、控制系统、信息处理等领域的分析、仿真和设计工作,而且利用 MATLAB 产品的开放式结构,可以非常容易地对 MATLAB 的功能进行扩充,从而在不断深化对问题认识的同时,不断完善 MATLAB 产品以提高产品自身的竞争能力。重点介绍MATLAB创建图形用户界面应用程序的原则和方法,有大量具体的代码创建界面并实现相应用户动作的方法。 -MATLAB name from the Matrix Laboratory, it is a scientific computing software, specialized form of a matrix of data processing. MATLAB high-performance numerical computation and visualization integrated together, and provide a large number of built-in functions, which are widely used in scientific computation, control systems, information processing and other fields of analysis, simulation and design work, but using MATLAB product's open architecture can easily right MATLAB functions for the expansion, thus deepening the understanding of the problem, but also constantly improve MATLAB products to enhance their products competitive. Highlights MATLAB to create graphical user interface applications of the principles and methods, a large number of specific interface and creates a correspo
Update : 2024-05-18 Size : 194560 Publisher : 洪春

一个可以计算矩阵行列式 逆矩阵,等其他矩阵运算的程序-one can calculate the matrix inverse matrix determinant, matrix operations and other procedures
Update : 2024-05-18 Size : 15360 Publisher : lff

DL : 0
并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluster environment. Without extracting passwords.
Update : 2024-05-18 Size : 2048 Publisher : 张哲

自己编写的任意矩阵相乘的DSP程序,运行在CCS环境,平台为TMS320C6416。主程序用C语言编写,子程序用汇编编写完成矩阵相乘功能。-prepare their arbitrary matrix multiplication, the DSP, the running of the CCS environment, TMS320C6416 platform. Main program with C language, the subroutine with a compilation completed matrix multiplication function.
Update : 2024-05-18 Size : 425984 Publisher : 王刚

针对C程序的特点,给出将之移植到VC集成环境下的技术,对一个常用程序集实施了大规模的改写,并提供了C++数组和矩阵模板类,对C程序进行面向对象的封装。 CH1.H-CH15.H改写自徐士良《C常用算法程序集[M]》清华大学出版社(1996.11),第1到第15章,即数值计算部分的所有内容。 AM.H 数组、矩阵类的最初实现 CAM.H 双精度型数组、矩阵类 TAM.H 数组、矩阵模板类 Matrix.h 双精度型矩阵类,数组类请用标准模板库的valarray类 TMatrix.h 矩阵模板类,数组类请用标准模板库的valarray类 这两者配合slice技术使用,可以得到极大的灵活性,标准模板库对效率也是做过优化的。 C++用作数值计算的解决方案包括Matlab数学库的调用,用Matlab、OpenGL实现数-against C program features is to be transplanted to VC integrated technical environment, a procedure commonly used to collect a large-scale rewriting, and to provide an array of C and matrix template category, the C Programming Object-Oriented Packaging. CH1.H- CH15.H rewritten since XU Shi-liang "C algorithms commonly used procedures set [M]" Qinghua University Press (1 996.11), to a Chapter 15, that is part of the numerical calculation of all content. AM.H array matrices CAM.H the first to achieve double-precision array matrices TAM.H array matrix template category Matrix.h double-precision matrix category, array category please use standard template library valarray category TMatrix.h matrix template category, array category please use standard templates for the two categorie
Update : 2024-05-18 Size : 69632 Publisher : 苗嘉
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.