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

搜索资源列表

  1. Hfft

    0下载:
  2. 实现快速FFT傅立叶变换算法的Header文件,方便编程时使用。-FFT fast Fourier transform algorithm Header paper to facilitate the use of programming.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1069
    • 提供者:赵杰伊
  1. Chap7_InSort

    0下载:
  2. 本程序包实现了各种内排序功能,可以作为头文件库使用,封装好,强度大-the package to achieve a ranking within the various functions, as can the use of the header files, Packaging, and intensity
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44975
    • 提供者:14965a
  1. 构造两个带有表头结点的有序单链表

    0下载:
  2. 构造两个带有表头结点的有序单链表La、Lb,编写程序实现将La、Lb合并成一个有序单链表Lc。-Construct two header node with a single linked list ordered La, Lb, write a program to achieve the La, Lb merged into a single sorted list Lc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:滕泉
  1. CirHDoublyLinkedList 用C++编写的头结点的循环双链表操作

    0下载:
  2. 用C++编写的头结点的循环双链表操作,含头文件和源文件。-Written in C++ node of the first cycle of double-linked list operations, including the header files and source files.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:6123
    • 提供者:alice
  1. LabB

    0下载:
  2. (1)如果用循环链表表示一元多项式,试编写一个函数 Calc(x),计算多项式在x处的值。 (2)设a和b是两个用带有表头结点的循环链表表示的多项式。试编写一个算法,计算这两个多项式的乘积c = a*b,要求计算后多项式a与b保持原状。 -( 1) if the circular linked list representation of a polynomial, try to write a function Calc ( x ), a polynomial in x value a
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:179572
    • 提供者:王永淳
  1. yzlb

    0下载:
  2. 这个链表基本实现了异质链表的,插入(表头插入,表尾插入),删除,查询,输出等功能。 -The list of the basic realization of the heterogeneous linked list, insert (insert header, footer, insert), delete, query, output and other functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1863
    • 提供者:lavender_yanyan
  1. kernel_list

    0下载:
  2. 使用Linux kernel 的链表头文件来操作双向链表,只需要一个*.h即实现链表,非常简洁有用,与一般数据结构实现风格不太一样-Using the Linux kernel header files to manipulate the linked list doubly linked list, just a list*. h of achieving very simple and useful, and the general data structure is not the sam
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6971
    • 提供者:Andrew Huang
  1. atan

    0下载:
  2. 反正切函数C实现,一个简单的C语言函数的实现,以及两个math的头文件-Arc tangent function C implementation, a simple implementation of C-language function, and two math header file
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:6744
    • 提供者:张无忌
  1. SeqStack

    1下载:
  2. 数据结构BTree.h头文件,包含Visit,IsEmpty,Root,PreOrder,InOrder,PostOrder-BTree.h data structure header files, including Visit, IsEmpty, Root, PreOrder, InOrder, PostOrder
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1919
    • 提供者:杨穆智
  1. BigNum

    0下载:
  2. 一个简单的大数运算头文件,包含了加减乘除模,BOOL,逆元,模幂等-A simple computation of large numbers header file, contains the Math module, BOOL, inverse, modular power, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3774
    • 提供者:shadow
  1. list

    0下载:
  2. 程序实现了带表头单链表的最基本操作,包括创建链表,查询数值,插入结点,删除结点,链表分解,将单链表变为循环链表。并附有详细的注释和实验报告。-Procedures to achieve a single-list header with the most basic operation, including the creation of list, query value, insert node, delete node, chain decomposition, into a single
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:93196
    • 提供者:王天
  1. Graph

    0下载:
  2. 是一个在学习数据结构时编写的图结构,主要是用两种方法生成需要的图结构,其中有一个头文件都注释了,要是要使用的话,只需要将另一个头文件注释并把这个取消注释,在main方法中改一个类名就好了-Is a data structure in the learning plan to prepare the structure, is mainly used two methods to generate the need for the graph structure, in which there i
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7628
    • 提供者:王龙飞
  1. BiTreeLib

    0下载:
  2. 二叉树头文件 用以实现二叉树-Header files for the realization of binary tree binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1404
    • 提供者:ggg
  1. BiTree

    0下载:
  2. 数据结构中的二叉树的遍历(前序、中序、后序)算法,包括递归和非递归两种实现,另外还实现了层次遍历算法(header文件夹中包含了数据结构的头文件)。-Data structure of binary tree traversal (pre-order, in sequence, after the sequence) algorithm, including recursive and non-recursive two to achieve, in addition to achieving
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:22158
    • 提供者:benny
  1. Maze

    0下载:
  2. 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:155443
    • 提供者:张艳彬
  1. linkedqueue

    0下载:
  2. 链式队列,应该是正确的,包含node的头文件和c-Queue chain should be correct, the node contains the header files and cpp
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:蛮大汉
  1. linkedstack

    0下载:
  2. 链式栈,应该是正确的,包含node的头文件和c-Chain stack, it should be correct, the node contains the header files and cpp
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1409
    • 提供者:蛮大汉
  1. Datastructure

    0下载:
  2. 数据结构头文件源代码,常用的头文件和主程序-Data structure source code header files
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:14593
    • 提供者:刘子琳
  1. Cshujujiegou

    0下载:
  2. C_C++与数据结构,运行环境 ======== WINDOWS 95/98,32MB以上内存,声卡等附属设备。 显示分辨率不低于1024×768,小字体。 1. 该软件不需安装,直接运行C_STRU.EXE即可。具体操作方法见软件中“帮助”菜单项中的“操作说明”。 2. 使用时,必须将 \h_file 文件夹中所有头文件拷贝到 Turbo C 文件夹中。 注意:不能将 \h_file 文件夹拷贝到 Turbo C 文件夹中, 也不能将 \h_file 文件夹中
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4262512
    • 提供者:xiaozhang
  1. header-files-of-linear-table

    0下载:
  2. 线性表相关类定义头文件 有顺序表,双向链表,循环链表的完整类定义-Sequence tables, doubly linked list, circular linked list complete class definition linear table class definition header files
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:8951
    • 提供者:戴威
« 12 3 4 5 6 »
搜珍网 www.dssz.com