Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matrix
Search - matrix - List
16*16点阵,能够实现汉字、数字滚动显示,类似于电梯的工作原理。-16* 16 dot matrix, enabling characters, numbers scroll, similar to the elevator works.
Update : 2024-05-04 Size : 148480 Publisher :

关于Hessian矩阵的详细介绍资料 sift算法中有应用 需要的可以参考一下-Details on the Hessian matrix information sift algorithm has applications need to refer to
Update : 2024-05-04 Size : 781312 Publisher : 匣子

本资料介绍了如何用FPGA实现矩阵的求逆,并用HDL语言实现-this material is about to introduce a way to compute the inverse matrix based on FPGA HDL langwedge
Update : 2024-05-04 Size : 202752 Publisher : qjm

透视投影为三维图形显示的基础,在此基础上提出了一种基于透视投影矩阵的数学模型.可方便地将空间三维坐标转换为透视投影坐标,并实时地在屏幕上展现出来.并以三维数据的透视投影为例,显示了经过该透视变换后的透视图,验证了该方法的有效性.-Perspective projection of three-dimensional graphics based on this based on the perspective projection matrix based on a mathematical model. Can easily be converted into three-dimensional coordinate space, perspective projection coordinates, and in real time on the screen to show up. And three-dimensional perspective projection of data, for example, shows through the perspective transformation of perspective, verify the effectiveness of the method.
Update : 2024-05-04 Size : 307200 Publisher : chengdu

DL : 0
实现矩阵求逆 算法简洁 用途比较广泛 兼容性好-matrix inversion
Update : 2024-05-04 Size : 115712 Publisher : Liu ryan

DL : 0
矩阵理论课件,系统讲述线性空间与线性变换、内积空间、特殊变换及其矩阵、矩阵的标准型、向量范数和矩阵范数,以及矩阵分解等六章内容。-The Matrix Theory courseware systemticly introduce the linear spaces and linear transformations, inner product spaces, special transformation and its matrix, the matrix Standard, the vector norm and matrix norm, and the matrix factorization.
Update : 2024-05-04 Size : 4509696 Publisher : 周山人

DL : 0
8*8点阵的设计,内涵全过程,用的是2864,以及一些简单的74系列芯片设计的,大二数电的课程设计-8 x 8 dot matrix
Update : 2024-05-04 Size : 4032512 Publisher : 尤云

DL : 0
matrix theory:Mathematically rigorous introduction covers vector and matrix norms, the condition-number of a matrix, positive and irreducible matrices, much more.-matrix theory
Update : 2024-05-04 Size : 3844096 Publisher : 窦寅丰

DL : 0
矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B 的积。这些矩阵将声明为全局数据,以使每个工作线程都能访问矩阵 A、B 和 C。(Matrix multiplication Given two matrices A and B, where A is a matrix with M rows, K columns, B is K rows, N columns are matrices, A, and The matrix product of B is matrix C, C is M row, and N column. The element J in column I and column C in matrix Cij is the matrix A Line I, the sum of the products of each element and the matrix B, column J, i.e. Requirements: each Ci J is computed with an independent worker thread, so it will involve generating M * N worker threads. main The thread (or parent thread) will initialize the matrix A and B, and enough memory allocated to the C matrix, it will accommodate matrix A Product of B. These matrices will be declared global data so that each worker thread can access matrices A, B, and C.)
Update : 2024-05-04 Size : 1024 Publisher : leser

完成MIMO通信检测的两种算法ZF、MMSE算法的矩阵分解算法。模型采用16QAM调制。(MIMO communication algorithm to complete the two algorithms, ZF and MMSE algorithm matrix decomposition algorithm. The model adopts 16QAM modulation.)
Update : 2024-05-04 Size : 9216 Publisher : taoli

DL : 0
包含三个数据成员:行(int 类型),列(int 类型),一个指针变量。提供一个无参数传递的构造函数和一个包含两个参数传递的构造函数。提供一个成员函数,设置矩阵元素。(Contains three data members: row (int type), column (int type), and a pointer variable. Provides a constructor with no arguments and a constructor that contains two parameters. Provides a member function to set matrix elements.)
Update : 2024-05-04 Size : 1024 Publisher : 家鸽

DL : 0
This is Led dot matrix basic.
Update : 2024-05-04 Size : 81920 Publisher : Biswas

DL : 0
矩阵计算,包括求和求积求差等等,用于调用(Matrix calculation, including summation, quadrature difference, and so on, used to call)
Update : 2024-05-04 Size : 91136 Publisher : 真人

Fundamentals of matrix computations 矩阵运算的基础(Fundamentals of matrix computations)
Update : 2024-05-04 Size : 4231168 Publisher : han_shuang

EDID MATRIX FIRMWARE COLLECTION for eprom i2c 24C02
Update : 2024-05-04 Size : 89088 Publisher : vlk3ru

DL : 0
Make a matrix / Can rewrite
Update : 2024-05-04 Size : 808960 Publisher : YYSSHH

矩阵运算的c++实现,封装了矩阵常用运算的类(some calculation of Matrix, in the version of C++)
Update : 2024-05-04 Size : 73728 Publisher : 01011110

DL : 0
Matrix calculation using c#
Update : 2024-05-04 Size : 1033216 Publisher : LQSWPU

DL : 0
实现:矩阵的创建,输出,复制,转置,加法,减法,乘以一个数,通过行列坐标设置和获取矩阵该位置元素的值(Implementation: matrix creation, output, copy, transposition, addition, subtraction, multiplied by a number, set up and get the value of the location element through the row and column coordinates.)
Update : 2024-05-04 Size : 2048 Publisher : 子熙

DL : 0
solve matrix according to guass method by VB6
Update : 2024-05-04 Size : 10240 Publisher : mnima
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.