资源列表
[编译器/词法分析] zprofileUr1.0
说明:是FLUENT中关于城市环境的风速阔线的UDF-Is a FLUENT on city environmental wind speed broad line UDF<张红婴> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[编译器/词法分析] FAScanner
说明:单词是高级语言中有实在意义的最小语法单位,而单词又由字符组成。每一种高级语言都定义一组字符集。单词可大致分为五类:基本字,标识符,整常数,运算符,界限符。从输入的源程序字符串中逐个地把这些单词识别出来,并转化成机器比较容易使用的内码形式,这是词法分析器的主要任务。-The word is the smallest grammatical unit actual significance of the high-level language, the word characters. Each d<朱东> 在 2025-06-20 上传 | 大小:26kb | 下载:0
[编译器/词法分析] LL1Parsing
说明:语法分析阶段的主要任务是组词成句。每一种语言都有一组文法。按照这些文法,可以由单词组成语法单位,如短语、语句、过程和程序。语法分析就是通过语法分解,确定整个输入串能否构成语法上正确的句子和程序等。-The main task of the parsing stage is a group of words into a sentence. Each language has a set of grammar. These grammars can be composed by the word<朱东> 在 2025-06-20 上传 | 大小:13kb | 下载:0
[Dephi控件源码] lottery.pas
说明:双色球、大乐透、3D等彩种即时开奖和图表-Color ball, Lotto instant lottery and chart<cptyh> 在 2025-06-20 上传 | 大小:1.36mb | 下载:0
[编译器/词法分析] zprofileUr0.1
说明:FLUENT城市环境中的风速阔线,风速为0.1m/s,垂直方向为z轴-FLUENT city environmental wind speed in a broad line, wind speed is 0.1m\/s, vertical direction as Z axis<张红婴> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[操作系统开发] schedule
说明:按优先级进行调度的算法,1. 用一个指针指向就绪队列的第一个进程,用另一个指针指向正在运行的进程。每个进程由一个PCB来标识。 2. 调度时,总是选择优先级最高的执行,并采用动态调度:每运行一次优先级减1,估计运行时间减1。 3. 重复调度直到全部完成。-By priority scheduling algorithms, with a pointer to the first process of the ready queue, and another pointer to poin<朱东> 在 2025-06-20 上传 | 大小:88kb | 下载:0