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

搜索资源列表

  1. shuzijietiqiuhe

    0下载:
  2. vs2010下c语言编写,在数字的阶乘大于double类型所表示的最大数的时候怎么办呢?这个程序给了一种解决方案!-vs2010 under the c language, more than double the number of factorial type represents the maximum number of times how to do it? This program gives a solution!
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:877000
    • 提供者:王仁
  1. AVL

    0下载:
  2. Implementation of an AVL tree using C. A data structure type.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:9235
    • 提供者:Marco
  1. SeQueue

    0下载:
  2. 栈的顺序存储结构及实现 C++语言源程序。该程序的功能是实现顺序栈的定义和操作。该程序包括定义的栈结构类型以及对每一 种栈操作的具体的函数定义和主函数。 -Sequential storage structure and implementation C++ language source stack. Feature of the program is to define and implement a sequential operation of the stack. The prog
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:973
    • 提供者:庭月照
  1. lianshou

    0下载:
  2. 有15个人围成一圈,顺序从1到15编号。从第一个人开始报数,凡报到n的人退出圈子。用C语言写出程序,输入n(n>=1)的值,输出最后留在圈子里的人的编号 -Have 15 people in a circle, the order number from 1 to 15.Starting from the first person counted off people who report to n out of circle.Using C language to write the p
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:547
    • 提供者:丁丁
  1. polynomial

    0下载:
  2. C++链表实现多项式加法乘法,采用类封装,链表数据结构,将多项式乘法分解为一系列的加法运算。-C++ list additions polynomial multiplication, using the type of packaging, linked list data structure, polynomial multiplication is decomposed into a series of additions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1325
    • 提供者:zh
  1. TopolSort

    0下载:
  2. 拓扑排序算法的C++程序,根据输入的结点的入度和出度,对图中结点进行排序。-Topological sorting algorithm C++ procedures, according to the type of the node in degree and out degree of nodes in the graph, sort of.
  3. 所属分类:Data structs

    • 发布日期:2017-06-02
    • 文件大小:14320335
    • 提供者:郭佳鑫
  1. Lengthoflastword

    0下载:
  2. 这是一个求string类型数据中最后一个单词长度的c++算法,简单易懂,感兴趣的可以-This is a request c++ algorithm string type data in the last word length, easy to understand, are interested can look at
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:5053927
    • 提供者:曹本
  1. chongyans

    0下载:
  2. 1. 本程序在Visual C++环境中运行,执行文件为:ZYSBB.cpp 2. 程序运行后,显示学生信息,然后提示用户输入变量的个数,接着输入逻辑表达式(变量按A,B,C…顺序输入大写英文字母)。 3. 若所键入的是重言式或是矛盾式,则显示“表达式是重言式”或“表达式是矛盾式”;否则显示“表达式既不是重言式,也不是矛盾式” 4. 接着显示两个菜单项以供用户选择:*人机交互输入(E/e) 显示真值表(Z/z)* 按E/e则与用户交互输入,根据设定的变量值,求出逻辑表达式的值;按
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:167929
    • 提供者:梁文水
  1. jingdongzongcou

    0下载:
  2. 用C++编写的京东众筹的简单算法,算法简单,可用于C++中数值类型的练习-C++ prepared by the simple algorithm of Jingdong congregation raised, the algorithm is simple, can be used for C++ in the numerical type of exercise
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:611069
    • 提供者:shiyanhua
  1. SequentialStack

    0下载:
  2. 编程实现顺序栈的存储结构与基本算法,主要包括以下功能:  初始化顺序栈S  判断顺序栈S是否为空  依次将字符数据类型的元素’a’,’b’,’c’,’d’,’e’入栈  判断顺序栈S是否为空  依次将顺序栈S栈内的全部元素出栈,并输出出栈结果  判断顺序栈S是否为空  释放并销毁顺序栈S -Storage structure and basic algo
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:14938
    • 提供者:郭培鑫
  1. LinklStack

    0下载:
  2. 编程实现链栈的存储结构与基本算法,主要包括以下功能:  初始化链栈S  判断链栈S是否为空  依次将字符数据类型的元素’a’,’b’,’c’,’d’,’e’入栈  判断链栈S是否为空  依次将链栈S栈内的全部元素出栈,并输出出栈结果  判断链栈S是否为空  释放并销毁链栈S -Storage structure and basic algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:15322
    • 提供者:郭培鑫
  1. SequentialQueue

    0下载:
  2. 编程实现循环队列的存储结构与基本算法,主要包括以下功能:  初始化循环队列Q  判断循环队列Q是否为空  依次将字符数据类型的元素’a’,’b’,’c’入队  出队一个元素,输出该元素  依次将字符数据类型的元素’d’,’e’,’f’入队  输出全部出队序列  释放队列-Programming storage structure circular queue
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:56540
    • 提供者:郭培鑫
  1. 数据结构与算法代码

    0下载:
  2. 链式求解约瑟夫问题,这个使用c++实现,通过模板类是扩展性更强(Solving Joseph problem by chain type)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:502784
    • 提供者:bjut_Allen
« 1 2 3»
搜珍网 www.dssz.com