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

搜索资源列表

  1. exportDllNestPolygon

    2下载:
  2. 本dll文件实现了点,线段,直线,多边形的类,完成了多边形的一些常用方法:求面积,判断是否是简单多边形,求多边形并,判断两个多边形的位置关系等方法。-the dll file to achieve a point, line, line, polygon category, completed the polygons of some commonly used methods : for the area to determine whether it is simple polygon, a
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:95.2kb
    • 提供者:童彬
  1. TypesImageView

    0下载:
  2. CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-CImageObject the library can handle BMP, GIF, PCX, TGA
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:562.22kb
    • 提供者:王晓名
  1. MYphotoshop

    0下载:
  2. 一个类PHOTOSHOP的程序,可以实现对BMP文件的多种编辑方式,和其他格式的转换,但暂不支持JPEG和gif等-a category PHOTOSHOP procedures can be achieved on a variety of BMP file editing. and other format conversion, but not to support JPEG and gif, etc.
  3. 所属分类:图片显示浏览

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

    0下载:
  2. 3DS文件读取类,经过修改,并测试可以运行的使用库-3DS file read category, as amended, and test run for the use of
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:144.51kb
    • 提供者:蒋荣安
  1. ply.tar

    0下载:
  2. 一个ply 文件格式源码,C++文件,ply文件的导入,导出类等详细内容-ply a source file format, C + +, ply documents import, and export etc. Details
  3. 所属分类:3D图形编程

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

    2下载:
  2. MiTab是GIS领域国外一个读写Mapinfo Tab文件格式的C++开源类库. MITAB is an Open Source (i.e. Free!) C++ library to read and write MapInfo .TAB (binary) and .MIF/MID files-MiTab GIS is a field of foreign readers Mapinfo Tab file format open source category C library. Expo
  3. 所属分类:GIS编程

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

    0下载:
  2. 图形接口扩展类,将大多数的WIN支持的图形文件转为BMP文件以共处理-graphical interface extensions, the majority of the WIN support graphics files to BMP file to a total handle
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:13.59kb
    • 提供者:肖文
  1. 在VC中自建操作BMP位图文件的类

    0下载:
  2. 在VC中自建操作BMP位图文件的类-in VC relying operation from Bitmap File Class
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:9.65kb
    • 提供者:唐晓辉
  1. MyPlayerbylqh

    0下载:
  2. 一个基于DirectShow的音频视频文件播放器,完全采用C++类的方式组织,可以播放mp3,wav,avi,mpeg等,代码简单易懂,便于移植与复用。-a DirectShow-based Audio Video File player, Class C uses the organization, the broadcast mp3, wav, avi, mpeg. code is simple to understand and easy transplantation and reuse
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 用VISUALC++编写的开发OPENGL的初始化文件和基本类框架-VISUALC prepared with the development of the OpenGL initialization file types and basic framework
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:44.62kb
    • 提供者:胡润
  1. bitmapEx_source

    0下载:
  2. 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,L
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
  3. 所属分类:图片显示浏览

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

    0下载:
  2. jpeg file类 jpeg file类 jpeg file类
  3. 所属分类:图形图象

    • 发布日期:2014-01-17
    • 文件大小:2.31kb
    • 提供者:阿乔
  1. 上传类

    0下载:
  2. 提供文件上传功能,已经封装成类,可供网站开发的使用者直接使用,开发工具为vbs,具有实用价值!-for file upload function has been packaged as such, the development of the site for users direct access, development tools for vbs, has practical value!
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:学警雄心
  1. DxfReader_source_code 一个.NET(C#)平台下读取并显示DXF文件的类

    4下载:
  2. 一个.NET(C#)平台下读取并显示DXF文件的类-A. NET (C#) platform to read and display DXF file class
  3. 所属分类:CAD

    • 发布日期:2015-12-08
    • 文件大小:33kb
    • 提供者:hemian
  1. Cluster.rar

    4下载:
  2. 在Visual C++下实现聚类分析在图像识别中的应用。其中包括模糊聚类,遗传算法聚类分析,层次聚类和动态聚类等算法。可以运行,并有分类的源文件。是不错的研究素材。,In Visual C++ Achieve clustering analysis in image recognition applications. Including fuzzy clustering, genetic algorithm for cluster analysis, hierarchical clusterin
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-19
    • 文件大小:223.84kb
    • 提供者:dd
  1. fcma

    0下载:
  2. 模糊聚类算法的实现,用c语言实现,有测试内容,附有测试文件-The realization of fuzzy clustering algorithm, using c language implementation, there are contents of the tests with a test file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3.32kb
    • 提供者:xia
  1. kjz

    0下载:
  2. 这个文件主要是实现了K-均值聚类算法,需要输入k的数目,可以直接连接运行-This file is mainly implemented K-means clustering algorithm, need to enter the number of k can be directly connected to run
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:38.44kb
    • 提供者:yang
  1. 3DFileLoader

    1下载:
  2. 读取3DS类型文件,并交互显示,实现语言采用C++, OpenGL基础类库-loading 3DS file and interactively display
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:lsx
  1. juleichengxu

    0下载:
  2. 本聚类程序界面主要是两部分,左视图可以激活标准数字聚类,手画图形聚类,位图文件分析聚类。右视图选择菜单获得模式特征,进行特征提取后,选择各种算法进行聚类分析。-The clustering program interface is mainly of two parts, the left view can activate standard digital cluster, hand-painted graphics cluster, bitmap file of clustering. Ri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.56mb
    • 提供者:方周
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com