-
这是我们生活中常用的人民币大小写转换程序C代码
这是我们生活中常用的人民币大小写转换程序C代码-This is commonly used in our lives RMB case the conversion process C code
- 2022-06-28 10:15:05下载
- 积分:1
-
dev c++ example source code
dev c++ example source code
- 2023-08-18 23:55:03下载
- 积分:1
-
食堂刷卡系统
食堂刷卡机,又叫饭堂刷卡机,售饭机,IC卡pos机、IC卡收费机,IC卡收款机。IC卡食堂刷卡机是为了满足消费电子化、制度化、方便化的要求而研制的新一代智能卡设备。可广泛应用于政府、企业、工厂单位食堂、酒楼餐厅IC卡收费、校园一卡通系统、企业一卡通系统、会员消费一卡通系统。 IC卡食堂刷卡机取代了传统的现金消费方式,使用目前先进的MIFARE I型非接触式IC卡消费方式。非接触式IC卡具有安全、稳定、携带方便等优点。用户在食堂、餐厅用餐消费时只需要在POS机感应区有效距离内刷卡,POS机认可后便可完成消费;无须现金交易,避免找零钱带来的不方便和现金交易交叉感染卫生问题,既方便用户消费,又方便管理人员统计和管理消费情况,实现消费数据的采集统计和信息过程自动化。IC卡系统安全稳定可靠,产品性能优异。
- 2022-07-03 04:15:43下载
- 积分:1
-
用ADC0804测量模拟电压,电压范围从0V到5V都能精确的测量,该程序已调试成功,可直接运用...
用ADC0804测量模拟电压,电压范围从0V到5V都能精确的测量,该程序已调试成功,可直接运用-ADC0804 measurement using analog voltage, voltage range from 0V to 5V can precise measurement, the debugging procedure has been successful and could be directly applied
- 2022-01-25 16:52:38下载
- 积分:1
-
超简单C++小程序,仅供参考,例题运行,多谢指导!
超简单C++小程序,仅供参考,例题运行,多谢指导!-Ultra simple C++ Small procedures are for reference only, example is running, I would like to thank the guidance!
- 2022-04-20 18:06:28下载
- 积分:1
-
采用TCP handoff技术实现服务器集群。减少接入点的负载负担,使得集群的性能大大提高。...
采用TCP handoff技术实现服务器集群。减少接入点的负载负担,使得集群的性能大大提高。-Using TCP handoff technology for server clusters. The burden of reducing the load on the access point, making the performance of the cluster increased substantially.
- 2022-07-07 23:10:52下载
- 积分:1
-
masn clock
masm编写的钟表显示程序及源程序 在windows 即可运行-masn clock
- 2022-07-09 07:53:59下载
- 积分:1
-
8 queen source code project
8 queen source code project
- 2022-06-12 17:29:45下载
- 积分:1
-
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
- 2022-07-20 06:41:57下载
- 积分:1
-
试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分,但每次总成绩中都要去掉一个最高分和一个最低分。每个运动员需要完成C个动作,每次动作结束都...
试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分,但每次总成绩中都要去掉一个最高分和一个最低分。每个运动员需要完成C个动作,每次动作结束都要按当前总成绩为全部运动员重新排序,结果在运动员出场比赛时显示出来。设总共有N个运动员参加比赛,其编号为1,2,… N。 编一个程序实现这一功能。 要求: 1、 建立一个*head为头结点的单链表 2、 以动作C为主循环,对每个动作输入每个运动员所有裁判打分。输入每个 运动员的所有打分后,立即对单链表按sum域(累计分)从小到大重新排序 3、 在每个动作之后,输出该单链表的所有结点-Note:
Experimentation:
When sportsman who taking part in diving game had finished each movement,there were J referees marking for sportsman,and each time the highest and lowest marks always were taken out.
Each sportsman must finish C movements,no sooner did actions had be performed than current sum grades should be sorted and the final results should be displayed before athlete comes out.
Supposing there are N athletes attending the game,the NO is 1,2,...N.Write an program to implement this fuction.
Requires:
1 Create a single chain naming the name of headnode*head.
2 The movement C is main loop,Each sportsman s grades marked by all judges should be put in the each movement.After finished this,the
- 2023-07-04 21:45:03下载
- 积分:1