-
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形...
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形-turtles map, using vc realized, I wrote a small section of the procedure, the environment dos draw arbitrary rectangular graphics
- 2022-09-27 16:15:03下载
- 积分:1
-
to capture desktop from any others computer in your LAN. I use JPEG format to ge...
to capture desktop from any others computer in your LAN. I use JPEG format to get small file/stream packages size
- 2023-02-01 22:05:03下载
- 积分:1
-
WinCE下利用COPYDATA消息在进程间发送和接收数据代码实例
1.SendData工程文件
2.ReceiveData工程文件...
WinCE下利用COPYDATA消息在进程间发送和接收数据代码实例
1.SendData工程文件
2.ReceiveData工程文件-WinCE using COPYDATA news in the process of sending and receiving data between code examples 1.SendData project file 2.ReceiveData project file
- 2023-05-21 20:20:03下载
- 积分:1
-
J2ME/MIDP应用,生成PalmOS PRC文件
J2ME/MIDP应用,生成PalmOS PRC文件-J2ME/MIDP applications, document generation PalmOS PRC
- 2023-04-30 21:45:03下载
- 积分:1
-
asp网络聊天室,用于网页的asp聊天室
asp网络聊天室,用于网页的asp聊天室-asp.net by speak
- 2022-07-26 02:33:46下载
- 积分:1
-
一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。
该系统需要实现以...
一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。
该系统需要实现以下功能:
(1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中,插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息;
(2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票使得该乘客的订票数为零时,要从乘客表中撤销该乘客项;否则给出相应的提示信息;
(3) 将某航次的余票数恢复初值为该航次的最大客票数;
(4) 显示:显示该机场各航次班机的售票情况。-Booking air tickets and a refund system. Assuming there are m a civil airport voyage of the flights, each voyage only to reach a destination, the trial design for an automated airport ticket booking and refund system.
The system needs to achieve the following functions:
(1) booking: If the voyage than the number of votes greater than or equal to the number of passengers booking, the passenger in the voyage List (alphabetical by passengers dictionary order), insert the booking information of passengers, and modify the data of the voyage Otherwise, the corresponding message
(2) Refund: If the refund is less than the number of votes of the original passeng
- 2022-08-03 17:49:14下载
- 积分:1
-
vc下的多进程程序
vc下的多进程程序-vc under the multi-process procedures
- 2022-01-21 23:00:08下载
- 积分:1
-
鼠标拖动移动电源的对象
用鼠标拖动物体移动的源程序-objects with the mouse Drag mobile source
- 2022-03-09 22:24:07下载
- 积分:1
-
并口开发实用工具的文档和源码,已根据此开发出并口调试I2C的实用工具。...
并口开发实用工具的文档和源码,已根据此开发出并口调试I2C的实用工具。-Parallel to the development of practical tools and source files, this has developed parallel debugging I2C a practical tool.
- 2023-02-21 09:35:04下载
- 积分:1
-
快速排序与交换排序算法比较
在Visual C++中建立一个单文档Windows应用程序,并实现下述功能:
运用随机函数自动生成一定规模的测试数据 (1...
快速排序与交换排序算法比较
在Visual C++中建立一个单文档Windows应用程序,并实现下述功能:
运用随机函数自动生成一定规模的测试数据 (10000个测试元素),并输出到文件中。
分别执行快速排序算法和交换排序算法对测试数据排序,并输出到不同的文件中。
使用较为精确的QueryPerformanceCounter和QueryPerformanceFrequency等函数记录算法耗时,精确到毫秒,以便更好地进行算法耗时比较。
分析两种不同算法,有针对性地设计与调整测试数据,进而通过比较算法耗时来得到更充分且更深刻的认识。
编写模块校验两种不同排序算法的输出结果正确且相同
-Quicksort sorting algorithm comparison and exchange
In the Visual C++ to create a single document Windows application, and to achieve the following functions:
The use of random function automatically generates a certain amount of test data (10000 test elements), and output to a file.
Respectively, and the exchange of the implementation of quick sort algorithm sorting algorithm to sort of test data, and output to a different file.
Using a more accurate record of QueryPerformanceCounter and QueryPerformanceFrequency algorithms such as time-consuming functions, accurate to the millisecond, in order to better carry out time-consuming compared algorithms.
Analysis of two d
- 2022-04-22 17:20:42下载
- 积分:1