CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 图形图象

资源列表

« 1 2 ... .79 .80 .81 .82 .83 16184.85 .86 .87 .88 .89 ... 16766 »
  1. Curve

    0下载:
  2. 静态切分窗口的曲线y=ax*x+10*x+10图,根据a在[-10,10]区间变化时,曲线随着变化-static window splitting the curve y = ax 10 * x * x 10 maps, in accordance with a [-10, 10] interval changes, in keeping with the changing curve
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:44540
    • 提供者:郑春艳
  1. OpenGL_Solor_System

    0下载:
  2. opengl实现的一个太阳系系统,可以通过界面来控制各个星球运转的速度。交互性比较好。-opengl achieved a solar system, can interface to control the operation of all the speed planet. Interactive is good.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:533904
    • 提供者:邓瑞龙
  1. J3D

    0下载:
  2. 用java做的一个立体正方形!可以通过键盘或鼠标实现左右上下移动;放大或缩小: .doc 里面有运行通过的源码和截图~-done with a three-dimensional square! Through the keyboard or mouse up and down about achieving; To zoom in and out : . doc inside running through the source code and screenshots ~
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:155072
    • 提供者:cai
  1. gfx_glutdemo02

    0下载:
  2. glut实例 glut实例-glut example glut example glut examples examples glut
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:204817
    • 提供者:志勇
  1. Alphattrans

    0下载:
  2. Alphat透明合成系统源代码源代码,呵呵,下载吧,将gif图转化成透明的-Alphat transparent Synthesis System source code source code, huh, download it, gif map into transparent
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:47033
    • 提供者:zhong
  1. OKBIKE

    0下载:
  2. 一个自己做的动画,自行车平动,脚蹬转动的C语言程序!-an own animation, bicycles translational and rotational sneaking C language program!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1152
    • 提供者:chen
  1. 3DCruise

    0下载:
  2. 该程序采用OpenGL实现在三维场景下的漫游,通过右键可以切换不同的场景-the adoption of the OpenGL 3D scene of roaming through the right can switch different scenes
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1430460
    • 提供者:黄炜
  1. Protell2004

    0下载:
  2. Protel 2004 教程 pdf格式-Guide pdf format
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2417152
    • 提供者:pekingfox
  1. textureA2

    0下载:
  2. 本程序在对图像进行纹理分析(由于共发矩阵的方法效果很不好,本程序采用基于频率域的纹理分析算法)的基础上,获取图像不同区域的纹理特征,针对这些纹理特征,采用聚类(K-mean)的分类算法对图像进行区域划分!-procedures in the right image texture analysis (due to a total of hair matrix, the effect is very bad, the program uses a frequency domain based on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:303623
    • 提供者:陈镇静
  1. texture3

    0下载:
  2. 本程序在对图像进行纹理分析(基于共发矩阵的方法)的基础上,获取图像不同区域的纹理特征,针对这些纹理特征,采用聚类(K-mean)的分类算法对图像进行区域划分!-procedures in the right image texture analysis (based on total fat matrix method), on the basis of access to different regions of the image texture features, these featur
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:350655
    • 提供者:陈镇静
  1. 3dfont2.0

    0下载:
  2. 作者: yulongsun 需要在penGL中作中文输出,但没发现何处有合适的,把一个叫zhaohui的人写的英文字符输出类改了一下,可以输出中文了,但却并没有解决我的问题。我感觉得应该使用wglUseFontBitmaps()函数使字体保持不变。但我对 OpenGL不熟,不知怎么用。不过我做的东西也许对别人有用,权且放在这儿。同时希望得到指教。 文件:CGLFont.c CGLFont.h env::windows2000, vc6.0 e-mail: y
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:112265
    • 提供者:黄景天
  1. basicvector

    0下载:
  2. 作者: junglesong 这是我过去进行一个OpenGL项目时使用到的\"三维空间向量/点\"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处. 由于源程序涉及到保
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3177
    • 提供者:黄景天
« 1 2 ... .79 .80 .81 .82 .83 16184.85 .86 .87 .88 .89 ... 16766 »
搜珍网 www.dssz.com