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

搜索资源列表

  1. 51单片机C语言各类程序大全

    1下载:
  2. 51单片机的各类操作例程,流水灯,数码管,按键,矩阵,电机,LCD模块,AD/DA,串口,红外,TFT彩屏,NRF905无线模块等等。(51 microcontroller various operation routines, water lights, digital tubes, keys, matrix, motor, LCD module, serial port, AD/DA, IR, TFT color, NRF905 wireless module etc..)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:11343872
    • 提供者:ahpu_lp
  1. Matrix

    0下载:
  2. 包含三个数据成员:行(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 p
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:家鸽
  1. lu2d.c.tar

    0下载:
  2. useful matrix realted code
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:Pooja27ms
  1. C++基础函数

    0下载:
  2. C++基础函数,主要实现排序,数据查找等基础功能。(The ring method of Matrix element)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:12288
    • 提供者:NicolasK
  1. CUMCM-2017-problem-C

    0下载:
  2. c题,利用模糊矩阵求解最大最小值,并利用神经网络来进行训练,来预测和分析待测值。(C problem, using fuzzy matrix to solve maximum and minimum)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:13312
    • 提供者:008
  1. C语言实现的算法

    0下载:
  2. 有几个非常常用的算法比如判断是否是闰年,求三个数的最大数,判断是否是素数,输出矩阵,(There are several very common algorithms, such as whether it is a leap year, the maximum number of three numbers, to determine whether the prime number, the output matrix,)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-24
    • 文件大小:21504
    • 提供者:花之灵
  1. matrixclock-20160910_max

    0下载:
  2. this is c code for control led matrix, you can using hub08, or max7219. work fine
  3. 所属分类:单片机开发

    • 发布日期:2018-01-07
    • 文件大小:176128
    • 提供者:nobitaemon
  1. C++matrix

    0下载:
  2. 矩阵运算的c++实现,封装了矩阵常用运算的类(some calculation of Matrix, in the version of C++)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:73728
    • 提供者:01011110
  1. matrice_dynamique_fonctions

    0下载:
  2. Product Matrix with functions, comments written in French !
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:indian
  1. Matrix

    0下载:
  2. 矩阵的基本运算的程序,包括矩阵的和、差、乘以及求逆。(The basic operation of the matrix program, including the matrix sum, difference, multiplication and inversion.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:2607104
    • 提供者:HJL Kevin
  1. Matrix Key

    0下载:
  2. C51矩阵键盘,亲测可用,包含源程序与.HEX文件(C51Matrix Key,which has been tested ,including the c source file and the hex file.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:褐色书包
  1. DWY12864I-c

    0下载:
  2. 51单片机使用C语言实现128×64点阵LCM控制(51 MCU uses C language to realize 128 x 64 dot matrix LCM control)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-04-20
    • 文件大小:68608
    • 提供者:小锐锐
  1. C常用算法程序集(第二版)

    0下载:
  2. 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomia
  3. 所属分类:数值算法/人工智能

  1. 矩阵计算C语言版

    0下载:
  2. 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(Matrix calculation for C langu
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:15360
    • 提供者:Master_King
  1. C语言程序:将一张矩阵笑脸上下翻转成哭脸

    0下载:
  2. 这是一个简单C语言程序代码,有兴趣的朋友可以按照代码演示一下,看看有什么惊奇的变化,看看本来是笑脸的矩阵能不能变成哭脸。(This is a simple C language program code, interested friends can according to the code shown, to see what was surprising changes, see the smiling faces of the matrix can become a sad face.)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-30
    • 文件大小:6144
    • 提供者:Bruce Leung
  1. Matrix

    1下载:
  2. 矩阵运算库,支持加、减、乘、除、转置、求逆(Matrix operation library, support plus, subtraction, multiplication, division, transpose, inversion)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:10158080
    • 提供者:DWOW
  1. Matrix

    0下载:
  2. Matrix(CSharp) c#实现卡尔曼滤波方程(Matrix (CSharp) c# implementation of Calman filter equation)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:16384
    • 提供者:dony_
  1. C数值算法集

    1下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:6230016
    • 提供者:呵呵打
  1. C++矩阵运算类库(很实用)

    0下载:
  2. 该资料是使用c++语言实现矩阵运算类的运算过程,代码完整,可以完成调用,非常适合初学者学习(The information is the use of c++ language to achieve matrix operation class operation process, code integrity, can complete the call, very suitable for beginners to learn.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:20480
    • 提供者:Bigstrong
  1. C语言成像与光线追踪程序设计 .pdf

    2下载:
  2. 计算机图形在越来越多的领域得到了广泛的应用,而大多数个人计算机用户却因 缺乏基本的编程工具而不能在便宜的PC机上生成精美的计算机图形,本书旨在帮助 这些用户挖掘PC机潜在的图形设计能力,制做逼真的高质量计算机图形。 本书介绍了计算机图形学要求的向量和矩阵算术工具,讨论了光线追踪程序的生 成和使用,并给出了实际的C代码。此外,本书还对三维建模工具、提高图像质量的方 法及图形显示设备等做了介绍。(Computer graphics have been widely used in more and
  3. 所属分类:文章/文档

    • 发布日期:2019-11-18
    • 文件大小:11792384
    • 提供者:魔王大人
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com