搜索资源列表
操作系统实验报告
- 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
编译原理课程设计报告LL1文法
- 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand se
计算方法实验报告
- 涉及计算方法类的源程序,包括romberg算法,四阶龙库格算法,langrang插值-involved calculation of the source categories, including Romberg algorithm, four bands - grid algorithm library, langrang interpolation
ZOJ1090解题报告
- ZOJ1090解题报告 值得新手学习
微机原理与接口技术软件实验报告
- 微机原理与接口技术软件实验报告,内有相关程序及代码
EM算法
- EM算法源程序的代码,运行的结果和实验报告
gfhgf
- 学生毕业论文(设计)开题报告:微粒群算法及其应用开题报告-Student Thesis (design) problem that report: particle swarm optimization and its application to open title report
Graph
- 实现两个光源的场景模拟,使用Z扫描线算法渲染,包括计算机图形学中的多这个算法实现。带报告-Realize the two scenes of simulated light source, the use of Z scan line algorithm for rendering, including computer graphics in many realize this algorithm. With report
code2
- 基于map的正向最大匹配与逆向最大匹配算法的浅分析 中文信息处理 源码 报告-Map-based forward and reverse maximum matching algorithm for maximum matching shallow analysis of Chinese information processing source reports
xunhuansaiqxf
- 算法课程设计 分治法解决循环赛日程表 源代码+word报告+答辩PPT-Curriculum design of divide and conquer algorithm to solve a round robin schedule report+ source code+ word reply PPT
遗传算法求解VRP问题的技术报告
- 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
LRU算法
- 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)
智能算法报告
- 人脸识别,神经网络算法,识别各式人脸,输出准确率,人脸数据在压缩包里(Face recognition, neural network algorithm, identify all kinds of face, output accuracy, face data in the compressed package)
电磁组 安徽大学 威航队 技术报告
- 关于平衡车技术介绍,核心算法以及控制系统的组成,电路设计及其机械结构设计(It introduces the balance vehicle technology, the core algorithm and the composition of the control system, circuit design and mechanical structure design)
银行家算法
- 操作系统上机实习报告 银行家算法详细源代码(Practice of operating system on computer Banker algorithm code)
遗传算法自动组卷实验报告
- 该试验报告为大学生的《遗传算法的组卷实验报告》。对于学习遗传算法的组卷系统有一定的参考价值。(The test report is the experimental report of the genetic algorithm for the test paper of College students. It has some reference value for learning the test paper system of genetic algorithm.)
数据结构-单链表-实验报告
- 1.实验目的及要求 1.1实验目的: (1)掌握线性表的顺序存储结构; (2)验证单链表及其基本操作的实现; (3)进一步理解算法与程序的关系,能够将单链表算法转换为对应的程序。 1.2 实验要求: (1)用头插法(或尾插法)建立带头结点的单链表; (2)对已建立的单链表实现插入、删除、查找等基本操作。(1 the purpose and requirements of the experiment 1.1 the purpose of the experiment:
数据结构-汉诺塔-实验报告
- 1.1 实验目的及要求 设计数据结构表示3座宝塔和n个碟子: 输出每一次移动碟子的情况 分析算法的时间性能 1.2 实验设计 1;将塔A上的n-1个碟子借助塔C移动到塔B上 2:把塔A上剩下的一个碟子移动到塔C上 3:将n-1个碟子从塔B借助于塔A移到塔C上 三座宝塔(塔A,塔B,塔C)分别用三个字符型变量A,B,C表示,n个碟子从1 开始连续自然数编号(1.1 the purpose and requirements of the experiment The desig
操作系统实验报告
- 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))
数据结构实验报告
- 中南大学数据结构C++实验报告: 实验一 线性表 实验二 栈、队列与递归算法设计 实验四 树结构及其应用 实验五 图结构及其应用 实验六 查找和排序(Data structure C++ experimental report of central south university)