搜索资源列表

  1. AVR240_4 x 4 Keypad _Wake_up on Keypress

    0下载:
  2. AVR键盘方案-AVR keyboard program
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:62464
    • 提供者:王木
  1. Interface 4x4 matrix keypad with 8051 IO

    0下载:
  2. Interface 4x4 matrix keypad with 8051 IO
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:高威
  1. C++ Matrix Template Class Library Lite V1.12

    0下载:
  2. This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:39936
    • 提供者:
  1. Householder

    0下载:
  2. Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:温泉
  1. led-matrix-code-proteus

    0下载:
  2. LED点阵的单片机程序包括了PROTEUS仿真-LED dot-matrix program of single-chip microcomputer including PROTEUS simulation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:65536
    • 提供者:黄晓东
  1. tu-matrix

    0下载:
  2. 图可以采用邻接矩阵、邻接表等多种方式来存储,本程序实现图的邻接矩阵存储-Chart can be used adjacency matrix, adjacency lists to store a variety of ways, this program graph adjacency matrix storage
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:youjing
  1. Matrix

    0下载:
  2. Matrix 是基于OPENGL开发的3d赛车游戏,编译需要有 OPENGL开发库。 程序目录结构分为模型,输入检测,主程序,数学运算等-Matrix is based on OPENGL developed 3d racing game, compile the need for the development of the Treasury OPENGL. Directory structure is divided into
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:59392
    • 提供者:iftree
  1. Matrix

    0下载:
  2. 矩阵计算程序,实现矩阵的常规计算,矩阵类似于数组形式访问和计算。-Matrix calculation program, the realization of the matrix of conventional computing, matrix-like array of the form of access and computing.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:Maker.L
  1. Matrix

    0下载:
  2. C#的程序,已经做好的了,就一简单的C#矩阵连乘的小程序,连界面程序源码都在的了-C# Procedures have been carried out of the, on a simple C# Matrix even by a small program, and even source interface procedures are of the
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:214016
    • 提供者:
  1. Program

    0下载:
  2. dot matrix led 5x7 display code with pic18f452 microcontroller
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-21
    • 文件大小:137216
    • 提供者:mohannad
  1. matrix

    0下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:376832
    • 提供者:
  1. matrix

    0下载:
  2. 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中;
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:bedding
  1. Matrix

    0下载:
  2. 离散数学教学程序 矩阵相关内容 适合于大二计算机学院学生-Discrete Mathematics Teaching program matrix relevant content for sophomore students in Computer Science
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:肖爽
  1. Simple-graphical-display-LED-dot-matrix

    0下载:
  2. 用c语言编写的点阵式LED简单图形显示。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of the dot matrix LED simple graphic display. To do with the AT89C51 microcontroller control chip, the program
  3. 所属分类:文件格式

    • 发布日期:2024-05-21
    • 文件大小:45056
    • 提供者:yao
  1. Matrix

    0下载:
  2. 该程序是主要描述的是矩阵运算,包括矩阵的基本运算,矩阵的求逆,矩阵的奇异值分解,以及特征值以及特征向量的求解等等。-The program is the main descr iption of the matrix operations, including the basic matrix operations, matrix inverse, matrix singular value decomposition, and the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:62464
    • 提供者:wangli
  1. matrix

    0下载:
  2. 介绍了利用Matrix VB插件实现从VB中调用MATLAB函数的具体方法,利用该方法,可大大提高 VB程序的计算和绘图能力,增强用户开发人机界面友好的计算程序的能力-Introduced the use of Matrix VB plug-in implementation to call MATLAB functions from VB specific method, this method can greatly impro
  3. 所属分类:编程文档

    • 发布日期:2024-05-21
    • 文件大小:134144
    • 提供者:李儒
  1. matrix

    0下载:
  2. program matrix read input from file and convert to matrix then write in new file symmetric matrix
  3. 所属分类:.net编程

    • 发布日期:2024-05-21
    • 文件大小:29696
    • 提供者:zahra
  1. Inverse-of-a-matrix

    0下载:
  2. 用C++语言编写的矩阵求逆的程序,源程序中使用的是3x3的矩阵,可以根据需要自己在程序中修改-Written in C++ language, the matrix inversion procedure is used in source code 3x3 matrix, can be modified in the program needs its own.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:901120
    • 提供者:赖材栋
  1. Snake-program

    0下载:
  2. 51单片机,贪吃蛇程序,用矩阵键盘控制,8x8点阵显示,有详细注释。-51 microcontroller, Snake program, matrix keyboard control, 8x8 dot matrix display detailed notes.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:张慧
  1. matrix

    0下载:
  2. matrix program matrix.zip
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:sadr
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org