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

搜索资源列表

  1. C++开发中数据结构和算法的分离

    0下载:
  2. 在vc下 实现图像处理算法和数据结构的分离 使代码具有更好的移植和可维护-under the vc image processing algorithms and data structures so that the separation is a better code porting and maintenance
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:81.33kb
    • 提供者:周贤
  1. 亭子

    0下载:
  2. 借助于VC 和OPENGL利用三角形和柱子形成的复杂建筑物(亭子)如论在显示还是在制作上都有一定的技巧,可以当作一个非常好的额例子进行参考,我还在努力的制作曲面形状的亭子,做好以后上传。-using VC and use OpenGL and columns triangle formation of complex structures (pavilion) on the show in production or have certain skills, be regarded as a v
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:29.09kb
    • 提供者:陈徐红
  1. shape_java

    0下载:
  2. 做GIS开发的朋友常会遇到读写ESRI Shape文件的问题,这个是读写Shape格式的Java小程序,结构算法毕竟清晰,对于其他平台下需要的朋友也很有帮助-do GIS friends often encounter ESRI Shape document literacy problems this format is writing Shape of Java procedures, structures algorithm After all clear. other platforms
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:78.8kb
    • 提供者:zpp
  1. Data.Structures.for.Game.Programmers

    0下载:
  2. Data.Structures.for.Game.Programmers一书的源代码。-Data.Structures.for.Game.Programmers The book's source code.
  3. 所属分类:OpenGL

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

    0下载:
  2. 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有
  3. 所属分类:OpenGL

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

    0下载:
  2. 该程序是关于语音信号处理滤波器和simulink程序(关于OFDMA链路的搭建的),-procedures on the speech signal processing filter and Simulink (Link on OFDMA structures),
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12.82kb
    • 提供者:张会敏
  1. PVEInterpolation

    0下载:
  2. Partial volume correction method using reverse diffusion interpolation This function implements a reverse diffusion scheme to interpolate images to correct for partial volume effect. Under the assumption that the pdf is about the size of the pix
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.56mb
    • 提供者:xj
  1. GLEasy

    0下载:
  2. 自己编写的opengl程序,在vc6.0 SDI中搭建opengl的框架,程序绘制了一个彩色立方体,有光照,如果需要只修改DrawScene中的绘图代码即可-prepared opengl own procedures, vc6.0 SDI in which structures opengl framework of a mapping process color cube, light, If you need only change the mapping DrawScene code c
  3. 所属分类:OpenGL

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

    0下载:
  2. 简单的使用OPENGL开发库搭建VC的图形环境-simply use the structures for the development of OpenGL graphics environment VC
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:94.26kb
    • 提供者:陆亚文
  1. 10_Alglorm_classic_book

    0下载:
  2. 做算法的必看的10部经典算法著作的合集,Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:27.66mb
    • 提供者:stephen
  1. MyOpenGL001

    0下载:
  2. 单视窗下的OPENGL,很多书籍都是在控制台下的OPENGL编程,而在单视窗下的编程可以再添加更多的功能控件,可以为大型OPENGL搭建平台-single window of OpenGL, many books are in the console under the OpenGL programming, in a single programming under Windows can add more features controls for large structures plat
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:42.82kb
    • 提供者:吴龙
  1. GDI+中的圆角矩形

    0下载:
  2. GDI+是对GDI的一个令人兴奋的扩展,但由于某些原因,它没有提供绘制圆角矩形的函数,虽然我们可以在GDI+中使用GDI中的函数,但这样一来我们没办法在圆角矩形中使用GDI+中的纹理和透明色等新特性。怎么办?GDI+中有一个GraphicsPath 的类,我们可以用它构造各种形状并且可用任何画刷来填充这些形状。本源码中提供了一个可以加到任何工程中的函数,并用它来绘制了一个圆角矩形,矩形的远郊程度可以通过一个滑动条来设置-GDI GDIGDI How? GDI is a GraphicsPath
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:56.59kb
    • 提供者:王明
  1. 响应鼠标 双视口

    0下载:
  2. opengl单文档结构程序,相应鼠标,可以自由旋转,左右两个视口。-opengl single file structures procedures, the corresponding mouse, free rotation, as about two mouth.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:131kb
    • 提供者:张珊
  1. 响应鼠标 双视口 剪切板

    0下载:
  2. opengl自建模型,单文档结构,右键控制剪切板位置clip,左键控制旋转。-opengl self model, single-file structures, right location clip Shear panel control, rotary control button.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:132.91kb
    • 提供者:张珊
  1. wholesystemofbgsubtraction.rar

    0下载:
  2. 运动物体检测中背景减除法和时间差分法的实现,包括平台的搭建。,Moving object detection in background subtraction method and time-difference realization of the structures including the platform.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:陈偲
  1. DM642tuxiangfenge

    0下载:
  2. 给出了基于DsP的图像分割算法的实现方法,以高性能数字媒体处理器DM642为核心搭建系统平台。先用MATLAB语言实现图像分割算法,再通过特定的命令加参数,以及转换 程序,将该程序转化为CCs所支持的程序,经调试、编译、链接通过后,将程序下载到DsP中,完成算法在DSP中的快速实现。实验结果表明,在DSP平台中实现图像分割算法,大大提高了运算速度,对于提高图像处理的实时性和促进图像处理系统的产品化,都具有重大意义。-DsP image is presented based on divisi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:247.47kb
    • 提供者:xiliao
  1. OBJ-File-Loader

    1下载:
  2. OBJ文件定义了对象的几何特性和其他一些特征,由于文件结构非常简单,因此适合在应用程序中读取或进行3D文件格式转换。-OBJ file definate the geometrical characteristic and other features of objects,as the structures of this file is simple,it is widely used to transform between application program and 3D file
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2.77mb
    • 提供者:桂建婷
  1. IEEEPowerFlwTestCases

    2下载:
  2. ieee各种节点图形,仅供参考。电力系统的分析和计算中,需要不同网络结构和参数。在应 用这些参数之前,收集和整理工作会花费大量的时间和精力。-ieee various node graph, for reference only. Power system analysis and calculation, require different network structures and parameters. Before applying these parameters, the c
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1.08mb
    • 提供者:liulei
  1. buck

    1下载:
  2. 基于matlab simulink搭建的buck降压斩波电路,模型正确可直接使用-Based on the the matlab simulink structures buck buck chopper circuit, the model is correct and can be used directly
  3. 所属分类:图形图象

    • 发布日期:2014-02-14
    • 文件大小:8.27kb
    • 提供者:刘媛媛
  1. An-algorithmic-folded-structures

    0下载:
  2. An algorithmic study of manufacturing paperclips and other folded structures
  3. 所属分类:CAD

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