搜索资源列表
反三角函数
- 功能:返回双精度参数的反全余弦的三角函数值 返回返回双精度参数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
atan_base_on_CORDIC_arithmetic
- 用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
mapc
- 计算子午圈半径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
关键路径
- (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(
CORDIC算法快速求反正切
- 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
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
CompressDecompress.rar
- 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 哈夫曼压缩
shili
- 电弧炉对电网影响的仿真软件 源代码及说明全在里面了-Impact on the grid of the electric arc furnace simulation software source code and instructions all in it
Pseudo
- 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
arc
- Arc geometry library
TravelingSalespersonProblem_TSP_codes
- 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
Arc
- 给出空间三维中的三个点的坐标,可以计算出来这三个点决定出来的圆弧,并返回这条圆弧上的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
Calculated.ellipsoid.arc.length.control.survey
- 控制测量椭球面弧长计算Calculated ellipsoid arc length control survey -Calculated ellipsoid arc length control survey
Nine-degrees-of-freedom-robot-arc-welding-off-line
- 九自由度弧焊机器人工作站离线编程系统的研究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
arc.m
- Function to plot an arc in matlab
arc-model
- 电弧炉模型,给研究电弧炉的研究人员抛砖引玉作用-To study electric arc furnace electric arc furnace model, the researchers initiate role
ARC-reflection-calculation
- 用介电常数法计算减反膜(ARC)对[300-1200]纳米各波长光的减反效果-This function calculates reflections of antireflection coating (ARC) bewteen 300-1200nm wavelength
arc
- 感觉圆心坐标,半径,起点弧度,终点弧度来画对应地圆弧-Feeling center coordinates, radius, starting arc, corresponding to the end of the curvature of the arc to draw
ARC_LENGTH
- arc length method is an path follwing method.this code use matlab
arc-length with verification examples
- 带算例的弧长法,可以对弧长法的运算模式有更加清晰的认识(arc-length with a verification examples)