登录
首页 » 软件系统 » c语言做的乒乓球

c语言做的乒乓球

于 2022-02-12 发布 文件大小:1.39 kB
0 244
下载积分: 2 下载次数: 1

代码说明:

用单片机做的可控的乒乓球模拟机,打球速度可调快慢,可显示得分,可清零,用c写的程序。按键模拟。

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

发表评论

0 个回复

  • 电子文档(PDF格式):《高质量程序设计指南》(C和C++语言描述)...
    电子文档(PDF格式):《高质量程序设计指南》(C和C++语言描述)-electronic files (PDF format) : "high-quality programming Guide" (C and C language description)
    2022-05-18 23:53:24下载
    积分:1
  • processing the signal which is chirp
    processing the signal which is chirp
    2022-05-16 09:37:06下载
    积分:1
  • 面向对象分析与设计(UML.2.0版)――中文
    面向对象分析与设计(UML.2.0版)――中文-Object-Oriented Analysis and Design (UML.2.0 version)- Chinese
    2022-01-25 16:23:59下载
    积分:1
  • 美丽的建筑
    Beautiful Architecture -- 英文版 全球19位顶尖架构师智慧结晶 本书围绕5个主题领域来组织本书的内容:概述、企业应用、系统、最终用户应用和编程语言。本书让最优秀的设计师和架构师来描述他们选择的软件架构,剥开架构的各层,展示他们如何让软件做到实现功能、可靠、易用、高效率、可维护、可移植和优雅。-Beautiful Architecture, 1st Edition by Diomidis Spinellis Georgios Gousios ------------------------------------ Publisher: O Reilly Media, Inc. Pub Date: January 29, 2009 -------------------------------------- With this book, you ll discover: How Facebook s architecture is the basis for a data-centric application ecosystem The effect of Xen s well-designed architecture on the way operating systems evolve How community processes within the KDE project help software architectures evolve from rough sketches to beautiful systems How creeping featurism has helped GNU Emacs gain unanticipated functionality The magic behind the Jikes RVM self-optimizable, self-hosting runtime Design choices and building blocks that made Tandem the choice platform in high-availability environments for
    2022-02-16 08:12:28下载
    积分:1
  • 一本有关集成测试,确认测试,测试的很好的书
    一本有关软件集成测试,确认测试,系统测试的很好的书-a software integration testing, validation testing, system testing very good book
    2022-03-24 21:41:16下载
    积分:1
  • 设计并实现了一个运行在低
    设计并实现了一个运行在低端8/16位:8K上的小型嵌入式TCP/IP协议栈 在设计和实现过程中 允许应用程序参与数据的重发 以减少协议栈对资源的消耗 实现了一个最小可达7K并具有较高响应速度的小型TCP/IP协议栈-Designed and implemented a run in the low-end 8/16: 8K on a small embedded TCP/IP protocol stack in the design and implementation process to allow an application to participate in the retransmission of data in order to reduce resource consumption of the protocol stack implements a minimum of up to 7K and have a high response speed of a small TCP/IP protocol stack
    2022-07-03 23:16:29下载
    积分:1
  • Practical Software documentation writing all PPT courseware, including teachers...
    《实用软件文档写作》的所有PPT课件,包括教师教学的相关指导,和书中所有表格的word文档。有一定的参考价值。- Practical Software documentation writing all PPT courseware, including teachers teaching in the relevant guidance, and the book all the tables in word document. Has a certain reference value.
    2022-03-04 19:23:12下载
    积分:1
  • 编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
    编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 ) 3. 委托撤消: 输入:要撤消的委托号。 输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。 委托输入格式 : 1 股票编码 价格 数量 买卖 查询输入格式 : 2 股票编码 委托撤销 : .3 委托号 退出: 0 如: 1 0038 20 1000 b orderid: 0001 1 0278 18 2000 s orderid: 0002 1 0003 8 5000 b orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
    2022-03-16 00:17:05下载
    积分:1
  • nju_过程管理_课!个人感觉很好!
    NJU_软件过程管理_课件!个人感觉比较不错!-NJU_ software process management _ courseware! Personal feeling quite good!
    2022-03-26 01:21:11下载
    积分:1
  • hht变换,hht变换是利用经验模态来进行分解,从而进行信号分析。...
    hht变换,hht变换是利用经验模态来进行分解,从而进行信号分析。-HHT transform, hht transform is the use of empirical mode decomposition to carry out in order to carry out signal analysis.
    2023-08-16 15:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载