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

搜索资源列表

  1. color.rar

    0下载:
  2. 利用GDI中的Path画一个奇异的四边形
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:41332
    • 提供者:
  1. Bresenham算法

    0下载:
  2. Bresenham算法演示程序。该例程使用Bresenham算法画出一个凸四边形。-Bresenham algorithm demonstration program. Routine use of the Bresenham algorithm to identify a convex rectangular.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:58423
    • 提供者:蝌蚪
  1. 曲面_等值线

    1下载:
  2. 本程序采四边形网格法编制了曲面等值线程序,只要输入相应数据,就可绘制出等值线图-the procedures adopted mesh France produced a surface contour procedures, as long as the corresponding data input can be drawn contour map
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:33599
    • 提供者:向红
  1. CcubeDissect

    1下载:
  2. 等值线的四边形剖分,如何画等值线以及用OPENGL显示。-contours rectangular mesh, how to draw contour lines and using OpenGL display.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:106227
    • 提供者:hxh
  1. triangulation

    0下载:
  2. 这是一个关于曲面三角化的VC++程序,包括三角划分,图形逼近,改进曲面,选择内部点,辅助平面到三维空间,四边形等等功能。-This is a triangle on the surface of the VC procedures, including triangulation, graphics approximation, improving surface, the internal choice, supporting two-dimensional to three-dimensio
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:66525
    • 提供者:李晓丽
  1. build_grid33

    0下载:
  2. 等边三角形有限元网格生成程序 ,划分画等边三角为小四边形网格 -equilateral triangle finite element mesh generation process, the demarcation of painting equilateral triangle for small mesh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46041
    • 提供者:刘辉
  1. 2cad060731

    1下载:
  2. 里面的内容全面,可以画直线、任意曲线、三角形、矩形、平行线、平行四边形、正圆、椭圆、正多边形、任意多边形。图形的操作有:选定、复制、删除、移动、镜象、旋转等操作。属性可以自动统计出屏幕上有什么图形、分别是什么图形,每种图形有多少种。图形的保存:保存的图形可以用AUTOCAD、PHOTOSHOP、MICROSOFT VISO、IE等一系统画图软件都可以打开,总之,只要是标准接口都可以打开,其他的图形也可以在这个软件里面进行修改等操作,很方便、很实用,代码也很简单。里面还包含有制作文档,测试文档,需
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1682572
    • 提供者:袁斌
  1. openglexample1

    0下载:
  2. 一个创建了三角形和四边形的opengl程序,介绍了如何在windows环境下绘制简单的几何图形,注释相当完美!-created a triangle and the quadrangle opengl procedures, described how the windows environment drawing simple geometric figure, the Notes quite perfect!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:14878
    • 提供者:张阳
  1. openglexample2

    0下载:
  2. 一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建漂亮的色彩混合。效果相当不错!-teaches you to a triangular and quadrilateral add two different types of coloring method opengl procedures, Use Smooth coloring (coloring smoothing) trian
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:15511
    • 提供者:张阳
  1. strienea

    0下载:
  2. 很多种图形 正三角形 倒正三角形 直角三角 平行四边形 等等之类的-many graphics triangle reversing triangle right-angled triangles parallelogram, etc. like
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6197
    • 提供者:张大饼
  1. 02_DrawTriangle

    1下载:
  2. 你的第一个多边形: 在第一个教程的基础上,我们添加了一个三角形和一个四边形。也许你认为这很简单,但你已经迈出了一大步,要知道任何在OpenGL中绘制的模型都会被分解为这两种简单的图形。 读完了这一课,你会学到如何在空间放置模型,并且会知道深度缓存的概念。 -your first one polygon : a tutorial in the basis, we added a triangle and a square. Perhaps you think this is
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:230313
    • 提供者:zw
  1. 03_Color

    0下载:
  2. 添加颜色: 作为第二课的扩展,我将叫你如何使用颜色。你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色。 -add color : As the expansion of the second class, I will tell you how to use color. You will understand two color pattern of the Left, the triangle is smooth coloring, with the
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:230221
    • 提供者:zw
  1. 04_Rotate

    0下载:
  2. 旋转: 在这一课里,我将教会你如何旋转三角形和四边形。左图中的三角形沿Y轴旋转,四边形沿着X轴旋转。 -rotation : In this lesson, I will you how to rotate the church triangular and quadrilateral. Left triangle along the Y-axis rotation, along the X axis Quadrilateral rotation.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:230389
    • 提供者:zw
  1. ddxbx

    0下载:
  2. 用于测绘行业,进行施工控制网的验后检查,即大地四边形极条件的演算,vb编写代码,输入8个角度,然后求出限差.-for survey and mapping industry, the Construction Control Network after a post-mortem examination, that the earth Quadrilateral very conditions calculations. vb code preparation, the importation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:59352
    • 提供者:凌霄花
  1. pbtx

    0下载:
  2. 通过输入四边形的四个顶点坐标,判别由这四个顶点的连线构成的是否为正方形,矩形或者其他四边形-through the importation of quadrilateral four vertices, discrimination by the four vertices connectivity whether to constitute the square, Rectangular or other Quadrilateral
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:6370
    • 提供者:李华
  1. yml_74

    0下载:
  2. 利用软件程序画出基本的2唯图形三角形四边形多边形-use software program painted two basic CD-polygon graphic quadrilateral triangle
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:53987
    • 提供者:严敏
  1. oterdiedai

    0下载:
  2. 用于分形图象,此原程序是将四边形分形,最后变成三角形-for fractal image, the original procedure was Quadrilateral fractal, into triangular final
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:jjl
  1. 四边形等参单元程序

    1下载:
  2. 四边形等参单元程序,有限元代码,matlab
  3. 所属分类:编程文档

  1. 平面四边形八节点等参元

    8下载:
  2. 有限元程序的8节点平面四边形等参单元matlab代码,带有详细说明。
  3. 所属分类:matlab例程

    • 发布日期:2019-12-27
    • 文件大小:81450
    • 提供者:dneking
  1. ANSYS四边形索网、三角形索网找形建模

    3下载:
  2. 本代码对四边形索网、三角形索网进行找形,找到四边形索网的初始平衡状态。(In this code, quadrilateral cable net and triangle cable net are searched for shape, and the initial equilibrium state of quadrilateral cable net and triangle cable net is found.)
  3. 所属分类:其他

    • 发布日期:2020-09-06
    • 文件大小:1024
    • 提供者:Z君121
« 1 23 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com