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

搜索资源列表

  1. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10202
    • 提供者:罗鹏魁
  1. lib_a

    0下载:
  2. 自己做的c库函数 -doing the c library functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13429
    • 提供者:gh
  1. StringClass

    0下载:
  2. 这个代码是STRING类的声明及实现,因为我认为C++类库中的string类比较庞大,找一个函数需要很长时间,所以用一个简单明了的代替之.-STRING kind of statement and realized, because I think the C library string of relatively large, a function for a very long time. Therefore, the use of a simple and straightforward
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2300
    • 提供者:卢松
  1. Claboryfunction

    0下载:
  2. 这是c语言全部库函数的说明,内容全面而且都有小例子进行了说明具体的用法,是c语言编程的好的参考资料 -This is for all the language function of note comprehensive and have small examples of the usage specify, c programming language of good reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:347788
    • 提供者:hq
  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-27
    • 文件大小:8601
    • 提供者:小锤子
  1. mathlib_double

    0下载:
  2. 一个C++语言的数学库头文件 包含向量、矩阵等类及相关函数-a C++ head file on math,include vector,matrix class and some useful functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4419
    • 提供者:yaokun
  1. string

    0下载:
  2. 1、为该类设计构造函数和析构函数,要求构造函数不少于两个 2、为该类设计合理的成员变量 3、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,起码包括字符查找 获得C风格字符串、获得字符串长度、字符串比较等。 4、要求该类的设计有良好的封装性 5、有一个能正常运行的测试程序,测试该类的所有成员函数-1, the design for the class constructor and destructor, constructor re
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:694613
    • 提供者:nicai
  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-05
    • 文件大小: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. C-Library

    0下载:
  2. c语言库函数,包含函数的参数、返回值介绍-c language library functions, including function parameters, return values ​ ​ described
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:30816
    • 提供者:yanghl
  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. gsoap-win32-2.7

    0下载:
  2. gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。-The gSOAP compiler tools provide a SOAP/XML C/C
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:5583879
    • 提供者:夙印
  1. graphics

    0下载:
  2. graphics头文件(C语言中一种重要的库函数文件)-graphics head files
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:356881
    • 提供者:Billy
  1. List

    0下载:
  2. c++语言中,list库函数的讲解程序,了解内核构造。-Library functions in c++ language, a list of the interpretation process, understand the kernel structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1377021
    • 提供者:liqian
  1. bionic.tar

    0下载:
  2. Google开发的自定义的c/c++库Bionic,主要用于移动设备嵌入式环境。gbu的库太大了不适合在嵌入式环境使用。学习c库函数的实现有助于更快的学会c语言。-Google developed custom c/c++ library Bionic, mainly used in mobile devices embedded environments. gbu library too is not suitable for use in an embedded environment.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2349902
    • 提供者:jiangjunyu
  1. testSortings

    0下载:
  2. 编写选择排序、插入排序、冒泡排序、快速排序、堆排序、希尔排序、归并排序、基数排序算法,加上C++库函数sort,调用系统时钟clock对排序算法做效率比较。-Write selection sort, insertion sort, bubble sort, quick sort, heap sort, Hill sort, merge sort, radix sort algorithm, plus C++ library function sort, calling the system c
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1301045
    • 提供者:刘昊岩
  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