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

搜索资源列表

  1. phone

    0下载:
  2. 数据结构中线形结构的课程设计:电话簿系统的设计与实现-Linear structure of the data structures curriculum design: system design and implementation of directory
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1284
    • 提供者:da
  1. Arithmetic24gamedemo

    0下载:
  2. 数据结构课程设计报告吗,算术24游戏演示,功能齐全,界面友好。-Design reports for data structure course, arithmetic 24 game demos, functional and friendly interface.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:515621
    • 提供者:刘烨
  1. work9

    0下载:
  2. 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场,设计一个有效的贪心算法进行安排。-Enough to assume that many of the arrangements for the venue where a number of activities and want to use the venue as small as possible, design an efficient greedy algorithm to carry out the arrangemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:942
    • 提供者:许磊
  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. data_struct7

    0下载:
  2. 数据结构课后设计题第七章 7.22③ 试基于图的深度优先搜索策略写一算法, 判别以邻接表方式存储的有向图中是否存在由顶 点vi到顶点vj的路径(i≠j)。 注意:算法中涉及 的图的基本操作必须在此存储结构上实现。 实现下列函数: Status DfsReachable(ALGraph g, int i, int j) -Data structure design question after class Chapter 7.22 ③ test graph-b
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3033
    • 提供者:W.Y.T.S
  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. pro

    1下载:
  2. 如果采用单链表保存单词,可采用如下办法压缩存储空间。如果两个单词的后缀相同,则可以用同一个存储空间保存相同的后缀。例如,原来分别采用单链表保存的单词Str1“abcdef”和单词Str2“dbdef”,经过压缩后的存储形式如下。 请设计一个高效的算法完成两个单链表的压缩存储,并估计你所设计算法的时间复杂度。 要求:阅读预设代码,编写函数SNODE * ziplist( SNODE * head1, SNODE * head2 ) ziplist的功能是:
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2645
    • 提供者:zzzbit
  1. suanfa

    0下载:
  2. 算法设计与分析基础课后习题答案,好的一本算法书。-Algorithm Design and Analysis of Problem-based after-school answer to an algorithm is a good book.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4685950
    • 提供者:jack
  1. scasca

    0下载:
  2. 迷宫求解 用一个m×n长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序对于任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Maze solving an m × n long phalanx said the maze, the maze of pathways and barriers 0 and 1, respectively. Design a program for any set of the maze, find a path from entran
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2712
    • 提供者:mkk
  1. sns-2-IP

    0下载:
  2. 首届SNS算法设计大赛初赛第二题~有关Ip查询~-SNS algorithm first design competition Ip preliminary inquiries about the second question ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:151890
    • 提供者:jiang
  1. parentheses-design

    0下载:
  2. 假设一个算数表达式中可包含三种括号:圆括号,方括号和花括号且这三种括号可以按任意次序嵌套使用。试利用栈的运算,编写判别表达式中所含括号是否正确配对出现的算法-Suppose an arithmetic expression can contain three brackets: parentheses, brackets and braces and three brackets can be nested in any order. The trial use of the computing
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1983
    • 提供者:陈磊
  1. Tic-Toc-Toe.doc.tar

    0下载:
  2. 井字棋算法的详细设计过程,其中有源码及详细地分析过程。适合作为设计算法练习使用。-Tic-Tac-chess algorithm detailed design process, including source code and detailed analysis of the process. Exercise suitable for use as a design algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:18230
    • 提供者:jr_ghost
  1. b+

    1下载:
  2. 我们程序设计课上要求写的b+树的c++实现,可以进行插入查找删除等操作,代码简单,适合新手-We design classes require written b+ Tree c++ Achieve, can be inserted to find the deletion of such operations, the code is simple, suitable for novice
  3. 所属分类:Data structs

    • 发布日期:2014-12-29
    • 文件大小:2307
    • 提供者:刘仪伟
  1. 实习报告:停车场管理

    0下载:
  2. 数据结构课程设计--停车场管理 实习报告:停车场管理 题目:编制一个模拟停车场管理的程序。 -Data structures curriculum design- Parking Management Practice Report: Parking management topics: the preparation of a simulated car park management program.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:3066
    • 提供者:温秋收
  1. yy

    0下载:
  2. vc的校园导游系统,数据结构课程的设计作品,利用算法将最短与最长路径算出,比较简单,便于扩张-vc campus tour guide systems, data structure, curriculum design work, using the algorithm calculates the shortest and longest path, is relatively simple, easy to expand
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:7406
    • 提供者:yang
  1. youchongfuyuansupailiewenti

    0下载:
  2. 算法设计与分析的一道题目:有重复元素排列问题(适用于上课实验)-Algorithm design and analysis of a topic: There are repeating elements in array problems (for school test)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:527
    • 提供者:莫问天
  1. migong

    0下载:
  2. MFC 的迷宫小游戏数据结构课程设计:迷宫,采用Visual C++ 6.0开发,适合初学者学习使用-MFC maze game data structures curriculum design: a maze, using Visual C++ 6.0 development, suitable for beginners learning to use
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:31307
    • 提供者:andyyu
  1. SQP

    0下载:
  2. 这是基本的二次规划算法,能够帮助初学者很好的掌握二次规划的基本概念,深入理解优化设计的程序。-This is the basic quadratic programming algorithm that can help beginners a good grasp of the basic concepts of quadratic programming, in-depth understanding of optimal design of the program.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1502
    • 提供者:晓明
  1. shujujiegoujiapu

    1下载:
  2. 这是本人大二的时候数据结构课程设计所做的一个家族树管理系统,基于二叉树,实现家族的家谱管理。-This is my second year data structures course, when doing a family tree design management system, based on the binary tree, the genealogy of the family managed to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1930167
    • 提供者:虞斌
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com