-
机票预订系统
小型机票订票系应具备航班信息管理、旅客信息管理、机票信息查询及订购基本管理功能,具体如下:
(1)能对航班信息进行维护:输入、修改、删除航班信息。
(2)能对旅客信息进行维护。
(3)能进行航班信息、余票情况及旅客信息的各种查询。
(4)能进行机票的订购及退订,必须动态刷新库存。
(5)能对每个航班进行按月、季度、年份进行售票统计。
(6)能对每个旅客进行按月、季度、年份进行出行统计。
- 2022-02-28 16:56:40下载
- 积分:1
-
Mean-Shift-object-tracking
meanshift object tracking
- 2011-05-08 00:10:07下载
- 积分:1
-
Intro_to_characters
This is intro to characters and it is for educational use only. Only for personal study.
- 2014-11-27 01:06:12下载
- 积分:1
-
项目Dll引用整理工具
整理设置的目录中所有dll的引用关系,并支持导出excel
- 2023-05-14 19:15:02下载
- 积分:1
-
RGB到YIQ,RGB到HSI,RGB到YcbCr,RGB到XYZ颜色转换matlab代码包
实现功能: 实验目标 了解图像颜色空间的转换关系。 了解图像的文件结构。 实验内容 完成如下颜色空间的转换。(4 Points) RGB -> YIQ RGB -> HSI RGB -> YCbCr RGB -> XYZ 选做: 自己实现对 BMP 文件头的读取,并解析 BMP 图像文件。 (2.5 Points) 补充说明 程序从命令行中读取文件路径,并输出 4 个文件,文件名如下: 图像原始文件名-学号-YIQ.bmp 图像原始文件名-学号-HSI.bmp 图像原始文件名-学号-YCbCr.bmp 图像原始文件名-学号-XYZ.bmp 了解图像的文件结构。
- 2023-07-03 20:10:02下载
- 积分:1
-
Online_RandMarkingAlgorithm
本程序解决的是:模拟类似计算机主、缓存的存储结构,当用户请求某个页面时,若某个页面已在缓存中,则直接从缓存中去取,不会产生失误(即未在缓存中命中),否则,就到主存中去取,代价变大。
本程序采用随机标记算法,即在在线标记算法的基础上,对于替换页面时,采用随机从未标记的缓存项中选出一项进行替换。
代码、文档详尽(Addressed in this program are: analog computer-like main, cache storage structure, when the user requests a page, a page in the cache directly from the cache to fetch, does not produce errors (that is, not in the cache in the hit), otherwise, to the main memory to fetch a consideration of larger. This program uses a random marking algorithm, online marking algorithm based on random never mark the cache entry selected a replacement for the replacement page. Code, documentation detailed)
- 2012-09-19 13:01:47下载
- 积分:1
-
SD3078时钟芯片IIC实验
SD3078 IIC相关源代码程序实验,用于测试时钟的稳定性(SD3078 IIC Source program experiment, used to test the stability of the clock)
- 2021-03-31 19:49:08下载
- 积分:1
-
28335_SCI_RS485
实用28335设计的串口通信,可以接收远距离的信号,对于初学者很有帮助(28335 Serial Communications Utility designed to receive distant signals, useful for beginners)
- 2016-06-03 20:08:56下载
- 积分:1
-
STC11F单片机串口测试程序
STC11F60XE单片机串口配置测试
/* 测试包含:双串口切换、定时器1发生波特率/独立波特率发生器发生波特率*/
/* 传统8051定时器速度/1T定时器速度、查询/中断工作方式 */
- 2022-03-07 14:50:34下载
- 积分:1
-
fftw-3.3.3
一个快速计算离散傅里叶变换的标准C语言程序集(the Faster Fourier Transform in the West library(linux version))
- 2020-08-14 16:28:35下载
- 积分:1