CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - C 标准程序库

搜索资源列表

  1. secalg

    0下载:
  2. 一组安全仅仅使用标准C且没有进行文件操作,内存分配的安全算法,包含md5和blowfish,可以编译成应用程序或者驱动程序使用的库.-a security group to use only standard C without documentation operation, the safety of memory allocation algorithms includes md5 and blowfish, can be compiled into applications or dri
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17807
    • 提供者:楚狂人
  1. c++liberary

    0下载:
  2. 好像是一位台湾或者是香港学者编写的一步关于c++的标准程序库, 对STL进行了理论与应用上的详细介绍。
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:3412197
    • 提供者:脉冲信号
  1. C++STL

    0下载:
  2. C++标准程序库英文版电子书 ,绝对经典STL入门书籍
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:4446243
    • 提供者:卢亚德
  1. 100道C语言经典实例

    0下载:
  2. 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26522
    • 提供者:唐伟龙
  1. examples

    0下载:
  2. C++标准程序库中的STL源码例子-C++ Standard procedure library STL source examples
  3. 所属分类:STL

    • 发布日期:2017-11-09
    • 文件大小:170258
    • 提供者:刑天
  1. STL-programmer-Reference

    0下载:
  2. 利用C++标准程序库STL进行程序开发的指南,以及在STL基础上的二次开发的准则,同时介绍了使用STL进行高效程序开发的方法和相关的优化方案。-The use of C++ Standard Library STL guidelines for program development, as well as in the STL on the basis of the criteria for the second development, at the same time introduced
  3. 所属分类:STL

    • 发布日期:2017-06-11
    • 文件大小:17951646
    • 提供者:梅涛
  1. cppSTL

    0下载:
  2. C++ STL 标准程序库.有侯俊杰写的序.很好的一本书.-C++ STL Standard Template Library.
  3. 所属分类:STL

    • 发布日期:2017-05-15
    • 文件大小:3709607
    • 提供者:百变狸猫
  1. C_standard

    0下载:
  2. C++ 标准程序库 源代码 含有所有原书代码,适合正在学习C++标准程序库的爱好者,也适合适时翻阅查找相关内容。-C++ Standard Library source code contains all the original code, suitable for learning C++ standard library of enthusiasts, but also look for the right time to find relevant content.
  3. 所属分类:STL

    • 发布日期:2017-05-04
    • 文件大小:1491856
    • 提供者:夏雪
  1. callzipdll_callzlib_HUFUNHUF

    0下载:
  2. 字符串和文件压缩和解压缩的例子,既有成熟的第三方标准dll的调用例子(callzlib调用动态库压缩解压缩字符串,callzlib调用静态库压缩解压缩字符串.rar),也有zipdll这个 c++ dll的调用例子,还有16/32位Haffman编码压缩与解压缩的程序(huf,单文件压缩程序huftest,单文件解压缩程序huftest)。 huf目录的两个源程序:HUF.C和UNHUF.C能用16位编译器编译通过,不能在VC中直接编译通过 现在我已经将HUF/UNHUF的代码用v
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1289674
    • 提供者:hanxiaohua
  1. STL

    0下载:
  2. c++ STL程序员开发指南,从程序员的角度出发,讲述C++高级编程技术,然后讲述C++标准库,最后讲述STL技术-c++ STL Programmer Developer' s Guide, from the programmer' s point of view, about the C++ advanced programming techniques, and then talk about C++ standard library, the last about the S
  3. 所属分类:STL

    • 发布日期:2017-06-11
    • 文件大小:17986922
    • 提供者:朱里
  1. a

    0下载:
  2. 《高级语言C++程序设计(第二版)》 附录C_标准模板库(STL)-" Advanced C++ Programming Language (second edition)" Appendix C_ Standard Template Library (STL)
  3. 所属分类:STL

    • 发布日期:2017-04-16
    • 文件大小:30947
    • 提供者:tidy2356
  1. BigInt_rsa

    0下载:
  2. 标准c语言大数运算函数库,并附应用实例rsa加密程序。参考afanty编写适用与MFC的BigInt库。-Standard library c language operator of large numbers, with application examples rsa encryption. Reference afanty prepared for the BigInt with the MFC library.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6922
    • 提供者:李抒昌
  1. Demo_Sort

    0下载:
  2. C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12126
    • 提供者:xcan
  1. CPP_STL

    0下载:
  2. 本书对C++ STL进行了全面而深入的阐述。 STL(标准模板库)是在惠普实验室中开发的,已纳入ANSI/ISO C++标准。其中的代码采用模板类及模板函数的方式,可以极大地提高编程效率。本书由P.J. Plauger等四位对C++ STL的实现有着卓越贡献的大师撰写,详细讨论了C++ STL的各个部分。 全书分为16章,其中的13章通过背景知识、功能描述、头文件代码、测试程序和习题,分别讲述了C++ STL中的13个头文件,其他章节介绍了STL中广泛涉及的三个主题--迭代器、算法和容器
  3. 所属分类:STL

    • 发布日期:2017-05-26
    • 文件大小:9656168
    • 提供者:yaguang_li
  1. Absolute.CPP

    0下载:
  2. 本书是讲解C++语言程序设计的优秀教程。全书围绕C++语言的结构来组织,开始章节结构编程的普通概念,接下来详细介绍C++中的继承、多态、异常处理以及标准模板库(STL),同时还包含模式UML的介绍。-Book is to explain the C++ language tutorial program designed for excellent. Book around the C++ language structure to organize, begin chapter structu
  3. 所属分类:STL

    • 发布日期:2017-05-19
    • 文件大小:5195061
    • 提供者:cpu
  1. STL_Programmer_Guide

    0下载:
  2. C/C++标准模板库,主要是用于编写模板库程序入门-Standard Template Library Programmer s Guide
  3. 所属分类:STL

    • 发布日期:2017-04-06
    • 文件大小:549070
    • 提供者:
  1. CPPSTL-and-effctiveCPP

    0下载:
  2. 高效C++书籍,详细讲解如何编写出高效率的程序,C++STL,介绍C++标准库。-effctiveC++ and C++STD
  3. 所属分类:STL

    • 发布日期:2017-05-28
    • 文件大小:10928007
    • 提供者:家瑞
  1. ThePCPPPStandardPLibrary

    0下载:
  2. C++ 标准程序库 C++标准库的教学应用手册-C++ the standard library C++ standard library Teaching Application Notes
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:3532009
    • 提供者:张三
  1. libs.part01

    0下载:
  2. Boost库是为C++语言标准库提供扩展的一些C++程序库的总称,由Boost社区组织开发、维护。Boost库可以与C++标准库完美共同工作。(Some of the extended Boost library is for standard library language C ++ C ++ a library of programs, dyes containing two nitrogen atoms joined by Boost community organizations th
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:5242880
    • 提供者:Greenmon
搜珍网 www.dssz.com