资源列表
[编译器/词法分析] BankOfComputing.cpp
说明: 本程序是一个行计算器(即对表达式求值)。计算器能实现加、减、乘、除、取余(%)和乘方(^)运算;能实现三角函数(正弦函数sin和余弦函数cos),求10为底的对数log,求2为底的对数ln,求e的指数幂exp,其参数也可以是合法的表达式; 计算器并能对表达式的合法性进行测试,错误的能给出表达式错误的信息。 ] 输入文件格式:第一行是一个正整数N,表示有多少行表达式。接下来的N行每一行是 一个表达式。表达式使用由浮点数(只用小数点表示)和运算符表示。 输出格式:每个行输出一个表达<刘志兵> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[编译器/词法分析] Parser
说明:本程序要求用户在控制台里输入非终极符,终结符与产生式,然后对用户输入的文法进行分析,得出first集 与follow 集,并打印出预测分析表用户决定是否继续进行句型分析,如继续则给出符号分析栈的实现,从而判断刚输入的句子是否为符合该文法的句子。 该程序遵循LL(1) 文法FIRST(A)的构造:是A的所有可能推导的开头终结符或可能的ε FOLLOW(A)是所有句型中出现在紧接A之后的非终结符或“#” 预测分析程序 构造LL(1)分析表 ⅰ,构造文法中所有元素的FIRST和FOLL<刘志兵> 在 2025-06-14 上传 | 大小:6kb | 下载:0
[编译器/词法分析] decompiler
说明:我自己写的flash player decompiler,不是幡汇编器,是反编译器,用来反编译swf文件的actionscr ipt,支持swf 6-I wrote it myself flash player decompiler, assembler not Hatabu is Decompiler to decompile the swf file actionscr ipt, support swf 6<westwind1974> 在 2025-06-14 上传 | 大小:30kb | 下载:0
[汇编语言] PWM
说明:利用汇编语言编写,VHDL,实现PWM波形转换电压,直接导入单片机即可运行,产生波形输出实现转换电压的功能.-Prepared to use assembly language, VHDL, realize PWM waveform converter voltage, can be run directly into single-chip, resulting in the output waveform realize the function of voltage conversion.<yangfan> 在 2025-06-14 上传 | 大小:1.02mb | 下载:0
[操作系统开发] Progress_Scheduling
说明:操作系统课程设计:进程调度.用优先数调度算法和轮转调度算法进行进程调度模拟,将其各种算法进行调度的过程演示的很全面-Operating systems curriculum design: the process of scheduling. With a few priority scheduling algorithm and scheduling algorithm Round-Robin scheduling simulation carry out the process of its<wlt> 在 2025-06-14 上传 | 大小:222kb | 下载:0
[操作系统开发] Banker_algorithm
说明:操作系统课程设计: 银行家算法模拟,通过程序实现定义的进程,为各进程分配资源,附有完整源代码-Operating systems curriculum design: banker s algorithm simulation, the adoption of procedures to achieve the definition of the process, the process for the allocation of resources, with complete source<wlt> 在 2025-06-14 上传 | 大小:260kb | 下载:0
[书籍源码] yusef
说明:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。-Number is 1,2, ... ..., n of the n individuals in accordance with the clockwise direct<gozai> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[书籍源码] duoxiangshi
说明:用C++实现数据结构多项式四则运算程序,一定要保证输入的运算式正确,否则程序会出错 如 2*3-4/5+(3*(4+5)) -With C++ Realize data structure polynomial arithmetic procedures must ensure that the importation of the expression is correct, otherwise the process will go wrong, such as 2* 3-4/5+ (<gozai> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[汇编语言] DS18B20DUXULIEHAO
说明:是DS18B20读序列号的汇编程序-DS18B20 read the serial number is a compilation of procedures<> 在 2025-06-14 上传 | 大小:6kb | 下载:0