资源列表

« 1 2 ... .24 .25 .26 .27 .28 2329.30 .31 .32 .33 .34 ... 2656 »

[数据结构常用算法seedoctor

说明:编写一个程序,反应病人到医院看病,排队看医生的情况。在病人排队的过程中,主要重复两件事: (1)病人到达诊室,将病历本交给护士,排到等待队列中等候诊。 (2)护士从等待队中列中取出一位病人的病例,该病人进入诊室就诊。 要求模拟病人等待就诊这一过程。程序采用菜单方式,器选项及功能说明如下: 1排队——输入排队病人的病历号,加入到病人排队队列中。 2就诊——病人排队队列中最前面的病人就诊,并将其从列队中删除。
<余啸坤> 在 2024-11-15 上传 | 大小:774kb | 下载:0

[数据结构常用算法queen

说明:N皇后问题是算法中回溯法应用的一个经典案例 回溯算法也叫试探法,它是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。 -N queens problem is backtracking algorithm applied a classic case of backtracking algorithm, also called heuristics, which is
<余啸坤> 在 2024-11-15 上传 | 大小:591kb | 下载:0

[数据结构常用算法tree

说明:实现二叉树的先序遍历,中序遍历和后序遍历的递归和非递归算法,以及层次遍历的算法。 用二叉树来表示代数表达式,树的每一节点包括一个运算树,代数表达式中包含“+”,“—”,“*”,“/”和一位整数且没有错误,按照先乘除后加减的原则构造二叉树。 构造一颗哈夫曼树,输出对应的哈夫曼编码和平均查找长度。-Recursive and non-recursive algorithm binary tree preorder, preorder
<余啸坤> 在 2024-11-15 上传 | 大小:1.23mb | 下载:0

[数据结构常用算法hafuman

说明:使用哈弗曼算法,对文件进行压缩然后再进行解压。-Use the Huffman algorithm to compress the file and then decompress.
<余啸坤> 在 2024-11-15 上传 | 大小:8kb | 下载:0

[数据结构常用算法hash

说明:hash table 数据结构 课程作业实习 -hash table data structure course work
<jinliang> 在 2024-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法heap

说明:heap 数据结构 课程作业 java实习-heap data structure java internship course work
<jinliang> 在 2024-11-15 上传 | 大小:5kb | 下载:0

[数据结构常用算法linkedlist

说明:linkedlist 数据结构作业 课后实习-linkedlist after-school job placement data structure
<jinliang> 在 2024-11-15 上传 | 大小:5kb | 下载:0

[数据结构常用算法maps

说明:maps 数据结构实习作业 代码有一点小问题-maps internship job code data structures have little problem
<jinliang> 在 2024-11-15 上传 | 大小:5kb | 下载:0

[数据结构常用算法Queue

说明:queue 队列 数据结构实习作业 课后实习-queue queue data structure after-school internship internship job
<jinliang> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法Data-structure-data

说明:《数据结构》是研究非数值计算的程序设计中计算机的操作对象以及它们之间的关系和操作等等的学科. -"Data structure" is between a computer program design and calculation of the non numerical operations in the objects and their relationships and operations and so on subj
<shenlong> 在 2024-11-15 上传 | 大小:1.13mb | 下载:0

[数据结构常用算法C-suanfajingdian

说明:C语言经典算法合集, Char1-char20-Classic C language algorithms Collection, Char1-char20
<ibug> 在 2024-11-15 上传 | 大小:435kb | 下载:0

[数据结构常用算法LinkStruct_josephus

说明:用链表结构解决约瑟夫问题,这是数据结构中的一个重要部分-The solution of the Joseph problem with chain structure, which is an important part in data structure
<thinking_fioa> 在 2024-11-15 上传 | 大小:211kb | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 2329.30 .31 .32 .33 .34 ... 2656 »

源码中国 www.ymcn.org