搜索资源列表

  1. draw_dot_line

    0下载:
  2. VC++程序,用VC++实现画点画线功能,希望对大家有所帮助,谢谢。-VC procedures, with VC painting Stipples line function, we hope to help, thank you.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:43008
    • 提供者:wangshibo
  1. T6963LcdOnC196

    0下载:
  2. 在C196单片机上做的液晶驱动,液晶芯片控制器为T6963,单色液晶大小320x240;提供初始化、画点、画线、画矩形等基本功能,在此基础上可以很容易的实现字体、位图的显示。-the C196 embedded controller made of LCD Driver, LCD controller chip for the T6963. Monochrome LCD size 320 x240; provide initializa
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:黄成
  1. graphics

    0下载:
  2. 用java语言实现的在任意点画圆和画线的程序。可以选择圆的圆点和半径,可以选择线的粗细,起始终止坐标,实线虚线等。-Using java language in any point and drawing a line drawcircle procedures. Can choose a circle and the radius of dots, you can choose the line thickness, the init
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:13312
    • 提供者:鹏鹏
  1. drawline

    0下载:
  2. 通过数值微分法,中点画线法,Bresenham法画任意斜率直线-By numerical differentiation, medium stipple line method, Bresenham law slope of a straight line drawn arbitrarily
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-09
    • 文件大小:49152
    • 提供者:陈良
  1. draw

    0下载:
  2. 本程序完成简单的图形学操作。用鼠标实现画线、画圆、画矩形、多边形等,以及图形的填充、直线和多边形的裁剪-This process is complete a simple graphics operation. Use the mouse to achieve the painting line, circle, drawing rectangle, polygon, as well as graphics-filled, straig
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:47104
    • 提供者:龙海霞
  1. vcgraph1

    0下载:
  2. 一个从工具条中选择对象画线、画圆、画折线等的例子-An article from the tool of choice for painting lines, drawcircle, painting, etc. Examples of Polyline
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:23552
    • 提供者:张三
  1. draw

    0下载:
  2. mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:李默
  1. Draw

    0下载:
  2. 在vc对话框中任意画线,略微进行修改以后还可以画任何形状-Dialog box in vc arbitrarily drawing a line, after a slight modification can also be painted any shape
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-09
    • 文件大小:44032
    • 提供者:张萌
  1. SupMap

    0下载:
  2. 用VC++6.0基于MapX的基础上开发出来的组件.实现了地图放大,缩小,漫游,画线等基本功能, 非常有参考价值-With VC++ 6.0 Based on MapX based on components developed. The realization of the map to enlarge, shrink, roaming, painting lines and other basic functions that ar
  3. 所属分类:GIS编程

    • 发布日期:2024-05-09
    • 文件大小:276480
    • 提供者:GoGo
  1. Framebuffer

    0下载:
  2. fr a mebuffer中画点,画线,画多边形,画圆,画抛物线的实现函数-fr a mebuffer in the painting, the painted line, drawn polygon, circle, parabola painting realize the function
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:wzc
  1. DrawLine

    0下载:
  2. 中点画线,DDA算法,计算机图形学,计算机基本算法,计算机图形处理基础-In stipple line, DDA algorithm, computer graphics, computer basic algorithms, computer graphics deal with the basis of
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:1980416
    • 提供者:zhanglian
  1. OpenGLgraphicsArithmetic

    0下载:
  2. OpenGL画点、画线以及画多边形的算法-OpenGL drawing points, drawing lines and polygon drawing algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-09
    • 文件大小:11264
    • 提供者:kingf
  1. Draw

    0下载:
  2. c++画图程序,实现画线画椭圆,圆,还可以选择线型线宽,线的颜色。-c++ drawing procedures, to achieve an oval painting painting line, round, can also choose linear linewidth, line color.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:163840
    • 提供者:李佳劲
  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/图象编程

    • 发布日期:2024-05-09
    • 文件大小:189440
    • 提供者:沈浪
  1. PLine

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

    • 发布日期:2024-05-09
    • 文件大小:2393088
    • 提供者:刘丹
  1. 200610162055101176

    0下载:
  2. 计算机图形学课程设计源码 这是大二的时候学计算机图形学时做的课程设计, 主要有画线、画圆、画曲线、画球等等 -Curriculum design in computer graphics source code This is the time his sophomore year, when to do computer graphics study of curriculum design, the main draw
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-09
    • 文件大小:89088
    • 提供者:陈 波
  1. PaintPro

    0下载:
  2. VB仿Windows画图程序源码,很像,感觉比系统的画图程序功能还要多。可以在上面打字,可以打开一幅背景图片,画线条,填充,不规则图形等。有兴趣的朋友可以下载自己研究一下,里面很多类是可以借鉴的。-VB source code like Windows Paint program, much like the feeling of the painting process than the system functionality th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:13312
    • 提供者:519
  1. LCD_480272

    0下载:
  2. 三星处理器S3C2440的液晶源代码,包括了启动,初始化,画点,画线,画图片等模块函数-TFT
  3. 所属分类:中间件编程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:孙消广
  1. AnimatorIcon

    0下载:
  2. 动画线程的设计与实现 Java动画编程有多种实现方法,但它们实现的基本原理是一样的,即在屏幕上画出一系列的帧来造成运动的感觉。Java多线程技术是Java动画编程中普遍运用的技术,它在控制动画程序的流程和动画的显示效果方面起着重要的作用。Java动画编程中的动画闪烁和图像残缺不全等现象,是Java程序员经常碰到的问题。本文以作者应用实例程序为基础,阐述如何运用多线程、重载Update、双缓冲和图像跟踪等技巧来解决这类问题,以达到动画
  3. 所属分类:游戏

    • 发布日期:2024-05-09
    • 文件大小:36864
    • 提供者:wangyun
  1. midpoint

    0下载:
  2. 使用中点画线法画直线,是用VB画线方法中的一种。-Stipple method used in drawing a straight line is the VB method of painting a line.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:李璇
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org