-
使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。...
使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。-use recursive method formula Analyzer, to set a C-language format with the formula, you can use brackets, Monocular Operators, calculation formula of the calculation results.
- 2022-02-05 05:34:16下载
- 积分:1
-
Research and information management can realize the function of the system, have...
可实现科研信息管理系统的功能,有项目管理,教师管理,科研项目管理等多项内容-Research and information management can realize the function of the system, have project management, teacher management, research management, and so a number of content
- 2022-05-13 15:44:57下载
- 积分:1
-
图书管理系统
这个源代码是一个图书管理系统,可以实现的功能有实现图书的增加删除。读者的新增添加删除。以及新增图书,借出图书图书超期管理。
- 2022-01-30 16:25:57下载
- 积分:1
-
赫夫曼编码程序,配套于数据结构教学书(南航)
赫夫曼编码程序,配套于数据结构教学书(南航)-Huffman coding procedures, data structures in supporting the teaching book (Southern)
- 2023-06-23 06:40:04下载
- 积分:1
-
学位证书打印系统
学位证书打印系统-degree certificate printing system
- 2022-05-23 01:44:22下载
- 积分:1
-
求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接...
求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest path. Assuming a computer network n site, followed by No. 1, 2, ..., n; Some sites have direct connections (that is, between two sites are no other site), and some sites have no direct connections. If three yuan (i, j, f) to the network said the site j site and I have direct connections between them but the distance of f the network known as the site of the direct link between the situation by 3 m (i1, j1, f1), ( i2, j2, f2), ..., (im, jm, fm) to determine, calculate requirements for a network site arbitrary g (1 g n) of the rest of the site is the shortest distance.
- 2023-05-31 21:45:02下载
- 积分: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
-
一个有关电力系统收费的管理软件
一个有关电力系统收费的管理软件-an electricity pricing system management software
- 2022-09-23 21:35:03下载
- 积分:1
-
VB6.0 under the DataList control the use of examples!
VB6.0下DataList控件的使用示例!-VB6.0 under the DataList control the use of examples!
- 2023-06-04 20:35:03下载
- 积分:1
-
Variable postfix infix expression evaluation: Enter the expression,# to end the...
中缀变后缀表达式求值:输入表达式,#为结束符(如1+2#),程序会自动给出后缀表达式,并给出最终计算结果。程序中部分地方有注释-Variable postfix infix expression evaluation: Enter the expression,# to end the character (eg, 1+2#), the program will automatically give postfix expression, and gives the end result. Some parts of the program annotated
- 2022-05-29 12:56:14下载
- 积分:1