CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - arc

搜索资源列表

  1. 字符屏幕和图形功能函数

    0下载:
  2. 字符屏幕和图形功能函数包括画一弧线,画一个二维条形图,画一个三维条形图,画圆,清除图形屏幕,清除图形视区,关闭图形系统,画多边形,为矢量字体改变字符宽度和高度-screen characters and graphics functions including painting an arc, painting a 2D bar charts, drawing a three-dimensional bar charts, Circle, removing graphics screen to
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12593
    • 提供者:
  1. 数学函数

    0下载:
  2. 包含求反余弦函数,计算Y/X的反正切值 ,向上舍入,把一个双精度数分解为尾数的指数,计算直角三角形的斜边长-include cosine function for calculating Y / X arc tangent, rounded upward, a few double precision decomposition of the final index, calculated length of the hypotenuse of the right triangle, etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2315
    • 提供者:
  1. tppx

    0下载:
  2. 拓扑排序,以前做的,可以实现6个顶点8条弧的任意有向图的拓扑排序-topological sorting, previously done, can achieve a six point eight arbitrary arc to a map of topological sorting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:碰字见
  1. ShapefiletoSDE

    0下载:
  2. vb和arc objects开发的实用程序,shp文件转出到sde-vb arc objects and the development of practical procedures, AutoCAD documents transferred to sde
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:122604
    • 提供者:陈济民
  1. chabu

    2下载:
  2. 数控插补程序,直线插补和圆弧插补,1.直线插补:逐点比较法插补;2. 圆弧插补:DDA法插补第一、二象限的逆圆弧。 -NC interpolation procedures, linear interpolation and circular interpolation, 1. Linear interpolation : a case-by-point comparison interpolation; 2. Circular interpolation : DDA interpolati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:63062
    • 提供者:chen
  1. yundongxiaoqiu

    0下载:
  2. 一定要在TC下运行,需要包括一些头文件,如graphic.h 要求:画一辆小车不停地水平从屏幕左边运动到右边,随着每一遍运动,小车高度均匀下降,降到最低后返回最高处 相关函数:delay(),kbhit(),lineto(),moveto(),arc(),circle()等。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1488
    • 提供者:刘刚
  1. 高级计算器 V1.0

    0下载:
  2. 系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Exp)/Trunc(Exp):把Exp截断取整。Round(E
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:182651
    • 提供者:王波
  1. arc压缩器

    0下载:
  2. C语压缩器
  3. 所属分类:其它

    • 发布日期:2009-03-31
    • 文件大小:98420
    • 提供者:system_20009
  1. arc.f

    0下载:
  2. 可实现轨道积分,属于gamit安装包里面的程序。-Orbit integration, belong to the gamit install the package inside the program.
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-31
    • 文件大小:6743
    • 提供者:xiaoyugang
  1. push

    0下载:
  2. 利用挤压节点,挤压出来的圆弧。可以提供VRML 初学者的 模范 例子-The use of extrusion node, squeezed out of the arc. VRML can provide a model example for beginners
  3. 所属分类:Editor

    • 发布日期:2017-03-29
    • 文件大小:1027
    • 提供者:action
  1. zywline

    0下载:
  2. 提供直线的三种算法;提供圆的算法;提供画任意圆弧的算法-Three algorithms to provide a straight line provide round algorithm provide painting arc arbitrary algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:59610
    • 提供者:张玉伟
  1. shortestpath

    0下载:
  2. 首先,引进一个辅助向量D,它的每个分量D表示当前所找到的从始点v到每个终点vi的最短路径的长度。如D[3]=2表示从始点v到终点3的路径相对最小长度为2。这里强调相对就是说在算法过程中D的值是在不断逼近最终结果但在过程中不一定就等于最短路径长度。它的初始状态为:若从v到vi有弧,则D为弧上的权值;否则置D为∞。显然,长度为 D[j]=-First of all, the introduction of an auxiliary vector D, for each of its componen
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-08
    • 文件大小:1373
    • 提供者:大头
  1. TestMDI

    0下载:
  2. VC++ 2005下进行ArcGis Engine二次开发,实现MDI方式的地图窗口。-ArcGis Engine for VC++ 2005
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-27
    • 文件大小:67200
    • 提供者:oubiyang
  1. GUAS

    0下载:
  2. ARC汇编实现的高斯滤波算法,时间开销较小-gause filter assembly source code
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1122
    • 提供者:peyodsp
  1. zidongji

    0下载:
  2. 本结构是以状态间的弧为核心定义的。其中s1和s2为该弧的初态和终态,s为该弧上接收的字母,in和out分别表示在接收字母后进栈和出栈的字母。为了方便查找和不使弧的个数受到限制,本程序将节点以链表的方式存储-This structure is state between the arc as the core defined. One for the arc s2 s1 and the initial state and eventually state, s for the arc on rec
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-26
    • 文件大小:8212
    • 提供者:zhanghuan
  1. second

    0下载:
  2. 在教学秒表时,实现汇编分秒时的源代码,能力有限仅供参考哈。-In school, arc on the assembly code.For use this code, only supplies the reference.Because ability is limited, only supplies the reference ha
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:572
    • 提供者:程诚
  1. The-shortest-path-VB-programming

    0下载:
  2. 实现最短路径的搜索,现将最短路径的思路告诉大家,希望大家在优化,并用不同语言编制,我正在学delphi,准备用delphi做成库,本例以由拓扑关系的arc/info 文件为数据源。-Realize the shortest path search
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:4209
    • 提供者:钟洋洋
  1. arc-interpolation

    0下载:
  2. 没有查到圆弧插补的资料,所以我上传我的圆弧插补VB代码,供大家下载学习-Not found circular interpolation, so I uploaded my the circular interpolation VB code for everyone to download learning
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:665
    • 提供者:罗响亮
  1. huguang

    1下载:
  2. 基础PIC平台的MPLABC语言弧光保护的MAIN代码-The Arc Protection of the MAIN code
  3. 所属分类:ELanguage

    • 发布日期:2015-04-12
    • 文件大小:19456
    • 提供者:洪洋
  1. 3-stippled-arc

    0下载:
  2. 3点画弧,三点绘制圆弧就是已知三点,通过这三点画圆弧。在画圆弧时先选择三点绘制圆弧命令,然后选定圆弧的起点(第一点)、再选定第二点、最后选定终点(第三点),三点绘制圆弧完成。在选择起点、第二点和终点时,可以按顺时针方向选取,也可以按逆时针方向选取。-3 stipple arc, three three-point arc is drawn is known, an arc through three points. When drawing an arc to three points to
  3. 所属分类:LabView

    • 发布日期:2017-05-04
    • 文件大小:26519
    • 提供者:hk
« 12 »
搜珍网 www.dssz.com