搜索资源列表
MeaDirNet
- 此是关于纯方向网测量平差程序,与一般的方向网平差程序不同的是,二维矩阵用一维矩阵表示,实现了压缩存储,提高效率。-this is the direction of pure network measurement adjustment procedures, and the general direction of the net adjustment process is different using a two-dimensional matrix dimensional matrix,
DataGrid
- 在.Net 中 DataGrid 虽然有排序的功能,但并不支持双向的排序。用到了,看了些相关的帖子,自己尝试了一种方法,竟然也行得通,主要是用DataGrid.Attributes 存了一个参数,同时在onSortCommand中修改了DataGridColumn的中国教程在线,http://www.5istudy.cn
nihe
- 直线拟合与多项式拟合 涉及:《数值计算》等相关课程的基础内容 共两个例子,分别是直线拟合与多项式拟合。 转载自百思论坛 http://www.baisi.net/thread-1270848-1-1.html
Extreme.Mathematics.QuickStartVB
- 这里是用VB写的数学库。以前用C、C++写的比较多。内容有:复数运算、矩阵运算、解方程、积分微分等。非常有用。-Here is the math library written in VB. Previously used C, C++ to write many of the comparison. Are as follows: plural computing, matrix operations, solution of equations, such as integro-differ
DL-Dist
- [Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
App_Code
- 运用ASP.net C#语言对SQL数据库表格中的数据进行运算处理。-Data compute
vecmath-1_5_2-src
- java 写的matrix等的一些操作,含有矩阵求逆等方法,是java3d的一部分。https://java3d.dev.java.net/binary-builds.html -matrix operations such as matrix inversionmethods,It is part of java3d project. https:// java3d.dev.java.net/binary-builds.html
GHCommonMathLibV2.0
- 前向 (n,k,m) 非系统卷积,咬尾\删除也支持。(由于过度使用泛型,编译连接会花很久) ,支持Matlab形式的抽头定义。 路径保留强度可选,有小文档介绍 GUI 范例的使用。 大量使用泛型, 使用了 VC2010 的 C++0x 新特性 && 左值引用,但也支持2008编译器。 很稳定,纠错能力还行,纠正了老版本GHCommonMathlib的严重问题。 http://download.csdn.net/source/3020237是老版本的。 这个版本在h
MatrixExample
- 矩阵计算,基于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
7
- 这个是一个“阳光长跑”应用问题的算法。就是在节点之间,根据要求路程范围,选择一条最合适的路径-It s a scrip for "Sun Shine Running" problem. It can find a way in a mass net. The legth of the way is desided by the user.
complexcalculator.rar
- VC++ .NET源代码实现的复数计算器,一个C++实验,源代码仅供参考吧。 ,NET source code to achieve complex calculator, a C++ experiments, the source code for reference only right VC++.
PLS
- 采用VB.NET,调用VBMatrix的dll,编写的PLS算法,内置EXCEL中包含算例参数。-PLS based on VB.NET, with a DLL named "VBMatrix" and a EXCEL including sample.
TowerofHanoi
- 这是一个hanoi塔的问题,它可以由机器人解决。-This is a hanoi.net tower, which can be solved by the robot.
Calculate
- 这VB.net程序计算太阳的视角度从你的角度,在任何时候,纬度和经度。它不是编码与极准确的公式,但很接近公式-This VB.net program to calculate the sun' s degree from your point of view, at any time, latitude and longitude. It is not very accurate coding and formulas, but very close to the formula
NewtonIteration
- 计算方法作业:牛顿迭代法实现方程组的求解。方程组可以是线性的也可以是非线性的,.NET搭建界面,报错功能完善。-the algorithm of Newton Iteration,you can input linear equations or nonlinear equations
SolveEquation-16.10.15
- 使用 VC++ 编写一元四次方程求解的核心代码,生成动态库、静态库、COM组件、.NET组件,然后使用 vb、vc、c#、excel、html 调用。-Use VC++ prepare a quartic equation for solving the core code, build a dynamic library, static libraries, COM components, .NET assembly, and then use vb, vc, c#, excel, html
回归算法
- matlab实现各种经典回归算法,如最小二乘,ridge,lasso,elastic net等等,以及各种回归算法应用实例。(Many classic regression methods such as least squares, ridge, lasso and elastic net and so on. In addition, some application examples are here indetails.)