登录
首页 » 其他项目 » telephone billing for procedures/* signal definition : clk : clock signal, which...

telephone billing for procedures/* signal definition : clk : clock signal, which...

于 2022-02-26 发布 文件大小:1.46 kB
0 224
下载积分: 2 下载次数: 1

代码说明:

电话计费器程序/*信号定义: clk: 时钟信号,本例中其频率值为1Hz; decide: 电话局反馈回来的信号,代表话务种类,“01”表示市话,“10”表示 长话,“11”表示特话; dispmoney: 用来显示卡内余额,其单位为角,这里假定能显示的最大数额为50 元 (500 角); disptime: 显示本次通话的时长; write,read: 当write 信号下降沿到来时写卡,当话卡插入,read 信号变高时读卡; warn: 余额过少时的告警信号。本例中,当打市话时,余额少于3 角,打长 话时,余额少于6 角,即会产生告警信号; cut: 当告警时间过长时自动切断通话信号。 */-telephone billing for procedures/* signal definition : clk : clock signal, which in this case, their frequency of 1Hz; decide : Telephone Bureau feedback signal, then the Treasury representative types, "01" Urban said, "10" The point said, "11" expressed special words; dispmoney : to show the card balance, the unit of angle, Here are supposed to show the maximum amount of 50 billion yuan (500 angle); disptime : The calls show the length; write, read : When the write signal arrival of the down time to write cards, When the card insert, read signal change high Reader; warn : Fees balance of the alarm signal. In this example, when fighting Cit

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

发表评论

0 个回复

  • Sample for Register with Captcha
    Sample for Register with Captcha
    2022-01-28 22:43:14下载
    积分:1
  • 基本操作的基本操作是四大操作,符号…
    浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
    2022-05-22 17:45:03下载
    积分:1
  • 大一时写的一个课设,写的不好,就看看而已
    大一时写的一个课设,写的不好,就看看而已-large write a course set up and write well, only to see it
    2022-07-03 09:05:53下载
    积分:1
  • 2023-08-14 05:35:03下载
    积分:1
  • 本程序实现基数排序,冒泡排序和快速排序.另外实现了顺序查找和折半查找...
    本程序实现基数排序,冒泡排序和快速排序.另外实现了顺序查找和折半查找-This procedure realize Radix Sort, Bubble Sort and Quick Sort. Also realize half of the order of search and search
    2022-03-21 11:41:24下载
    积分:1
  • 智能手表单片机程序
    应用背景触摸屏采用的是2.0寸的全视角IPS TFT彩屏 采用8位数据口控制,大大减少IO的使用,驱动采用的ILI9335,更加容易地移植STemWin,触摸板是自己加上的,触摸IC为XTP2046,采用模拟SPI采集触摸屏AD值。关键技术震动电机采用普通IO口控制,当有电话来或者接到短信的时候就打开,直到电话接起或者拒接。利用MCU自带的ADC对心率传感器的电压进行采集,通过MCU处理后,利用STemWin的GRAPH控件构建心率图。串口6连接蓝牙模块对智能开关进行控制,控制风扇、电灯等,并利用蓝牙模块进行温度无线采集。用户按键的主要功能是锁、开屏和开、关机(进入停机模式),则按键用WKUP功能引脚。SIM908通信模块带有GSM、GPRS和GPS功能,是此智能手表功能实现的主要核心,智能手表的通话、短信、远程追踪功能都是由此模块来实现。SD卡模块用来保存中文字库和收到的短信。为了提高安全性,采用管理员管理模式,当检测到管理员发来的短信命令时,才允许手表打开其追踪功能,管理员的账号密码保存在AT24c02这一非易失性存储IC中。
    2023-08-10 15:00:18下载
    积分:1
  • 商务网络站点程序
    商务网络站点程序-business Web site procedures
    2022-06-27 01:18:05下载
    积分:1
  • 读写INI
    读写INI-literacy INI .................................
    2022-02-05 18:14:37下载
    积分:1
  • n阶魔方阵,就是把1
    n阶魔方阵,就是把1-n2个连续的正整数填到一个m*n的方阵中,使得每一列的和,每一行的和,以及两个对角线的和都相等。本程序只填奇数阶的魔方阵-n-order magic square, that is, the 1-n2 consecutive filled to a positive integer m* n square in which each column and each row and, as well as two diagonal and are equal. This procedure只填odd order magic squares
    2022-07-14 18:11:03下载
    积分:1
  • 在线测试系统 新东方www.getjob.com.cn 在线考试系统 不错
    在线测试系统 新东方www.getjob.com.cn 在线考试系统 不错-new online testing system Oriental www.getjob.com.cn online examination system is good
    2022-08-09 10:07:46下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载