搜索资源列表
matrixclasslibraries
- 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector elements of a start to an index, no
gandalf.1.5
- Gandalf软件(含源码)主要用于计算机视觉分析与相关数字分析。用C语言编写。Gandalf is a computer vision and numerical algorithm library, written in C, which allows you to develop new applications that will be portable and run FAST. Includes many useful vision routines, including camer
matlab_cpp
- Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB®
矩阵类库源代码
- Visual c++\\Matlab图像处理与实用案例精选:矩阵类库源代码-Visual c \\ Matlab Image Processing and practical case Featured : matrix class library source code
Extreme.Mathematics.QuickStartCS
- 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
tnt_126
- TNT的矩阵计算类库,很好用哦!我用他来写过一个用于计算坐标转换的类,很好用,很方便-TNT Matrix C++ Library!!!
mesch12b
- Matrix library for C++ programming.
C_sharp_Libeary
- 用c#编写的矩阵计算类库,包含求单位化矩阵,矩阵数乘,点乘,加减,奇异运算等,从网上搜集并做了一些改进,每一个都有相应的实例。-With the c# class library written in matrix calculation, including units of demand matrix, matrix multiplication, scalar multiplication, addition and subtraction, such as singular operat
hanzixuanzhuan
- 用c++语言怎样实现汉字旋转--本文通过介绍汉字点阵库的构成原理,并利用数学中的公式与编程语言,从而实现汉字的旋转。-C++ language with how to achieve the character rotation- This paper describes the structure theory character dot matrix library, and use the formula in mathematics and programming languages t
LibraryManagementSystem
- 运行主程序前,请把HANZI.TXT文件考到TC2的include文件夹,它包含了汉字点阵数据和某些将由程序生成的文本文件的汉字内码信息。 本程序是功能较多的图书管理系统程序,可以添加书籍(每本书都包括编号,分类,书名,价格,目前借阅者,借阅日期,上次归还日期这些书籍信息),添加会员(每个会员包括编号姓名,会员密码,性别,年龄信息),借书,还书,删书,修改书信息,翻页查看所有书籍,翻页查看所有会员,多种方式搜索书籍,查找单个会员,查看单个会员借书情况(包括书编号,书分类,书名,价格,借阅者,
matrix11
- C++矩阵操作库 适合常用矩阵操作 功能强大-C++ library for matrix operations used a powerful matrix operations
Cp23
- c#矩阵类库从网上下载的 分享分享-c# matrix library downloaded from the Internet to share share! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
sparse
- This a package containing sparse matrix operations like multiplication, addition, Cholesky and LDLT decompositions and so on. I started developing it because I needed a simple, easy to use, efficient library, that did not have any external dependenci
CSML_complex
- C# Matrix Library implementation. CSML - C# Matrix Library - is a compact and lightweight package for numerical linear algebra. Many matrix operations known from Matlab, Scilab and Co. are implemented.
Original_part1
- 用OpenMP并行运算 求矩阵向量乘机 内部调用C语言函数库 omp.h-OpenMP parallel computing matrix vector opportunity internally calls the C language library omp.h
cpp-inverse-kinematics-library
- 用于六自由度机器人正逆运动学求解的算法程序,源码书写规范。对于逆运动学求解算法,采用了矩阵伪逆、最小二乘和lma三种方法实现。-Kinematics Algorithm for a six-axis robot written with C++. The algorithm is implemented with three methods: posedu inverse of matrix, least square and lma
SOFA
- IAU 的标准基本天文程序库SOFA 给出Fortran 版和C 版两个基本天文运算的库函数,最新版SOFA 补充了IAU 在2006 年公布的岁差模型。SOFA 由两部分组成:天文库和矢量、矩阵运算库。其中前者有109 个子程序,可以进行天文历法计算、时间计算、星历表计算、岁差章动计算、恒星空间运动计算和主要星表系统的转换,后者有52 个子程序,功能则是矢量和矩阵的各种操作,当然其中包括了球面坐标系统的变换-IAU standard basic astronomical library SOF
test_eigen
- 对C++矩阵库Eigen的测试以及简单使用 -Eigen matrix library for C++ tests and simple to use
Eigen
- C++ 矩阵操作, ROS,Eigen3(C++ Library manipulating Vector Matrix)
Matrix
- 矩阵运算库,支持加、减、乘、除、转置、求逆(Matrix operation library, support plus, subtraction, multiplication, division, transpose, inversion)