CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Matrix操作

搜索资源列表

  1. MzL728-240128LCDv1.0

    0下载:
  2. 本文档详细介绍T6963C控制器的240×128图形点阵液晶模块的驱动编写过程,包括操作时序的详解、LCD底层控制方法等-This document details T6963C controller 240 × 128 dot-matrix graphic LCD module driver preparation process, including timing of detailed operations, LCD control methods such as bottom
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:613353
    • 提供者:mzdesign
  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. P6307_1

    0下载:
  2. MFC应用程序,综合实现了简单的计算器操作,并有矩阵链表的相关操作,简单模拟银行系统功能-MFC applications, integrated to achieve a simple calculator operations and list the relevant matrix operation, a simple simulation of the banking system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:106450
    • 提供者:张洁
  1. disanti

    0下载:
  2. (1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G; (2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS); (3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及与之相关连的边,并作DFS遍历(执行操作3);否则输出信息“不存在x”; (6)判断图G是否是连通图,输出信息“YES”/“NO
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2734
    • 提供者:涂舒
  1. software

    1下载:
  2. 该程序是针对稀疏矩阵而编制的,主要是一个稀疏矩阵类的实现,其中采用十字链表法对矩阵进行存储。该矩阵类能够完成矩阵操作和运算的大部分功能,重点是矩阵的LU分解和线性代数方程组的求解计算。-The program is prepared for the sparse matrix, and is primarily a kind of realization of sparse matrix, in which the use of cross linked matrix storage metho
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:430363
    • 提供者:许智全
  1. juzhen

    0下载:
  2. 可以经行多维矩阵的转换等简单的操作,非常实用,操作简单,界面简洁-Line can be multi-dimensional matrix, such as a simple conversion operation, very practical, simple, concise interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:284175
    • 提供者:jiejie
  1. Dot-matrixLCD

    0下载:
  2. 点阵LCD的驱动显控原理,详细阐述了点阵LCD原理及相关操作,不可多得的好资料。-Dot-matrix LCD display control the driving principle of detailed dot-matrix LCD and related principles of operation, rare good information.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1474955
    • 提供者:Steven
  1. Matrix

    0下载:
  2. 稀疏矩阵的运算,主要用于测试算法实现,矩阵由系统随机生成,由用户选择需要的操作,包括矩阵的加减乘运算,稀疏矩阵的输入形式采用“三元组”表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix operations, mainly for testing algorithms, matrix randomly generated by the system, select the desired operation by the user, including matrix a
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2243
    • 提供者:小伏
  1. Matrix

    0下载:
  2. 操作矩阵的类 CMatrix 的实现文件-Operation matrix class implementation file CMatrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:13295
    • 提供者:郭风
  1. Matrix

    0下载:
  2. 矩阵类,由矩阵数据以及简单的矩阵操作方法组成。-Matrix classes, matrix data, as well as a simple matrix operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:10367
    • 提供者:临界角
  1. List.matrix.stack

    0下载:
  2. 此程序包括对链表,矩阵,栈的基本操作,实现了链表的插入,删除,查找,栈的删除与插入,矩阵的压缩存储,矩阵的运算。-This procedure is the operation of the matrix: Matrix compression, storage, computing
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:464341
    • 提供者:
  1. Matrix

    0下载:
  2. 实现一个表示 n*n 矩阵的模板类。 1) 至少提供如下必要的矩阵操作:加、乘、转置(建议用操作符重载来实现)。 2) 编制一个交互式程序对该模板类进行测试。 含实验报告与源代码-Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposit
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:492996
    • 提供者:酉永松
  1. Sparse-matrix-compression

    0下载:
  2. 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型ElemType取float。 1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5) 2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from th
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1469
    • 提供者:selena
  1. Matrix

    0下载:
  2. 用链表保存系数矩阵,指针操作实现了矩阵的加减乘除.可从文件读取矩阵,保存矩阵.-Use lists to save the coefficient matrix, pointer arithmetic operations to achieve a matrix. Matrix can be read from a file, save the matrix.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2233050
    • 提供者:毛懿荣
  1. EX-matrix

    0下载:
  2. 加强的矩阵计算类 几乎实现了全部矩阵计算操作 使用方便简单-Strengthening of the matrix computation almost achieved all matrix calculation is simple and easy to operate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:6376
    • 提供者:feng
  1. Matrix-calculation

    0下载:
  2. 1、实现一个表示 n*n 矩阵的模板类 2、提供如下加、减、乘三种矩阵操作 3、编制一个交互式程序对该模板类进行测试-1, represents the realization of a template class 2 n* n matrix, provides the following add, subtract, multiply three 3 matrix operations, the preparation of an interactive program to tes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2456
    • 提供者:seal829
  1. matrix

    0下载:
  2. Matrix类,实现简单的加减乘除以及幂,还有一些简单的操作- Matrix class, simple addition and subtraction as well as power, there are some simple operations
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4136
    • 提供者:huyanxin
  1. matrix

    0下载:
  2. 提供矩阵操作,方便矩阵运算。学线性代数的时候不想自己算-a matrix programme
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1716
    • 提供者:李天骄
  1. matrix-multiplication

    0下载:
  2. 这个程序的功能是实现矩阵乘法,使用的动态数据,方便大家操作-matrix multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6990609
    • 提供者:周斯
  1. Matrix-Inversion-with-CUDA-master

    1下载:
  2. 利用cuda完成GPU编程,实现对给定矩阵的求逆操作(a cuda code for calculating a inverse matrix of a given matrix)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:5841920
    • 提供者:呆呆呆张
« 12 3 »
搜珍网 www.dssz.com