搜索资源列表

  1. f

    0下载:
  2. 用visual c++6.0在屏幕上画圆,对圆的半径和坐标从键盘任意输入,然后再计算圆面积和在屏幕上画出相应的圆-With visual c++6.0 circle on the screen, on the radius and the coordinates of any input from the keyboard, and then calculate area of a circle and draw in the corr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:陈一飞
  1. DrawDesigns

    0下载:
  2. 用C#编写的一个简单的绘图工具,利用鼠标拖动,画圆,矩线,线条等。-Written in C# using a simple drawing tools, use mouse to drag, draw a circle, rectangular lines, lines and so on.
  3. 所属分类:C#编程

    • 发布日期:2024-04-29
    • 文件大小:115712
    • 提供者:Name
  1. mfc

    0下载:
  2. 本代码用于画线、画圆,是我作为一个初学者做的-draw line and circle
  3. 所属分类:C#编程

    • 发布日期:2024-04-29
    • 文件大小:187392
    • 提供者:zhengyi
  1. pudn

    0下载:
  2. 1.MATLAB中的画圆程序:circle.m。 2.MATLAB中的GPS单点定位函数:pos_fix.m。 3.MATLAB中的读取RINEX格式的导航电文文件程序:readnavfile.m。 4.MATLAB中的读取YUMA格式历书的函数:ReadAlmanac.m。 5.MATLAB中的生成一节高斯马尔科夫序列:gmp1.m-1.MATLAB circle in the program: circle.m. 2
  3. 所属分类:matlab例程

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

    0下载:
  2. 画圆后如果选中的某圆就在该圆外做一个正方形-If you selected a circle after circle in the square outside the circle to make a
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:3765248
    • 提供者:燕子
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:126976
    • 提供者:Jack
  1. cirlce_route-search

    0下载:
  2. 1.Matlab里面没有提供直接以半径和圆心位置画圆的程序,该程序可以实现此功能,命令格式为:circle(radius,x0,y0, color ) 2.一种基于势函数的路径搜索算法,能实现有障碍物环境中指定起点和终点位置的最短路径搜索。-1.Matlab which does not provide the location directly in the center circle radius and the program
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:Li Shaobin
  1. seseou-0bSUUWhFZi

    1下载:
  2. 这会让你对在C下的OPENGL画圆有比较深刻的理解 能够简单的画出圆-This will make you draw a circle in C OPENGL under a deeper understanding to the simple round draw
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:2069504
    • 提供者:范彬
  1. RandonPoint

    0下载:
  2. J2ME的Canvas中随机位置随机颜色画圆示例-Canvas J2ME-color circle random sample random position
  3. 所属分类:J2ME

    • 发布日期:2024-04-29
    • 文件大小:8192
    • 提供者:刘晨
  1. AdvancedGraph

    0下载:
  2. 这是一个很齐全的计算机图形学例子,上面用多种方法实现划线、画圆、等操作-This is a very complete example of computer graphics, a variety of methods used to achieve the above crossed, Circle, and other operations
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:3122176
    • 提供者:付一
  1. My_Circle

    0下载:
  2. 这是一个利用visual c++6.0实现的建议画圆算法.赶紧下吧..你一定很需要-This is a use of visual c++6.0 circle algorithm to achieve the recommendations. Hurry, are you sure you really need ..
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:1947648
    • 提供者:kai
  1. Bcircle

    0下载:
  2. 在C++环境下,采用Bresenham画圆算法绘制圆形(计算机图形学的重要算法)-In C++ environment, using Bresenham circle algorithm to draw a circle (an important computer graphics algorithms)
  3. 所属分类:绘图程序

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

    0下载:
  2. DDA、Bresenham画直线及画圆、多边形; 边缘填充算法和种子填充算法。-DDA, Bresenham drawing a straight line and circular, polygonal edge of the filling algorithm and seed fill algorithm.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:2033664
    • 提供者:刘畅
  1. drawBoard

    0下载:
  2. 简单的画板,可以画圆,三角,直线等 也可以选择颜色,粗细-A simple drawing board, you can draw a circle, triangle, line, etc. can also choose the color, thickness
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:54272
    • 提供者:徐岩
  1. DrawTest

    0下载:
  2. 自己写的一个画flex仪表盘的简单例子,内容:画圆环,圆的刻度线,刻度值,指针旋转-Draw flex to write a simple example of the instrument panel, the initial implementation: painting circle, circle the scale line, scale value, pointer rotation
  3. 所属分类:FlashMX源码

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

    0下载:
  2. 简易绘图程序,包涵画直线,画圆,矩形,填充-Simple drawing routines
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:78848
    • 提供者:张荣伟
  1. circle

    0下载:
  2. 实现一个画圆程序(利用Bresenham算法绘制); 以下内容任选一个 1、 设计并实现一种填充算法对圆内部进行填充。 opengl -Procedures to implement a circle (using Bresenham algorithm for drawing) the following choice of a 1, was designed and implemented within a cir
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:1937408
    • 提供者:东荒冷羽
  1. BreshamOrMiddlePoint

    0下载:
  2. 这个是光栅画圆代码,使用qt4.6作窗口系统的 -This is the grating circle code for the window system using qt4.6
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:2049024
    • 提供者:sdfdsfdfs
  1. zl1

    0下载:
  2. 用户在文本框输入圆的半径,然后随机产生一个坐标位置,在屏幕上画圆,通过其他组件(如:JTextArea)输出圆的直径、周长和面积。另外提供一个按钮,可以清除屏幕,重新画圆。 -Users in the text box input round radius, then randomly generated a coordinate location, on the screen to draw circles, through ot
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:张玲
  1. CG-draw-a-circle.cpp

    0下载:
  2. 计算机图形学,画圆的最简单算法,不太简介,初学者可以参考-Computer graphics, circle the most simple algorithm, not profiles, beginners can refer to
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:xueying
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org