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

搜索资源列表

  1. 00448151-45-网站访问管理

    0下载:
  2. 一个用来统计网站访问量的程序,速度比较快,用stl写成-a site visit statistics for the volume of procedures, a relatively rapid pace, with written stl
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1158648
    • 提供者:萧达
  1. mapSTL

    0下载:
  2. 实现如何使用 STL中的Map容器。适合初学者了解C++的STL机制。-realizing how to use the Map STL containers. For beginners to understand C + + STL mechanism.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40847
    • 提供者:王东
  1. Collection

    0下载:
  2. C++ Template of Collection, use MFC/ATL/STL (Ex: CArrayT, CListT, CMapT, CQueueT, CStackT)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11912
    • 提供者:顛覆中國
  1. xlist

    0下载:
  2. STL太复杂,这里给出了一个简单容器类的程序,c++开发可以非常方便使用.为简单数据类型,指针分别创建了类-STL too complicated, here is a simple container such procedures, c development it is easy to use. For simple data types, respectively, to create a pointer type
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1927
    • 提供者:梁靖
  1. wordstatSTL

    0下载:
  2. wordstatSTL.定义控制台应用程序的入口点。//单词统计 //统计一个文本文件中所有单词的使用次数 //将单词按照有多到少的使用次数打印出来 //对于次数相同的单词按照字母由大到小的顺序排列 //这是由STL(Standard Template Library)的map和set实现的教学例程-wordstatSTL. Console application definition of the point of entry. / / Word statistics / /
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1198
    • 提供者:刘恒
  1. 853

    0下载:
  2. Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:29282
    • 提供者:libing
  1. npp.3.6.src

    0下载:
  2. Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。 為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。 -Notepad is in the Microsoft Windows environment free of a code editor. In order
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2403787
    • 提供者:李英俊
  1. vector__CQ

    0下载:
  2. 是一个操作VC STL 中的VECTOR程序。-VC is an operation of STL VECTOR procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6068
    • 提供者:陈青
  1. stack__CQ

    0下载:
  2. VC STL 下STACK应用,是CONSOLE 程序的应用。加我Q:398754767。-under VC STL Application Stack is CONSOLE process applications. Plus I Q : 398754767.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9630
    • 提供者:陈青
  1. 0306

    0下载:
  2. 该程序是使用STL实现的,适用于非常简单的LL(1)文法的程序实现。-that the procedure was used to achieve the STL, in a very simple LL (1) grammar program.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2070
    • 提供者:john
  1. STL_CODE

    0下载:
  2. C++ STL 标准模板库源码,对学习C++ STL非常有用-C STL standard template library source code, to learn very useful C STL
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:453027
    • 提供者:岳亮
  1. LAB_pro

    0下载:
  2. 有趣的小程序,是关于一些文字处理的,用到STL,也有一些巧妙的算法在里面。-interesting little procedures on some word processing, used in STL, there are also some clever algorithm inside.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2226
    • 提供者:jack
  1. vector_list_deque

    0下载:
  2. 一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西-STL describing a comprehensive example, including vector, deque. , and other types of list for STL lovers, this is a must to master things
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:牛亚
  1. C++applicationProgram200

    0下载:
  2. C++应用编程200例--------专为广大学习和使用C++语言的读者设计的,旨在帮助读者更快更有效地掌握C++语言。全书共分4部分,通过大量实例全面系统地介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 这些是书中的代码 -C Application Programming -------- 200 cases for the majority of the learning and
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:104738
    • 提供者:andy
  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. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1840
    • 提供者:李浩
  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 added bonus of automatic buffer a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5936
    • 提供者:郭春阳
  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. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:155675
    • 提供者:zhu limin
  1. C_STL_F

    0下载:
  2. 实现一个STL中的list的嵌套使用。可以实现学习STL中list的使用。-achieve an STL list of the nested. Learning can be achieved STL list use.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31967
    • 提供者:刘一
  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, space, in line with the daily h
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:120129
    • 提供者:扬名
  1. Softstl

    0下载:
  2. 是stl程序员开发指南的源码,希望大家看一看-is stl programmers guide to the development of source code, we hope to look at
  3. 所属分类:书籍源码

    • 发布日期:2014-01-15
    • 文件大小:193385
    • 提供者:machao
« 1 23 4 5 »
搜珍网 www.dssz.com