-
用C/C++设计一个简单的模拟送货系统。
功能要求及说明:
1. 添加送货单(送货单号,送货地址,送货数量,收货人姓名,送货时间,送货状态(待送,取消,...
用C/C++设计一个简单的模拟送货系统。
功能要求及说明:
1. 添加送货单(送货单号,送货地址,送货数量,收货人姓名,送货时间,送货状态(待送,取消,已送)等)
2. 取消送货单
3. 处理送货单(已送货成功)
4. 显示即将过期又没处理的送货单
5. 以磁盘文件保存这些信息
-With C/C++ The design of a simple simulation of the delivery system. Functional requirements and description: 1. Add a delivery note (delivery note number, delivery address, delivery number, consignee name, delivery time, delivery status (to be sent, canceled, has been sent), etc.) 2. Cancel delivery note 3. deal with delivery note (already delivered successful) 4. show about to expire has no deal with the delivery note 5. Save the file to disk information
- 2022-02-10 14:24:15下载
- 积分:1
-
C语言最新编程技200例,,,c语言初学者用得到的
C语言最新编程技200例,,,c语言初学者用得到的-c 200
- 2023-04-09 02:10:04下载
- 积分:1
-
高效地对printf进行了修改,很适合在对串口打印要求速度很高的情况。...
高效地对printf进行了修改,很适合在对串口打印要求速度很高的情况。-Efficiently modified to printf, it is suitable for printing on the serial port speed high.
- 2023-07-09 08:45:03下载
- 积分:1
-
VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码...
VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码-VC.NET VC6.0 into the program source code. VC.NET project will be converted into VC6. 0 works procedures FOSS
- 2023-08-05 03:25:02下载
- 积分:1
-
A freeware MFC dialog class to select an icon. This is
based on the dialog tha...
A freeware MFC dialog class to select an icon. This is
based on the dialog that appears when you choose to change the icon for a
shortcut in the Windows 95 / NT 4 shell. The actual appearance of the dialog is
based on the new look dialog in IE4 PP2 which uses a larger list box to display
the icons. Have a look on my web site or run the supplied sample to see what it
looks like.
-A freeware MFC dialog class to select an icon. This is
based on the dialog that appears when you choose to change the icon for a
shortcut in the Windows 95/NT 4 shell. The actual appearance of the dialog is
based on the new look dialog in IE4 PP2 which uses a larger list box to display
the icons. Have a look on my web site or run the supplied sample to see what it
looks like.
- 2022-03-16 21:36:52下载
- 积分:1
-
传统的实施简化为英语,简化为传统
实现中文繁体转换成简体字,简体转换成繁体-Traditional implementation into simplified English, simplified into traditional
- 2022-03-26 05:54:09下载
- 积分:1
-
读取地理星系系统GIS开发中的DEN类型数据,并进行显示
读取地理星系系统GIS开发中的DEN类型数据,并进行显示-GIS galaxy system read the geographical development of DEN type of data and display
- 2022-02-06 16:34:24下载
- 积分:1
-
use of the procedure shows progress
使用显示进度条程序-use of the procedure shows progress
- 2022-03-25 02:01:30下载
- 积分:1
-
NeuroBox.Library.bin-1.6.771
NeuroBox是一个.NETOOP库,用于生成、传播和训练复杂的
- 2022-03-21 10:07:15下载
- 积分:1
-
几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像...
几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。
作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分:读写BMP图像,和数字图像的几何变换。即首先用Visual C++创建一个多文档应用程序框架,在实现任意BMP图像的读写,打印,以及剪贴板操作的基础上,完成经典的图像几何变换功能。
-geometric transformation is the most common means of image processing, image deformation of geometric correction, can be an accurate picture. Transform common geometric features include image translation, the mirror image transform, image transfer home, image scaling, image rotation and so on. Current digital image processing applications have become wider, and have penetrated into the industrial, aerospace, military and other areas, the national economy will play an increasingly larger role. Digital image processing as a vital part of the work presented in this paper is how to use Visual C programming tools to design a complete application procedures and achieve the classic i
- 2022-03-20 04:33:00下载
- 积分:1