CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - 使用C

搜索资源列表

  1. MENU6

    0下载:
  2. 使用c 语言画图 本代码为一个简单的模拟界面 由于技术有限 所以质量不高-use of the language code for drawing a simple simulation interface so limited because of technical quality is not high
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3.52kb
    • 提供者:yuzengtao
  1. AutoControl

    0下载:
  2. 从事工业自动化程序设计的入门者很想知道实时曲线等画面是如何实现的,本程序是计算机测控系统课程的演示程序,使用C++Builder实现
  3. 所属分类:绘图程序

    • 发布日期:2014-01-18
    • 文件大小:294.08kb
    • 提供者:胡文金
  1. drawmap

    1下载:
  2. 从底层实现了基本图形、地图的绘制,可进行放大、缩小、翻转等操作。使用C++开发。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2.68mb
    • 提供者:Bekcy Shen
  1. chy

    0下载:
  2. 这个程序可以非常简单的使用c语言画出一个圆。挺好用的
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:jing
  1. gun1

    0下载:
  2. 这是一个使用C++写的绘图代码,实现单击界面显示烟花效果
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.65mb
    • 提供者:李春锃
  1. c画图软件

    0下载:
  2. c#画图软件。绘制简单图形,包括直线,圆等。使用简便。-drawing software. Simple graphics rendering, including linear, circular, etc.. Easy to use.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:76.13kb
    • 提供者:好好
  1. opengldrawline.rar

    1下载:
  2. 在图形图像绘制程序中,经常会遇到要绘制橡皮筋线条的功能,在这里使用C++实现了该功能,完美@!,Graphic image drawn in the process, often when we try to draw lines of the function of a rubber band, where the use of C++ Realize this feature, perfect @!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:3.77mb
    • 提供者:fengfeng
  1. Sierpinski.rar

    0下载:
  2. 使用C和OPEN GL 绘制Sierpinski镂垫,包括二维和三维。,The use of C and OPEN GL drawing Sierpinski gasket, including the two-dimensional and three-dimensional.
  3. 所属分类:绘图程序

    • 发布日期:2017-03-29
    • 文件大小:2.19kb
    • 提供者:liutao
  1. tianchong

    0下载:
  2. 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1.84mb
    • 提供者:linym
  1. checktime9.8

    0下载:
  2. 在对话框的picture控件上绘图;使用缓技术,无需重载picture控件。-The picture in the dialog box controls on the drawing the use of technical ease, no heavy-duty picture controls.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:1.65mb
    • 提供者:jiang
  1. spline

    0下载:
  2. 使用C和OPEN GL 绘制曲线上点可控制的spline 曲线-OPEN GL using C and the curve drawn on points of the spline curve can be controlled
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:4.75kb
    • 提供者:liutao
  1. ii

    0下载:
  2. 实现绘制各种情况直线的Bresenham算法,并将实现的算法应用于任意多边形的绘制,要求多边形的顶点由键盘输入或鼠标拾取,绘制的多边形顶点要准确,图形应该封闭。 要求掌握Bresenham算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Implementation of the Bresenham line drawing algorithm for various situations, and to achieve an arbitrary
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1.82mb
    • 提供者:linym
  1. Graphic

    0下载:
  2. 使用C语言编写的一些简单的图形算法基础,其中有中点直线算法,中点画圆,种子填充和裁剪算法。-Using the C language written in the basis of some simple graph algorithms, including the midpoint of a straight line algorithms, the mid-point Circle, seed filling and clipping algorithms.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:56.99kb
    • 提供者:周拓
  1. plot

    0下载:
  2. 因为本程序使用 C# 的反射功能动态生成数学表达式并计算其值,所以重画时有点慢,如果你的计算机的速度不是非常快的, 就不要在窗口改变大小时强制重绘,而是通过点击发“刷新”按钮重绘。 -Because this program uses C# reflection function dynamically generated mathematical expressions and calculates its value, so when you re-painting a bit slo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:41.44kb
    • 提供者:612437
  1. iPaint

    0下载:
  2. 矢量图编辑器,可以绘制存储矢量图,使用C++Builder开发。-Vector graphics editor, you can draw the stored vector, using C++ Builder developers.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2.28mb
    • 提供者:pangjian
  1. pic

    0下载:
  2. 使用C#语言编写的图形编辑器,这个图形编辑器带有保存图元的功能,使用了ACCESS数据库,具有一定的参考价值-Using the C# language graphics editor, graphics editor with a save this primitive function, use the ACCESS database, with some reference value
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:165.5kb
    • 提供者:贾鹏洲
  1. Critical

    0下载:
  2. 在mfc中使用c++画圆,调用mfc中的画图类-circle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:526byte
    • 提供者:王清华
  1. C

    0下载:
  2. 笔者用C语言开发了一个手工绘制电力系统一次接线图的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。 -when program runs, a yellow color border to set the drawing area will apper on the screen, in the middle of drawing area will have brushes, when pressed sign of the "w" it becomes a brush
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:1.89kb
    • 提供者:王午登
  1. function-mapping

    0下载:
  2. 一段使用C语言编写的二维函数图形绘制程序,可在tuoboC 上运行,绘制的函数图形清晰、美观,可供C语言爱好者参考学习-Using the C language written in a two-dimensional function graph drawing program can be run in tuoboC, graphics functions to draw a clear, beautiful, available for C language enthusiasts ref
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:1.11kb
    • 提供者:王甲
  1. GDI+教程(C++中文版)

    0下载:
  2. 介绍GDI+使用,使用C++语言描述11111(Describes GDI+ usage, using the C++ language to describe)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-28
    • 文件大小:1.12mb
    • 提供者:LPLUS
« 12 3 4 5 »
搜珍网 www.dssz.com