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

搜索资源列表

  1. zendonghua

    0下载:
  2. 图形学帧动画,模拟图形图像动画效果.在VC++环境下编写.-graphics frame animation, simulation graphics and video animation. VC environment in preparation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:52587
    • 提供者:wenjing
  1. opengelimin

    0下载:
  2. 这是运用vc,对三维图形做的进行消影的变换-vc use of 3D graphics for consumers to do the film Transform
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:55367
    • 提供者:刘海云
  1. DisparilText

    0下载:
  2. 在VC中显示斜体字型,可在视类中显示任意格式和角度的字体,对进行图形处理有很大的帮助.-in VC show italics fonts, depending on the category of arbitrary show format and the font perspective, right for graphics processing will be very helpful.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:33647
    • 提供者:zhangkz
  1. 3dlifangti

    0下载:
  2. 一个用vc做的仿3D效果方块转动程序,可作为计算机图形学期末设计-a vc do with the imitation 3D effects box rotation procedures, as the end of the computer graphics design
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2770029
    • 提供者:赵震一
  1. project_shadow

    0下载:
  2. 透视投影程序: (1)我的自学成果 (2)开发环境vc 6.0 (3)参考文献:孙家广的《计算机图形学》,《Windows程序设计》-perspective projection : (1) I self-accomplishment (2) development environment vc 6.0 (3) References : Shi - "Computer Graphics", "Programming Windows"
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:27530
    • 提供者:tom
  1. region_fill1

    1下载:
  2. 区域填充算法: (1)自学计算机图形学时花了好几天写的程序 (2)开发环境vc 6.0 (3)参考文献:孙家广的《计算机图形学》,《Windows程序设计》-regional filling algorithm : (1) self-study computer graphics flowers for a few days to write the procedures (2) development environment vc 6.0 (3) References : Shi
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:48290
    • 提供者:tom
  1. 20163235211

    0下载:
  2. 为了方便广大开发人员及软件公司开发专业的图形软件,本团队多位图形领域专家花费多年的心血开发出功能强大且小巧的图形控件,本控件可非常方便应用于各种开发平台上。如:VC,VB,C++Builder,Delphi,C#及Web图形开发,方便快捷!可大大缩短开发周期。本控件经过严格测试,在可靠性、易用性、开放性作了大量细致工作。控件不仅在支持基本的图形元素外(点、线、圓等),而且非常方便扩充自己的图形元素 -To facilitate the development of the vast number
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:766837
    • 提供者:施昌权
  1. bjtx

    0下载:
  2. 非常实用的报警图形的VC++编程,数据库编程,适合初学者使用-very practical VC alarm graphics programming, database programming, for beginners
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:37097
    • 提供者:wangjie
  1. EightQueues

    0下载:
  2. 八皇后VC图形演 算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-eight Queen's VC graphics algorithm thinking : A Retrospective, th
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:61217
    • 提供者:duyankang
  1. vertex_program

    0下载:
  2. NVIDIA推出的C for Graphics(cg)。Cg是一种高级编程语言,可使开发者更轻松、快捷地创建具有电影效果的实时图像。这里是基于vc环境的顶点示范程序。安装cg runtime 后可以运行和编译了,希望对在学cg的朋友有用。-NVIDIA introduced the C for Graphics (cg). Cg is a high-level programming language, developers can more easily and quickly create
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:38148
    • 提供者:张正
  1. texture_sampling

    0下载:
  2. NVIDIA推出的C for Graphics(cg)。Cg是一种高级编程语言,可使开发者更轻松、快捷地创建具有电影效果的实时图像。这里是基于vc环境的纹理取样程序。安装cg runtime 后可以运行和编译了,希望对在学cg的朋友有用。-NVIDIA introduced the C for Graphics (cg). Cg is a high-level programming language, developers can more easily and quickly create
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:115188
    • 提供者:张正
  1. uniform_parameter

    0下载:
  2. NVIDIA推出的C for Graphics(cg)。Cg是一种高级编程语言,可使开发者更轻松、快捷地创建具有电影效果的实时图像。这里是基于vc环境的联合变量程序。安装cg runtime 后可以运行和编译了,希望对在学cg的朋友有用。-NVIDIA introduced the C for Graphics (cg). Cg is a high-level programming language, developers can more easily and quickly create
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:30194
    • 提供者:张正
  1. varying_parameter

    0下载:
  2. NVIDIA推出的C for Graphics(cg)。Cg是一种高级编程语言,可使开发者更轻松、快捷地创建具有电影效果的实时图像。这里是基于vc环境的外部变量程序。安装cg runtime 后可以运行和编译了,希望对在学cg的朋友有用。-NVIDIA introduced the C for Graphics (cg). Cg is a high-level programming language, developers can more easily and quickly create
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29454
    • 提供者:张正
  1. vertex_and_fragment_program

    0下载:
  2. NVIDIA推出的C for Graphics(cg)。Cg是一种高级编程语言,可使开发者更轻松、快捷地创建具有电影效果的实时图像。这里是基于vc环境的顶点和变量完整过程的程序。安装cg runtime 后可以运行和编译了,希望对在学cg的朋友有用。-NVIDIA introduced the C for Graphics (cg). Cg is a high-level programming language, developers can more easily and quickly c
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:34399
    • 提供者:张正
  1. shaveshow1.0

    1下载:
  2. 太空帆板的震动显示软件,三维图形软件为曲面形状动态可视化显示提供了保障。 利用OpenGL能实现高性能的三维图形功能,这使得科学计算可视化、仿真可视化技术发展迅速 本课题在OpenGL的高级编程和可视化系统开发以及VC十十开发平台上,可以实现振动的动态可视化 已有的研究基础和实验条件 -space windsurfing shock display software, 3D graphics software for surface shape Dynamic Visualiz
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:97738
    • 提供者:陆美玉
  1. iconchuli

    0下载:
  2. VC中涉及图形界面中图标处理的源程序代码 语言:c-VC involving graphics interface icon handling of the source code language : c
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:119539
    • 提供者:wz
  1. RayTrace_3.1

    0下载:
  2. Mathematical Introduction with OpenGL 这本书配的软件包。里面包括丰富的图形学基本技术和功能,同时有很图形学数值运算的实例。采用vc和OpenGL实现,便于参考。这是3.1版本(for vc2003)-Mathematical Introduction of this with OpenGL Books packages. Includes a wealth of basic technical and graphics functions, while gr
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3869502
    • 提供者:刘恒
  1. MyDrawhuitu

    0下载:
  2. 此源程序是一个简单的绘图程序,你通过他可以画一些简单的图形,是一款简单的画图程序,你通过他可是学到VC的图形编程.-this source is a simple drawing program, you can, through his painting some simple graphics, A is a simple drawing program, but you learn through his VC graphics programming.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:95544
    • 提供者:王方全
  1. Themainwayofimageprocessing

    0下载:
  2. 都是基于VC++平台实现的图形图像处理的代码,全部经过本人测试.请放心下载!-are based on VC platform graphics image processing code, I have all undergone tests. Please be assured download!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20200
    • 提供者:陈天
  1. FireTest(5.17)

    0下载:
  2. 使用粒子系统模拟火焰的代码,并且调用了vc++中的opengl图形库 -use particle system simulation code flame, and called the vc the opengl graphics library
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3275476
    • 提供者:yingzi
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com