CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 三次方程

搜索资源列表

  1. C++程序设计语言实验一

    1下载:
  2. 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-b)(p-c),其中p=(a+b+c)/2。 2. 设计一
  3. 所属分类:其他小程序

  1. FDTD-Maxwell_equations

    0下载:
  2. FDTD解Maxwell旋度方程,三维直角坐标空间格子内包含均匀三次单元格-finite-difference time-domain solution of Maxwell s curl equations over a three-dimensional Cartesian space lattice comprised of uniform cubic grid cells.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5008
    • 提供者:gym
  1. pstress_v12

    0下载:
  2. 任意一个一元三次方程求根的C语言程序,希望对大家有用。-Arbitrary one dollar a cubic equation roots of the C language program, I hope useful for all of us.
  3. 所属分类:Windows编程

    • 发布日期:2017-04-08
    • 文件大小:1698
    • 提供者:cc
  1. OneElementCubicEquationSolution

    0下载:
  2. 实现基于一种新的卡尔丹公式求解一元三次方程,内附详细的文献说明。-A New Way to Calculate the Solutions to One Element Cubic Equation via Cardan Fomula. Papers inside will demonstrate the details.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:249366
    • 提供者:杨清
  1. Three

    0下载:
  2. 这代码告诉大家怎么用C语言编程解三次方程-Solution of cubic equation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:239780
    • 提供者:杨飞
  1. ThreeOrderEqu

    0下载:
  2. 该程序为c++程序,用途是使用卡丹公式求解一般一元三次方程。-Solve Three Order Equation using Cardin formula
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:873
    • 提供者:xin
  1. solot_eq3

    0下载:
  2. 可以解一元三次方程的实数解,主函数中first.reset_co(1,2,3,4) 中的1,2,3,4表示输入一元三次方程的系数,用户可以任意更改 -Possible solutions to the cubic equation of Real Solutions
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:738858
    • 提供者:张庆
  1. MFC

    0下载:
  2. 三次方程,的c语言源程序,比较简单的程序,只要学了的人都会看,-Cubic equation, the c language source code, the procedure is relatively simple, as long as people will learn to see,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1869389
    • 提供者:张鹏
  1. SolvingCubicEquations

    0下载:
  2. 根据输入的一元三次方程的各项系数,以及求解精度,来求解方程。-According to one input of the coefficient of cubic equation, and solving accuracy, to solve the equation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:42737
    • 提供者:hxbiao
  1. a

    0下载:
  2. 程序运行后,给出6个菜单项的内容和输入提示,具体如下: 1. 数字排序 2. 字符查找 3. 矩阵变换 4. 结构体数组 5. 三次方程 6. 字符串删减 7. Goodbye!-Program runs six menu items and input prompts are given as follows: 1. Sort of figure 2. Characters find the three matrix to transform the structure array. Cubi
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:3262
    • 提供者:李强
  1. triangle-program

    0下载:
  2. 题目要求:首先由用户输入六个值,以作三角形的三个顶点坐标,构成一个三角形;然后由用户输入一个点坐标,由程序来判断该点是否在该三角形内,并输出结果,至此,程序运行结束! 算法思想: 1:判断用户输入是否为三角形是根据三角形三边关系(两边之和大于第三边,两边之差小于第三边)来判断。 2:判断点是否在三角形内:将所要判断的点的坐标和三角形一顶点坐标带入该顶点所对应的那条边所在的直线方程中,并将两结果相乘,循环判断三次(每次所选的三角形顶点坐标需不同),得到的三个结果均大于0,则说
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:20521
    • 提供者:枫飞
  1. yichuansuanfa

    0下载:
  2. 遗传算法计算一元三次方程 遗传算法计算一元三次方程 注释详细-genetic algorithm genetic algorithm a cubic equation
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-25
    • 文件大小:49048
    • 提供者:zhoujieqi
  1. cSharpmatlabtaskcal

    0下载:
  2. 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:331563
    • 提供者:k
  1. rootof13equation

    0下载:
  2. 求一元三次方程x^3-5x^2+16*5-80=0的根(用几何法)-For a three order equation in the root of the x^3-5x^2+16*5-80=0 (a geometric method)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:594
    • 提供者:Zhang X
  1. huiguifangcheng

    0下载:
  2. 机械学院大三学生C++课程设计-一次一元回归方程,源代码-Mechanical College junior C++ Curriculum design- a simple regression equation, the source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1024
    • 提供者:李董霞
  1. equation

    0下载:
  2. 完成了一元二次,三次,四次方程的实数解.-equation2,3,4 equation2,3,4
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1634
    • 提供者:李力
  1. quartic-equation-solver

    0下载:
  2. 本例程解决了一元四次方程求解的问题,方法是先将一元四次方程降解成一元三次方程,再求解。-This example show how to solve the quartic equation.
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1884
    • 提供者:licfu
  1. rfs

    1下载:
  2. 恢复力曲面法对杜芬方程的三次项系数进行拟合(Restoring Force Surface)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:409600
    • 提供者:开挂
  1. MATLAB 求最小二乘法系数

    3下载:
  2. 用MATLAB进行三次曲线的拟合,并运用最小二乘法求各个系数,得出曲线方程(The three curves are fitted with MATLAB, and the coefficients are obtained by using the least square method, and the curve equation is obtained.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:526336
    • 提供者:欧~
搜珍网 www.dssz.com