登录
首页 » 其他项目 » 银行排队系统的控制器部分,可以实现软件呼号,播放音频文件,以及权限问题进入操作界面...

银行排队系统的控制器部分,可以实现软件呼号,播放音频文件,以及权限问题进入操作界面...

于 2022-07-26 发布 文件大小:304.01 kB
0 237
下载积分: 2 下载次数: 1

代码说明:

银行排队系统的控制器部分,可以实现软件呼号,播放音频文件,以及权限问题进入操作界面-Bank queuing system part of the controller, you can call sign software, play audio files, as well as the rights issues into the interface

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

发表评论

0 个回复

  • 在本案例中所描述的源代码比300行的限制,我..
    本例的源描述超过了演示版限制的300行, 如果您需要对其进行编译与模拟,请与北京理工大学 ASIC研究所联系,获取Talent系统的完全版本. 联系方法: 电话:010-68912434 信函:北京理工大学ASIC研究所 刘明业 教授收 邮编:100081-The source described in this case than the demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel :010-68912434 letter : Research Institute of Beijing Institute of Technology Professor Liu Mingye ASIC received Postcode: 100081
    2022-07-20 04:24:45下载
    积分:1
  • 贪吃蛇游戏代码
    应用背景还记得玩不厌的贪吃蛇吧,这一游戏虽操作简单,但是具有绝佳的可玩性,对于这一款经典游戏,使用C++编译完成了,感兴趣的朋友可以试试,效果还不错。关键技术其中用到的都是较使用的技术处理手段,墙的建立与运动函数处理,键盘识别,分数累计,运动块添加等,对于程序的编写并不难,但是其中的几种处理手段比较经典,适合初学者使用
    2023-02-15 14:25:03下载
    积分:1
  • achieve a cell phone text message TX VC Serial Programming FOSS
    一个实现手机收发短信的VC++串口编程源码-achieve a cell phone text message TX VC Serial Programming FOSS
    2022-02-20 09:48:18下载
    积分:1
  • 本程序是为了计算日变化的平均值。 输入文件的数据格式是 2006 9 20 0 30 12577 0.263253 2.74975...
    本程序是为了计算日变化的平均值。 输入文件的数据格式是 2006 9 20 0 30 12577 0.263253 2.74975 -0.0157112 0.55523 8.65E-05 -7.9142 17.606 该输入文件按列为:年、月、日、时、分、序号、各量 计算结果将保存在数组里,如T【24】,24表示24小时(因为是1小时的平均)。 对输入文件的行进行循环,计算1小时的平均,该行的数据将累计平均到下标取“时”列的数组中。 -this program is to calculate the average daily change. Data input file format is 2006 9 20 0 30 12577 0.263253 2.74975-0.0157112 0.55523 8.65E-05-7.9142 17.606 of the losers into the document, as : year, month, day, hour, minute, serial number, the calculation results will be stored in the array, such as T [24]. 24 said 24 hours (because it is an hour average). On the importation of paper recycling firms, the calculation of the average one-hour, The data will be the cumulative average subscript taking "when" out of the array.
    2022-07-02 15:40:35下载
    积分:1
  • 它+ +是一个C++库的数学、信号处理和通信系统…
    IT++ is a C++ library of mathematical, signal processing and communication system routines/functions. Its main use is in simulation of communication systems or for performing research in the area of communications.
    2022-05-20 01:01:16下载
    积分:1
  • 飞机订票 系统 可以实现录入,删除,查找
    飞机订票 系统 可以实现录入,删除,查找-aircraft booking system can achieve input, delete, search
    2022-01-26 00:51:15下载
    积分:1
  • 这是一个使用c++语言编写的斗地主小游戏。在游戏的AI上花费了不少时间,是一个值得研究的经典例子...
    这是一个使用c++语言编写的斗地主小游戏。在游戏的AI上花费了不少时间,是一个值得研究的经典例子-This is a use of c++ language written in Doude Zhu game. The AI in the game spend a lot of time, is a classic example is worth studying
    2022-02-09 11:40:52下载
    积分:1
  • 液晶驱动与AVR。包括延迟和转换库。
    LCD Driver working with AVR. Include Delay and conv lib.
    2023-08-03 03:25:03下载
    积分:1
  • pc.c是移植于μCOS
    pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, becaus
    2022-12-20 12:30:03下载
    积分:1
  • java编程思想,想成为JAVA程序员必看的一本书。
    java编程思想,想成为JAVA程序员必看的一本书。-java programming ideas, to become a Java programmer Watchable of a book.
    2022-02-06 02:16:15下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载