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

搜索资源列表

  1. peano-Hilbert曲线的Delphi程序设计

    0下载:
  2. 有关peano-Hilbert曲线的详细介绍,以及用Delphi程序设计的代码(完整版)-the Peano - Hilbert detailed descr iption of the curve, and the Delphi programming code (complete edition)
  3. 所属分类:2D图形编程

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

    0下载:
  2. 一个很好的用vc编程的例子,实现了一个3维球体的旋转,将数学与计算机图像学的紧密联系发挥到极致.-a good use vc programming examples and achieve a three-dimensional rotating ball, Mathematics and Computer Science Image's close ties to the limits.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:46.53kb
    • 提供者:韩阳
  1. PARABOLA

    0下载:
  2. c编程环境下做出 抛物线(简单程序),点3个点做出抛物线,仅做初学c图形编程的范例-made under the parabola (a simple procedure), the point made three points parabola only do that when c graphical programming paradigm
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:了了
  1. Bresenham算法编程演示

    0下载:
  2. Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8.41kb
    • 提供者:susu
  1. Windowstuxing

    0下载:
  2. windows图形编程,从事2D图形开发的好-windows graphical programming, 2D graphics engaged in the development of the good stu
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.43mb
    • 提供者:hupc
  1. mde-1.6.0

    0下载:
  2. 飞曼公司嵌入式图形库minigui1.6.x的高级编程例程,可移植到各类开发板上使用。-Embedded graphics library minigui1.6.x senior programming routines can be transplanted to the use of various types of development board.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:764.51kb
    • 提供者:zyy
  1. 05 VC matlab联合编程-频域处理源代码

    3下载:
  2. 05 VC matlab联合编程-频域处理源代码,是用matlab与VC联合编程实现-05 VC Matlab programming joint-frequency domain processing source code is the use of Matlab and VC Joint Programming
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:347.2kb
    • 提供者:glg
  1. 图像处理入门C源码分析有源码

    0下载:
  2. 里面有源码还有详细的解说,新手上路建议看一下,既可以学习vc编程,也可以学习有关图像处理方面的知识。-inside source also detailed captions, Getting Started look at the proposal, we can learn vc programming, can also learn about the image processing knowledge.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5.37mb
    • 提供者:常宁
  1. 画图程序开发MAPMODE

    1下载:
  2. 1、 本程序在交作业时需提交程序详细的说明书、源码程序。 2、 编程方式可以使用API编程或MFC编程方式。 3、 功能至少包括: 1) 画直线、矩形、椭圆和颜色填充,支持打印输出。 2) 可以更改线宽、更改线的颜色和填充的颜色。如下面的图形显示。 3) 最好实现对图形对象的文件存储。 -1, the procedures in perpendicular operation must produce detailed procedures manuals, source
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:129.79kb
    • 提供者:八云
  1. 二维图形游戏编程实例

    1下载:
  2. 二维图形游戏编程的几个很好的实例,如BMP图形创建、碰撞反弹、色彩混合等演示、动画。-2D game programming in several good examples, such as the creation of BMP graphics, collision rebound, such as color mixing demonstration of animation.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:874.39kb
    • 提供者:张文广
  1. VCImageEngine

    0下载:
  2. vc图像编程引擎库.能实现数字图像处理的大部分功能!源码对功能进行了分类,一看就会用.-vc programming engine for images. Achieve digital image processing functions most! Source of the classification function , a view they use.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:187.15kb
    • 提供者:车军
  1. vc_cs

    0下载:
  2. 该程序为vc编程,模拟了CS中的对战场景,很聪明的AI设计,很值得一看!-vc the procedures for programming and simulation of the CS scene of the screen, very smart AI design, is an eye-catcher!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:52.3kb
    • 提供者:李明
  1. 2D_change

    0下载:
  2. 可以对图形进行各种几何变换,包括反转,平移,旋转,拉伸。并对其进行赋值变换。图形学的一个综合编程例子。-graphics can be right for various geometric transformation, including inversion, translation, rotation, stretching. And transform its assignment. An integrated graphics programming examples.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3.88kb
    • 提供者:诺诺
  1. Berzier

    0下载:
  2. berzier曲线的画法得到一跟曲线。采用橡皮筋画法。本人还是大三学生渴望学习编程,希望与大家共同进步。:)-berzier curve to be a method of painting with the curve. Using rubber-band method of painting. I or junior students desire to learn programming, we hope and common progress. :)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.75kb
    • 提供者:诺诺
  1. jisuanjituxing

    0下载:
  2. 计算机图形算法演示,对于搞图形方面程序设计的爱好者很有用。-computer graphics algorithms demonstration, engaging graphics programming enthusiasts useful.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:437.77kb
    • 提供者:zsj
  1. mRipple

    0下载:
  2. 转载一个来自GameRes有关利用ddraw实现水波编程的例子-reproduced from a GameRes ddraw achieved on the use of wavelets programming examples
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:115.3kb
    • 提供者:binz
  1. dx8_grab_bag

    0下载:
  2. directx3d编程,演示,和大家交流一下多多帮忙-directx3d programming, presentations, and a lot to share about help
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:639.9kb
    • 提供者:随风
  1. Graphics_Programming_Black_Book

    0下载:
  2. Graphics Programming Black Book ebook pdf
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5.48mb
    • 提供者:gray
  1. Graphics-programming-in-C

    0下载:
  2. C语言图形编程技术,是关于如何用C语言来实现图形以及动画的技术,该资料能帮助学者对该技术有一个初步的了解和掌握。-Graphics programming in C, is about how to use C language to implement graphics and animation technology, the information the technology can help scholars to have a preliminary understanding an
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:526.07kb
    • 提供者:huangchao
  1. Programming-examples-and-techniques

    0下载:
  2. 编程实例与技巧 本书适用对象: 本书的内容及安排适于三种对象学习Visual C++编程 不懂 C++和Windows 程序结构的人书中为这类读者专门安排了 第三章C++基础和第四章第五章关于Windows 应用程序组织结 构的内容通过这几章学习读者应该能够很快建立起对C++和Windows 结构的认识已熟悉这部分内容的人也可作为复习而快速浏览一下 懂 C++但不熟悉Windows 应用程序结构的读者可以阅读第四章 第五章关于Windows 应用程序组织结构的内容而跳
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-13
    • 文件大小:2.91mb
    • 提供者:姚樊
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com