-
设计要求:
出于不同目的的旅客对交通工具有不同的要求.例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要求中...
设计要求:
出于不同目的的旅客对交通工具有不同的要求.例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要求中转次数最少.编制一个全国城市间的交通咨询程序,为旅客提供两种或三种最优决策的交通咨询.
//请保留此信息,谢谢
1.需求分析:
(1)提供对城市信息进行编辑(如添加或删除)的功能.
(2)城市之间有两种交通工具:火车和飞机.提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能.
(3)提供两种最优决策:最快到达或最省钱到达.全程只考虑一种交通工具.
-design requirements : For different purposes to transport passengers have different requirements. For example, on official business travelers in the journey time as short as possible away tourists expect possible travel provinces, and elderly passengers asked the least number of transit. establishment of a national inter-city traffic advisory proceedings, for the visitors two or three best decision of the Transport Advisory.// Please keep this information, I would like to thank one. demand analysis : (1) to provide information on the city for editing (such as add or delete) function. (2) Town between the two modes : Train and aircraft. Schedules for the train and flights for editing (created or deleted) function. (3)
- 2022-03-23 02:35:30下载
- 积分:1
-
一个由asm编写的程序,程序用于自动产生若干个随机数
一个由asm编写的程序,程序用于自动产生若干个随机数-Asm prepared by a procedure, the procedure used to automatically generate a number of random numbers
- 2023-08-03 19:45:02下载
- 积分:1
-
MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。...
MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。-That is scalable MMX multimedia instruction set, often used to prepare a compilation, embedded in C++ Or C, to enhance the implementation of the speed of the image algorithm. The document describes the MMX instruction set and programming norms.
- 2022-11-05 23:55:03下载
- 积分:1
-
TS1602 LCD 显示的例子,包括,LCD的初始化,显示一行文字,清屏
TS1602 LCD 显示的例子,包括,LCD的初始化,显示一行文字,清屏-TS1602 LCD display examples, including, LCD initialization, showing a line of text, the Qing Ping
- 2022-03-02 06:26:16下载
- 积分:1
-
斐波那契数列在汇编语言8086
Fibonacci Series in Assembly Language 8086
- 2022-05-23 23:04:23下载
- 积分:1
-
GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图
GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Windows 下GDI 的基本处理步骤和简单的位图处理,并没有涉及到 Directx 一类的编程。只希望能对朋友们有所启发。
Windows 并不允许程序员访问显示硬件,它的所有对屏幕的操作是通过环境设备(DC)来处理的,屏幕上的每一个窗口对应一个DC,你可以把一个DC 想象成这个窗口的视频缓冲区,你对DC的操作结果会反映到屏幕上,在窗口的DC之外,你也可以自己建立DC,这相当于建立一个内存中的缓冲区,你对这个DC的操作结果保存在内存中。你也可以用 API 在不同的DC之间拷贝数据,比如说你可以在内存DC 中先建立好数据,然后拷贝到窗口的DC中,就相当于完成了屏幕的刷新。
-err
- 2022-04-12 03:42:06下载
- 积分:1
-
用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP...
用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP-51学习板24WC02时行读写控制。-VB USB functions, mainly through call EasyD12.dll DLL function, USBU-right control of DP-51 learning at the plate WC02 24 firms control read and write.
- 2022-06-02 14:55:13下载
- 积分:1
-
In the editing interface to create the necessary controls and Properties Lieuten...
在编辑界面创建所需的控件,并于Properties中将ID,Caption按表填好,给复选和编辑框控件连接变量,对消息处理函数加入指定代码。-In the editing interface to create the necessary controls and Properties Lieutenant ID, Caption completed table to check and edit the control box to connect variables, on the message processing function by adding the specified code.
- 2022-06-18 21:26:55下载
- 积分:1
-
英特尔PIII CPU的软件开发手册描述了英特尔IA
Intel PIII CPU 软件开发手册 描述了Intel IA-32 CPU体系下的程序设计 为Intel公司原著,由三个PDF文件组成,描述了Intel IA-32 CPU体系下的程序设计,分别为: 第一卷:基本体系 第二卷:指令集参考 第三卷:系统编程指南-Intel PIII CPU software development manual describes the Intel IA-32 CPU system of procedures designed to Intel original, by the three PDF files, describing the Intel IA-32 CPU system of programming, as follows : Volume I : Basic System Volume II : Instruction Set reference Volume III : System Programming Guide
- 2022-01-25 16:31:32下载
- 积分:1
-
求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过
求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过-seeking two figures, plus or minus, multiplication and addition, although the procedures are simple but very well written and can reference. The test 8086
- 2022-03-17 16:47:29下载
- 积分:1