-
check and alarm system
check and alarm system
- 2023-07-06 02:05:03下载
- 积分:1
-
EWB做的多功能数字钟
由振荡器输出稳定的高频脉冲信号作为时间基准,经分频器输出标准的秒脉冲,秒计数器满60向分计数器进位,分计数器满60向小时计数器进位...
EWB做的多功能数字钟
由振荡器输出稳定的高频脉冲信号作为时间基准,经分频器输出标准的秒脉冲,秒计数器满60向分计数器进位,分计数器满60向小时计数器进位,小时计数器按“12翻1”规律计数,计数器经译码器送到显示器;计数出现误差可用校时电路进行校时、校分、校秒,
可发挥部分:使闹钟具有可整点报时与定时闹钟的功能。
-EWB done by the multi-function digital clock oscillator output stable high frequency pulse signal as a time reference. Frequency Divider output by the standards of seconds pulse, aged 60 seconds to counter-counter rounding, Counter-to-60-hour counter rounding, by the Counter-hour "12 over a" law count, Counter by the decoder to display; Counting errors school circuit can be used for schools, school hours, school seconds to play : The alarm clock can be made with whole point regular alarm clock and timer functions.
- 2023-04-15 03:10:03下载
- 积分:1
-
函数使用,将十进制数转化成对应ASIC码,以方便在液晶上显示...
函数使用,将十进制数转化成对应ASIC码,以方便在液晶上显示-function ten to asic
- 2023-03-21 18:40:04下载
- 积分:1
-
人体生命极限
人体生命极限-human life Limit
- 2022-02-03 02:09:19下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
复件 Photoshop CS2图形图像处理教程.rar
复件 Photoshop CS2图形图像处理教程.rar-Copies Photoshop CS2 image-processing graphics tutorials. Rar
- 2022-10-04 10:25:12下载
- 积分:1
-
smartphone的闹钟程序源码,大家有兴趣可以修改
smartphone的闹钟程序源码,大家有兴趣可以修改-smartphone source of alarm procedures, we are interested in can be modified
- 2022-03-01 11:29:13下载
- 积分:1
-
进行波动方程正演模拟的程序,在C++中编译通过,可以得到加吸收边界的模拟剖面...
进行波动方程正演模拟的程序,在C++中编译通过,可以得到加吸收边界的模拟剖面-Wave equation for forward modeling procedure, in C++ In the compiler is passed, plus absorbing boundary can be simulated profile
- 2023-02-18 06:10:03下载
- 积分:1
-
Ajax基础入门小例子,运用Javascript+XMLHttpRequest对象,很有帮助!
Ajax基础入门小例子,运用Javascript+XMLHttpRequest对象,很有帮助!-Ajax based on entry of small examples, the use of Javascript+ XMLHttpRequest object, very helpful!
- 2022-03-18 12:47:20下载
- 积分:1
-
javascript decimal 4 to 5 homes
javascript 小数点4舍5入-javascript decimal 4 to 5 homes
- 2022-02-02 16:35:41下载
- 积分:1