CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - WINDOWS c

搜索资源列表

  1. source1

    0下载:
  2. 为Windows位图(Bitmap)调用和调色板(Palette)的C语言源程序。-Windows Bitmap (Bitmap) call and the palette (Palette) of the C language Introduction source.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:12168
    • 提供者:陈刚
  1. Ilib-1.1.9-min.tar

    0下载:
  2. What is it? Ilib is a library (and some tools and examples) written in C that can read, create, manipulate and save images. It is capable of using X11 BDF fonts for drawing text. (X11 BDF fonts are part of the UNIX-based X11 Windows System, original
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:130922
    • 提供者:fwx
  1. 常用数值算法于程序C++常用算法1

    0下载:
  2. 包括了书中所有的C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过。盘中还包括由这些源程序在VC++6.0下生成的可执行文件(文件扩展名为.exe),以及由这些程序运行后产生的结果文件(文件扩展名为.dat)。另外,还包括若干类书中所介绍算法的头文件,由文件扩展名为.h和.inl所组成。 为了方便读者实际应用书中所介绍的算法程序,本光盘专门预创建了VC++6.0的工程,-book i
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:44178
    • 提供者:李力
  1. DibShow

    0下载:
  2. 是一个图象处理的软件源码.用的是c++和windows程序设计的思想哦.希望大家看看.-is an image processing software source code. C is used in windows and the program design thinking oh. We hope to see.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:884963
    • 提供者:朱意强
  1. Win32GDI

    0下载:
  2. 一个WINDOWS窗口的源代码,里面注释写的很详细,可供C++初学者学习使用-a window to the Windows source code, which notes written in great detail for beginners to learn how to use C
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:18639
    • 提供者:李晓华
  1. WinAnim

    0下载:
  2. 在dev-C++上运行的一个示例源码。显示一个小球在窗体里弹动的效果。对于理解windows编程很有好处。是一个实例程序。-in dev - C run on a sample of the source code. Show a small ball in Form Lane missile dynamic effects. Programming windows for understanding very good. Is a sample program.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:18550
    • 提供者:ms
  1. C++_jiemian

    0下载:
  2.   MFC (Microsoft Foundation Class Library) 中的各种类结合起来构成了一个应用程序框架,它的目的就是让程序员在此基础上来建立Windows下的应用程序,这是一种相对SDK来说更为简单的方法。本文介绍c++界面设计.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:5468590
    • 提供者:罗菲菲
  1. SimpleScr

    0下载:
  2. 一个简单的屏幕保护程序,编译后把.exe后缀改为.scr,然后拷贝到C:\\WINDOWS\\system32下即可
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-17
    • 文件大小:40640
    • 提供者:赵东
  1. gui_demo

    0下载:
  2. 用C语言写的一个GUI界面.非常的不错, 和WINDOWS古老的版本的界面有的一拼
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1460468
    • 提供者:阿斗
  1. 可移植的C程序

    0下载:
  2. 一个可移植的C语言Windows图形初始化源程序!-a portable C-language Windows graphics initialization source!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1303
    • 提供者:李平
  1. C#画图小工具

    2下载:
  2. DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-04-14
    • 文件大小:254097
    • 提供者:mfk_mdgt
  1. winpaint

    0下载:
  2. Windows图形编程的几个例子,包含显示区域、Bitmap、调色板等几个例子 -Some examples for graphical programming on windows, containing displaying region,bitmap and palette etc
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-09
    • 文件大小:194250
    • 提供者:站长
  1. LibGdiplus

    1下载:
  2. 众所周知,Windows Mobile从5.0开始就支持GDI+了,但是却只能使用C#进行代码托管来使用GDI+中的丰富功能。现在有了这个库,让C++也可以使用GDI+了。附件中是手机开发GDI+程序时使用的头和库。支持WinCE5.0, WinCE6.0, VC++代码,非C#封装。附有源码。-As we all know, Windows Mobile from 5.0 beginning supported GDI+, but they can only use C# for manage
  3. 所属分类:GDI-Bitmap

    • 发布日期:2014-11-25
    • 文件大小:936747
    • 提供者:flairyu
  1. Windows

    0下载:
  2. C#各种绘图操作实例,以及多媒体播放实例。-GDIdraw.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:378678
    • 提供者:chenjiacun
  1. C-word-curve-algorithm

    0下载:
  2. windows环境下用visual C++实现计算机图形学中C字曲线算法的编码-windows environment using visual C++ implementation computer graphics algorithms in C code word curve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:254540
    • 提供者:jack
  1. C-Sharp-programming

    0下载:
  2. 本书全面介绍了创建强大的Windows应用程序的各种高级编程技术,具体内容:包括各种控件创建图形用户界面,在Windows中使用图形和GDI-This book a comprehensive introduction to create powerful Windows application of advanced programming techniques, the specific content: includes a variety of controls to create gr
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-09
    • 文件大小:16301352
    • 提供者:王植
  1. windows-draw-picture-with-CSharp

    0下载:
  2. 用C语言实现在windows中简单画图,已经有生成好的图形,也可以自己动画笔画-Drawing, simple in windows using C language has generated a good GUI can also be animated strokes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:35188
    • 提供者:樊刘晓
  1. windows

    0下载:
  2. 基于windows的C++编程,利用定时画可旋转的风车-Based the windows of C++ programming timing painting rotating windmill
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-23
    • 文件大小:1470267
    • 提供者:孙明鸿
  1. windows程序设计GDI函数编写绘图软件

    1下载:
  2. 使用c++开发,windows程序设计GDI函数编写的可以实现画线,画图,字体,线的粗细颜色等功能,模仿电脑上的画图工具
  3. 所属分类:GDI/图象编程

  1. realtime-cursor-shape-capture

    0下载:
  2. 实时获取windows下的鼠标.此代码在source code网站找到的c#源代码,但是有bug.并合成到你的,修正了一些 GDI 句柄的bug. -Get real-time mouse under windows. C# source code in the source code for this website to find, but there is bug. And synthesized to you, GDI handles fixed some bug.
  3. 所属分类:GDI-Bitmap

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