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

搜索资源列表

  1. hanoi.rar

    0下载:
  2. 看了数据结构那本书的源代码,又学了点MFC的知识,顺便就把可视化程序做出来了,不过功能少了点,请大家多多指教!,Read the data structure of the book' s source code, but also learn a little knowledge of MFC, the way they do out of visual programming, but the functional少了点, exhibitions please!
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1694196
    • 提供者:萧锋
  1. 数据统计源代码

    0下载:
  2. 设BUF数据区中n个无符号字节数,试计算这些数之和,并以以下形式显示:d0+d1+…+dn-1=S 其中di为第i个数的十进制表示,S为和值的十进制表示。编写程序,要求将十进制数的显示使用子程序SUB1实现,求和工作用子程序SUB2实现。上机调试程序,检查程序正确性,BUF data area located in the n-byte unsigned number, the number of test and calculation of these and the following
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-27
    • 文件大小:883
    • 提供者:董文丽
  1. zhongzi.rar

    0下载:
  2. 清华大学—数据结构视频(严蔚敏老师).很不错的教程。 这个是BT种子。下载速度也不错哦!!,It s very good!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:160611
    • 提供者:lb
  1. yinhangjia.rar

    0下载:
  2. 操作系统银行家算法,并用该算法解决《计算机操作系统》第三版P115习题22的问题。,Operating system, banker' s algorithm, and use the algorithm to solve the " computer system" in the third edition of P115 Problem 22 issue.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:371739
    • 提供者:阿爽
  1. clist-1.5.4-release

    0下载:
  2. CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:169550
    • 提供者:james
  1. Greed

    0下载:
  2. 利用贪心算法解决“部分背包问题”。这是个经典算法,实现的也比较完善,易用而且BUG少。-This code is about the "Knapsack problem".Our policy is the "Greedy Algorithm".It s easy to use & has nearly no BUG.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1004
    • 提供者:洛菲雨
  1. yanweimin.rar

    0下载:
  2. 严蔚敏《数据结构(c语言版)习题集》 参考答案,-Yan Weimin`s refered answers
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:49074
    • 提供者:小康
  1. queen

    0下载:
  2. 八皇后问题。利用了递归算法,很是巧妙!最后一行为输出解的个数,每行共8个数字,这些数字即代表皇后在该行的位置。-It s a code about Eight queen.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:942
    • 提供者:洛菲雨
  1. Robson

    0下载:
  2. Robson遍历改进版: 这个课程设计的目的是进行一个罗布森遍历. 编写和测试的“修改”罗布森遍历程序使用链表代表的二叉树。 这一修改后的版本与原始的不同之处在于罗布森以一个节点的左指针指向左子树;现在修改版是反向。也就是说,当一个节点的左(右)子树正在走过,它的左(右)指针将指向其右(左)子树。在遍历,当一个节点访问,输出 每个栈的内容,它的右左指针。如此这样处理每个栈内元素。-Robson Traversal Write and test a "modifie
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3099
    • 提供者:hunter
  1. 1

    0下载:
  2. 八皇后最快算法,非常非常神奇……对搜索算法感兴趣的可以看看~-8 Queen' s fastest algorithm, very, very wonderful ... ... interested in the search algorithm can take a look ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1169
    • 提供者:SphinX翔
  1. yuesefu

    0下载:
  2. 约瑟夫环的c++语言解决代码,visualc++6.0编译成功-Josephus' s c++ language with code, visualc++6.0 build success
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:538
    • 提供者:123
  1. 8

    0下载:
  2. This program identifies the best poker hand made up of 5 cards from the 7 provided. These cards are - or space separated and look like this: 3S-9D 5S-6D-TH-2S-KC. The first letter of each pair is the value which is one of 2,3,4,5,6,7,8,9,T,J,Q,K, A.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5998
    • 提供者:ed
  1. BankCallingSystem

    0下载:
  2. 模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling system. Use basic queue operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:83089
    • 提供者:Yuan
  1. queen

    3下载:
  2. 拉斯维加斯(Las Vegas)算法来解皇后控制问题的解题报告和源代码。问题描述:在一个n×n个方格组成的棋盘上的任一方格中放置一个皇后,该皇后可以控制他所在的行,列以及对角线上的所有方格。对于给定的自然数n,在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击? 设计一个拉斯维加斯算法, 对于给定的自然数n (1≤n≤100)计算在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击。 -Las Vegas
  3. 所属分类:Data structs

    • 发布日期:2016-01-27
    • 文件大小:81288
    • 提供者:吴钦阳
  1. 二叉树的基本操作

    2下载:
  2. 二叉树的基本操作(1)在二叉链表上设计和实现下列二叉树运算的算法 ① 设计递归算法,实现:删除二叉树,求二叉树的高度,求二叉树中叶子结点数,复制二叉树,交换二叉树的左右子树。 ② 设计算法,按自上到下,自左向右的次序,即按层次遍历一棵二叉树。 ③ 设计main函数,测试上述每个运算。 -Binary Tree s basic operations (1) in the binary list on the design and realization of the fol
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-24
    • 文件大小:1765
    • 提供者:
  1. p

    0下载:
  2. 这个资料是2009年acm/icpc世界总决赛的比赛试题,可以通过试题了解到acm比赛的试题动向-This information is in 2009 acm/icpc final game of the world' s total questions, questions that can match acm test trends
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:448703
    • 提供者:天雨
  1. Desktop

    0下载:
  2. 弗洛伊德算法最短距离的实现,输入为邻接矩阵,输出为最短距离矩阵。-Freud' s realization of the algorithm for the shortest distance, enter the adjacency matrix output for the shortest distance matrix.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:10653
    • 提供者:海波
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 1、初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印(Print):以直观的方式打印赫夫曼树。6、计
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1133568
    • 提供者:林佳
  1. DataStructure-flash

    0下载:
  2. 数据结构动画演示,通过动画展示数据结构各种算法的运行过程-A flah of DataStructure. It s a good resources for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7432705
    • 提供者:顾传龙
  1. banker

    0下载:
  2. 银行家算法的MFC模拟程序,可输入MAX,ALLOCAT数值,计算安全序列-Banker s algorithm designed in MFC
  3. 所属分类:Data structs

    • 发布日期:2016-01-23
    • 文件大小:3291372
    • 提供者:niepan
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 47 »
搜珍网 www.dssz.com