搜索资源列表

  1. 184526345

    0下载:
  2. 本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含r-primitive code of c
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:269312
    • 提供者:万方
  1. 计算机图形算法演

    0下载:
  2. 计算机图形算法演示 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-computer graphics algorithms demonstration included painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectang
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:269312
    • 提供者:张春民
  1. 逐点比较法画圆

    0下载:
  2. 其实这个是 用逐点比较法求得的关于圆的画法,但是一定要在 win-tc的环境下-In fact, this is a case-by-point comparison of the circular obtained by the method of painting, but must win-tc environment
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:32768
    • 提供者:西单
  1. 图形学线圆的实现算法

    0下载:
  2. 这是本人在学习计算机图形学时用C++BUILDER编辑的画图软件,主要用于认识画圆画线的图形学算法的实现-this is my learning to use computer graphics C BUILDER editors drawing software, mainly for understanding Circle line drawing graphics algorithm implementation
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:594944
    • 提供者:朱磊
  1. 橡皮筋法画直线和圆

    0下载:
  2. 本程序是一个在tc下控制鼠标,并用橡皮筋法画直线和画圆的程序。-this procedure is a tc under the control mice, using rubber-band linear paintings and Circle procedures.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:代丛军
  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:416768
    • 提供者:
  1. MidpointCircle1

    0下载:
  2. 计算机图形学,中点画圆法,利用八分圆绘制圆-computer graphics, the midpoint Circle, using interval mapping Yuan Yuan
  3. 所属分类:按钮控件

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:cyz
  1. 画圆、直线过程演示(算法)

    0下载:
  2. 图形学算法+演示,比如直线画法,圆的算法等-demo graphics algorithm, such as linear method of painting, the algorithm Yuan
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:199680
    • 提供者:zane
  1. 几何图形的画法

    0下载:
  2. 计算机图形学,画圆,画直线,画多边形,填充.-computer graphics, Circle, painting line, polygon drawing, filling.
  3. 所属分类:分形几何

    • 发布日期:2024-04-29
    • 文件大小:97280
    • 提供者:聪聪
  1. 用类做圆

    0下载:
  2. 就是用VB.NET实现 用代码和类来实现画圆 利用了通用对话框-is achieved with VB.NET code and category used to achieve Circle use of common dialog
  3. 所属分类:按钮控件

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:金晶
  1. LCD_75F2413

    0下载:
  2. 基于SPMC75F2413A的LCD驱动程式序, 使用128X64的液晶模块,包含有画线,画圆和BMP,字符串等显示处理,全部源码,完整的工程.愿对从事单片机开发的工程式师有用.-SPMC75F2413A based on the LCD driver program sequence, the use of the built in LCD modules include line drawing, Circle and BMP, s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:292864
    • 提供者:mou
  1. jDraw_extended

    0下载:
  2. 环境配置:系统装有jre运行环境。 使用说明: 1.双击drawer.jar文件,应用程序即可运行。 2.单击“Oval”按钮,拖动鼠标,可以在画图板上画圆。 3.单击“Triangle”按钮,拖动鼠标,可以在画图板上画等边三角形。 4.单击“Clear”按钮,画图板清屏。 5.单击“Exitl”按钮,程序退出。 6.单击右键,弹出当前图形的属性面板。可以进行如下操作: (1)单击“Color Sett
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:41984
    • 提供者:张飞
  1. Midpoint

    0下载:
  2. 中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-29
    • 文件大小:1992704
    • 提供者:许杂额
  1. computerGraphy

    0下载:
  2. 计算机图形学 关于画点,画圆,画三角形等,已经各种填充技术-computer graphics on the painting, Circle, Triangle, such as painting, has filled various technical
  3. 所属分类:界面编程

    • 发布日期:2024-04-29
    • 文件大小:82944
    • 提供者:dengwei
  1. tuxingdemo

    0下载:
  2. 包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充-including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filled
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2099200
    • 提供者:mx
  1. qiu

    0下载:
  2. 用c语言编写的画圆球,椭圆的程序,不是用图形库-used language paintings balls, oval procedures, instead of graphics library
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:
  1. 12123

    0下载:
  2. 计算机图形学实验,中点画圆法画圆,c++,win下,-computer graphics experiment, the midpoint drawcircle Circle, c, win,
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:33792
    • 提供者:许斌
  1. midpointcircle-coding

    0下载:
  2. 自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:31744
    • 提供者:ffff
  1. vc1020345346241_newa

    0下载:
  2. 一个简单的画图程序 试试看 能画直线 画圆 画矩形 可以 调整线宽 可以复制粘贴-a simple drawing program can try painting Circle Line painting rectangular width can be adjusted copy paste
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:96256
    • 提供者:王映东
  1. Shape_rar~

    0下载:
  2. 一个简单的画图板,可以画圆,矩形,多边形,等等。-a simple drawing board, Circle, rectangle, polygon, and so on.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:2115584
    • 提供者:lucyliuu
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org