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

搜索资源列表

  1. charArrayCreate

    0下载:
  2. Matlab C++数学库对字符型阵列的操作-Matlab C++ Math Library operate on character arrays
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:40322
    • 提供者:tearz
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:252928
    • 提供者:陈婉
  1. DataStructureCode

    0下载:
  2. 链表,数组,图,树,AOT,文件等常考常用 数据结构的C语言代码实现。适用学生(数据结构)学习参考。-Lists, arrays, graphs, trees, AOT, documents the data structure used frequently test code C language. For students (data structure) study reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:486996
    • 提供者:影客
  1. joseph

    0下载:
  2. C语言数据结构实验代码,分别用数组和链表实现约瑟夫环的算法-Experimental code C language data structures, arrays and linked lists were used to implement the algorithm of Joseph Ring
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:387144
    • 提供者:于鑫
  1. stree

    0下载:
  2. Suffix Tree implementation in C String matching using suffix trees and suffix arrays
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5934
    • 提供者:Rahul Kulkarni
  1. hafumanbianma

    1下载:
  2. c语言编写的哈夫曼编码。设需要编码的字符集为{d1, d2, …, dn},它们出现的频率为 {w1, w2, …, wn},应用哈夫曼树构造最短的不等长编码方案。 数据结构与算法 typedef char *HuffmanCode //动态分配数组,存储哈夫曼编码 typedef struct { unsigned int weight //用来存放各个结点的权值 unsigned int parent,LChild,RChild //指向双亲、孩子结点的指针
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:51514
    • 提供者:SongLY
  1. dashujiecheng

    0下载:
  2. 利用数组实现 大数阶乘,秒杀10000阶乘,C源码-Factorial of large numbers using arrays to achieve, spike 10 000 factorial, C source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1293
    • 提供者:chunchunchun
  1. vc

    0下载:
  2. c语言中的指针和数组相关知识的指导,适合初学者使用-c language pointers and arrays knowledge guidance for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1190772
    • 提供者:罗广镇
  1. datastruct

    0下载:
  2. 自己写的程序,分别用C++和C实现的数据基本结构包括数组,链表,栈和队列,已经过测试,里面有详细的注释,希望与大家分享!-Write their own programs, basic data structures, including arrays, linked lists, stacks and queues respectively implemented in C++ and C, have been tested, there are detailed notes, I hope
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:2506191
    • 提供者:
  1. achvectors

    0下载:
  2. Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:348017
    • 提供者:sun2grit
  1. Collection-of-logical-operations

    0下载:
  2. 本文档实现了字符集合的并交差等逻辑运算,采用多种语言(包括c和c++),采用多种数据结构(链表、数组等)实现集合的并交差等运算。分别用结构体和类实现。很适合初学者熟练掌握基本的数据结构知识以及集合的运算过程。-This document character set and achieve cross other logic operations, multiple languages ​ ​ (including c and c++), using a variety of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2612
    • 提供者:刘争辉
  1. CPPproblem

    0下载:
  2. 面向对象程序设计与实践(1)实验指导书。 实验一 简单C++程序设计 实验二 类与对象 实验三 数组与指针 实验四 继承与派生 实验五 多态性 实验六 流式IO 实验七 C++程序设计应用 适合C++初学者利用此资料进行练习 -Object-oriented programming and Practice (1) experimental instructions. Experiment a simple C++ program design exp
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:22810
    • 提供者:weiling
  1. matlab

    0下载:
  2. Dumps DF2 filter coefficient vectors to file in C language format in forward order. Creates two files "filename.h" which defines the size of the array and declares the arrays as extern, and "filename.c" which contains theinstances of the array variab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:918
    • 提供者:bernibml
  1. dsjc

    0下载:
  2. 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers of c language source code and i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:116420
    • 提供者:namejiang
  1. mdmalloc

    0下载:
  2. A multi-dimensional array allocator in C 多维矩阵定位算法-MDMalloc is a simple set of C functions to allocate multi-dimensional arrays without requiring multiple malloc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3399
    • 提供者:ling
  1. cyuanma

    0下载:
  2. 约瑟夫环问题 数组大小写转换问题,字符串,排序问题,C语言源码 -Josephus problem arrays case conversion problem, strings, scheduling problems, C languages ​ ​ Source
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2624
    • 提供者:黄楠楠
  1. workspace

    0下载:
  2. 一些入门的c++编程例程:数组、指针、引用、类、循环、逻辑表达、友元等-Some started c++ programming routines: arrays, pointers, references, classes, cycling, logical expression, friend, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:16781942
    • 提供者:刘洋
  1. QuickSort

    1下载:
  2. c++代码,实现快速排序,代码中有数组和向量两种代码实现-c++ code, quick sort, using vector arrays and two ways
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2086896
    • 提供者:yangyang
  1. C2A6E2_SortValues.cpp

    0下载:
  2. Sorts values in C++ using arrays
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1145
    • 提供者:gpop
  1. fft

    0下载:
  2. Example of a FFT function written in C. A solution with one array for amplitude, and phase. A solution with two arrays using pointers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1343
    • 提供者:vexcro
« 1 23 »
搜珍网 www.dssz.com