您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. #include <stdio.h>

  2. #include #include #include #include typedef struct matrix { int row; int col; } matrix; typedef struct minCost { int cost; int mid; } minCost; minCost** func(matrix* mt, ssize_t count) { int i , j, step, min, temp, mid; minCost **rows; rows = (m
  3. 所属分类:Java

    • 发布日期:2009-06-01
    • 文件大小:6144
    • 提供者:jiangqi1012
  1. newmat 10 matrix c++

  2. NEwmat is a famous matrix library in c++. IT'S easy to understand and to use. Note: if you watta use a particular function from the library in your project just follow the testfiles style to include the 'include.h' and use the namespace. Of course,
  3. 所属分类:C++

    • 发布日期:2009-08-28
    • 文件大小:232448
    • 提供者:pobudeyi
  1. Channel Coding in Communication Networks

  2. Homage to Alain Glavieux. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv Chapter 1. Information Theory. . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Gérard BATTAIL 1.1. Introduction: the Shannon paradigm . . . . . . . . .
  3. 所属分类:C

    • 发布日期:2009-08-30
    • 文件大小:3145728
    • 提供者:ethanpad
  1. 矩阵类,Matrix.h

  2. 一个矩阵类,描述三维点、向量、标记(四维)点、颜色、二维纹理坐标 操作加减乘除叉积点积、矩阵计算(单 加 乘 逆 转 特征值 特征向量和变换矩阵(平移、绕三个轴旋转、点绕任意轴旋转、矢量旋转到Z轴平行方向)
  3. 所属分类:C/C++

    • 发布日期:2011-05-04
    • 文件大小:25600
    • 提供者:flysumo
  1. Matrix Computation 矩阵计算

  2. Matrix Computation 是数值计算大师GENE H.GOLUB CHARLES F.VAN LOAN 写的关于矩阵计算的经典书籍
  3. 所属分类:专业指导

    • 发布日期:2011-12-15
    • 文件大小:11534336
    • 提供者:thinks_thinking
  1. 三次样条插值代码 需包含Matrix.h头文件

  2. 矩阵与数值分析中三次样条差值代码 需包含Matrix.h头文件
  3. 所属分类:C/C++

    • 发布日期:2012-03-12
    • 文件大小:2048
    • 提供者:jaguarcxj
  1. 矩阵类(matrix class)

  2. 一个矩阵处理类,matrix.h,包括几个示例
  3. 所属分类:C++

    • 发布日期:2008-07-03
    • 文件大小:39936
    • 提供者:gfkd_ly
  1. 和矩阵相关的头文件matrix.h

  2. 调试C++程序时,提示not such file"matrix.h"时,只需要在头文件中新建一个matrix.h文件,将本文档中的内容复制过去即可
  3. 所属分类:C/C++

    • 发布日期:2012-12-17
    • 文件大小:11264
    • 提供者:hahaxin960
  1. iphone h.264 live encode 实时 硬编码

  2. Hardware Video Encoding on iPhone — RTSP Server example On iOS, the only way to use hardware acceleration when encoding video is to use AVAssetWriter, and that means writing the compressed video to file. If you want to stream that video over the net
  3. 所属分类:iOS

    • 发布日期:2013-05-23
    • 文件大小:43008
    • 提供者:ljh081231
  1. Matrix库 通用矩阵运算C++库 功能完整 附带函数功能注释文档

  2. 网络上的Matrix运算库繁多,但有很多功能不够完整,或缺少注释,给使用者带来不少麻烦。该函数库是我搜集到的比较全面的矩阵运算库,而且附带引自清华大学bbs上的函数功能注释,使用方便。 内容包括: Matrix.cpp 执行文件 Matrix.h 头文件 【matrix头文件声明注释】.txt 函数注释说明文件 亲测vs2010下可用 如果涉及到大型稀疏矩阵的运算可以参照我的另一个suitesparse资源
  3. 所属分类:C++

    • 发布日期:2013-07-09
    • 文件大小:16384
    • 提供者:demon_hunter39
  1. C++矩阵运算

  2. 矩阵测试在VS2013下,使用Matrix.h和Matrix.cpp,实现矩阵的+-*/以及转置、求逆、LU、QR文件等各种矩阵运算。
  3. 所属分类:C++

    • 发布日期:2015-07-24
    • 文件大小:17825792
    • 提供者:xing565244161
  1. matlab和c程序混编提示找不到mex.h

  2. 出错提示:Cannot open include file: 'mex.h': No such file or directory 和 Cannot open include file: 'matrix.h': No such file or directory 解压后,放在当前工程文件夹下,或编译器的include文件夹下即可。
  3. 所属分类:C

    • 发布日期:2016-05-29
    • 文件大小:10240
    • 提供者:bingoo_t
  1. Matrix Computations

  2. Gene H. Golub && Charles F. Van Loan 的《Matrix Computations》第3版,系统介绍矩阵理论的经典书籍。
  3. 所属分类:讲义

    • 发布日期:2018-06-11
    • 文件大小:18874368
    • 提供者:phb_776383669
  1. LDPC 编码,随机生成 H 矩阵,LLR-BP算法译码(含详尽注释)

  2. ldpc编码,随机生成H矩阵,LLR-BP算法译码,有详细的注解,非常详尽 (ldpc coding, randomly generated H matrix, LLR-BP decoding algorithm, with detailed notes, very detailed)
  3. 所属分类:电信

    • 发布日期:2020-05-17
    • 文件大小:31744
    • 提供者:weixin_43870101
  1. Eigen入门之密集矩阵 1 — 类Matrix介绍

  2. 简介 本篇介绍Eigen中的Matrix类。在Eigen中,矩阵和向量的类型都用Matrix来表示。向量是一种特殊的矩阵,其只有一行或者一列。 Matrix构造 在Matrix.h中,定义了Matrix类, 其中的构造器包括如下的5个,可以看到定义Vector也是使用Matrix。 /** \brief Constructs a fixed-sized matrix initialized with coefficients starting at \a data */ EI
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:75776
    • 提供者:weixin_38657835
  1. android.graphics.Matrix类用法分析

  2. 本文实例讲述了android.graphics.Matrix类用法。分享给大家供大家参考,具体如下: Matrix类包含了一个3×3的矩阵用来改变坐标,它没有一个构造器来初始化它里边的内容,所以创建实例后需要调用reset()方法生成一个标准matrix,或者调用set..一类的函数,比如setTranslate, setRotate,,该函数将会决定matrix如何来改变坐标。SDK里边没有讲述Matrix的3×3矩阵是如何改变点的坐标值的,但是我在代码里边通过打印那9个点的值时,大致可以得到
  3. 所属分类:其它

    • 发布日期:2021-01-04
    • 文件大小:87040
    • 提供者:weixin_38614825
  1. CSE121-Project-Matrix-Calculator:矩阵计算器-源码

  2. CSE-121-项目 一个c ++程序,最多接受100x100个矩阵以对其执行多个操作。 这些操作包括: 1. Addition and Subtraction 2. Multiplication and division 3. Finding the Transpose matrix 4. Raising a matrix to an exponent 5. Finding the determinant for a matrix 6. Finding the inverse of the
  3. 所属分类:其它

    • 发布日期:2021-02-17
    • 文件大小:4096
    • 提供者:weixin_42108054
  1. H∞ sampled-data control for T-S fuzzy singularly perturbed systems with actuator saturation

  2. In this paper, the problem of the sampled-data control for Takagi-Sugeno (T-S) fuzzy singularly perturbed systems (SPSs) with actuator saturation is considered. Based on the Lyapunov-Krasovskii functional and linear matrix inequality (LMI) approach,
  3. 所属分类:其它

    • 发布日期:2021-02-08
    • 文件大小:518144
    • 提供者:weixin_38696877
  1. Android变形(Transform)之Matrix用法

  2. 引言 最近在研究Android的变形,Android的2D变形(包括缩放,扭曲,平移,旋转等)可以通过Matrix来实现,3D变形可以通过Camera来实现。接下来就将我这俩天研究的东西和大家分享下,先来看看Matrix的用法。 效果图 变形以后   Matrix矩阵 坐标变换矩阵,即一个3*3的矩阵,用来对图形进行坐标变换。 图1.1  A为坐标矩阵,C为原始矩阵,R是A和C矩阵相乘记过,那么可以知道:(矩阵知识,大学没学好的伤不起啊) x’ = a*x + b*y + c y’ = d
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:129024
    • 提供者:weixin_38739164
  1. 如何使用Matrix对bitmap的旋转与镜像水平垂直翻转

  2. Bitmap convert(Bitmap a, int width, int height){int w = a.getWidth();int h = a.getHeight();Bitmap newb = Bitmap.createBitmap(ww, wh, Config.ARGB_8888);// 创建一个新的和SRC长度宽度一样的位图Canvas cv = new Canvas(newb);Matrix m = new Matrix();m.postScale(1, -1);   //
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:27648
    • 提供者:weixin_38745925
« 12 3 4 5 6 7 8 9 10 »