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

Search list

[Other resource2222

Description: (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我们希望用m+1个基函数w0(x),w1(x),…,wm(x)的一个线形组合 y=a0w0(x)+a1w1(x)+…+amwm(x) 来近似的表达x、y间的函数关系,我们把几对测量值分别代入上式中,就可以得到一个线形方程组: a0w0(x0)+a1w1(x0)+…+amwm(x0)=y0 a0w0(x1)+a1w1(x1)+…+amwm(x1)=y1 …   … a0w0(xn)+a1w1(xn)+…+amwm(xn)=yn 只需要求出该线形方程组的最小二乘解,就能得到所构造的的多项式的系数,从而解决问题。
Platform: | Size: 1398 | Author: lz | Hits:

[Graph programP-15

Description: 二次样条函数半节点构造方法,算法实现的不错-quadratic spline function semi-node structure, a good algorithm
Platform: | Size: 1690 | Author: 程雷 | Hits:

[Windows Developug调用mfc-点构造器

Description: ug二次开发的例子,很好的,可以双击的,大家来看看啦,不错的例子,相信我,之江狂徒推荐的,记住这个名字-ug example, a good, double-click, you Kanla view, a good example, I believe, Zhijiang Sheikh recommendation, remember the name
Platform: | Size: 250782 | Author: 李重庆 | Hits:

[SourceCodesymbian二级构造

Description: symbian的二次构造的小程序.
Platform: | Size: 6914 | Author: ansioe@126.com | Hits:

[Graph programP-15

Description: 二次样条函数半节点构造方法,算法实现的不错-quadratic spline function semi-node structure, a good algorithm
Platform: | Size: 1024 | Author: 程雷 | Hits:

[Windows Developug调用mfc-点构造器

Description: ug二次开发的例子,很好的,可以双击的,大家来看看啦,不错的例子,相信我,之江狂徒推荐的,记住这个名字-ug example, a good, double-click, you Kanla view, a good example, I believe, Zhijiang Sheikh recommendation, remember the name
Platform: | Size: 250880 | Author: 李重庆 | Hits:

[Algorithm2222

Description: (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我们希望用m+1个基函数w0(x),w1(x),…,wm(x)的一个线形组合 y=a0w0(x)+a1w1(x)+…+amwm(x) 来近似的表达x、y间的函数关系,我们把几对测量值分别代入上式中,就可以得到一个线形方程组: a0w0(x0)+a1w1(x0)+…+amwm(x0)=y0 a0w0(x1)+a1w1(x1)+…+amwm(x1)=y1 …   … a0w0(xn)+a1w1(xn)+…+amwm(xn)=yn 只需要求出该线形方程组的最小二乘解,就能得到所构造的的多项式的系数,从而解决问题。-err
Platform: | Size: 1024 | Author: lz | Hits:

[Otherspline

Description: 问题:用三次样条插值法求节点的函数值。 算法描述: 1. 以 为参数变量的方法(三弯矩方程) 用二阶导数值 来计算S(x)。 首由有条件构造函数 的线性表达式,然后对 积分,在利用连续性得到三次样条函数S(x)在区间[ ]上的表达式 式中 是未知参数。 由第一类边界 ,导出关于 的三对角方程组 = 式中, k=1,2,…n-1 , 求出 后再代入S(x)得到函数值。 -Question: using cubic spline interpolation method node function value. Algorithm Description: 1. That the parameter variables (three moment equation) used to calculate the numerical second derivative S (x). The first constructor from the conditional linear expression, and then on the points to be continuity in the use of cubic spline function S (x) in the interval [] where the expression is the unknown parameters. From the first category boundaries, derived on the tridiagonal equations where =, k = 1,2, ... n-1, obtained after the substitution S (x) be function values.
Platform: | Size: 1024 | Author: wangyangyang | Hits:

[ERP-EIP-OA-PortalHRMS

Description: vc++和server 2005 实现的人力资源管理系统,实现了vc对Word的基本操作,实现了SQL复杂语句的构造,vc ADO对SQL server2005数据库的基本操作,界面美观大方,可以直接拿来使用或者在此基础上进行二次开发。-vc++ and server 2005 to achieve the human resources management system, realize the vc on Word' s basic operations, realize the complexity of the SQL statement structure, vc ADO database on SQL server2005 basic operation, elegant interface, can be directly used to use or On this basis for the second development.
Platform: | Size: 13394944 | Author: song | Hits:

[Algorithmpoly_svm

Description: 核函数是利用支持向量机解决不可分问题时引入的一种非线性变换的手段。基本思想是通过非线性变换,使样本变换之后的特征空间中变得线性可分。然后利用线性可分时构造最优超平面的方法,在特征空间中实现最优超平面的求解。-Kernel function is the use of support vector machine to resolve the issue can not be separated from the introduction of a nonlinear transform means. Basic idea is to adoption of non-linear transform, so that after changing the characteristics of the sample space become linearly separable. And the use of linear time-structure optimal hyperplane method of implementation in the feature space for solving the optimal hyperplane.
Platform: | Size: 4096 | Author: 王旭 | Hits:

[Booksavrp

Description: 随着我国经济的迅速发展和信息技术的进步,物流行业已经被确定为我国国民经济的重要产业和经济发展的新增长点,其中物流配送路径的优化是物流系统中的关键一环,选择合理经济的配送路线可以极大的降低配送成本,提高配送效率,增加企业的经济效益。 本文以如何科学的解决配送路径的优化问题为出发点,分析比较了各种算法在解决VRP中的特点与利弊,由于蚁群算法有着良好的正反馈机制与较强的鲁棒性和灵活性,本文选择了蚁群算法作为解决VRP问题的算法,并结合VRP问题本身的特点,针对蚁群算法存在的过早收敛等不足进行改进,最后将改进的蚁群算法应用在本文所建立的VRP模型中,并通过仿真试验,证明了蚁群算法在解决大规模动态VRP问题中的有效性和可行性。 论文主要研究工作和创新性成果有以下几个方面: (1)设定了一类配送点位置不变,需求时间不定的动态带软时间窗的VRP问题。利用时间段的概念,将动态VRP问题转化为连续时间段内的静态VRP问题进行研究,构造了该问题的模型,提出了动态VRP问题的求解方案。 (2)结合VRP问题的特点,针对蚁群算法的早熟等不足,对蚁群算法进行改进,通过对伪随机概率公式的改进,配送点的二次-Thanks for erevbody .ok,juest so so
Platform: | Size: 86016 | Author: 罗永 | Hits:

[Mathimatics-Numerical algorithmswer

Description: 随着我国经济的迅速发展和信息技术的进步,物流行业已经被确定为我国国民经济的重要产业和经济发展的新增长点,其中物流配送路径的优化是物流系统中的关键一环,选择合理经济的配送路线可以极大的降低配送成本,提高配送效率,增加企业的经济效益。 本文以如何科学的解决配送路径的优化问题为出发点,分析比较了各种算法在解决VRP中的特点与利弊,由于蚁群算法有着良好的正反馈机制与较强的鲁棒性和灵活性,本文选择了蚁群算法作为解决VRP问题的算法,并结合VRP问题本身的特点,针对蚁群算法存在的过早收敛等不足进行改进,最后将改进的蚁群算法应用在本文所建立的VRP模型中,并通过仿真试验,证明了蚁群算法在解决大规模动态VRP问题中的有效性和可行性。 论文主要研究工作和创新性成果有以下几个方面: (1)设定了一类配送点位置不变,需求时间不定的动态带软时间窗的VRP问题。利用时间段的概念,将动态VRP问题转化为连续时间段内的静态VRP问题进行研究,构造了该问题的模型,提出了动态VRP问题的求解方案。 (2)结合VRP问题的特点,针对蚁群算法的早熟等不足,对蚁群算法进行改进,通过对伪随机概率公式的改进,配送点的二次-Thanks for erevbody .ok,juest so so
Platform: | Size: 3473408 | Author: 罗永 | Hits:

[ERP-EIP-OA-Portalk3_account_vourchar

Description: 金蝶K3-接口,在二次开发过程中,用户往往需要登录到我们的系统,去访问系统的账套。在以往的做法中需要用户 自己去构造连接串信息,需要输入数据库名、账套名、用户名等信息,比较复杂,没有安全机制,也不便 于与现有系统的集成。 为此在K/3 系统中专门有一个组件处理在二次开发过程中的系统登录,它将所有的账套信息、用户信 息和其他安全机制集成在一起,很方便的实现系统对K/3 账套的访问。现在从K/3 系统V8.8.1 以后,已 经将部分接口提供给了二次开发人员,你可以方便的在自己的应用中使用该对象接口,完成K/3 系统中各 个系统的登录功能。-second development base on k3 using user login
Platform: | Size: 244736 | Author: jacky chung | Hits:

[Other systemsAutoCAD_ARX_CreateEnt

Description: 该程序经编译,生成AutoCAD的运行扩展程序,即扩展名为arx的文件,基于AutoCAD二次开发的盛行,很多的工程人员或者工程师要开发适合自己公司的产品,目前最最常用的工具就是Autodesk公司提供的ObjectArx。该程序就是用ARX开发的,里面有创建实体类(CreateEnt类)含有对象Line(直线)、circle(圆)、Pline(多段线)的构造函数的封装等等,以及对其相应属性进行修改的类(Modify),对初学ARX编程的人员特别有益!-The program by the compiler to generate the operation of AutoCAD extension, that extension arx file, based on the prevalence of AutoCAD second development, many engineers, or engineers to develop products suited to their company is currently far the most commonly used tool is the Autodesk provided ObjectArx. The program is developed with the ARX, which have to create entity classes (CreateEnt class) that contains an object Line (straight line), circle (round), Pline (multi-segment line) constructor packaging, etc., as well as to modify their corresponding attribute Class (Modify), for beginners ARX programming personnel particularly useful!
Platform: | Size: 20480 | Author: jzq | Hits:

[Special Effectswaveletfilter

Description: 医学图像融合为临床诊断、手术设计与效果评估等提供不同模态影像互补信息。构造具有3 阶消失矩的双正交多小波滤 波器, 其以高斯函数一次泰勒规范展开正交化后得到的完备二次单位正交基作为尺度函数。利用构造的多小波滤波器, 分别对 CT、MRI 医学图像进行分解, 使用基于多小波分解改进的局部能量加权规则融合图像。结果表明改进规则融合了源图像主要信息, 优于常用的融合规则。应用构造的多小波滤波器可有效地融合医学图像, 略优于DGHM多小波-Medical image fusion provides complementary information of the different modal images for diagnosis, surgery design and evaluation.Therefore, complete unit orthogonal bases with second degree were obtained by orthonormalizing first order Taylor expansion of Gauss function.The biorthogonal multiwavelet filter with third order vanished moment was designed with the bases as scale functions.First CT and MRI medical images were discomposed with the designed filter.Then the fused scheme with local energy weight was modified on the multilevel.Finally the fused image was obtained with the scheme.The result indicated the fused image preserved the details of each input image successfully.It was more effective than the general fused scheme.The designed filter can be used to fuse medical image efficiently, and is a little effective than DGHM multiwavelet
Platform: | Size: 104448 | Author: 杨颜华 | Hits:

[matlabmuller

Description: 用muller算法求解非线性方程的根 已知方程f(x)=0的三个近似根,以这3点为节点构造二次插值多项式的一个零点作为近似根; 不断迭代计算直到满足精度为止;-Solving the roots of nonlinear equations with Muller algorithm
Platform: | Size: 1024 | Author: 赵晓娟 | Hits:

[CSharpcreate-point

Description: Arcengine 二次开发创建点对象,包括沿线创建,角平分线创建,构造角度距离法,构造角度交点法,构造偏移点发,构造偏转角度法,构造平行线上点法,后方交会定点法等-Arcengine secondary development to create point objects, including along the creation, angle bisectors to create, construct point distance, point of intersection construction method, structural shift points made, construction deflection angle method, constructed parallel to the line point method, fixed law of Resection
Platform: | Size: 67584 | Author: Lucas Rao | Hits:

[WEB Codesofthy376b

Description: === === === === === === === === === === === === === = ASPSecurity v1.0 说明文档 =============================================================================== 安装(Install) ------------------------------------------------------------------------------- 1. 到 ASPSecurity 官方网站下载 2. 解压缩文件,然后把上传到服务器 3. 用管理员登录,密码:admin888,记得修改 4. Enjoy!!! ASPSecurity 官方网站 http://www.0x54.org ASPSecurity 繁體官方 http://lake2.boxhk.com 创作共用(Creative Commons) ------------------------------------------------------------------------------- 你可以免费: 拷贝、分发、呈现和表演当前作品;制作派生作品 ; 但是必须基于以下条款: 署名。你必须明确标明作者的名字。 非商业用途。 你不可将当前作品用于商业目的。 保持一致。 如果你基于当前作品更改、变换或构造新作品,你应当按照与当前协议完全相同的协议分发最终作品。 对于任何二次使用或分发,你必须让其他人明确当前作品的授权条款-failed to translate
Platform: | Size: 76800 | Author: 剑指梅花 | Hits:

[matlabzzz099SVM

Description: 为了对目标进行快速的检测,提出了一种新的基于支持向量机的级联式分类器的构造方法。该级联分类器由若干个线性SVM弱分类器构成,结构简单,分类时间极快。针对级联结构中的每个节点的训练给出了一个新的SVM框架下的二次规划模型,这使得每个节点都有较高的正样本检测率和适当的负样本错检率。-In order to quickly detect the target, a new cascade based on support vector machine classifier constructor. The cascade is controlled by a number of weak linear SVM classifier structure, simple structure, classification of time fast. Cascade structure for the training of each node is given a new SVM quadratic programming model under the framework, which allows each node has a higher detection rate of positive samples and negative samples of appropriate fault detection rate.
Platform: | Size: 15360 | Author: xiaozhuang | Hits:

[Othervoronoi图构造_abaqus

Description: 根据输入不同的晶粒数,生成VT图形,可二次开发(According to the different number of grains, VT graphics can be generated, which can be developed two times.)
Platform: | Size: 9216 | Author: 头痛吃馒头 | Hits:
« 12 3 »

CodeBus www.codebus.net