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

搜索资源列表

  1. euler.cpp

    0下载:
  2. 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the ro
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:1649
    • 提供者:Nouth
  1. color.cpp

    0下载:
  2. 对于给定的图G,如果存在一种用2种颜色对顶点着色的 方案,使得图中任意一条边所连接的2 个顶点着有不同 颜色,则称图G 是可2着色的。-for the given graph G, if there is a use two colors of vertex programs, make a map arbitrary edge connected with two vertices are different colors, says G is 2-colored.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:2888
    • 提供者:Nouth
  1. path.cpp

    0下载:
  2. 试在虚基类Network中增加一个函数FindPaths,对于给定的无向图G 和G 中的2 个顶点v和w,输出G 中从v到w的一条简单路径。若有多条可能路径,则输出任意一条。 -test in the virtual base class to add a Network Function FindPaths. For a given undirected graph G and G, the two vertices v, w, output from the G v w to a si
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:4564
    • 提供者:Nouth
  1. dom.cpp 亲兄弟问题

    0下载:
  2. Ex3-23 亲兄弟问题 « 问题描述: 给定n 个整数0 1 1 , , , n- a a  a 组成的序列。序列中元素i a 的亲兄弟元素k a 定义为: min{ | } k i j n j j i a = a a ³ a < < 。 亲兄弟问题要求给定序列中每个元素的亲兄弟元素的位置。元素i a 的亲兄弟元素为k a 时,称k 为元素i a 的亲兄弟元素的位置。当元素i a 没有亲兄弟元素时,约定其亲兄弟元素 的位置为-1。
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-09-19
    • 文件大小:808
    • 提供者:Tonsen
  1. 经典cpp例子

    0下载:
  2. 这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference --- gt; Gt; Dos prospects for the background color set. Cpp two. 8
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7166
    • 提供者:丁志强
  1. cPP 约瑟夫问题

    0下载:
  2. 1、约瑟夫问题的一种描述是:编号为1,2,3——,n的n个人按顺时针方向围坐一圈, 每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上线值m,从第一 开始按顺时针方向报数,报到m时停止报数。报m的人出列,将他的密码作为新 的 m值,从他在顺时针方向上的下一个人重新开始从1报数,如此下去,直至所有人 全部出列。 2、程序运行后,首先要求用户指定初始报数上限值,然后读取个人的密码。可设n≤30。 3、测试数据:m=20;n=7;密码一次为:3,1
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-03
    • 文件大小:26617
    • 提供者:刘国佳
  1. generalizedlist

    0下载:
  2. 数据结构实现——数据结构算法中关于广义表的简单实现-Data structure- Data structure of algorithm on a simple realization of the generalized form
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1555
    • 提供者:winnie
  1. Algorithm

    0下载:
  2. 一些比较难找的算法代码 中国剩余定理.cpp 高斯消元.cpp 红黑树.cpp 排序后第k位置数.cpp 修正单纯形.c-Some of the more difficult to find the algorithm code Chinese Remainder Theorem. Cpp Gauss elimination. Cpp black tree. Cpp sort k position after a few. Cpp amendment simplex. C
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5239
    • 提供者:贲道伟
  1. szzh.cpp

    0下载:
  2. 实现各个数制间的转换,应用到数据结构中的栈和队列!-A small program!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2410
    • 提供者:wuhao
  1. nuaa1507_DancingLink_trackback.cpp

    0下载:
  2. 高德纳发明的高效数据结构dancing link,这里是解重复覆盖问题的一个演示-Donald Knuth invented efficient data structure dancing link, here is the solution to repeat coverage of a demonstration
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2108
    • 提供者:LJJ
  1. Turbo.cpp

    0下载:
  2. Implementation of a turbo encoder/decoder cla-Implementation of a turbo encoder/decoder class
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:5134
    • 提供者:Jawahar
  1. sadgf

    0下载:
  2. 编写一个程序algo7-1.cpp,实现二叉树的各种基本运算,并在此基础上设计一个主程序完成如下功能:-Write a program algo7-1.cpp, a variety of basic operations to achieve a binary tree, and on this basis, the design of a main program to complete the following functions:
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:169806
    • 提供者:慧慧
  1. Cpp

    0下载:
  2. 罗列了C++常用的算法,对于入门的人来说是一份不可多得的资料-Lists the C++ algorithms used, for the entry of people, information is a rare
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:22858
    • 提供者:章剑
  1. cPP

    0下载:
  2. 递归遍历二叉树,是一个关于很简单的数据结构程序-Reciure TwoTree,It s a sample program of Data Struct
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1798
    • 提供者:程序员
  1. cPP

    0下载:
  2. Fibonacci数列 为数组分配一动态内存并将首地址赋给指针变量p //求整数,长整数,双精度数的二次方根 //百钱问题-Fibonacci numbers as an array of dynamic memory allocation of a pointer variable and assign the address of the first p// find integer, long integer, double the number of secondary ro
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1156
    • 提供者:
  1. algorithm-design-with-C-CPP-Java

    0下载:
  2. 这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, in accordance with the algorith
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1599437
    • 提供者:seuylc
  1. High-Precision-in-CPP

    0下载:
  2. 这是一个用C++实现的高精度算法,实现方式是用一个数组存储各个位上的数值,并重载加减乘除摩等运算。-This is a C++, using high-precision algorithms, the implementation is an array of storage with the value on each bit, and heavy operations such as addition and subtraction multiplication and division
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1105
    • 提供者:李康宁
  1. cPP

    0下载:
  2. 用面向过程程序设计方法编写一个计算面积的C语言程序。-use procedure-oriented programming approach write a c programming that calculate superficial
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10144
    • 提供者:刘飞
  1. cPP

    0下载:
  2. vc源代码,数数据结构中的题目改变的一道题目-vc source code, the number of data structures to change a topic title
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4018950
    • 提供者:竹山
  1. shanhukule.cpp

    0下载:
  2. 由叶子到根生成树再由根到叶子检索,是数据结构中用于生成树的一个算法-Spanning tree from the leaf to the root and then retrieved from the root to the leaves, the data structure is a spanning tree algorithm for
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1511
    • 提供者:刘云飞
« 12 3 4 5 6 »
搜珍网 www.dssz.com