CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - direction

搜索资源列表

  1. windchangingwithaltitude

    0下载:
  2. 用于绘制风向风速随高度变化图,可以随意缩放,且添加辅助线。-mapping for the wind direction with height variation can be arbitrary scaling and add auxiliary line.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2.24kb
    • 提供者:
  1. ImproveDDA

    0下载:
  2. 改进的DDA算法,不论方向输出像素点,即给出线段两端点,就得到唯一的线段像素值-improved algorithm, regardless of the direction of the output pixel, which is given segment ends, on the line is the only value of the pixel
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:841byte
    • 提供者:Jakewowy
  1. Antenna-Array

    1下载:
  2. 针对不同阵列天线进行方向图的绘制,可根据个人需要自行设置参数,从而得到显示结果!-Direction for different antenna array mapping, according to their own individual needs to set parameters to be displayed!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:218.83kb
    • 提供者:shangjintao
  1. Bresenham

    0下载:
  2. 这个是用Bresenham画线算法绘制任意方向的直线-This is drawing a line using Bresenham algorithm for drawing a straight line in any direction
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:1.05kb
    • 提供者:Tian
  1. CoolPainter

    0下载:
  2. 本软件是一个完全由TC2.0开发的功能不错的图形编辑、处理软件。 由于水平与时间限制目前只支持键盘操作。 一.功能与特色: 1.绘图功能:直线,矩形,任意多边形,圆,贝塞尔曲线及B样条曲线模拟实物造型。 2.编辑功能:对目标图形的拷贝,移动,删除,对某点的任意拉伸、变形,剪切,填充。 3.附加功能:动画时钟,分形模拟景物实例。 注:所绘图形可以选择合适的颜色与线形。 二.使用说明: 1.Tab键鼠标速度控制键,有一次移动1个像素,10个像素两种。 2.Ent
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:66.36kb
    • 提供者:谭永炳
  1. pic

    0下载:
  2. 作业名称: 简易的图形编辑器 实现功能:A: 有一些图元(例如:点,线,矩形,园...) B: 可以在任意位置任意方向作图 C: 填充方式至少有四种(实的,网格,竖线,横线等) D:可以扩充图元课填充的方法 -Operating Name: simple graphics editor to achieve function: A: there are some graphic elements (such as: point, line, rectangle, P
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:2.33kb
    • 提供者:zhangbin
  1. eo

    0下载:
  2. 边界方向直方图直方图的源码,对于提取图像的形状一定作用-Boundary direction histogram histogram of source code, extract the image for a certain role in the shape of the
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:1.9kb
    • 提供者:lipiji
  1. drawline

    0下载:
  2. 分别用DDA算法、中心点画线法和Bresenham算法实现任何斜率、任何方向直线绘制的演示程序。-DDA algorithm respectively, the center dotted line method and the Bresenham algorithm to any slope in any direction to draw a straight line demonstration program.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:240.29kb
    • 提供者:青辣椒
  1. a_simple_2d_cad_system_with_dynamic_capture_functi

    0下载:
  2. 一个具有动态捕捉功能的简易2dCAD系统,能灵活绘制一般的简单图形,同时能检测多边形的方向和凹凸性以及点和多边形的关系-A simple 2d CAD dynamic capture system, the flexibility to draw simple graphics in general, but can detect the direction and the concave and convex polygons, and the relationship between poi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2.87mb
    • 提供者:leon
  1. ex1_2

    0下载:
  2. 产生圆形的按色调和饱和度排列的图形,其中径向方向为饱和度变化,切向方向为色度变化-Generated by the circular arrangement of hue and saturation of graphics, including changes in the radial direction of saturation, color changes for the tangential direction
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:mm
  1. DrawCosCurve

    0下载:
  2. 在屏幕上用‘*‘横向显示0~360度的cos(x)曲线。此题关键在于余弦曲 线在0~360度的范围内,一行要显示两个点。考虑到cos的对称性,将屏幕的行方向定义为x,列方向定义为y,则0~180度的图形是左右对称的。若将图形的总宽度定义为62列,计算出x行0~180度时y点的坐标m,那么在同一行与之对称的180~360度的y点的坐标就应为62-m。程序中利用反余弦函数acos计算坐标(x,y)的对应关系。 -On the screen using the ' *' hori
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:2.88kb
    • 提供者:方米
  1. PenAPi_VB

    0下载:
  2. Tablet Pen API in Visual Basic. Reads pen s TILT , DIRECTION, PRESSURE.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:20.45kb
    • 提供者:HawajRambo
  1. Fishnet-pattern

    0下载:
  2. 画渔网图案,渔网是用线结成很多网眼组成的。网眼是椭圆形的每个网眼有是有四段椭圆弧组成、每段椭圆弧是四分之一个椭圆,不过其长轴方向不同。-Painting pattern of fishing nets, fishing nets, lines formed a lot of mesh composed of. The mesh is oval each mesh is the Sec elliptical arcs, each elliptical arc is a quarter ellips
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:626byte
    • 提供者:王龙飞
  1. pltr

    1下载:
  2. cad中调转多段线的起始端点和终点,在切剖平面图时用于调换方向。-cad in turn around the endpoint and end of the beginning of the polyline used to swap the direction of the cut cutaway plan.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:3.5kb
    • 提供者:王盛宝
  1. jiyuchuatuchengxu

    0下载:
  2. 程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下"W"键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图 当按下"R"键时,画笔符号变为 ,此时可移动方向键来擦图 在画图过程中,按下"C"键,可画出一个半径为20个象素点的圆 当结束画图时,按下"S"键,将画好的图形存盘 按下"E"键可调出已有的图形进行编辑.-Program running, a yellow border appears on the screen
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:袁昊苏
  1. jiyucyuyanhuatuchengxu

    0下载:
  2. 程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下"W"键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图 当按下"R"键时,画笔符号变为 ,此时可移动方向键来擦图 在画图过程中,按下"C"键,可画出一个半径为20个象素点的圆 当结束画图时,按下"S"键,将画好的图形存盘 按下"E"键可调出已有的图形进行编辑.-Program running, a yellow border appears on the screen
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1.19kb
    • 提供者:袁昊苏
  1. jiyucyuyan--huatuchengxu

    0下载:
  2. 程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下"W"键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图 当按下"R"键时,画笔符号变为 ,此时可移动方向键来擦图 在画图过程中,按下"C"键,可画出一个半径为20个象素点的圆 当结束画图时,按下"S"键,将画好的图形存盘 按下"E"键可调出已有的图形进行编辑.-Program running, a yellow border appears on the screen
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:1.19kb
    • 提供者:袁昊苏
  1. Coord

    0下载:
  2. 建立坐标系,带有刻度,坐标系可以任意改变坐标原点,可改变设备坐标方向。-Coordinate system, with a scale, the coordinate system can arbitrarily change the coordinate origin, you can change the device coordinate direction.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-02
    • 文件大小:2.21mb
    • 提供者:张海洋
  1. flowcharter_src

    1下载:
  2. 主要用于流程图描绘,非常好用和专业,可以给爱好者非常好的学习机会。谢谢。-The editor can be tested in the demo application, Flowcharter. In this application, you can draw basic flowchart objects, move them around with the mouse or keyboard, cut/copy/delete/paste, undo an unlimited amoun
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-13
    • 文件大小:126.77kb
    • 提供者:韩国美
  1. huawujiaoxing

    0下载:
  2. 通过是用C++语言编程实现内接圆五角星,可以按任意方向旋转。-Inscribed circle pentagram with C++ language programming, you can rotate in any direction.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-17
    • 文件大小:2.41mb
    • 提供者:tianjie
« 12 »
搜珍网 www.dssz.com