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

搜索资源列表

  1. yundongxiaoqiu

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

    • 发布日期:2008-10-13
    • 文件大小:1488
    • 提供者:刘刚
  1. pdemo_c

    0下载:
  2. This example program uses function calls to PATHLIB4.DLL to create multi-segment paths of straight line and circular arc segments. It was created using Borland s C++ Builder. Source code is included.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:325957
    • 提供者:cheer747
  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. 绘制圆弧程序,VB源代码。-circular mapping procedures, VB source code.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1650
    • 提供者:李柯
  1. MidPointCircle

    0下载:
  2. 生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5776
    • 提供者:张老师
  1. 2-13(圆弧连接两已知直线)

    0下载:
  2. 自己编的vb编程,这是圆弧连接源代码!请多多指教!-vb own series programming, which is connected arc source code! A great weekend!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4853
    • 提供者:马飞
  1. 圆弧

    0下载:
  2. 为圆插补的程序文档形式,直接解压后,把程序放在C++ builder上运行 -It is a program for arc interpolation in the form of documentation . Decompress the package directly and put the program on c++ builder to run.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1729
    • 提供者:陈振
  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. DrawB

    1下载:
  2. 用VC编写的圆弧样条,B样条曲线的绘制程序,在单文档中输入任意点,绘制出点间的圆弧样条曲线与B样条曲线-VC prepared by the arc-like, B-spline curve mapping procedures in a single document input arbitrary point and draw points of the circular spline curves and B-spline curves
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:56770
    • 提供者:张sir
  1. middle_bresenham_Line0

    0下载:
  2. 图形画椭圆与圆弧中点算法类似:确定一个象素后,接着在两个候选象素的中点计算一个判别式的值,由判别式的符号确定更近的点-To draw a ellipse,similar to the middle point of arc:after determine a pixel,calculate the value of a judge expression,according to its sign,determine the nearer point.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:49955
    • 提供者:沈征华
  1. 逐点比较法插补圆弧

    2下载:
  2. 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:26438
    • 提供者:李少
  1. 角度DDA法产生圆弧

    0下载:
  2. 这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:28287
    • 提供者:李少
  1. 计算几何

    1下载:
  2. 计算几何大全,c++代码,内含点,直线,线段,圆,弧,多边形等求交,相互关系等等各种算法,对CAD等编程有很大帮助-computational geometry Daquan, c code, intron, straight line, circle, arc, polygon, etc. intersection, mutual relations, and so on various algorithms, such as the CAD program is very helpful
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:13435
    • 提供者:孤星赶月
  1. arc压缩器

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

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

    0下载:
  2. 01.//cnsGLArc.cpp : Defines the entry point for the console application. 02. 03. 04. 05.//Filename:cnsGLArc.cpp 06. 07.//Function:Draw arc by Bresenham 08. 09.//Author:9Cat 10. 11.//OS:WindowsXP Sp2 12. 13.//D
  3. 所属分类:源码下载

    • 发布日期:2010-12-06
    • 文件大小:2699
    • 提供者:dragonye_2007
  1. arc_busybox_1.6.1-pad.tar.gz

    0下载:
  2. A patched busybox 1.6.1 for Arc Linux
  3. 所属分类:成功激励

  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. ImgMeasurePro.测量两点间的距离

    0下载:
  2. 利用VC++6.0,编写的测量两点间的距离,角度,填充弧度,画折线等。,Use VC++ 6.0, prepared by measuring the distance between two points, angle, filling arc, polyline, such as painting.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-29
    • 文件大小:94751
    • 提供者:黄小丽
  1. miaobiao 用verilog VHDL描写的秒表程序

    0下载:
  2. 用verilog VHDL描写的秒表程序,可以显示百分秒,秒和分。-Verilog VHDL with the descr iption of a stopwatch program, can display the arc, seconds and points.
  3. 所属分类:其他小程序

    • 发布日期:2017-03-23
    • 文件大小:380463
    • 提供者:彭全飞
  1. www.rar

    0下载:
  2. 一种简单的判断点在多边形内外的算法。名字叫做什么改进的弧长法,To determine a simple point in polygon algorithm outside. What is the name of improved arc-length method
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:1134
    • 提供者:jason song
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 44 »
搜珍网 www.dssz.com