Welcome![Sign In][Sign Up]
Location:
Search - 二次元

Search list

[Algorithm二次曲线拟合---最小二乘法

Description: 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
Platform: | Size: 752 | Author: yh4685668 | Hits:

[GIS program移点

Description: mapgis二次开发用来统一移动选中的mapgis点图元-mapgis second development to unify mobile selected mapgis Maps yuan
Platform: | Size: 153600 | Author: 文很新 | Hits:

[Other systemsMapXSample

Description: vc+mapx二次开发示例程序。包括地图读取,放大,缩小,漫游,图元选择,图层控制等基本功能。-vc MapX secondary development sample program. Read including maps, zoom in and out, roaming, graphic choice, layer control basic functions.
Platform: | Size: 274432 | Author: 袁爽 | Hits:

[CSharp抛物线法

Description: 上述算法的终止准则为H终止准则。要求编写通用程序。 关于函数的要求: 直线搜索所计算的函数自己任选。 共轭梯度法所计算的函数:①计算一个正定二次函数(至少是4元函数);②至少计算一个非二次函数(至少是5元函数)。 非线性最小二乘问题的修正Gauss-Newton法所计算的函数:至少计算一个非线性函数(至少是5元函数)。 乘子法所计算的问题:等式约束、不等式约束要求至少各有一个。问题可在教材或其它参考书中任意选取。 程序自行编写(禁止采用调用现成软件的方式),编程语言自选。 -above algorithm criteria for the termination of H termination criteria. Requests for common procedures. The demands on function : linear search function by calculating their options. The conjugate gradient method by calculating function : calculate a definite quadratic function (at least four yuan function); calculated at least one non-quadratic function (at least five yuan functions). The nonlinear least squares problems that Gauss-Newton method by calculating function : at least a nonlinear function computing (at least five yuan functions). Multiplier Method calculation problem : identity bound inequality constraints have required at least one. Problems in reference books or other materials were selected at random. Self-preparation procedure (called ban on the use of existing software)
Platform: | Size: 9216 | Author: 洪男 | Hits:

[Other systemsmapx+vb.net

Description: vb+mapx进行gis二次开发,如实现查找图元及显示鼠标所在经纬度以及自动滚屏等功能。-vb mapx for gis second development If you realize map and display the mouse coordinates, and where automatic Scroll function.
Platform: | Size: 1024 | Author: 张伟 | Hits:

[AlgorithmSteepest-decline

Description: 最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving n-positive definite quadratic function of the minimum
Platform: | Size: 12288 | Author: 文嘉俊 | Hits:

[GIS programArcGISbook

Description: ARCGIS二次开发编程实例,包含如何定制、图元编辑等在机遇VBA的开发-ARCGIS secondary development of programming examples, including how to customize, edit and other elements in the development of opportunities for VBA
Platform: | Size: 2410496 | Author: logan | Hits:

[AlgorithmBE5

Description: 边界元源程序,解决势问题,采用二次单元,C语言编写-BEM
Platform: | Size: 35840 | Author: 开心 | Hits:

[matlabFDErectsquareLast

Description: 有限元计算程序。矩形二次元的有限元计算程序。练习使用。-Finite element program.Rectangular secondary finite element program. Practice using.
Platform: | Size: 8192 | Author: huding | Hits:

[matlabFDEtrisquareLast

Description: 有限元计算程序。三角形二次元的有限元计算程序。练习使用。-Finite element program.Triangle quadratic finite element calculation program. Practice using.
Platform: | Size: 10240 | Author: huding | Hits:

[source in ebookKSY

Description: 强大的二次元影像测量仪,十分方便的测量工具,包括了操作说明和例子。-The second element image measuring instrument
Platform: | Size: 5777408 | Author: huhualiang | Hits:

[source in ebookKsy_help

Description: 二次元影像测量仪 软件操作说明文档 功能十分强大,操作简便的测量工具。-the second element image measuring instrument
Platform: | Size: 507904 | Author: huhualiang | Hits:

[JSP/Javaqiugen

Description: 用java写的一元二次方程求根方法输入二次元系数一次元系数常数项狗求出结果-Written in java quadratic input secondary yuan coefficient time element coefficient constant term dogs obtained results
Platform: | Size: 22528 | Author: 皇凌枫 | Hits:

[Algorithmfinite-elment

Description: 利用有限元法-三角形元,双线性元,双二次元,serendipity元离散,求解偏微分方程数值解-Using the finite element method- triangular elements, bilinear million, double the second element, serendipity element discretization for solving partial differential equations
Platform: | Size: 12288 | Author: wangwangwang | Hits:

[CADAutoCAD VBA工程及VBA交互开发环境

Description: CAD二次开发基础环境资料,介绍了环境、图元、标注、块等内容。(Basic environment information of CAD program, describes the environment, graphics, annotations, blocks and so on.)
Platform: | Size: 984064 | Author: qm90 | Hits:

[Other姬长信APIphp html源码

Description: 随机图片api,有二次元、美女、壁纸等。有需要的可以下载来看看,另外里面有演示(Random pictures API, there are two dimension, beauty, wallpaper and so on. Yes, we can download it, and there's a demo)
Platform: | Size: 500736 | Author: cokaka | Hits:

[Algorithmfinite_element_quadratic_form

Description: 这个c++程序用于求解形如 -(pu')'+qu=f;u=0于左边界;u'=alpha于右边界。 的椭圆型偏微分方程。采用有限元解法,二次元差分格式。 使用说明: 在corefunc.h中自己定义修改方程中的函数p,q,f,它们分别对应文件中的3个函数funcp,funcq,funcf。 核心函数是double *Calcu(double *x, int n,double alpha=0.0) 其中x是节点数组,n+1应等于节点数量。alpha是右边值条件。核心函数返回计算的 近似解u在节点及对偶节点上的函数值。(A function for finite element experiment.)
Platform: | Size: 4096 | Author: random海 | Hits:

[Browser Client漂亮的二次元导航网单页源码

Description: 集合了各大网站的浏览器模板,使用PHP主机就可以搭建,对主机内存无太大要求,用的二次元模板(A set of web browser templates for large websites can be built with PHP hosts. There is no big requirement for the host memory, and the two - dimensional template is used.)
Platform: | Size: 502784 | Author: 白光云互联 | Hits:

[OtherPCDMIS-EP

Description: pc-dmis二次開發,讀取三次元測量數據(Reading cubic measurement data)
Platform: | Size: 632832 | Author: like88 | Hits:

[Other二次元爬图站点

Description: 通过爬取指定api,已达到充实自己的图库。。
Platform: | Size: 932589 | Author: LectWolf | Hits:
« 12 3 4 »

CodeBus www.codebus.net