搜索资源列表
a4q1
- ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and p
16tt23
- 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutori
matrix
- 实现两个n维矩阵相乘并用矩阵输出 用算法复杂度最低- devlpment two matrix multiple and I/O reality afafeafdfadsfdgf
dayinjikongzhi
- 说明,单片机应用,这是一个使用单片机的I/O口线控制微型打印机的实用程序,微型打印机为: 40针内含汉字库的并行接口点阵打印机,通过P0及P2口控制-, Microcontroller applications, this is a microcontroller I/O port line utility to control micro-printer, mini printer: 40-pin containing Chinese Characters parallel interface
matlab_work
- ordeig.m——主程序,调用后两者,计算特征值,按顺序排列,使虚部递减 pois.m ——对于平面Poiseuille流通过切比雪夫你拟谱法离散化生成O-S矩阵 Dmat.m ——求解切比雪夫微分矩阵 -ordeig.m main program, after calling two, computing eigenvalues in sequence, so that the imaginary part of diminishing po
gpsjixianjiesuan-mohudusuanfa
- Gps 整周模糊度算法源码 基线解算 测量平差 O文件读取-#include stdafx.h #include SPP.h #include Matrix.h #include math.h #include SPPDoc.h gps satlite compute #include Gps.h #include MainFrm.h #include SPPDoc.h #include SPPView.h
printer
- 这是一个使用单片机的I/O口线控制微型打印机的实用程序。微型打印机为: 40针内含汉字库的并行接口点阵打印机。-This is a use of MCU I/O port line control utility for micro printer. Micro printer is: 40 needle is embedded with parallel interface of Chinese character dot matrix printer.
Problem_07_FindNumInSortedMatrix
- 本算法的功能可以快速的查询指定的值在原有的矩阵中出现的位置,算法的时间复杂度是线性的 O(n)- The function of this algorithm can quickly query the location of the specified value in the original matrix, the time complexity of the algorithm is linear O (n)