CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - GDI 绘图

搜索资源列表

  1. GDIDEMO

    0下载:
  2. 动态添加数据,通过GDI绘图的方式展现出来的一个C#的小程序。-Dynamically add data to show the way through the GDI drawing out a small program in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:50546
    • 提供者:小李
  1. mapex

    0下载:
  2. 自己编写的俄罗斯方块程序。只使用了windows.h文件头。使用GDI绘图,没有使用任何框架包括MFC。-I wrote this little Russian block game. Only used the windows.h header. Used GDI drawing, did not use any framework, including MFC.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3594
    • 提供者:udeffo
  1. PhysicalWorld

    0下载:
  2. 这是一个模拟物理系统。通过gdi绘图,实现实时刷新-this is a simulate physic world
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-27
    • 文件大小:237801
    • 提供者:老王
  1. UseGdiPlus

    0下载:
  2. GDI 绘图实例,非常有用,欢迎下载-GDI example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:157416
    • 提供者:Edward kong
  1. ZgChartDemo_Src

    0下载:
  2. GDI 绘图实例,非常有用,欢迎下载-GDI example
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2174086
    • 提供者:Edward kong
  1. ImagePro

    0下载:
  2. GDI 绘图实例,非常有用,欢迎下载-GDI example
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:9627904
    • 提供者:Edward kong
  1. GDILines

    0下载:
  2. GDI绘图简单的CAD编辑, 可自己画简单的线,圆等-简单的CAD编辑, 可自己画简单的线,圆等
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:12914
    • 提供者:liu
  1. CShapGDI

    0下载:
  2. C#下GDI绘图,可绘制各种基本图形,波形,饼状图,折线图等-C# under the GDI drawing, can draw a variety of basic graphics, waveform, pie chart, line chart, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:199579
    • 提供者:syp
  1. LabelTest

    0下载:
  2. 给定坐标范围,绘制如同matlab图像的坐标刻度,采用的是GDI绘图。封装成了两个类,一个CLabelGenerator生成坐标刻度,另一个CLabelDrawer绘制刻度。调用方便-Given the range of coordinates, drawing the coordinates of the MATLAB image scale, the use of GDI drawing. Packaged into two classes, one CLabelGenerator to g
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1809019
    • 提供者:蒋锦朋
  1. Win32plotexample

    0下载:
  2. 基于Visual Studio 2013开发环境的,GDI绘图实例。-GDI PLOT EXAMPLE
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-30
    • 文件大小:11865083
    • 提供者:苏子移
  1. shortest-path

    0下载:
  2. 这是用MFC写的,开发环境是VC++。 它能完成最短路径求解,并以列表的形式显示从起点到各点的最短路径,同时能以图形显示出待求解的路径图。画图部分使用的是MFC的GDI绘图。-It`s a MFC project and yhe development environment is VC++.It sloves the problem of shortest path.It shows the shortest path the source point to the other poin
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:3937199
    • 提供者:静文
  1. TuXing_DuoMeiTi

    0下载:
  2. 图形与多媒体程序设计 GDI+绘图基本知识 GDI+绘制图形的基本方法和步骤 创建画笔、笔刷和字体绘图工具 绘制图形 多媒体程序设计-Graphics and multimedia programming GDI+ drawing basic knowledge The basic methods and steps of GDI+ drawing graphics Create drawing tools brush, brush, and fonts
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-11
    • 文件大小:56008
    • 提供者:luo
  1. GDI双缓冲

    0下载:
  2. 双缓冲绘图,listctrl单元格颜色自定义(Double buffering drawing, ListCtrl cell color custom)
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-12-20
    • 文件大小:39656448
    • 提供者:wuwuww
  1. GDI画笔

    0下载:
  2. 基于对话框的 MFC 工程,主要是GDI 对象之画笔 CPen的代码:在对话框上有一个 Picture 控件,将此控件的背景填充为黑色;启动一个定时器,每次定时器到时,所有波形数据都前移一个单位,并获取一个 80 以内的随机数作为波形的最后一个数据,然后以绿色画笔在绘图控件上绘制波形。这样就实现了波形的绘制及动态变化。(Dialog based MFC project, GDI is the main object of the brush CPen Code: there is a Pictu
  3. 所属分类:绘图程序

    • 发布日期:2018-01-05
    • 文件大小:32848896
    • 提供者:周洁
  1. Win32GameDemo

    0下载:
  2. 实现一个角色的站立,移动,背景偏移.主要是偏基础的一些绘图操作.(A role of standing, moving, background offset)
  3. 所属分类:GDI/图象编程

  1. C#拓扑实例

    0下载:
  2. C#实现拓扑图的绘制,利用GDI绘图逻辑实现(C# realizes the drawing of topology map and implements the logic of GDI drawing logic)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:176128
    • 提供者:守护天使c
  1. 10

    0下载:
  2. 投票程序,首先制作一个投票窗体,然后在另一个窗体中使用柱形图显示投票结果。(Voting procedures, and finally using a column chart to show the results of the vote.)
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-04-23
    • 文件大小:66560
    • 提供者:zuyazhi0326
  1. SINEWAVE

    0下载:
  2. 基于WINDOWS API,调用GDI函数绘制波浪图形。(Based on WINDOWS API, the GDI function is invoked to draw a wave pattern.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:6021120
    • 提供者:戴庆平
  1. vectshapes_src

    0下载:
  2. 主要是c#绘制适量图,c#的GDI+技术,有大量处理文件信息,事件编写(The main thing is that c# draws the right amount of graph)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:204800
    • 提供者:水门
  1. GDIdraw

    1下载:
  2. C# 源码GDI绘图的编程源码,绘图工具包括直线,矩形,铅笔,圆形,橡皮。(C # source code Programming source for GDI drawing, drawing tools include straight line, rectangle, pencil, circle, eraser.)
  3. 所属分类:C#编程

    • 发布日期:2020-05-29
    • 文件大小:35840
    • 提供者:邓斯
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 »
搜珍网 www.dssz.com