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

搜索资源列表

  1. FreeImage361

    0下载:
  2. 最棒的三大计算机视觉、图像图形函数库之一,C语言版本,支持标准C-best of the three major computer vision, image and graphics functions, one C-language version supports standard C
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2377502
    • 提供者:赵辉
  1. sflsrc21

    0下载:
  2. 短小精悍的C语言标准函数库。提供450个以上的可移植的算法和工具代码。-terse and forceful language standard C libraries. For more than 450 portable code algorithms and tools.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:690137
    • 提供者:易 容
  1. pdclib-0.4.1

    0下载:
  2. 一组基础的C库的实现,包括了 字符串操作、内存操作、数学操作、排序、查找 等基础数据结构和算法的实现,可以替代标准的C库函数,跨平台运行
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65457
    • 提供者:黑夜路人
  1. qsort

    0下载:
  2. 快速排序源代码,具有微软C标准库中qsort函数一样的接口,且速度奇快。-Quick sort source code,as microsoft c library qsort function interface,more more quick。
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:8601
    • 提供者:小锤子
  1. DIY_five_function

    0下载:
  2. 自定义5个函数,实现与5个C标准库函数(pow、tolower、toupper、exp、sin)相同的功能-DIY five functions to realize the same function of the five basic library functions(pow、tolower、toupper、exp、sin)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1116
    • 提供者:风清扬
  1. Standard-Library

    0下载:
  2. c标准库 参考手册 包括最有用的类和函数-Standard Library Reference
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:204292
    • 提供者:liuying
  1. CCppReference-EN

    0下载:
  2. C/C++的语言参考,英文版的,标准C/C++的库函数和STL库都很全。-C/C++ language reference, in English, the standard C/C++ library functions and STL libraries are full.
  3. 所属分类:STL

    • 发布日期:2017-04-17
    • 文件大小:247073
    • 提供者:陈宇
  1. stdlib

    0下载:
  2. C库基本函数的实现过程,都是标准C的函数,写的很好的-C library implementation process of the basic functions are standard C functions, written in good
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:187580
    • 提供者:liqing
  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. Generic-function

    0下载:
  2. 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:756940
    • 提供者:fdsf
  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. cPPSTL

    0下载:
  2. c++的标准模板库,有很多实用的函数在里面,大家需要的话可以参考一下,很好用的-c++ standard template library, there are many useful functions in there, we need it for reference, the good
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:293965
    • 提供者:123
  1. CPPReference

    0下载:
  2. C++功能函数大全(包括标准C库、标准C++库、STL库、IO库等),为初学者提供参考-C++ Reference
  3. 所属分类:STL

    • 发布日期:2017-04-17
    • 文件大小:118288
    • 提供者:junting
  1. mymath

    0下载:
  2. C语言,三角函数,平方根快速算法。运算速度很快,可以用来替换部分标准库 math.h 内的函数-C, trigonometric functions, square root of the fast algorithm. Fast operation, can be used to replace part of the standard library math.h functions within the
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3009
    • 提供者:majianjia
  1. CPP_Standard

    0下载:
  2. STL培训给出的C++标准函数库的资料。最好的C++学习的资料来源于此,请合理利用,对提高编程水平很有帮助-Training given STL C++ standard library information. The best C++ data from this study, please rational use, very helpful to improve the programming level
  3. 所属分类:STL

    • 发布日期:2017-06-10
    • 文件大小:17149172
    • 提供者:江锦
  1. cppreference

    0下载:
  2. 一份关于标准C++的文档,如库函数,stl等,chm格式-this is a chm file about standard cplusplus
  3. 所属分类:STL

    • 发布日期:2017-04-17
    • 文件大小:161971
    • 提供者:chenchangjun
  1. STLaCPP-standard-library

    0下载:
  2. 详细讲述STL的教程,希望对了解STL的人员有所帮助。另外还有C++的标准库函数。-the detailed descr iption of STL and c++ standard library!
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:15892
    • 提供者:祁磊
  1. EllipticFunction

    0下载:
  2. C++编写的椭圆函数库标准DLL及测试例子-C++ elliptic function libraries written in standard DLL and test case
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:798578
    • 提供者:hanxiaohua
  1. 1

    0下载:
  2. 使用c plus plus 实现高精度乘法,只使用了标准库函数,复杂度为o(N)-Use c plus plus to achieve high-precision multiplication, using only the standard library functions, the complexity of o (N)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:722
    • 提供者:邓志杰
搜珍网 www.dssz.com