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

搜索资源列表

  1. fano_coding

    0下载:
  2. 费诺编码,使用STL实现。包含计算平均码长和编码效率功能-charges Connaught coding, the use of STL achieve. Includes calculation of the average code length coding efficiency and function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2128
    • 提供者:shaivas
  1. STLport-lastest-release.tar

    0下载:
  2. 通用c++ stl库,支持多种功能,可以移植到多个平台。-generic c stl the support of a variety of functions and can be transferred to a variety of platforms.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:755958
    • 提供者:学金
  1. VC_CIVStringSet

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-based MFC and STL string class platform, can achieve rapid search string.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27655
    • 提供者:benpaomf
  1. MyPSD_src

    0下载:
  2. MyPSD::CPSD class is a C++ class that can load images saved in Adobe s Photoshop native format. Due to my new job I had to upgrade to Visual Studio 2005, but still the class is as portable as possible, hence it uses standard C++ and STL. With minor c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:10466
    • 提供者:changming
  1. IOCP1

    0下载:
  2. Windows 2000. --*/ 的完成端口例子,做的一个完成端口练习。 我把代码写的更清晰了一些。 还有一点,就是,我使用了一个,我叫做“双链表”的数据结构来管理IO结点和单句柄结点。这个东西是用stl里的list做的-Windows 2000. ------- / Completion of the port example, do a complete port practice. I have to write the code more clearly some of it. An
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:270920
    • 提供者:卢宏伟
  1. blockallocator

    0下载:
  2. stl内存分配器-stl memory distributor ......................
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6386
    • 提供者:胡学锋
  1. bimap

    0下载:
  2. STL扩展功能的二叉树比STL的二叉树好用-STL expanded the binary tree than the binary tree handy STL
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15244
    • 提供者:Steven Young
  1. ADOLib

    0下载:
  2. STL+ADO编程,用于没有MFC支持下的Win32数据库编程中-STL ADO programming, not for the support of MFC Win32 Database Programming
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:416450
    • 提供者:daixiaohua
  1. ADOLib2

    0下载:
  2. STL+ADO编程Lib库,用于在没有MFC支持下的Win书库库编程,此为VC6工程-STL ADO programming Lib basement, not for the support of the MFC Win Stack the programming, This works for the VC6
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:299356
    • 提供者:daixiaohua
  1. PracticGuidestoSTL

    0下载:
  2. Practic Guides to STL
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4532
    • 提供者:srhg
  1. cpp_mru_cache

    0下载:
  2. I suppose you know what a MRU cache is, otherwise you wouldn t been reading this. This is an implementation of a very simple one using only STL. To implement a cache, derive a subclass from this template class. As an implementor, you d have
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1828
    • 提供者:haha
  1. mySmartPtr

    0下载:
  2. 一个类似于c++ stl中的auto_ptr,但是功能更加的强大。支持复制构造,并且新构造出来的实例和被复制的实例都拥有资源的操作权力,而且在最后一个拥有资源的实例被析构的时候资源才会被自动的释放
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2137
    • 提供者:熊军
  1. socks5-code

    1下载:
  2. 不错的sock5服务器代码,用到了C++的STL,以及多线程
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4099
    • 提供者:cooldiyer
  1. STLPort

    0下载:
  2. vc6.0 可用的stlport最新版!用来代替VC6中有缺陷的STL库,已加入移植说明,可以非常简单的应用到自己的程序中,本人使用感觉非常不错!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1307206
    • 提供者:directsex
  1. Mail_Report

    0下载:
  2. 一个邮件报告程序,基于MFC和STL平台的基础界面类。
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:15777
    • 提供者:小树狐舞
  1. C++Assignments

    6下载:
  2. 华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstract
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:419462
    • 提供者:Nick
  1. QQWryLib

    0下载:
  2. 用STL编的 QQWry.Dat IP数据库查询程序 vs2005
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:139151
    • 提供者:HYL
  1. STLjichu

    0下载:
  2. 关于 stl的 初学的可以下载了学习学习 很不粗哦的教程
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:1692294
    • 提供者:zhangpeng
  1. STL_mesh

    0下载:
  2. 建立了运用切片线扫描法对STL文件格式实体进行网格剖分的算法,在处理奇异点方面,采用了合理方法。基于该算法开发了能对任意复杂实体进行三维网格剖分的程序。实例剖分结果表明,该方法的剖分效率高$并能保证剖分精度。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:302364
    • 提供者:白加黑
  1. stl_code

    0下载:
  2. c++ STL source code, hash and vector etc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:249657
    • 提供者:cloudffx
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com