BM SurePOS 500系列收款机在国内发售的搭配的S78A键盘的烧录软件。 支持WIN7 XP系统,支持自动安装PS2口驱动。不需要手动选择驱动安装。
2022-10-13 18:01:14 49.8MB MatrixMakerS78
1
稀疏矩阵 稀疏矩阵库。 安装 $ npm i ml-sparse-matrix 用法 import { SparseMatrix } from "ml-sparse-matrix" ; const matrix1 = new SparseMatrix ( [ [ 1 , 2 ] , [ 3 , 4 ] , ] ) ; const matrix2 = new SparseMatrix ( [ [ 0 , 5 ] , [ 6 , 7 ] , ] ) ; const product = matrix1 . kroneckerProduct ( matrix2 ) ; 执照
2022-09-27 16:19:43 10KB JavaScript
1
生成回型矩阵并且可以按照回型拆分矩阵。可以自定义生成回型矩阵的维数、
2022-09-23 13:00:36 45KB return 生成矩阵labview
DataMatrix生成图片的dll动态库,可供C#、VB、PB、VC等调用。 /*data为原数据,savefile为保存路径(默认bmp格式) ;返回整型,0(生成成功)和-1(生成失败)*/ PB示例: FUNCTION ulong getDataMatrix (string data,string savefile) LIBRARY "DataMatrix_DLL.dll"
2022-09-22 10:00:41 406KB dll Data Matrix
1
数值计算是 图像处理 的基础课程,Matrix Computations--4th--由Golub and Van Loan编写
2022-09-20 16:12:29 13.14MB 数值计算 图像处理 基础课程
1
Golub教授的Matrix Computation 第三版
2022-09-12 18:55:15 19.52MB Matrix Computation
1
通过与坐标系的任何方向相关的那个点的描述性应力矩阵,可以传达关于该点应力状态的大量信息。 该程序通过代数运算得出其中一些参数。
2022-08-31 15:45:00 6KB matlab
1
本篇文章是对Android中利用matrix 控制图片的旋转、缩放、移动进行了详细的分析介绍,需要的朋友参考下
2022-08-17 16:50:37 244KB android matrix
1
矩阵插值(用邻居的平均值替换零元素)。 E = Minterp(矩阵,number_of_iterations)
2022-08-16 19:46:06 1KB matlab
1
讲述矩阵运算 求导。 Matrix Calculus - Notes on the Derivative of a Trace Johannes Traa
2022-08-03 14:57:46 202KB 矩阵求导 迹、行列式
1