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

搜索资源列表

  1. myprj

    0下载:
  2. 用mfc框架实现画图,画线,画圆,画三角形。-With MFC framework implementation drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1953966
    • 提供者:卢俊霖
  1. Euler_DG_Quadrilateral_2D

    1下载:
  2. 自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:47319
    • 提供者:刘刚
  1. opengl-simple-demo-menu

    0下载:
  2. 简单的图形绘制软件包示例程序:要求能实现画文本、画线、三角形、矩形和点的绘制及菜单。-Simple drawing package sample program: Request to draw text, draw lines, triangles, rectangles, and points to draw menu
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:8459
    • 提供者:絮春风
  1. vcGraphic2

    0下载:
  2. VC绘图程序 画线,矩形,椭圆,三角形等-VC drawing program, draw a line, rectangle, ellipse, triangle, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:31024
    • 提供者:朱婷
  1. image-scale

    0下载:
  2. 绘制随机图像,包括点,直线,圆,椭圆,波浪线,三角形,并加上各种颜色。-Draw a random image, including point, line, circle, oval, wavy lines, triangles, and plus a variety of colors.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:895
    • 提供者:Mr.cheng
  1. jiandansanweimoxing

    0下载:
  2. 该程序是基于MFC框架运用OpenGL能够画出简单的一些三维模型,包括点、线、立方体、三角形、茶壶等。绝对编译、运行通过。-The program is based on the MFC framework using OpenGL to draw a simple three-dimensional model, including point, line, cube, triangle, teapot. Absolute compile, run through.
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-07
    • 文件大小:3563374
    • 提供者:wuchenlong
  1. exp2_project_VC2008_2012121314025294

    0下载:
  2. 用vc++ openGL实现图形的绘制,包括三角形,矩形,点,线等的绘制-Vc++ openGL graphics rendering, including triangle, rectangle, point, line drawing
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-25
    • 文件大小:16721085
    • 提供者:yybest123
  1. SmoothDraw

    0下载:
  2. 程序用于根据设定坐标绘制圆滑曲线,而后等间隔采样,将点坐标逐个输出。 曾用于舵机查表控制。 在SmoothDrawDlg.h内可以设定点坐标。 在SmoothDrawDlg.c内可以设定输出格式,不同按钮可以输出不同文件对应不同格式。 程序尚不完善,不可以随意修改点数,修改点数后须相应改变计算程序。 算法核心m_deal(),采用取三角形两边中点而后连线的方式将折线近似圆滑,效果不错。-Procedures used to set according to the coord
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1896419
    • 提供者:籍汉超
  1. dda_line2007

    0下载:
  2. 详细说明:DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换--DAA painting lines, this is my experimental computer graphics source code, including stipple line drawcircle, Bresenham Line drawcircle, seed filling scanning region, thr
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:9669
    • 提供者:dang
  1. programming-on-opengl

    1下载:
  2. 先以opengl线框模式绘制两个(或者多个)相邻的不同颜色的三角形;然后再以其他颜色依照opengl填充模式绘制完全相同的三角形,将两次绘制结果进行混合(Blending)。-The first drawing in opengl wireframe mode two (or more) adjacent triangles of different colors identical triangles to other colors, and then drawing in opengl f
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:20270
    • 提供者:陈佳华
  1. Paint

    0下载:
  2. 用processing语言编写的类似画图的程序,可以画4中基本图形:长方形,圆,椭圆和线,还有三角形和折线。并且能够将已画的图形保存成TXT,打开TXT可以还原上回保存的图形。另外还有对图像的一些filter处理。-Processing language prepared by the similar drawing program, you can draw 4 basic shapes: rectangles, circles, ellipses and lines, triangles a
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:473972
    • 提供者:孙凌寒
  1. 7fenxing

    0下载:
  2. VB的7种分形算法代码。包括杨辉三角形、梅花曲线、雪花、圆环、旋转螺线、叶子、随机圆环、树。代码由冰火天空原创。-seven kinds of fractal VB code
  3. 所属分类:Fractal program

    • 发布日期:2017-11-12
    • 文件大小:78848
    • 提供者:hans
  1. trapezoidalmap

    0下载:
  2. 平面点集的Delaunay三角剖分。为了验证Delaunay三角剖分的正确性,系统提供了“圆测试”的功能,供用户对生成的三角形进行测试验证;为了验证DCEL数据结构的正确性,系统提供了“DCEL测试”的功能,用户输入任意一条测试线,系统将先后显示出测试线贯穿过的三角形;为了形象显示三角剖分的分治过程,系统提供了动态显示分治剖分过程。 -Planar point set Delaunay triangulation. In order to verify the correctness of De
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2110892
    • 提供者:yeast
  1. opengl

    0下载:
  2. OpenGl-12个例子,画点、线、三角形、多边形,附加效果。-OpenGL- 12 samples
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-22
    • 文件大小:2080486
    • 提供者:uia
  1. sjx4

    0下载:
  2. 利用FLASM编写的可动态演示三角形的四心(内心,外心,重心,垂心)以及四线(角平分线,中线,高,中垂线)- Written using FLASM dynamically demonstrate the triangular Tudor (inner, external, center of gravity, orthocenter) and four wire (Angle bisector, middle, high, midperpendicular)
  3. 所属分类:Education soft system

    • 发布日期:2017-05-18
    • 文件大小:5099623
    • 提供者:张春德
  1. 12864huaxian

    0下载:
  2. 12864上面的并行画线,可以画圆,三角形,正方形,直线,正弦波-12,864 above the parallel line drawing, you can draw a circle, triangle, square, line, sine wave
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:34445
    • 提供者:lidingbo
  1. text_lcd

    0下载:
  2. 串口液晶程序库,包含各种函数,画图,画坐标,点线圆方,椭圆三角形-Serial LCD library, contains a variety of functions, drawing, painting coordinates, points and lines round square, oval triangle ......
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:446338
    • 提供者:潘佐斌
  1. opengl-simple-demo-menu

    0下载:
  2. 简单的图形绘制软件包示例程序:要求能实现画文本、画线、三角形、矩形和点的绘制及菜单。-Simple drawing package sample program: Request to draw text, draw lines, triangles, rectangles, and points to draw menu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-09-30
    • 文件大小:8192
    • 提供者:dentBar
  1. tuxingbiajiqi

    0下载:
  2. (1)文件功能 (2)有鼠标,键盘输入(可以画直线,折线,矩形,圆 ,三角形) (3)具有选择图形,移动,删除功能 (4) 菜单功能 (5)可以选择线形,线宽,颜色 (6)具有坐标显示功能 文件功能,图形移动删除功能等局部功能没实现,大部分都可以实现,如果机器不支持全屏显示,可下个DosBox,在DosBox中运行-(1) File feature (2) there is a mouse, keyboard input (you can draw a straigh
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6124
    • 提供者:
  1. Triangle

    0下载:
  2. Java虚基类的应用 三角形类及椭圆类继承点线类,点线类继承图形类,实现图形面积的计算-Application triangle and oval-class class class inherits dotted line Java virtual base classes, class inheritance dotted line graphics class, to achieve the graphic area calculation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:21746
    • 提供者:henry
« 1 2 34 »
搜珍网 www.dssz.com