搜索资源列表
单片机典型矩阵键盘扫描程序
- 单片机典型矩阵键盘扫描程序:无压缩密码,c语言代码-SCM typical keyboard matrix scanning procedure : Uncompressed password, c language code
实验6 稀疏矩阵
- 利用三元组存储大规模稀疏矩阵并实现矩阵加减乘的运算。输入要求:三元组方式。运行环境C-mass sparse matrix storage and achieve matrix modified by the operator. Entry requirements : Triples way. C Runtime Environment
matrixclasslibraries
- 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector elements of a start to an index, no
matrixcalculation
- 线性代数之伴随矩阵计算C语言实现 伴随矩阵定义:把矩阵所有位置上的元素替换为元素的代数余子式,即得原矩阵的伴随矩阵。-linear algebra's adjoint matrix calculation of C language accompanying matrix definition : Matrix put all the elements in place to replace the elements of algebra minor, in the original
MatrixMult
- 用分治法解矩阵乘法(C++实现)-with the partition method for matrix multiplication (C achieved)
c
- 实现图的临接矩阵,邻接表,广度优先遍历和深度优先遍历。
mathcompute
- 使用C#编辑的一些矩阵运算的源程序,包括矩阵奇异值分解,还有一些示例。
lvxingshouhuoyuanwentishiyanbaogaolin
- c语言程序 旅游售货员问题 实验报告~区域交通网中顶点的数据域在这里不是我们关心的内容,我们关心的只是连接2个顶点的弧的代价。由于涉及到顶点间边或狐,我们可以用一个二维数组存放顶点间关系(边或弧)的数据――邻接矩阵实现该区域交通网的存储。
daona
- 是c语言形成潮流计算中导纳矩阵的一个子程序
yakebi
- 最优潮流计算中形成雅克比矩阵(用c原理)
matrix
- 用c++的一个矩阵类,可以计算加减乘除,逆
GM_1_1_
- 灰色系统插值。alpha是包含α、μ值的矩阵;ago是预测后累加值矩阵;va是预测值矩阵;error是残差矩阵;c是后验差比值
Matrix
- C++封装的Matrix矩阵类,以及它的一些简单应用
Maze32
- 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构-Implemented in C maze solving algorithm. Graphical interface, the solution process with reference to the depth-first search, then the matrix generated by the maze, using the stack as the storage st
Matrix
- C语言课程设计---矩阵运算,用 TurboC 在图形模式下开发,如果不能运行请改下 initgraph()函数-C language curriculum design--- matrix calculation, using TurboC development in graphics mode, if it can not run, please change under initgraph () function
movieticket
- 窗口售票源代码!! 用户操作 a) 允许在线预定电影放映的门票。 b) 可以选择电影、放映时间和地点。矩阵以超链接方式显示每个座位。 c) 处理与账单支付和支付网关相关联的活动。 d) 显示系统中指定时间框架内所有活动的日志。将仅供管理员使用。 -Sold tickets windows
lifegame_cpp
- 元胞自动机的c++实现,详细注释版 基于10*10矩阵的元胞自动机,可以自由设置初始状态和变化条件。还可以侦测循环状态的周期和起始位置。 侦测循环状态用了折半追尾的算法(我瞎起的名字,打个比方就是一个人1秒走1步,一个人2秒走一步,两个人碰上了就说明路是环状的)。 代码给有用的人参考一下,有详细注释。工程选择win32控制台工程。编译环境vc6.0或者vc2005都试验过了可以编译。 -Cellular Automata c++ implementation, det
eigen-eigen-ffa86ffb5570.zip
- Eigen是C++中可以用来调用并进行矩阵计算的一个库,里面封装了一些类
lankulgr__matrix__Commonly
- 将常用的矩阵操作封装起来,展示了c语言中的矩阵运算,-Commonly used matrix operation encapsulated, show the matrix in the c language,
矩阵、减和乘代码实现
- 采用C++编程,用运算符重载实现矩阵的相加运算、相减运算以及相乘运算