搜索资源列表

  1. console_graphic

    0下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
  3. 所属分类:绘图程序

    • 发布日期:2025-01-15
    • 文件大小:1.66mb
    • 提供者:李文
  1. crecttracker_demo

    0下载:
  2. 演示在对话框窗口上用鼠标点画矩形框,类似画图程序中的橡皮线-Demonstration in the dialog window rectangular box with the mouse stippling, drawing program similar rubber line
  3. 所属分类:GDI/图象编程

    • 发布日期:2025-01-15
    • 文件大小:13kb
    • 提供者:高建华
  1. MidDrawLine

    0下载:
  2. 图形学的算法实现,中点画直线的算法-Graphics algorithm implementation, the algorithm in a straight line stippling
  3. 所属分类:绘图程序

    • 发布日期:2025-01-15
    • 文件大小:1kb
    • 提供者:xuezhanfei
  1. realtimeplotvc

    1下载:
  2. 一个通过多个点画曲线的程序,可以同时画多条曲线,而且实时动态的画线。是外国人写的。很不错。-An stippling curve through multiple procedures, you can draw many curves simultaneously and in real-time dynamic draw lines. Are written by foreigners. Is pretty good.
  3. 所属分类:GDI/图象编程

    • 发布日期:2025-01-15
    • 文件大小:185kb
    • 提供者:沈浪
  1. Bresenham_Line

    0下载:
  2. 中点画直线法的扫描转换程序:用中点法绘制的直线,可以是任意斜率。-Straight-line method of stippling the scan conversion process: A straight line drawn by the mid-point method, the slope can be arbitrary.
  3. 所属分类:绘图程序

    • 发布日期:2025-01-15
    • 文件大小:21kb
    • 提供者:tomomoon
  1. stipple_letter_V2

    0下载:
  2. 这是一个可以自己点画字库的C++Builder代码 是我做下位机显示多国语言时做的-This is a font can be their own stippling of C++ Builder code that I do display lower computer time to do multiple languages
  3. 所属分类:其他小程序

    • 发布日期:2025-01-15
    • 文件大小:258kb
    • 提供者:jake
  1. Bubble

    0下载:
  2. 用VC++6.0所做的程序,当鼠标点击一处时就会在该点画一个圆,而圆的大小是随机产生的。-Done with VC++6.0 program, when the mouse to click a time will be a circle in the stippling, and circle size is randomly generated.
  3. 所属分类:对话框与窗口

    • 发布日期:2025-01-15
    • 文件大小:719kb
    • 提供者:majing
  1. program

    0下载:
  2. 共有5个程序,分别是从文件提取散点画球(椭球),散点画压力云图,散点画散点位置及速度分布图,散点画密度分布图,以及从数据文件中提取特定散点的程序,这是一套程序,可对大量散点数据进行处理。-There are five programs, which are extracted from the file powder stippling ball (ellipsoid), scattered cloud pressure stipple
  3. 所属分类:matlab例程

    • 发布日期:2025-01-15
    • 文件大小:2kb
    • 提供者:ruoshuiming
  1. picture-Capture

    0下载:
  2. PC机以二进制模式接收的图像数据在显示前需要数据类型变换,即将二进制数变为整型数,也就是256个灰度级的像素值.图像的显示利用VB的Picture控件为画板,用描点函数将图像逐点画到画板上。接收一行画一行,画完整幅图像后存为BMP格式的图像文件-PC, in binary mode in the display image data received before the need to transform the data type,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-15
    • 文件大小:3kb
    • 提供者:蔺伟涛
  1. stippling

    0下载:
  2. 简单图像点化法实现.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-15
    • 文件大小:10.54mb
    • 提供者:zhou
  1. 123

    0下载:
  2. lisp展点程序,利用此程序可在AUTOCAD中将碎部点画在CAD上。-The lisp Fair point program, can take advantage of this program will be broken stippling in AUTOCAD in CAD.
  3. 所属分类:其他小程序

    • 发布日期:2025-01-15
    • 文件大小:1kb
    • 提供者:王占武
  1. OpenGL

    0下载:
  2. 本代码通过OpenGL库,绘制了一个机器人,其中算法运用了,中点画线,中点画圆和中点画椭圆等。-The code via OpenGL library, draw a robot, which algorithm to use, and the dotted line, the midpoint Circle and the stippling ellipse.
  3. 所属分类:OpenGL

    • 发布日期:2025-01-15
    • 文件大小:1.2mb
    • 提供者:程海粟
  1. Bezier

    0下载:
  2. 使用OpenGL画贝塞尔曲线,通过点四个点画曲线。-Use OpenGL drawing Bezier curve by curve point four stippling.
  3. 所属分类:OpenGL

    • 发布日期:2025-01-15
    • 文件大小:28kb
    • 提供者:yuejuntao
  1. MidPointCircle

    0下载:
  2. 杜晓增计算机图形学基础中点画圆法的源程序-Du Xiaozeng stippling circle method in computer graphics based source program
  3. 所属分类:绘图程序

    • 发布日期:2025-01-15
    • 文件大小:363kb
    • 提供者:liuliwen
  1. MidElliptocy

    0下载:
  2. 杜晓增计算机图形学基础中点画椭圆法源程序-Du Xiaozeng stippling ellipse method in computer graphics based source program
  3. 所属分类:绘图程序

    • 发布日期:2025-01-15
    • 文件大小:364kb
    • 提供者:liuliwen
  1. ellipse

    0下载:
  2. 利用中点画椭圆算法画椭圆并输出为ppm文件-Utilization of stippling and painted oval oval algorithm ppm output file
  3. 所属分类:2D图形编程

    • 发布日期:2025-01-15
    • 文件大小:500kb
    • 提供者:Linhao_Meng

源码中国 www.ymcn.org