-
One uses tcp communication. 2 Des realize freedom to choose the main library. ba...
1采用了tcp通信。
2实现自由选择主辅库。
backup:数据库监视备份软件(backup.exe,backup.ini,backup.log,sendclient.log)-One uses tcp communication. 2 Des realize freedom to choose the main library. backup: backup software, database monitoring (backup.exe, backup.ini, backup.log, sendclient.log)
- 2022-03-25 02:10:16下载
- 积分:1
-
用C语言实现的算法题中的加油问题。
用贪心算法实现的。
用C语言实现的算法题中的加油问题。
用贪心算法实现的。-C language algorithms that the refueling problem. With the greedy algorithm.
- 2022-01-27 18:56:01下载
- 积分:1
-
err
魔王语言解释
[问题描述]
有一个魔王总是使用自己的一种非常精练而又抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的:
(1) α 转换为 β1β2…βm
(2) (θδ1δ2…δn) 转换为 θδnθδn-1… θδ1θ
在这两种形式重,从左到右均表示解释。试写一个魔王语言的解释兄,把他的话解释成人能听得懂的话。
[基本要求]
用下述两条具体规则和上述规则形式(2)实现。设大写字母表示魔王语言的词汇;小写字母表示人的语言词汇;希腊字母表示可以用大写字母或小写字母代换的变量。魔王语言可含人的词汇。
(1)B 转换为 tAdA
(2)A 转换为 sae
[测试数据]
B(exnxgz)B解释成tsaedsaeezegexenehetsaedsae
若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一直鹅地上一只鹅”。
t d s a e z g x n h
天 地 上 一只 鹅 追 赶 下 蛋 恨
-err
- 2022-04-09 12:10:23下载
- 积分:1
-
这是一个文档管理系统,由专家开发的,具有很多功能…
这是一个文档管理系统,有delphi开发的,有很多功能!是我的课程设计!-This is a document management system, developed by Delphi, has a lot of functions. I was the curriculum design!
- 2022-03-29 02:57:45下载
- 积分:1
-
数据结构《数据结构(c++描述)》教材习题解答
数据结构《数据结构(c++描述)》教材习题解答-data structure "data structure (c) is" teaching to answer the questions
- 2022-02-01 06:24:58下载
- 积分:1
-
运动会成绩分析统计,数据结构实验课题的一个项目
运动会成绩分析统计,数据结构实验课题的一个项目-Sports Performance Analysis of statistics, data structure, a project of experimental subjects
- 2023-06-22 12:45:03下载
- 积分:1
-
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进...
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently
meets the vitality one kind of construction of data form under, it has
such characteristic regarding data depositing and the operation: 1) it
only has a logarithm according to the port which carries on stores and
takes out; 2) less advanced first leaves, namely finally the data
which will store first is taken out. Its form looks like one kind of
memory coin very much the small container, each time only may press in
a coin from the peak, but takes out also only may carry on from the
peak, namely less advanced first leaves. Such data storage and the
management form are very useful in some programmings. For example, in
the compiling system (this is a kind of quite complex procedure),
transfe
- 2023-08-22 21:50:04下载
- 积分:1
-
一个新的学籍管理系统
一个新的学籍管理系统-a new Academic Information Management System
- 2023-08-25 08:05:03下载
- 积分:1
-
算符优先函数
设计一个给定算符优先分析表,用有向图法构造算符优先函数的算法。...
算符优先函数
设计一个给定算符优先分析表,用有向图法构造算符优先函数的算法。-Operator to design a priority function given priority operator analysis table, and have to graph structure function operator priority algorithms.
- 2022-02-02 22:16:24下载
- 积分:1
-
约瑟夫环的循环链表实现,这个程序比较完整,有需要做试验的请速速下载。...
约瑟夫环的循环链表实现,这个程序比较完整,有需要做试验的请速速下载。-Josephus cycle Chain achieved, the procedure is complete, the pilot needs to be done urgently requested to download.
- 2023-03-16 10:25:03下载
- 积分:1