搜索资源列表
抢 30
- 这是中国民间的一个游戏。两人从1开始轮流报数,每人每次 可报一个数或两个连续的数,谁先报到30,谁就为胜方。 *问题分析与算法设计 本题与上题类似,算法也类似,所不同的是,本谁先走第一 步是可选的。若计算机走第一步,那么计算机一定是赢家。若人 先走一步,那么计算机只好等待人犯错误,如果人先走第一步且 不犯错误,那么人就会取胜;否则计算机会抓住人的一次错误使 自己成为胜利者。-This a popular Chinese game. Th
huibianyuyffffffffan
- 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 实现哈系表查找算法。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述;
Dijkstra_Huffman_Prim
- prim算法Huffman算法Dijkstra算法和实验报告-prim algorithm Huffman algorithm Dijkstra algorithm and experimental report
liuxingequhubian
- (1) 利用汇编语言程序设计编写用键盘选择计算机演奏流行音乐乐曲的程序,歌曲清单至少包括3首。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述; 4.源程序与执行
银行家算法操作系统实验报告
- 银行家算法的课程设计报告-bankers algorithm design of the curriculum report
Bankers_algorithm
- 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
delimiter_matching
- 编写简易编译器,能发现分隔符匹配的错误如括号、注释符的匹配问题,都能检测出来-delimiter matching The simple algorithm uses a stack and is as follows: Make an empty stack. Read characters until end of file. If the character is an open anything, push it onto the stack. If it is a close
ShouCiShiYingSuanFa
- 内存分派算法——首次适应算法及其实验报告设计-Memory assignment algorithm- the first report of adaptation algorithm and its experimental design
sisuobimian
- 死锁避免——银行家算法的模拟实现,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态的理解.附有我的實验报告,源代码。-Deadlock Avoidance- Banker s Algorithm simulation achieved by simulating the deadlock avoid the realization of better understanding of the deadlock avoidance, system security status underst
IF-ELSEdiguixiajiangfasiyuanshi
- 1 )收件符合特定语法语法分析和属性文法。 ( 2 )完成的科目要求的中间代码的描述三个地址。 ( 3 )写的语法某一思想的分析,完成解析和语义分析节目。 ( 4 )良好的分析,编制过程中,设计了一些使用情况下,试验的设计通过分析程序。 ( 5 )的设计,附件所要求的报告写作格式。课程设计报告正文应包括以下内容: 1系统描述(描述问题域) 2属性文法和语法的描述 3描述了语法分析和语法分析设计 4给出了说明的形式,中间代码和中间代码序列的结构设计
ShiYanYi_ShiJianPianLunZhuanSunaFa
- 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
MFCCandLPCCsuanfa
- 一份关于语音识别算法的很好的资料,会对大家有很好的帮助。-A report on the speech recognition algorithm is very good information, will we have a good help.
OS
- 这是操作系统中调度算法中时间片轮转算法完成后的实践报告-This is the operating system scheduling algorithm in the time slice cycle after the completion of practice report
yinhangjia
- 操作系统银行家算法实验报告,内附代码;功能齐全,下载粘贴之后聚能运行,绝不用在调试-Bankers algorithm operating systems laboratory report, containing a code featured download pasted together to run after, not used in debugging
dynamic-priority-allocation
- 这是操作系统中动态优先权算法模拟的实验报告,内含有源代码,能够计算周转时间等-This is the operating system, dynamic priority algorithm simulation lab report, containing source code, to calculate the turnover time
fifo
- 先进先出页面调度算法,有完整的注释以及实验报告,-FIFO paging algorithm, a complete test report and comments
scheduling
- 计算机操作系统多级反馈队列算法及相应的实验报告-The computer operating system, multi-level feedback queue algorithm and the corresponding lab report
graphpartition
- MATLAB function to partition very large graphs very fast. This function implements a graph partitioning algorithm based on spectral factorization. This algorithm is described in the following technical report: Joã o Hespanha. An efficient MA
BIANYI
- 包含6个编译原理课程设计完整报告,包括集合FOLLOW(A)构造算法,算符优先分析算法,构造正规式r1r2(连接运算)的NFA等,有源码以及结果截图-Contains 6 compiler theory curriculum design complete report, including the collection FOLLOW (A) construction algorithm, operator priority analysis algorithms, construct regu
Test2
- 操作系统 进程调度实验(优先数调度算法和时间片循环调度算法),代码+测试数据+实验报告-Operating system process scheduling experiment (priority scheduling algorithm and time slice cycle scheduling algorithm), test data+ code+ test report