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

搜索资源列表

  1. 用邻接矩阵解决四色问题

    0下载:
  2. C语言写的,用邻接矩阵解决四色问题,输入国家的个数和相邻情况,输出每个国家的颜色代号。-Adjacency matrix solution with four-color problem, enter the number and neighboring countries the situation, the output color codes for each country.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2016-12-23
    • 文件大小:224334
    • 提供者:黄斌
  1. C

    1下载:
  2. 用C语言求可达矩阵,输入阶数和矩阵,输出可达矩阵-Reachability matrix
  3. 所属分类:CSharp

    • 发布日期:2016-05-10
    • 文件大小:1024
    • 提供者:许昌
  1. C51_Calculator.rar

    0下载:
  2. 用C51做的计算器源码,矩阵键盘,液晶显示,C和ASM混合编程,PROTUSE自带的例程,C51 calculator to do with source code, matrix keyboard, LCD, C and ASM programming mixed, PROTUSE built-in routines
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:48275
    • 提供者:ken
  1. lu.rar

    2下载:
  2. 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2129
    • 提供者:印凤行
  1. C++程序用类来实现矩阵

    7下载:
  2. 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括:  矩阵大小,用 lines, rows(行、列来表示);  存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括:  构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组;  析构函数,需要释放矩阵的数组指针;  拷贝构造函数,需要申请和复制数组;  输入,可以从cin中输入矩阵元素;  输出,将矩阵格式化输出到cout;  矩阵相加的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-24
    • 文件大小:1330
    • 提供者:李伟
  1. Matrix

    2下载:
  2. c语言实现矩阵运算。包括矩阵加减法,乘法,转置,求行列式,求逆矩阵等。-Matrix algorithm ,realized by c language.including matrix add,multiply,transpose,determinant,inverse.
  3. 所属分类:Algorithm

    • 发布日期:2015-02-26
    • 文件大小:180224
    • 提供者:maotianjiao
  1. C

    0下载:
  2. 有关于矩阵的的一些运算和算法,有希尔排序的c实现,有数字取反的算法。-Some on the matrix computation and algorithms, a sort of c Hill implemented a number of negated algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3437
    • 提供者:龚禹
  1. 12864

    1下载:
  2. 51单片机驱动12864液晶屏显示,通过矩阵键盘输入数字,在液晶屏上显示。C语言编程,Proteus仿真成功,包含源代码和仿真工程,下载即可运行-51 Microprocessor 12864 LCD display, keyboard input through the matrix of numbers, displayed on the LCD screen. C language programming, Proteus simulation successfully, includin
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:93671
    • 提供者:崖山再起
  1. LDL-2.0.1.tar

    1下载:
  2. 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:225831
    • 提供者:aaq
  1. QR_tezheng

    0下载:
  2. 包含QR分解法和QR法求解矩阵的特征值和特征向量-QR
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:204516
    • 提供者:刘虎
  1. c

    0下载:
  2. 动态产生任意维数的矩阵,计算乘法并输出结果-Dynamically generated arbitrary dimension matrix multiplication calculation and output
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:8649
    • 提供者:小发
  1. Texture

    3下载:
  2. 用灰度共生矩阵对共生矩阵归一化和计算能量、熵、惯性矩、相关4个纹理参数。-On the symbiosis with the GLCM matrix normalization and calculation of energy, entropy, moment of inertia, related to four texture parameters.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1214
    • 提供者:青青
  1. CsharpAlgorithm_Matrix

    0下载:
  2. C#数值计算源码,主要包括矩阵计算,分解,求逆等。-C# Numerical Calculation of source, including matrix, the decomposition, such as inversion.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:256244
    • 提供者:顾佳晨
  1. Matrix

    0下载:
  2. C#的矩阵运算,包括加减乘除,求逆等-C#, matrix operations, including addition and subtraction multiplication and division, inverse, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:11606
    • 提供者:Huazhong
  1. PIC

    0下载:
  2. PIC16F877入门程序和仿真原理图,包括LED,数码管,1602,LCD12864,矩阵键盘,继电器,定时器,等内容。-PIC16F877 entry procedures and simulation schematic diagram, including the LED, digital tube, 1602, LCD12864, matrix keyboards, relays, timers, and so on.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:538261
    • 提供者:尹波
  1. Matrix

    2下载:
  2. C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
  3. 所属分类:C#编程

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:wangyong
  1. keyscan

    0下载:
  2. 4*4矩阵键盘单片机c语言驱动 按键消抖-I don t know!!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:12561
    • 提供者:杜帮胜
  1. juzhenliansheng

    0下载:
  2. 矩阵连乘实验报告 用c语言编的 可以运行-Matrix with the report by experiments using c language code that can run
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:39615
    • 提供者:guixuzhen
  1. suanfa

    0下载:
  2. C++矩阵运算代码,实现矩阵运算-C++ matrix operation code, realize matrix operation!!!!!!!!!!!
  3. 所属分类:MPI

    • 发布日期:2017-11-09
    • 文件大小:10692
    • 提供者:yangdepin
  1. C_code

    0下载:
  2. C语言算法速查手册提供各种各样的科学计算的算法,如:矩阵计算,线性与非线性求解等。-C language algorithm Handbook for manual offers a variety of scientific computing algorithm, such as: matrix computation, linear and nonlinear problem solving.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1986082
    • 提供者:胡海滨
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com