搜索资源列表

  1. opengl

    1下载:
  2. 在Visual C++的开发环境下,利用opengl类库编写代码实现画圆,画直线等的功能。-In Visual C++ development environment, the use of class libraries to write code opengl realize drawcircle, draw a straight line function.
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:4069376
    • 提供者:张朋长
  1. DRAWSHAPE

    0下载:
  2. 本程序是程序设计第五版课后习题,实现画圆,画直线,画矩形-This procedure is the fifth edition of the after-school exercise program design, implementation drawcircle, draw a straight line, draw rectangle
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:xuezhanfei
  1. polymorphism

    0下载:
  2. 用java画圆 用这个程序可以实现自动画图。-Using java drawcircle This procedure can be used for automatic drawing.
  3. 所属分类:汇编语言

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:杭利平
  1. PLine

    0下载:
  2. 画图算法,包括数值微分法、中点画圆法、Bresenham画线、画圆算法等-Drawing algorithms, including numerical differential method, the midpoint drawcircle, Bresenham line draw, drawcircle algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:2393088
    • 提供者:刘丹
  1. draw_circularity_with_java

    0下载:
  2. 用java简单的画圆,对于初学者还是比较使用的。-for java practise
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 一个鼠标程序,在按下ctrl键的同时按下鼠标左键,可画圆,按下shift键的同时按下左键,可画矩形.-Procedures for a mouse, press the ctrl key while pressing the left mouse button can be drawcircle, press the shift key while pressing the left, can be rectangular painti
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:1152000
    • 提供者:ydt
  1. Circle

    0下载:
  2. glut画圆程序 OpenGL中无专门的画圆命令,所以自己做了一个用glut画圆程序。-OpenGL drawcircle glut procedures drawcircle no special order, so do a program using glut drawcircle.
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:53248
    • 提供者:guo
  1. simpledrawingprogram

    0下载:
  2. 用VS2005编写的画图程序,实现了画圆,直线,三角形等基本图元,可设置线性,颜色等,可打开图片设置为背景图片,阴影的属性等-VS2005 drawing prepared by the procedures and achieve the Circle, a straight line, triangle and other basic elements can be set up linear, colors and so on,
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:564224
    • 提供者:郝艳青
  1. createcircle

    0下载:
  2. 用matlab画圆- create circle
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:尹高飞
  1. myproduction

    0下载:
  2. 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:8365056
    • 提供者:xgdlhdgj
  1. Draw

    0下载:
  2. 实现了基本的绘图功能。可以画圆,直线,椭圆-The realization of the basic drawing functions. Can drawcircle, linear, elliptical, etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1902592
    • 提供者:haha
  1. circle_vc

    0下载:
  2. contex-m3画圆程序,控制步进电机完成 -good program。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:192512
    • 提供者:陈曦
  1. huayuan

    0下载:
  2. 该程序能够实现动态画圆,每隔一段时间画一个填充颜色的圆。-The program can dynamically draw a circle, from time to time to draw a fill color circle.
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:1933312
    • 提供者:余华
  1. Circle

    0下载:
  2. java 中实现的下一个画圆的小程序,初学习2D的画图指南-java draw a circle including filling colors
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 计算机图形学 java描述画圆的三种算法-Computer graphics java describe the Circle of the three kinds of algorithms
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:zpy
  1. MyDrawing

    0下载:
  2. mfc但文档程序例子,用鼠标拖动可以实现画圆或矩形-But the documentation procedures mfc example, draw a circle with the mouse drag can be achieved or rectangular
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:62464
    • 提供者:王柳
  1. Line-circle

    0下载:
  2. C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circl
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:50176
    • 提供者:钟哲
  1. dayandnight

    0下载:
  2. opengl c++ 键盘鼠标交互 画圆 椭圆 矩形 三角形 旋转移动-opengl c++ keyboard and mouse interaction Circle Oval Rectangle Triangle rotational movement of the
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:8116224
    • 提供者:xuhuihui
  1. draw

    0下载:
  2. 画图的一个例子,VC++开发,有画线,画圆,改变改变颜色等功能。-draw
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:1253376
    • 提供者:yang jun
  1. paint

    0下载:
  2. java事件处理事例,输入圆心坐标,单击鼠标取得半径画圆-java event handling example, enter the center point coordinates, click the mouse to obtain a radius of Circle
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:范头头
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org