-
Redhat8的安装教程(文本安装方式)(
Redhat8的安装教程(文本安装方式)(-Redhat8 the installation guide (text installation) (
- 2022-02-09 18:48:39下载
- 积分:1
-
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。...
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations between the priority), specific details can be read source.
- 2023-02-02 19:30:03下载
- 积分:1
-
这是程序是老师提供的源程序,其中包含了方程的离散等解法 值得一学习。...
这是程序是老师提供的源程序,其中包含了方程的离散等解法 值得一学习。-This is the program source code is provided by teachers, including the discrete equations method, etc. It is worth learning.
- 2022-01-25 14:33:52下载
- 积分:1
-
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(...
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:,,,
输出
以指数递增的顺序输出乘积: ,,,
零多项式的输出格式为:,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
- 2023-04-13 09:30:03下载
- 积分:1
-
我写的数据结构小程序是关于排序算法的,功能比较全
我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
- 2023-02-09 08:05:04下载
- 积分:1
-
data structure of a test is a polynomial arithmetic inside a package, Chain oper...
数据结构的一个试验,是一个多项式的运算,里面封装了,链表的操作,堆栈的操作等常用的数据结构,适合初学者-data structure of a test is a polynomial arithmetic inside a package, Chain operation, the operation of stack common data structure, suitable for beginners
- 2022-01-30 20:47:33下载
- 积分:1
-
把老师给的PPT,上传了。
是说数据结构。
把老师给的PPT,上传了。
是说数据结构。-The teacher to the PPT, uploaded. Is that data structure.
- 2022-04-19 08:46:19下载
- 积分:1
-
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题...
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question
is in the construction of data has the model the representative
question
- 2022-06-29 23:56:23下载
- 积分:1
-
只是关于数据结构的同步教材的例子,在这里可以帮助大家轻松的学习数据结构。...
只是关于数据结构的同步教材的例子,在这里可以帮助大家轻松的学习数据结构。-Only on the data structure example of synchronous teaching materials here to help everyone easily learning data structures.
- 2022-04-30 15:17:54下载
- 积分:1
-
simple correspondence procedures
简单的通讯录程序-simple correspondence procedures
- 2022-02-02 13:57:03下载
- 积分:1