CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - example.a

搜索资源列表

  1. www.weitu.cn

    0下载:
  2. 该上载的源代码是对位图进行处理的一个很好的例子-uploaded the source code to handle bitmap for a good example
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:66686
    • 提供者:闫雪飞
  1. ex03

    0下载:
  2. 这个例子是从Allegro V3.12的例程包中移植过来的,原文件为examples\\ex4.c 原作者是Shawn Hargreaves.这个程序示范怎样操作调色板,它把一套同 心的圆画在屏幕上并且通过循环调色板产生奇妙的特效.-this example from the routines Allegro V3.12 package transplant, the original document examples \\ ex4.c Shawn Hargreaves is th
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1225
    • 提供者:zqw
  1. Sketch

    0下载:
  2. 学习用的,很简单的图形界面.它是一个简单的界面,加事件,以及2D的图形绘制的例子-the study, a very simple graphic interface. It is a simple interface, plus events, and the 2D graphic example
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1341
    • 提供者:电柒
  1. neosdk

    0下载:
  2. NEO SDK是一个跨平台的免费开源图形软件开发包。它支持基本绘图、多种格式图形显示、鼠标操作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它支持最高24位的各种色深!并拥有不错的处理速度。当前版本是V2.1.90修正版。-NEO SDK is a free cross-platform open-source graphics software de
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1380904
    • 提供者:董凯
  1. xiaoying

    0下载:
  2. 计算机图形学中的例子,很好的演示了图形的的消影-computer graphics example, a good demonstration of the graphics negative impact
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:57638
    • 提供者:zxm
  1. jpaint-src-0.0.1

    0下载:
  2. 一个矢量画图的源码,基于mfc开发,带文档,代码规范,是学习的gdi的好例子-a vector drawing of the source code, based on mfc development, with a documentation, code norms The study is a good example of gdi
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:793176
    • 提供者:liangde
  1. mousedrawer

    0下载:
  2. 鼠标画笔+序列化:mfc入门示例,很简单d -brush mouse sequence : mfc portal example, a very simple d
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:47044
    • 提供者:黄屹
  1. dx9_d3dxsprite

    0下载:
  2. 这个工程教你怎么用directx9去实现2D的动画,用了特制的d3dxsprite接口,很好的一个例子。-this project will teach you how to use directx9 achieve 2D animation with a special d3dxsprite interface, a very good example.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:67296
    • 提供者:迷糊小亚
  1. Direct3D9MFC

    0下载:
  2. 一个用MFC调用D3D的例子 茶壶的旋转 只不过没有给他贴图-a call with MFC Motion example teapot rotation not only to his map
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:520014
    • 提供者:hm
  1. howto_dxf

    0下载:
  2. This example shows how to write a simple Visual Basic program that generates DXF files-This example shows how to write a simple Vis ual Basic program that generates DXF files
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:9124
    • 提供者:裴学华
  1. zhenshigantuxing

    0下载:
  2. 这是一个关于动画帧的例子.可以从不同角度变换.用VC实现,适合初学者.-This is a frame of the animation example. Can transform from a different perspective. With VC, for beginners.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:127809
    • 提供者:kentucky
  1. BezierSplines

    0下载:
  2. 本代码在VC6.0的环境下编译.其内容为一个完整的贝塞尔曲线的实例,是很有价值的源代码.-VC6.0 the code in the compiler environment. It contains a complete example of Bessel curve, is a very valuable source.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:28518
    • 提供者:andy
  1. BMPTORGB

    0下载:
  2. 一个读bmp文件并转换图像数据为RGB的例子-a time bmp file and conversion of RGB image data example
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1565
    • 提供者:何忠
  1. ImageToBuffer2D

    0下载:
  2. 这是我在刚刚学习VC图像处理时的一个小例子,功能将DIB数据导入到一个二维的Buffer,主要是练习了一下二维动态数组的定义、内存申请和释放,希望能够给初学的朋友带来一些帮助!-This is just learning the VC image processing of a small example, DIB will function to the data into a two-dimensional Buffer. is practicing a bit two-dimensiona
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:112098
    • 提供者:nana
  1. 34种图像特效(源码)

    0下载:
  2. 这是个很好的例子 对图象的处理上效果不错!!!!!!!!!!!大家可以看看哈 多给意见-This is a very good example of image processing effects on good! ! ! ! ! ! ! ! ! ! ! We can look at more to the views of Kazakhstan
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:330170
    • 提供者:周宾
  1. kalman

    0下载:
  2. we have to write bridge-code to all the OpenCV ... with a simple demo-to-demo match of the OpenFrameworks example, ... I haven't fully gotten my head around the Kalman filter demo in the OpenCV documentation
  3. 所属分类:2D图形编程

    • 发布日期:2010-10-19
    • 文件大小:6456
    • 提供者:zdd9527
  1. GDIPlusDemoA

    0下载:
  2. GDI+例子,有双缓画图,多线程控制等。可以用为学习-GDI+ example, a double buffer drawing, multi-threaded control. Can be used for learning
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4822320
    • 提供者:张毅
  1. smoke

    0下载:
  2. Mick West制作的烟雾流体物理动画(Fluid Physics Example)模拟效果程序,带有工文件,本代码基于DirectX,可以用VS.net编译运行,代码中有编译指导,并且附件中带有可执行程序,可以直接运行并实时操作。-This source code is Mick West s Fluid Physics Example. It is a smoke simulation code project based on DirectX. Permission is hereby
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:79570
    • 提供者:andy
  1. alglib-2.6.0.cpp

    0下载:
  2. alglib是一套跨平台并且用多语言实现的通用数值计算和数值处理库,例如,其分别用Java、C++、Pascal等分别实现了功能和接口相同的库。系统中包含了矩阵运算、傅立叶变换、PCA、KMean等的实现。-alglib--a numeric and data processing library which is cross platforms and languages.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1066552
    • 提供者:银石
  1. WindowsFormsApplication1

    0下载:
  2. 点状符号的绘制,五个小例子,各种不同的点状符号-Drawing point symbols, five small example, a variety of point symbols
  3. 所属分类:2D Graphic

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