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

搜索资源列表

  1. Project_2

    1下载:
  2. 银行排队的数学模型的实现 问题: n银行有n个窗口对外营业,每个窗口一次只能接待一个客户 n客户的到达时间和处理业务的时间不同(可随机产生) n利用链表队列模拟总的处理过程和处理时间 n假设 n不允许插队,不同客户的交接时间忽略不计 策略I: 策略 客户先选择无人窗口办理 如果没有,就选择人数最少的窗口排队 讨论 人数最少未必能最快得到处理 如果客户发现其他窗口的排队人数少于本
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42.3kb
    • 提供者:云从龙
  1. 6

    0下载:
  2. 配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第六章树和二差树。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm for tree and II of Chapter VI of poor
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:21.17kb
    • 提供者:wujiawei
  1. data_structure_and_algorithm

    0下载:
  2. 《数据结构与算法入门导学》 第一章 概论 第二章 线性表 第三章 栈和队列 第四章 串 第五章 多维数组和广义 表 第六章 树 第七章 图 第八章 排序 第九章 查找 第十章 文件-" Introduction to Data Structures and Algorithm Study I." Introduction to Chapter II Chapter III Chapter linear stack and queue Chapter IV Chapter V
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:408.02kb
    • 提供者:lzm
  1. 3497

    0下载:
  2. PKU3497-二分加贪心,具体算法详见代码~-Add PKU3497-II sub-greedy algorithm as detailed in the specific code ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.12kb
    • 提供者:V-Jay
  1. DataStructureAlgorithm

    1下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:16.43mb
    • 提供者:孙继磊
  1. Binary_Tree_Traversal

    0下载:
  2. 哈尔滨工业大学,计算机科学与技术学院,数据结构实验二:二叉树的递归与非递归遍历-Harbin Institute of Technology, Computer Science and Technology, the data structure experiment II: the recursive and non recursive binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.31kb
    • 提供者:
  1. pack2

    0下载:
  2. 数据结构中栈的经典算法——第二类背包问题,已经通过测试!-The stack data structure in the classic method- II knapsack problem, has passed the test!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:864.96kb
    • 提供者:nick
  1. test3-5

    0下载:
  2. 问题描述:设有11种不问的钱币各若干张,可用这II种钱币产生许多不同的面值。试 设计一个算法,计算给定的某个面值,能有多少种不同的产生方法。例如有1分3张,2分 3张,5分1张,则能组成7分面值的方法有:3个1分+2个2分,1个1分十3个2分,2 个1分+1个5分,1个2分+1个5分共四种。 ^编程任务:对于给定的II种不同钱币,编程计算某个给定面值能有多少种不同的产生 方法。-Problem Descr iption: There should be 11 kinds of coi
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:482.75kb
    • 提供者:伍超洋
  1. Data_struct_2

    0下载:
  2. 数据结构课后设计题第二章(2009-06-17 23:19:42)转载标签:数据结构第二章杂谈 分类:编程 ◆2.11② 设顺序表L中的数据元素递增有序。 试写一算法,将x插入到L的适当位置上,并保 持该表的有序性。 要求实现下列函数: void InsertOrderList(SqList &L, ElemType x) 顺序表类型定义如下: typedef struct { ElemType *elem int length
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:3.82kb
    • 提供者:M.T
  1. u

    0下载:
  2. 一、课程设计题目和目的 1 二、课程设计要求 1 三、程序设计思想 1 四、文件系统的实现 2 1.数据结构设计 2 2.程序功能图 3 3.实体关系图 3 4.数据流图 4 5.程序流程图 5 -First, the curriculum design and purpose of a title II requires a three-course design, program design a four, the file system impleme
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:135.45kb
    • 提供者:jianniu
  1. hangdian1002

    0下载:
  2. A + B Problem II 杭州电子科技大学ACM在线判定系统1002题大数相加,本人写的算法,有兴趣的可以拿回去参考下,正常情况是可以AC的-A+ B Problem II, Hangzhou University of Electronic Science and Technology 1002, ACM-line to determine the system problems of large numbers add up, I wrote the algorithm, int
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:334.23kb
    • 提供者:无晴
  1. c

    0下载:
  2. 计算机等级考试二级C语言链表复习资料,让你不在害怕链表-Computer grade examination review materials II C-list, so you' re not afraid to list
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11.55kb
    • 提供者:xin
  1. 2

    0下载:
  2. 本文件包含《数据结构》第二章的相关习题源码,全部可运行。开发平台为visual C++6.0-This document contains " data structure" associated exercises in Chapter II source, the entire operation. Development platform for the visual C++6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:19.26kb
    • 提供者:
  1. CH2

    0下载:
  2. 数据结构第二章各主要算法源代码。都是可以直接使用的,主要是链表-Chapter II of the main data structures algorithm source code. Can all be used directly, mainly linked
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:44.68kb
    • 提供者:素素
  1. The-art-of-computer-programming-2

    0下载:
  2. 经典的计算机编程艺术第二卷,绝对经典的一本书!关于数据结构,算法都有详细的阐述! -The classic art of computer programming II, an absolute classic of a book! On data structures, algorithms are explained in detail!
  3. 所属分类:Data structs

    • 发布日期:2017-06-11
    • 文件大小:18.09mb
    • 提供者:cl
  1. huffman

    0下载:
  2. Huffman 编码 已知:信源符号个数q、信源符号s0, . . . , sq?1,信源概率分布p0, . . . , pq?1。 算法: (a) 如果q = 2 则返回编码:s0 7! 0, s1 7! 1 (b) 否则 i. 重新排序s0, . . . , sq?1 和p0, . . . , pq?1 ii. 创建一个符号s′,其概率为p′ = pq?2 + pq?1 iii. 递归调用本算法以得到s0, . . . , sq?3, s′ 的编码w0, . .
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:948byte
    • 提供者:萨仁高娃
  1. dahuadatastructure

    0下载:
  2. 大话数据结构讲的通俗易懂,今年6月刚出版,目前只有第二章算法和第六章排序,个人觉得讲的不错-Lying about the user-friendly data structure, just published in June this year, only Chapter II and Chapter VI of the sorting algorithm, individuals feel good about the
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.3mb
    • 提供者:lession
  1. DataStructer-Assigments

    0下载:
  2. 数据结构的第二章作业。关于链表,栈等所有基本操作的代码-Chapter II of the data structure operations. About linked lists, stacks and all the basic operations of the code
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:113.87kb
    • 提供者:王彬彬
  1. sort

    0下载:
  2. 数据结构实验二排序算法,程序中实现了选择排序、冒泡排序、插入排序和基数排序四种排序算法,在使用的时候会在你输入想要排序的数据后选择排序方法,方便使用。-Experiment II data structure, sorting algorithm, the program implements selection sort, bubble sort, insertion sort and radix sort four kinds of sorting algorithm, in use whe
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:261.26kb
    • 提供者:敏敏特穆尔
  1. NSGA-II

    0下载:
  2. 相对于NSGA而言,NSGA—II具有以下优点:1)提出新的基于分级 的快速非胜出排序算法,将计算复杂度由 降到 ,其中: 表示目标函数的数目, 表示种群中个体的数目;2)为了标定分级快速非胜出排序后同级中不同元素的适值,也为使准 域中的元素能扩展到整个 域,并尽可能均匀遍布,文献[7]提出了拥挤距离的概念,采用拥挤距离比较算子代替需要计算复杂的共享参数的适值共享方法;3)引入了保优机制,扩大了采样空间,经选择后参加繁殖的个体所产生的后代同其父代个体共同竞争来产生下一代种群,因此有利于保持优良的
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:19.63kb
    • 提供者:姜徐东
« 12 »
搜珍网 www.dssz.com