搜索资源列表

  1. mypsd

    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 stan
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:632832
    • 提供者:孙磊
  1. hao-myString

    0下载:
  2. 自己编写的String 类,重载的多个运算符。功能类似C++ STL中的string 类-prepared by the String own category, the number of heavy Operators. C functions similar to the STL string class
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:李浩
  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. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:shaivas
  1. 41104

    0下载:
  2. This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the add
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:郭春阳
  1. stl-view5

    0下载:
  2. 接着上载,不好错过哦,要连着下载,你才可以看到全部的内容哦-then uploaded bad miss, oh, it is linked with the download, you can see all the content oh
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-13
    • 文件大小:139264
    • 提供者:caosang
  1. sharememory_allocator

    0下载:
  2. 一个内存池的allocator,参考stl源码的内存池实现-a pool of memory allocator, reference source stl memory Pool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:江健
  1. fork-stl-occi

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:凌寒
  1. vector_unique-for-aix

    0下载:
  2. C++ STL 的 vector_unique 在AIX 下的应用实例。-C STL vector_unique AIX in the application.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:凌寒
  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 stan
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:10240
    • 提供者:changming
  1. breymann_stl

    0下载:
  2. Design Componenet With C++ STL配套书源代码 -Design Componenet With STL supporting C source code book Design Componenet With STL supporting C source code book
  3. 所属分类:书籍源码

    • 发布日期:2024-05-13
    • 文件大小:155648
    • 提供者:zhu limin
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:270336
    • 提供者:卢宏伟
  1. ClassAstar

    0下载:
  2. A星算法寻找路径的程序,是用C++的,仅供大家参考-path algorithm for the procedure is the use of C, is for your reference
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-13
    • 文件大小:30720
    • 提供者:yangyu
  1. PowerCollections

    0下载:
  2. C#写的类似于STL的集合类,首先是C#编写,可以用于.net变程.-C# STL was similar to the type of pool, the first C# is prepared, can be used. Net change process.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-13
    • 文件大小:841728
    • 提供者:julius
  1. blockallocator

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

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:
  1. my_log_statistic

    0下载:
  2. 自己写的统计log的程序,其中大量使用了STL-himself wrote the statistical log of procedures, the extensive use of the STL
  3. 所属分类:STL

    • 发布日期:2024-05-13
    • 文件大小:130048
    • 提供者:TT
  1. dtl

    0下载:
  2. The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our co
  3. 所属分类:其他数据库

    • 发布日期:2024-05-13
    • 文件大小:422912
    • 提供者:
  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:3500032
    • 提供者:hnycmx
  1. chgstr

    0下载:
  2. 主要使用了stl中的string类,该类使用方便,还可以自动识别过滤夹杂在阿拉伯数字的逗号,空格等,符合日常习惯中的用法,程序在附件中请检验,使用方法就是main函数中的方法,请检验。如蒙不弃请笑纳。-mainly uses the stl the string type, such use, Recognition can also automatically filter the mixture in Arabic comma, s
  3. 所属分类:STL

    • 发布日期:2024-05-13
    • 文件大小:119808
    • 提供者:扬名
  1. bimap

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

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:Steven Young
  1. VB6Str2Cpp

    0下载:
  2. VB6 has two very useful string functions: Join and Split. This code implements Join and Split functions using STL so that you can use them in your C++ programs -VB6 has two very useful string functions : Join and Split.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:18432
    • 提供者:gn
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org