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

搜索资源列表

  1. ARRAYS.rar

    0下载:
  2. C语言开发的智能数组类库,实现自动回收资源,动态分配数组,内存优化使用等功能。
  3. 所属分类:STL

    • 发布日期:2012-11-01
    • 文件大小:13494
    • 提供者:
  1. 数据结构配套光盘

    1下载:
  2. 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2725011
    • 提供者:mars
  1. ND

    0下载:
  2. 用两个一维数组对牛顿插值的C语言程序进行改进(在原程序中减少一个一维数组)-using a two-dimensional array of Newton interpolation procedures for the C language improvements (in the original process to reduce a one-dimensional arrays)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:21138
    • 提供者:1345
  1. SHUZU

    0下载:
  2. c++数组。一维数组的插入,删除,排序-c array. One-dimensional arrays of the insert, delete, sort, etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1427
    • 提供者:李正一
  1. ImpleOfDataStruct

    1下载:
  2. 数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Binary Tree Search (elements wil
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33818
    • 提供者:王高
  1. c++_class_matrix

    0下载:
  2. 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2931
    • 提供者:dingdong
  1. makequeen

    0下载:
  2. 一个通过皇后算法构造稀疏矩阵的c++代码 矩阵以数组形式存储-an algorithm through Queen's sparse matrix structure of the c code matrix to form storage arrays
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14202
    • 提供者:yanxi
  1. gauss2.c

    0下载:
  2. Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that ar
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1526
    • 提供者:张琦
  1. Merge2Array

    0下载:
  2. this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:2989
    • 提供者:tony chen
  1. ofeli-1.3.0-3

    0下载:
  2. OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2211735
    • 提供者:王大为
  1. factorial

    0下载:
  2. 实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算-achieve portfolio C (M, N) Operational procedures simple structure distinctive, using recursive algorithm to replace the popular approach to storage arrays to achieve portfolio Operational .............
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:235248
    • 提供者:莫斯韦
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:667609
    • 提供者:shshlzh
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:845944
    • 提供者:shshlzh
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:316702
    • 提供者:126
  1. quicksort

    0下载:
  2. This contains an implementation of the Quick Sort Algorithm under C. The user can utilize this in his/her program to perform Quick sorting of arrays.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:Raviola
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. labassigns

    0下载:
  2. collection of all basic programs using arrays ,strings and files in c
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:241379
    • 提供者:vinay
  1. C-language-courseware

    1下载:
  2. c语言课件,共11章,有指针、数组、结构体、函数等-c language courseware, in 11 chapters, pointers, arrays, structures, functions, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:638871
    • 提供者:杨杰
  1. Arrays-are

    0下载:
  2. 素数排序,能进行素数排序的C语言代码,挺短的代码-Prime sorting, can sort of the C language code primes,Quite a short code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:528
    • 提供者:清村常争
  1. c语言入门代码

    0下载:
  2. c语言入门的相关代码 包含了循环,数组,指针,文件,结构等基本知识(Relevant code for the introduction of C language It contains basic knowledge of loops, arrays, pointers, files, structures, and so on)
  3. 所属分类:数据结构

« 12 3 »
搜珍网 www.dssz.com