资源列表
[C#编程] zhongzhuihouzhuizhuanhuan
说明:演示用算符优先法对算术表达式求值的过程。 (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。 -Demonstration by operator precedence for arithmetic expression evaluation process. (1) fro<buzhengtian> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[C#编程] hw5
说明:实现删除嵌套的注释。每次从键盘上读取三行字符串。若发现存在嵌套的情况,即在注释内又存在的/*或*/,就把这/*或*/删除,注释外的部分保留。/与*优先级是左结合,即当前出现/*/时,优先删除/*。--Achieve delete nested comments. Each read three lines of string from the keyboard. If it is found of the presence of nested, the comment /* or* /, put<范萍伟> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[C#编程] zhishizhong(CSharp)
说明:编程模拟现实世界中的时钟,可以按照正常的时间走-Programming analog clock in the real world, in accordance with the normal time to go<孙倩> 在 2025-06-09 上传 | 大小:36kb | 下载:0
[C#编程] FileStreamRW
说明:利用C#实现文件流的写入,运行现实正确,没有问题-C# write file stream running reality right, no problem<孙倩> 在 2025-06-09 上传 | 大小:33kb | 下载:0