runme.bat
来自「c++ 实现的矩阵运算库」· Batch 代码 · 共 6 行
BAT
6 行
REM Compare to the accerelerated version.
REM INTEL SIMD improves the inversion speed for matrices between 3x3 to 7x7
REM e.g. run a test with 5x5, 10000 times and compare
pause
MatrixInversion.exe
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?