资源列表

« 1 2 ... .61 .62 .63 .64 .65 14366.67 .68 .69 .70 .71 ... 14958 »

[编译器/词法分析编译原理

说明:通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。(Through the design of the preparation, debugging a specific lexical analysis procedures, deepen the understanding of the principles of lexical analy
<aaa2222339 > 在 2024-11-19 上传 | 大小:3kb | 下载:0

[操作系统开发银行家算法

说明:银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level
<寒修末 > 在 2024-11-19 上传 | 大小:81kb | 下载:0

[操作系统开发进程调度

说明:进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run
<寒修末 > 在 2024-11-19 上传 | 大小:1kb | 下载:0

[操作系统开发LRU

说明:用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The bas
<寒修末 > 在 2024-11-19 上传 | 大小:1kb | 下载:0

[书籍源码汽车牌照的简单自动识别

说明:对汽车牌照简单的识别的程序和函数,例如,停车系统识别,交通信号拍照识别(Simple identification of car license, parking system, traffic signal camera)
<yyyzzzwww > 在 2024-11-19 上传 | 大小:219kb | 下载:0

[操作系统开发nachos_study_book

说明:学习操作系统用的nachos系统的学习用书,对学习操作系统的有很大帮助(the nachos study book is strongly useful for learning OS.)
<人气呆毛选手 > 在 2024-11-19 上传 | 大小:206kb | 下载:0

[中间件编程yijiedaolibai

说明:一级倒立摆系统响应,最优算法lqr稳定控制的仿真,以及Simulink搭建的图形及仿真。(The first-order inverted pendulum system response, the optimal algorithm lqr stability control simulation, and Simulink structures and simulation.)
<yyyzzzwww > 在 2024-11-19 上传 | 大小:102kb | 下载:0

[编译器/词法分析编译原理

说明:编译原理编译器的设计,包含pl0.c pl0.h(pl0.c & pl0.h design)
<patirck > 在 2024-11-19 上传 | 大小:3kb | 下载:0

[汇编语言8086

说明:汇编语言,8086排序题 代码见1.asm文件(Assembly language, 8086 sort question code, see assembly language, 8086 sorting questions, code see 1.asm.)
<patirck > 在 2024-11-19 上传 | 大小:6kb | 下载:0

[操作系统开发进程通信

说明:进程通信 socket进程通信 内含四个源代码 和实验说明(Contains four source code and experimental instructions)
<patirck > 在 2024-11-19 上传 | 大小:9kb | 下载:0

[操作系统开发远程socket通信

说明:远程socket通信代码 内含client和server代码(Contains four source code and experimental instructions)
<patirck > 在 2024-11-19 上传 | 大小:6kb | 下载:0

[书籍源码sample1

说明:基础粒子群算法,输出迭代次数与适应度值关系图(The relation between the number of output iterations and the fitness value of the basic particle swarm optimization algorithm)
<naitgniq > 在 2024-11-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 14366.67 .68 .69 .70 .71 ... 14958 »

源码中国 www.ymcn.org