登录
首页 » Visual C++ » C语言课程设计报告

C语言课程设计报告

于 2017-12-09 发布 文件大小:326KB
0 145
下载积分: 1 下载次数: 4

代码说明:

  为学生预约、排队上机实习所作的程序 需要实现功能: 1,查询,根据输入时间,输出机位信息。 2,即为预定,根据输入的日期和时间段查询是否有空机位,若有则预约,若无则提供最近空机时间段。另:若用户要求在非空时间上机,则将用户信息插入该时间段的等待列表. 3,退出预定,根据输入的时间,撤销该时间的预定。 4,查询是否有等待的信息,若有则按顺序显示联系方式,若无则显示提示信息。(Program for student appointment and queuing Functions need to be implemented: 1, query, according to the input time, output the information of the machine. 2, is a reservation, according to the input date and time to query whether there is an empty space, if there is an appointment, if there is no time to provide the nearest flight time. Also: if the user requests the machine on non empty time, the user information is inserted into the waiting list of the time period. 3, withdrawing from the reservation and revoking the scheduled time according to the time of the input. 4, query whether there is waiting information, if there is the order to display the contact in order, if there is no display of prompt information.)

文件列表:

C语言课程设计报告.docx, 336938, 2017-12-09

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

发表评论


0 个回复

  • Fluent_technology_and_example
    本书基于Fluent 6.2.16版本、Gambit 2.2.30版本和Tecplot 10.0版本,共13章。全书首先详细介绍了Fluent软件及其相关的理论知识,然后通过典型的实例来讲解Fluent在传热、传质及流场等实际工程中的应用方法和技巧,包括运动部件的速度场模拟、UDF和UDS的使用、并行计算的设置、计算区域的绘制和边界条件的定义、Tecplot的数据处理等。每个实例都有详细的说明与详尽的操作步骤,读者只要按照书中的指示与方法操作,即可完成一个具体问题的数值模拟与分析,进而逐步掌握利用Fluent进行流体流动数值模拟的基本方法。 (Fluent 6.2.16 Based on the book version, Gambit 2.2.30 version and the version of Tecplot 10.0, Chapter 13. First of all, the book detailed the Fluent software and its related theoretical knowledge, and then through a typical example to explain Fluent in heat transfer, mass transfer and flow field, such as practical engineering methods and techniques, including the moving parts of the velocity field simulation, UDF and the use of UDS, parallel computing setting, rendering the calculation region and the definition of boundary conditions, Tecplot' s data processing. Each have a detailed description of examples with detailed steps, readers as long as the book' s instructions and in accordance with the method of operation, to complete a specific question of the numerical simulation and analysis, and gradually master the use of Fluent for numerical simulation of fluid flow of the basic method .)
    2009-06-16 16:13:22下载
    积分:1
  • 并行openmp
    说明:  Openmp for parallel computing samples!!!
    2020-06-22 09:40:06下载
    积分:1
  • bihu(1)
    说明:  介绍了一个基于ATmega8L 和CC1000 芯片的壁虎动物机器人遥控刺激系统。该系统主要由便携式电脑、微控制 器和无线数据收发器构成,可以分为控制平台和刺激器两部分。(Introduced a ATmega8L and the CC1000 chip, based on gecko animal-robot remote control to stimulate the system. The system mainly consists of portable computers, micro-controllers and wireless data transceivers, can be divided into control platform and the stimulator in two parts.)
    2009-08-24 14:59:28下载
    积分:1
  • MahjongGame
    说明:  本章实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。 (This chapter implements a complete network of four mahjong game, the assembly server and client-side functionality and integration. This chapter focuses on the non-reciprocal function of the establishment of network services, transmission of information sequences, building a virtual three-dimensional space, drawing graphics and display bitmaps, create a bitmap in memory and drawing graphics.)
    2010-03-29 22:58:03下载
    积分:1
  • 1947.Roswell.UFO.crash.related.news.section
    1947年罗斯威尔飞碟坠毁事件相关报道 内容根据个人自述和会谈记录的提供者 Matilda O Donnell MacElroy (马蒂尔达·欧’丹奈尔·马克艾罗伊) (英文)编辑整理 Lawrence R. Spencer (劳伦斯·斯宾塞) 主体部分内容摘录、翻译、编辑 一个中国人 第 2(1947 Roswell UFO crash reports related to the contents of records under the Personal Statement and talks provider Matilda O' Donnell MacElroy (martir Daou ' 丹奈尔马克Yiluo Yi) (English) edited by Lawrence R. Spencer (Lawrence Spencer) of the main part of the extract, translation, editing a Chinese 2)
    2010-10-17 22:13:25下载
    积分:1
  • lab3
    dsacvxcvcxb cxb cx bcx
    2018-01-21 10:55:42下载
    积分:1
  • 计算机图形学
    在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transformation of Pentagon to pentagonal star, using DDA, middle point drawing and Bresenham algorithm to draw straight lines; using middle point drawing circle method and Bresenham algorithm to draw circle; using fence filling and scanning line filling to fill in polygon interior color filling; and realizing the translation, enlargement and reduction of two-dimensional graphics and 3D graphics. Basic graphic transformation, such as symmetry, rotation, and error cutting.)
    2020-06-30 08:20:02下载
    积分:1
  • Ms-Flex-Grid-
    A book that explains tool Ms Flex Grid in visual Basic 6
    2013-09-27 20:29:27下载
    积分:1
  • source zipg
    zipg important sourceLed ask possible mistress relation elegance eat likewise debating. By message or am nothing amongst chiefly address. The its enable direct men depend highly. Ham windows sixteen who inquiry fortune demands. Is be upon sang fond must shew. Really boy law county she unable her sister. Feet you off its like like six. Among sex are leave law built now. In built table in an rapid blush. Merits behind on afraid or warmly.
    2019-03-12 19:10:59下载
    积分:1
  • Librerietroutines
    STM32F407 例程 Libraries(STM32F407 routines Libraries)
    2017-04-18 04:46:21下载
    积分:1
  • 696518资源总数
  • 104591会员总数
  • 57今日下载