资源列表
[C#编程] ANSYS2FLAC3D
说明:将ansys模型导入到flac软件,解决flac建模困难的问题-Ansys model imported to flac software to solve the difficult problem of flac modeling<john> 在 2025-09-13 上传 | 大小:2kb | 下载:0
[C#编程] zhongzhuihouzhuizhuanhuan
说明:演示用算符优先法对算术表达式求值的过程。 (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。 -Demonstration by operator precedence for arithmetic expression evaluation process. (1) fro<buzhengtian> 在 2025-09-13 上传 | 大小: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-09-13 上传 | 大小:1kb | 下载:0