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

搜索资源列表

  1. 反三角函数

    0下载:
  2. 功能:返回双精度参数的反全余弦的三角函数值 返回返回双精度参数y和x的数值由公式y/x计算的反正切三角函数值-function : to return to double-precision parameters of the whole anti-cosine value of the trigonometric function to return to double-precision parameters x and y values from the formula y / x cal
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6230
    • 提供者:王 艳
  1. atan_base_on_CORDIC_arithmetic

    0下载:
  2. 用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iter
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1921
    • 提供者:陈朋
  1. mapc

    0下载:
  2. 计算子午圈半径M 计算卯酉圈半径N 计算玮圈半径r 计算经线弧长Sm 计算纬线弧长Sn 计算球面梯形面积 计算最大角度变形 计算球面极坐标-calculated Meridian circle radius circle conveniently calculated M N calculation Wei radius circle radius r calculated meridian arc Sm calculated latitude arc
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16124
    • 提供者:刘黎
  1. 关键路径

    0下载:
  2. (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1972
    • 提供者:叶兆源
  1. CORDIC算法快速求反正切

    3下载:
  2. CORDIC算法快速求反正切,迭代10次输出弧度误差<|0.002|,迭代15次输出弧度误差<|0.0001|,对电机矢量算法计算速度要求高非常有用;myarctan_cordic1.c输入输出为float,myarctan_cordic3.c输入输出为int,pdf文件为CORDIC算法原理。-CORDIC algorithm quickly find tangent, curvature of the output error iteration 10 < | 0.002
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-01-16
    • 文件大小:1126221
    • 提供者:Wuyouzi
  1. 最小费用最大流算法通用Matlab程序

    1下载:
  2. 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:2138
    • 提供者:xuechaoling
  1. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1164704
    • 提供者:haochao
  1. shili

    2下载:
  2. 电弧炉对电网影响的仿真软件 源代码及说明全在里面了-Impact on the grid of the electric arc furnace simulation software source code and instructions all in it
  3. 所属分类:matlab例程

    • 发布日期:2013-11-24
    • 文件大小:690943
    • 提供者:w_jiawei
  1. Pseudo

    2下载:
  2. This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:4492
    • 提供者:michael yang
  1. arc

    0下载:
  2. Arc geometry library
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:857
    • 提供者:blablabla
  1. TravelingSalespersonProblem_TSP_codes

    0下载:
  2. Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two groups: one group including a particular arc and the other excluding this arc. 1.Each splitting incurs a lower bound and we shall traverse the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:135066
    • 提供者:黃文岩
  1. Arc

    0下载:
  2. 给出空间三维中的三个点的坐标,可以计算出来这三个点决定出来的圆弧,并返回这条圆弧上的1000个点-Three-dimensional space is given the coordinates of three points, three points can be calculated decision to come out of the arc, and return to this point arc on the 1000
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:43739
    • 提供者:fangyi
  1. Calculated.ellipsoid.arc.length.control.survey

    0下载:
  2. 控制测量椭球面弧长计算Calculated ellipsoid arc length control survey -Calculated ellipsoid arc length control survey
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:31832
    • 提供者:o00
  1. Nine-degrees-of-freedom-robot-arc-welding-off-line

    0下载:
  2. 九自由度弧焊机器人工作站离线编程系统的研究Nine degrees of freedom robot arc welding off-line programming system for workstations-Nine degrees of freedom robot arc welding off-line programming system for workstations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:524510
    • 提供者:she1133
  1. arc.m

    0下载:
  2. Function to plot an arc in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:709
    • 提供者:mbernardes
  1. arc-model

    3下载:
  2. 电弧炉模型,给研究电弧炉的研究人员抛砖引玉作用-To study electric arc furnace electric arc furnace model, the researchers initiate role
  3. 所属分类:matlab例程

    • 发布日期:2013-11-24
    • 文件大小:12818
    • 提供者:cassius
  1. ARC-reflection-calculation

    0下载:
  2. 用介电常数法计算减反膜(ARC)对[300-1200]纳米各波长光的减反效果-This function calculates reflections of antireflection coating (ARC) bewteen 300-1200nm wavelength
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1968
    • 提供者:
  1. arc

    0下载:
  2. 感觉圆心坐标,半径,起点弧度,终点弧度来画对应地圆弧-Feeling center coordinates, radius, starting arc, corresponding to the end of the curvature of the arc to draw
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3856
    • 提供者:刘彬
  1. ARC_LENGTH

    0下载:
  2. arc length method is an path follwing method.this code use matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:149504
    • 提供者:mars1980
  1. arc-length with verification examples

    2下载:
  2. 带算例的弧长法,可以对弧长法的运算模式有更加清晰的认识(arc-length with a verification examples)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com