文件名称:一个经修改的VS2010下可用的单头文件C++矩阵模板类程序
文件大小:6.91MB
文件格式:RAR
更新时间:2018-10-05 13:17:12
Matrix TCL Lite, VS2010,C++, 矩阵库
以前用的一个支持类模板的叫Matrix TCL Lite v1.13的小矩阵库,本来在VC6.0下用得不错的,好几年不搞编程了,最近又搞起来,发现在VS2010下不能直接使用,而其官方已经不再放出其升级版本,所以我就自己看着改写了下,使其能在VS2010下编译通过,主要是屏蔽了新的VS2010和标准C++不太支持的旧的异常处理方法。另加了一个小的demo,矩阵库的算法比较简单,所以效率可能较低,但不考虑效率,用起来还是很方便的。
【文件预览】:
matrixTCLlite
----stdafx.cpp(218B)
----Release()
--------CL.write.1.tlog(866B)
--------CL.read.1.tlog(25KB)
--------mt.read.1.tlog(652B)
--------matrixTCLlite.pch(11.19MB)
--------stdafx.obj(996KB)
--------mt.command.1.tlog(484B)
--------cl.command.1.tlog(2KB)
--------matrixTCLlite.log(2KB)
--------matrixTCLlite.exe.intermediate.manifest(381B)
--------matrixTCLlite.write.1.tlog(0B)
--------link.write.1.tlog(656B)
--------matrixTCLlite.lastbuildstate(68B)
--------matrixTCLlite.obj(700KB)
--------link.command.1.tlog(1KB)
--------link.read.1.tlog(3KB)
--------mt.write.1.tlog(292B)
--------vc100.pdb(1.26MB)
----stdafx.h(360B)
----targetver.h(236B)
----matrixTCLlite.vcxproj.user(143B)
----matrixTCLlite.cpp(763B)
----matrix.h(34KB)
----Debug()
--------vc100.idb(787KB)
--------CL.write.1.tlog(846B)
--------CL.read.1.tlog(25KB)
--------mt.read.1.tlog(342B)
--------rc.write.1.tlog(322B)
--------matrixTCLlite.pch(11.75MB)
--------link.5496-cvtres.write.1.tlog(2B)
--------stdafx.obj(349KB)
--------matrixTCLlite.exe.embed.manifest.res(472B)
--------rc.read.1.tlog(314B)
--------link.5496-cvtres.read.1.tlog(2B)
--------mt.command.1.tlog(420B)
--------cl.command.1.tlog(2KB)
--------link-cvtres.read.1.tlog(2B)
--------matrixTCLlite.log(2KB)
--------matrixTCLlite.exe.intermediate.manifest(381B)
--------link.5496.read.1.tlog(2B)
--------matrixTCLlite.Build.CppClean.log(605B)
--------matrixTCLlite.write.1.tlog(0B)
--------link.write.1.tlog(908B)
--------matrixTCLlite.lastbuildstate(66B)
--------link-cvtres.write.1.tlog(2B)
--------matrixTCLlite.obj(66KB)
--------link.command.1.tlog(2KB)
--------rc.command.1.tlog(588B)
--------link.read.1.tlog(3KB)
--------mt.write.1.tlog(342B)
--------matrixTCLlite.exe.embed.manifest(406B)
--------link.5496.write.1.tlog(2B)
--------vc100.pdb(1.27MB)
--------matrixTCLlite_manifest.rc(216B)
----matrixTCLlite.vcxproj.filters(1KB)
----matrixTCLlite.vcxproj(4KB)
----ReadMe.txt(2KB)