-
从终端读入要编码的字符串,对所输入的字符串进行频率统计并建立哈夫曼树。
输出每个字符的编码。
根据已有的各个字符的编码,输入一段正确的电文,然后对输入的...
从终端读入要编码的字符串,对所输入的字符串进行频率统计并建立哈夫曼树。
输出每个字符的编码。
根据已有的各个字符的编码,输入一段正确的电文,然后对输入的电文进行译码。-Read from the terminal to encoded string, the string of the input frequency statistics and the establishment of Huffman tree. Output for each character encoding. On the basis of the various character encoding, enter the correct section of the message, and then the input message for decoding.
- 2022-08-11 07:13:19下载
- 积分:1
-
股票软件
股票软件 -- 用在外汇交易市场,-stock software
- 2022-04-11 05:43:15下载
- 积分:1
-
文件for FreeType 2.2.1
documentation for freetype 2.2.1
- 2022-04-16 08:58:07下载
- 积分:1
-
一个进货系统 ,很好用的 教案简介安静啊阿
一个进货系统 ,很好用的 教案简介安静啊阿
-A purchasing system, a very good lesson plans used in quiet ah Ah About
- 2023-02-04 05:50:04下载
- 积分:1
-
项目管理的教程,对于学习软件工程的朋友们会有一定的帮助。...
项目管理的教程,对于学习软件工程的朋友们会有一定的帮助。-project management guides, learning software engineering friends will help.
- 2023-07-04 07:45:04下载
- 积分:1
-
软件工程考前练习题,并附有答案.软件工程试题附答案是很好的热身试题....
软件工程考前练习题,并附有答案.软件工程试题附答案是很好的热身试题.-Software engineering test exercises, with answers. Software Engineering attached to answer questions is a good warm-up questions.
- 2022-03-19 11:53:46下载
- 积分:1
-
本文档的目的是描述如何使用定时器的一代…
The purpose of this document is to present how to use the Timer for the generation of a PWM signal tunable in frequency and duty cycle. As an application example, this document is based on a basic “music” synthesizer through an external buzzer. Example code is also available in the it.-The purpose of this document is to present how to use the Timer for the generation of a PWM signal tunable in frequency and duty cycle. As an application example, this document is based on a basic
- 2023-05-14 07:20:02下载
- 积分:1
-
编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S )
输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。
2. 查询未成交的委托:
输入:股票编码
输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 )
3. 委托撤消:
输入:要撤消的委托号。
输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。
委托输入格式 : 1 股票编码 价格 数量 买卖
查询输入格式 : 2 股票编码
委托撤销 : .3 委托号
退出: 0
如:
1 0038 20 1000 b
orderid: 0001
1 0278 18 2000 s
orderid: 0002
1 0003 8 5000 b
orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S )
输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。
2. 查询未成交的委托:
输入:股票编码
输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
- 2022-03-16 00:17:05下载
- 积分:1
-
C Algorithms for Real
C Algorithms for Real-Time DSP
Chapters 1 and 2 cover the basic principles of digital signal processing and C programming. Readers familiar with these topics may wish to skip one or both chapters.
- 2022-03-25 20:28:06下载
- 积分:1
-
C# 管理系统
C# 管理系统,这是一个基于C#的物流公司管理系统的的程序,是visual studio 2010的工程。其中包含程序源文件,链接文件,和可执行的文件。另外请自行建立数据库。
- 2022-08-12 10:31:02下载
- 积分:1