搜索资源列表
-
0下载:
矩阵类库源代码,用VC编写,程序是MATLAB与VC混合编程这本书上的-matrix class library source code, prepared by VC, the process is MATLAB and VC mixed programming on this book! !
-
-
0下载:
关于矩阵类库的VC++源代码
因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件-On the matrix class library VC++ Source code since it has been preserved trained network weights, so the identification procedures used for the first time, you can directly run th
-
-
0下载:
在VC++6.0平台上实现的一个比较实用的矩阵类库源代码-In VC++6.0 platform of a more practical realization of the matrix class library source code
-
-
0下载:
VC++中使用的矩阵类模板,实现矩阵存储,转置等问题。-VC++ matrix class template used to achieve matrix storage, transpose and other issues.
-
-
0下载:
VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
-
-
0下载:
VC++矩阵类:CMatrix.h 用的Vector-VC++ matrix class: CMatrix.h used in Vector
-
-
0下载:
自己编写的VC++矩阵类,可实现矩阵转置,求逆及四则运算,矩阵元素查找-MAtrix class created by VC++6.0.I hope it can help my friends who need this kind of thing~~
-
-
0下载:
几个项目运用了opencv,需先安装opencv
项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上
项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。
项目carmen是使用opencv卡尔曼滤波的例子。
项目ransac是ransac算法的例子。
toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
-
-
0下载:
有关点阵显示的控件类,无使用任何字库,代码简单,需使用VC2008+SP1补丁方可重新编译。本人的目标是力求用最简单使用的代码开发漂亮的VC界面。-For the control class dot matrix display, without using any font, the code is simple, use the VC2008+ SP1 patch be recompiled. My goal is to seek the most simple code developme
-
-
0下载:
利用VC++实现的,基于神经网络的文字识别系统,包括矩阵类库源代码和数字识别系统源代码。-Using VC++ to achieve, based on neural network character recognition system, including the matrix class library source code and digital identification system source code.
-
-
0下载:
《VC++和BC++数值分析类库》使用说明
光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib
及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线
绘制程序Plot.exe 。
该库运行环境为Win95及以后各级操作系统。
该库所有内容为作者独创。
1.你是VC用户:
将<<VC用户>>目录下的 Mat
-
-
0下载:
改程序是用vc++2010编写的一个矩阵类,在测绘行业中会涉及到的操作均有包括。-Reform program is written in vc++2010 a matrix class, in the mapping industry will be involved in the operation were included.
-
-
0下载:
矩阵计算,基于VC++。NET的矩阵类的设计,包含了多个矩阵运算,但是还有些许功能不足,有需要的读者自己去进行加深学习-Matrix calculation, based on VC++. NET class design matrix, contains a number of matrix operations, but there is little function, and there is a need to deepen the reader to learn
-
-
0下载:
VC++实现矩阵的QR分解。里面有个类和调用的实力。-In VC++ matrix QR decomposition. Which has a class and call strength.
-
-
0下载:
矩阵的数乘源文件,VC++课程设计。该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。根据向量处理的程序实现矩阵数乘。-The program defines a vector class, inside the element is a template form, define the various properties of the vector class, methods, and operator overloading functio
-
-
0下载:
可在VC编程时方便使用的矩阵运算的模板类,可使用它进行很多矩阵运算,并且有详细的使用例子代码,推荐下载!-The VC program to facilitate the use of matrix operations template class can use it for a lot of matrix operations, and detailed examples of the use of the code to download!
-
-
0下载:
在VC平台下编写的一个简单易用的矩阵类库的源代码-The VC platform written in a simple and easy-to-use matrix class library source code
-
-
0下载:
使用vc++ 6.o制作了一个矩阵模板类 可以使用不同的 数据类型 包含基本矩阵运算 main函数为测试程序-Use vc++ 6.o produced a matrix template class can use different data type contains the main function of the basic matrix operations for the test procedure
-
-
0下载:
VC++矩阵运算类,提供各类矩阵运算的算法,是一个很不错的运算类-VC++ matrix operations class, provide all kinds of matrix operation algorithm, is a very good algorithm
-
-
0下载:
.声明一个矩阵类,通过重载+,-,*实现矩阵的加、减和乘运算(Declare a class of matrices, add, subtract and multiply a matrix by overloading +, -, *)
-