登录
首页 » Windows开发 » 日程管理系统

日程管理系统

于 2023-05-09 发布 文件大小:2.42 MB
0 197
下载积分: 2 下载次数: 1

代码说明:

1)日程计划信息包括日程计划ID号,日程计划开始日期和时间,日程计划结束日期和时间,日程计划名,日程计划参与人员,日程计划地点,日程计划提醒日期和时间。2)采用双向循环链表表示日程计划信息。3)日程计划信息采用文件方式输入。4)要求模拟数据中日程计划信息至少30条以上。5) 实现以下功能:a.输入新的计划;b.根据当前时间查询未开始的计划,包括当天未开始的计划、本周或本月未开始的计划;c.查询并输出已结束的计划;d.查询正在进行的计划;e.根据当前时间,输出正提醒即将开始的计划。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ●WinPopup增强版及VC++源程序 409K 2004
    ●WinPopup增强版及VC++源程序 409K 2004-12-23 这是一个免费的用于局域网的消息传送小工具, 您可以用它来取代Windows 自带的WinPopup.EXE,和后者比较它有以下特点:消息可以自动保存, 根据您的选择最多可以保存 30 天;消息大小不再限制在 38 字节, 每条消息最多可以达到 400 字节;对单个计算机发出的消息, 可以要求接收方确认"已收到";可以广播消息到局域网中的多个工作组;可将它缩小为系统状态条图标, 当有消息到达时, 它可以发出声音或闪动图标加以提醒;可定制的消息文本显示字体和颜色;可选择让它开机自动运行;自动收集网络信息, 您可以在“网络邻居”列表中选择接收人, 而不是手工输入它。压缩包中含有可执行程序和源代码。-enhanced version and VC source 409K 2004-12-23 This is a free for LAN messaging small tool, you can use it to replace the Windows WinPopup.EXE, and the latter is more it has the following features : automatic preservation news, according to your choice of the most more can be preserved for 30 days; news is no longer limited to the size of 38 bytes each message can be up to 400 bytes; right individual information from the computer, the receiving party may request confirmation "has received"; news to be broadcast a number of LAN Working Group; it can be reduced to the system- state of the icon, when news arrived, it emits sounds or flashing icon t
    2022-06-20 23:13:46下载
    积分:1
  • 基于QT的音乐播放器
    这个代码是基于QT开发工具的音乐播放器,开发工具是QT,开发语言是c++,文章描述了音乐播放器的开发步骤,步骤很详细i,每一个步骤都有说明。
    2022-06-30 07:04:48下载
    积分:1
  • FlexCell使用示例源码(VFP8)
    FlexCell使用示例源码(VFP8)-FlexCell use the sample source code (VFP8)
    2022-06-28 16:20:28下载
    积分:1
  • VC的软件换肤程序
    VC的软件换肤程序-VC software Eurocargo procedures
    2022-07-01 10:54:18下载
    积分:1
  • 通讯录管理系统 实现添加 修改 删除 查找等功能
    通讯录管理系统 实现添加 修改 删除 查找等功能-Address Book Management system implementation to find other functions to add modify delete
    2022-08-26 02:32:16下载
    积分:1
  • 此文件实现了对图像亮度的调节,可实现亮度增强、亮度取反及恢复图像...
    此文件实现了对图像亮度的调节,可实现亮度增强、亮度取反及恢复图像-This document is the realization of the adjustment of image brightness can be realized to enhance brightness, brightness and recovery from the anti-image
    2022-03-06 16:35:24下载
    积分:1
  • 一个很好用的串口调度助手
    一个很好用的串口调度助手-a good use of Serial scheduling aide
    2022-02-12 01:48:02下载
    积分: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
  • 在许多C程序设计中,要用到汉字进行提示或人机交互,而现行的Turbo C集成环境不是汉化的,如何编制能显示汉字的C程序呢?本实例提供一种在非汉化环境下正常显...
    在许多C程序设计中,要用到汉字进行提示或人机交互,而现行的Turbo C集成开发环境不是汉化的,如何编制能显示汉字的C程序呢?本实例提供一种在非汉化环境下正常显示汉字的方法。-in many C program design, the use of Chinese characters for hints or human-computer interaction, and the existing Turbo C integrated development environment is not finished, will show how to prepare Chinese C procedures? The examples provide an environment in the effort to show Chinese characters under the normal method.
    2022-06-03 15:41:58下载
    积分:1
  • 数字图像处理章 3 源代码
    第3章“数字图像处理”的命名强度变换和空间滤波,其中包括6个子部分(1)的基础强度变换函数,(2)直方图处理,(3)空间滤波,(4)平滑空间滤波器,(5)锐化空间滤波器,和(6)使用模糊技术的强度变换和空间滤波。在基本强度变换函数中,有4个重要的功能,包括图像的负,对数变换,幂律(γ)变换,和分段线性变换函数。在直方图处理方面,我了解了直方图均衡化,直方图匹配(规范)。图像增强的局部直方图处理和直方图统计。 ;这些功能和过滤器是利用OpenCV和C++语言编程。
    2022-11-17 00:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载