搜索资源列表
MzL728-240128LCDv1.0
- 本文档详细介绍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
graph_
- //有向图:有向图,无向图基本操作 //运行环境:VC //有向图,无向图基本操作,包括: //1、邻接矩阵 //2、邻接表 //3、深度优先遍历 //4、广度优先遍历 //5、最小生成树 //6、拓扑排序 //7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-//Directed graph: directed graph, undirected graph basic operation// Operating Environme
P6307_1
- MFC应用程序,综合实现了简单的计算器操作,并有矩阵链表的相关操作,简单模拟银行系统功能-MFC applications, integrated to achieve a simple calculator operations and list the relevant matrix operation, a simple simulation of the banking system
disanti
- (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
software
- 该程序是针对稀疏矩阵而编制的,主要是一个稀疏矩阵类的实现,其中采用十字链表法对矩阵进行存储。该矩阵类能够完成矩阵操作和运算的大部分功能,重点是矩阵的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
juzhen
- 可以经行多维矩阵的转换等简单的操作,非常实用,操作简单,界面简洁-Line can be multi-dimensional matrix, such as a simple conversion operation, very practical, simple, concise interface
Dot-matrixLCD
- 点阵LCD的驱动显控原理,详细阐述了点阵LCD原理及相关操作,不可多得的好资料。-Dot-matrix LCD display control the driving principle of detailed dot-matrix LCD and related principles of operation, rare good information.
Matrix
- 稀疏矩阵的运算,主要用于测试算法实现,矩阵由系统随机生成,由用户选择需要的操作,包括矩阵的加减乘运算,稀疏矩阵的输入形式采用“三元组”表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix operations, mainly for testing algorithms, matrix randomly generated by the system, select the desired operation by the user, including matrix a
Matrix
- 操作矩阵的类 CMatrix 的实现文件-Operation matrix class implementation file CMatrix
Matrix
- 矩阵类,由矩阵数据以及简单的矩阵操作方法组成。-Matrix classes, matrix data, as well as a simple matrix operation.
List.matrix.stack
- 此程序包括对链表,矩阵,栈的基本操作,实现了链表的插入,删除,查找,栈的删除与插入,矩阵的压缩存储,矩阵的运算。-This procedure is the operation of the matrix: Matrix compression, storage, computing
Matrix
- 实现一个表示 n*n 矩阵的模板类。 1) 至少提供如下必要的矩阵操作:加、乘、转置(建议用操作符重载来实现)。 2) 编制一个交互式程序对该模板类进行测试。 含实验报告与源代码-Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposit
Sparse-matrix-compression
- 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型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
Matrix
- 用链表保存系数矩阵,指针操作实现了矩阵的加减乘除.可从文件读取矩阵,保存矩阵.-Use lists to save the coefficient matrix, pointer arithmetic operations to achieve a matrix. Matrix can be read from a file, save the matrix.
EX-matrix
- 加强的矩阵计算类 几乎实现了全部矩阵计算操作 使用方便简单-Strengthening of the matrix computation almost achieved all matrix calculation is simple and easy to operate
Matrix-calculation
- 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
matrix
- Matrix类,实现简单的加减乘除以及幂,还有一些简单的操作- Matrix class, simple addition and subtraction as well as power, there are some simple operations
matrix
- 提供矩阵操作,方便矩阵运算。学线性代数的时候不想自己算-a matrix programme
matrix-multiplication
- 这个程序的功能是实现矩阵乘法,使用的动态数据,方便大家操作-matrix multiplication
Matrix-Inversion-with-CUDA-master
- 利用cuda完成GPU编程,实现对给定矩阵的求逆操作(a cuda code for calculating a inverse matrix of a given matrix)