搜索资源列表

  1. tuxingxue

    0下载:
  2. 图形学实验 实现了直线绘制的多种算法 画圆以及椭圆 多边形绘制,填充 扫描线算法等等功能 和剪裁算法的实现-Experimental Graphics realize the multi-linear mapping algorithm, as well as elliptical drawcircle polygon drawing, filling scan line algorithm so the function and cu
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:4066304
    • 提供者:ljj
  1. chapter501

    0下载:
  2. 在Vb中用MO控件实现画圆、画矩形、画多边形等功能-Vb used in the control MO drawcircle realize painted rectangle, polygon features such as painting
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:蜗牛
  1. jpxy

    0下载:
  2. VC++制作的可以用键盘和鼠标进行画圆和画直线和长方形等-VC++ Produced can be used for keyboard and mouse drawcircle and painting a straight line and rectangle, etc.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:高强
  1. A2008

    0下载:
  2. awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform )
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:money
  1. midpoint

    0下载:
  2. 本程序是利用中点画线法画圆程序,可以根据需求画出套圈的圆-This procedure is the use of stipple line method drawcircle procedures, can be painted in accordance with the needs of a round ferrule
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:207872
    • 提供者:肖旭
  1. Graphic

    0下载:
  2. MFC下实现画圆,线,椭圆,并分别设置其颜色,线型-MFC under drawcircle, line, oval, and set its color, respectively, linear
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1974272
    • 提供者:淋雨
  1. CBresCircleView

    0下载:
  2. 在MFC下用种子算法实现画圆,在C++编程环境下运行-In the MFC algorithm using seed drawcircle in C++ Programming environment running under
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1931264
    • 提供者:淋雨
  1. draw

    0下载:
  2. 基本的绘图程序 画圆直线各类曲线 填充颜色等 不错-Basic drawing program drawcircle linear curve fill color, etc. all kinds of good
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1326080
    • 提供者:zhanghui
  1. huayuan

    0下载:
  2. 在学习过程中编写的一个画圆的小程序,和大家一起来学习。-In the learning process to prepare a small drawcircle procedures, and everyone will work together to learn.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1937408
    • 提供者:lihua
  1. clock

    0下载:
  2. 使用画线和画圆的技术在窗体中悔之绘制一个带有指针的钟表。通过一个时间计时器,每一秒钟触发一次。使用这样的方式来实现每一秒绘制一次图像。-Drawcircle painted lines and the use of technology in the form of regret on the map with a pointer of the watches. Time through a timer, every second th
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:吴泽俊
  1. wjx1

    0下载:
  2. 计算机图形学 五角星画法程序 以及 画圆程序-Computer Graphics pentacle drawing procedures, as well as procedures drawcircle
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张波
  1. LTSTAR

    0下载:
  2. 画圆画五角星的原始程序!完全的代码,自写函数,自己调用,希望可以帮助初学者! -Drawcircle painted five-pointed star of the original program! Complete code, since the write function to call their own, hoping to help beginners!
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李涛
  1. draw

    0下载:
  2. 画圆,第一个是标准圆,后面的是加有高斯噪声的圆-Drawcircle, the first is a standard round, followed by the addition of the circular Gaussian noise
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:scssncsss
  1. draw

    0下载:
  2. 利用windows MFC创建工具栏,实现画圆和矩形-Use the toolbar to create windows MFC to achieve drawcircle and rectangular
  3. 所属分类:工具条

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:高明
  1. asdfsdf

    0下载:
  2. 先绘制正弦曲线,以其每一点坐标为圆心画圆,并且随这曲线的走向移动-Drawing first sinusoid, the coordinates for every point in its center drawcircle, and this curve with the direction of mobile
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:袁外琳
  1. 3

    0下载:
  2. 实验要求: 1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to gener
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:2089984
    • 提供者:马卫龙
  1. drawdemo

    0下载:
  2. qt3.3.5 简单实现一些基本的画图功能,比如画线,画圆,画面.-qt3.3.5 simple to achieve some basic drawing functions, such as painting lines, drawcircle screen.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:26624
    • 提供者:ribena
  1. draw

    0下载:
  2. 计算机图形学的程序 实现了画直线,画圆还有实现了填充-Computer graphics program to achieve a painting of a straight line, there is the realization of the filling drawcircle
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:96256
    • 提供者:panting
  1. dfgg

    0下载:
  2. 本程序是实现逻辑地址到物理地址的转换,以及用java实现的随机产生颜色,并画圆等-This procedure is to achieve the logical address to physical address translation, and the realization of the randomly generated java color, and drawcircle, etc.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:黄芩
  1. drawcurve

    0下载:
  2. 该程序利用vc++实现了曲线的绘制,实现功能如下:画圆,画金刚石模型,Bezier曲线的绘制,B样条曲线的绘制,手绘beizer和B样条曲线-Use of the program vc++ Achieved Curve to achieve the following functions: drawcircle, painting diamond model, Bezier Curve, B-spline curve drawing,
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:1969152
    • 提供者:张阿牛
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »

源码中国 www.ymcn.org