CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - VC matrix

搜索资源列表

  1. Gamma

    4下载:
  2. Calibration(Ca200Sample_Cal.exe) provides(GAMMA测试调整工具,CA-210所带的样本程序) Setting of coefficients of Matrix Calibration / White Calibration / Standard Color. Read and write of CA calibration files. Assist user calibration with KONICA MINOLT
  3. 所属分类:Special Effects

    • 发布日期:2016-12-06
    • 文件大小:38662
    • 提供者:dahai
  1. MetrixVector

    0下载:
  2. vc++实现矩阵特征值与特征向量的计算
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:95126
    • 提供者:youngvery
  1. graph_

    2下载:
  2. //有向图:有向图,无向图基本操作 //运行环境:VC //有向图,无向图基本操作,包括: //1、邻接矩阵 //2、邻接表 //3、深度优先遍历 //4、广度优先遍历 //5、最小生成树 //6、拓扑排序 //7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-//Directed graph: directed graph, undirected graph basic operation// Operating Environme
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2853
    • 提供者:atom
  1. screensaver

    0下载:
  2. VC屏幕保护程序,模拟黑客帝国效果,不过是2d的。-VC screen saver, analog Matrix effects, but the 2d.
  3. 所属分类:Screen Saver

    • 发布日期:2017-04-27
    • 文件大小:39003
    • 提供者:焦健
  1. Matrix

    0下载:
  2. 矩阵乘法计算器,实现两个矩阵的乘法。VC++6实现-Matrix multiplication calculator, the achievement of the two matrix multiplication. VC++6 to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:28224
    • 提供者:xuhang75
  1. Matrix

    0下载:
  2. 用VC++实现代数矩阵中求解矩阵的逆,矩阵的阶数可以是任意,只要改变全局变量即可-Using VC++ realization of matrix algebra to solve the inverse matrix, the order of the matrix can be arbitrary, as long as the change in global variable can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:7142
    • 提供者:李兴泽
  1. header

    0下载:
  2. 提供了Lapack的头文件及相关信息,可以方便直接在VC中包含。Lapack是矩阵操作函数库,功能强大-LAPACK provides the header files and related information, can be easily included directly in the VC. LAPACK library are matrix operations, powerful! ! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:302969
    • 提供者:张斌
  1. matrix

    0下载:
  2. 在VC++6.0平台上实现的一个比较实用的矩阵类库源代码-In VC++6.0 platform of a more practical realization of the matrix class library source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:7770
    • 提供者:hyuk
  1. LcdZimo

    1下载:
  2. 采用VC++编写的字模像素提取软件。提供了两种功能:1、提取黑白液晶屏字模,可任意字体任意方向提取,可提取文本和图片字模。2、提取TFT彩色液晶屏像素,完成了RGB24位、RGB16位565、RGB16位555像素大小的测试,在TFT液晶屏上显示文本和图片。其它像素大小,希望大家帮忙测试一下,感激不尽。-Using VC++ written in matrix pixel extraction software. Provides two functions: 1, extract black
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-11
    • 文件大小:229965
    • 提供者:黄宏钦
  1. matix

    0下载:
  2. VC++中使用的矩阵类模板,实现矩阵存储,转置等问题。-VC++ matrix class template used to achieve matrix storage, transpose and other issues.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1080
    • 提供者:luolizi
  1. vc

    0下载:
  2. 矩阵计算,主要是利用一个函数得到结果。全选主元高斯消去法-Matrix calculations, mainly using a function to get results. Select principal component Gaussian elimination method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:6931
    • 提供者:柳亚子
  1. CMatrix

    0下载:
  2. VC++矩阵类:CMatrix.h 用的Vector-VC++ matrix class: CMatrix.h used in Vector
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1938
    • 提供者:james.m
  1. Matrix

    0下载:
  2. 这是矩阵的头文件,将其复制到VC的include目录下,在源文件中包含即可使用-This is the matrix of the header file, copy it to VC' s include directory, in the source file contains can be used
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:5968
    • 提供者:溜达翁
  1. severalexample

    0下载:
  2. 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6132168
    • 提供者:lyd
  1. Classic_VC_programming_code_matrix_operations

    0下载:
  2. VC编程实现矩阵运算经典代码Classic VC programming code matrix operations -Classic VC programming code matrix operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:55534
    • 提供者:j
  1. VB_VC

    0下载:
  2. 对矩阵运算的VB和VC程序进行了详细描述-Of VB and VC matrix operation procedures are described in detail
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:802566
    • 提供者:dingdandan
  1. image-proses-Demo

    0下载:
  2. 图像处理 vc++实现 ,处理灰度图,彩色图处理,包括旋转,缩放,滤波,特征提取,模板匹配,灰度共生矩阵 等-Vc++ image processing implementation, processing grayscale, color image processing, including rotation, scaling, filtering, feature extraction, template matching, gray level co-occurrence matrix,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:305366
    • 提供者:luocw138
  1. Matrix

    0下载:
  2. 一个简单的推箱子的小游戏,是自己用VC编写的,能直接运行。-A simple game of Sokoban, is written in VC, can be directly run.
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:248340
    • 提供者:sally
  1. matrix

    0下载:
  2. 在VC中用Matlab引擎计算实对称矩阵特征值和特征向量。.mor0为矩阵输入文件,.mor位结果输出文件。-Calculated using Matlab engine in the VC real symmetric matrix eigenvalues ​ ​ and eigenvectors. . Mor0 matrix input files,. Mor-bit result output file.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:264663
    • 提供者:胡子翔
  1. Positive-definite-matrix-Inverse

    0下载:
  2. 本程序为基于VC++的正定矩阵求逆矩阵,经验证可以用-Positive definite matrix, inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:661
    • 提供者:RTQ
« 1 23 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com