CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - ROOT

搜索资源列表

  1. pudn--Calculator

    0下载:
  2. 一个用JAVA编写的科学计算器,可以进行一系列的科学运算,开方、三角函数等-A scientific calculator written in JAVA, can be a series of scientific operations, square root, trigonometric functions, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:23038
    • 提供者:许哲宇
  1. Optimal-TopN-algorithm

    0下载:
  2. 本文对常见的TopN算法,进行分析比较,最后给出最优的TopN算法:基于小根堆的筛选法.-Common TopN algorithm were analyzed and compared, Finally, optimal the TopN algorithm: a screening method based on the root heap
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:87728
    • 提供者:陈淑娟
  1. soving-equation

    0下载:
  2. matlab常见方程求根常用方法打包,可以供初学者使用-The matlab common equation Root common method of packaging, for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14255
    • 提供者:陈天雷
  1. jiefangcheng-

    0下载:
  2. 函数solve用于求解一般代数方程的根,函数desolve用以求解线性常微分方程,有5个源码实例-The function solve is used to solve the root of the algebraic equations in general, function desolve used to solve the linear ordinary differential
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:85274
    • 提供者:王彦钧
  1. ridcomfort

    2下载:
  2. 计算加权加速度,车辆平顺性数据分析,用来得到加权加速度均方根值-Calculation of the weighted acceleration, the ride comfort of the vehicle data analysis, used to get the root-mean-square value of weighted acceleration
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1057
    • 提供者:zuo
  1. Calculator

    0下载:
  2. 使用MFC编写的能够实现计算器功能的源码,可以实现加、减、乘、除、乘方、开方、三角函数求值等功能~-Written using MFC to achieve the calculator function of the source code can be add, subtract, multiply, and, power, square root, trigonometric functions, evaluation and other functions ~
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3600034
    • 提供者:杨洋
  1. Hans-tower

    0下载:
  2. 相传印度教的天神梵天在创造地球这一世界时,建了一座神庙,神庙里竖有三根宝石柱子,柱子由一个铜座支撑。梵天将64个直径大小不一的金盘子,按照从大到小的顺序依次套放在第一根柱子上,形成一座金塔,即所谓的梵塔(又称汉诺塔)。天神让庙里的僧侣们将第一根柱子上的64个盘子借助第二根柱子全部移到第三根柱子上,即将整个塔迁移,同时定下3条规则: (1)每次只能移动一个盘子; (2)盘子只能在三根柱子上来回移动,不能放在他处; (3)在移动过程中,三根柱子上的盘子必须始终保持大盘在下,小盘在上。
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:14395
    • 提供者:江纪蓉
  1. Iteration-method

    0下载:
  2. 利用迭代格式 及Aitken加速后的新迭代格式求方程 在 内的根 -Using iterative format And the new iteration Aitken accelerate format for the root, equation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8036
    • 提供者:李记
  1. erchashu

    0下载:
  2. 该程序用于二叉树的实现,并用递归算法对该二叉树实现先根、对称、后根次序周游。-The program for the realization of the binary tree, and to the recursion algorithm realization binary tree root root order after the first symmetrical around
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3050
    • 提供者:guet
  1. ProjectCode

    0下载:
  2. The objective is to find out the time at which the rocket reaches a speed of 1000m/s (3600km/hr). Analysis We know the following: * Initial mass of the rocket and fuel, 160000kg, or 160 metric tons. * Fuel combustion exhaust velocity relative
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:37381
    • 提供者:slabo
  1. damp_avr_plus_pss

    6下载:
  2. 使用MATLAB/SIMULINK分析简单电力系统的小信号(低频振荡)稳定性,研究内容如下: 1)使用SIMULINK建立系统的仿真模型。 2)分析比较有无AVR、PSS对小信号稳定性的影响。 3)分别画出针对励磁机增益KA和PSS增益KSTAB的根轨迹图,分析总结增益KA和KSTAB对小信号稳定性影响的规律。 4)仿真在电压参考值5 阶跃变化情况下有无PSS时的转速响应。 -Using MATLAB/SIMULINK analysis of a simple po
  3. 所属分类:matlab例程

    • 发布日期:2013-04-08
    • 文件大小:8316
    • 提供者:童童
  1. test1

    0下载:
  2. 已知平方根迭代公式Xn+1=(Xn+a/Xn)/2,设X=a/2。编写程序输入a值计算其平方根。迭代的结束条件是x n+1-xn<10-5-The square root known iteration formulas Xn+ 1 = (Xn+ a/Xn)/2, set X = a/2. Write a program input a value are calculated the square root. The end of the iteration condition is x
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:20693
    • 提供者:浅浅
  1. genguijifa

    0下载:
  2. 数字控制器的根轨迹法设计,采用闭环控制,并测量各种控制参数,如调解时间等-Digital controller of the root locus method, the use of closed-loop control, and measure a variety of control parameters, such as mediation time
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1413
    • 提供者:史晓阳
  1. root

    0下载:
  2. 利用Matlab 实现求解方程的算法; 利用编制的算法求解给定的方程; -Matlab algorithm of solving equations The preparation of the algorithm for solving a given equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2635
    • 提供者:jenny
  1. frequency-characteristics-CAI

    0下载:
  2. 求解系统幅频特性,求解相频特性,求解根轨迹,具有直观的用户界面,功能强大,操作简单。主程序为lab03.m和lab031.m-Solve the system amplitude frequency characteristics, solution phase frequency characteristics, solving root locus, with intuitive user interface, powerful, simple operation. The main pro
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:64630
    • 提供者:
  1. cholesky

    0下载:
  2. Cholesky分解是一种分解矩阵的方法, 在线形代数中有重要的应用。Cholesky分解把矩阵分解为一个下三角矩阵以及它的共轭转置矩阵的乘积(那实数界来类比的话,此分解就好像求平方根)。与一般的矩阵分解求解方程的方法比较,Cholesky分解效率很高-Cholesky decomposition is a kind of decomposition of matrix method, the linear algebra has an important application. Choles
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:593
    • 提供者:兰中周
  1. ex4.3

    0下载:
  2. 本程序通过实现二分法求根,从而对一般的方程可以求出一个解。-This program use binary-search to get the root of an equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:605
    • 提供者:张江彬
  1. Automatic-control--design

    1下载:
  2. 一个典型闭环控制系统的组成是很复杂的。通常都由给定系统输入量的给定元件、产生偏差信号的比较元件、对偏差信号进行放大的放大元件、直接对被控对象起作用的执行元件、对系统进行补偿的校正元件及检测被控对象的测量元件等典型环节组成。而控制系统设计则是根据生产工艺的要求确定完成工作的必要的组成控制系统的环节,确定环节的参数、确定控制方式、对所设计的系统进行仿真、校正使其符合设计要求。同时根据生产工艺对系统的稳、快、准等具体指标选择合适的控制元件。自动控制原理的时域分析法,根轨迹法,频域分析法,以及各种补偿(
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:305343
    • 提供者:逍遥
  1. Calculator

    0下载:
  2. 实现任意精度的加、减、乘、除和开方运算,精度位数可由用户设定,数据结构才用链表结构-Arbitrary-precision add, subtract, multiply, division, and square root of bits of precision can be set by the user, the data structure to a linked list structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:122130
    • 提供者:MrLin
  1. 123131

    0下载:
  2. 二分法、牛顿法、割线法求非线性方程2X3-2X2+3X-6=0在[1, 3]内的近似根。-Bisection method, Newton method, secant nonlinear equations 2X3-2X2+3 X-6 = 0 in [1, 3] an approximate root.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1486
    • 提供者:YANG
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com