-
在电脑上提示用户输入一个日期,接收用户信息…
在电脑上提示用户输入某一天的年月日,接收用户的信息后,然后算出输入的日期是星期几,并在屏幕上输出计算的结果。完成后进行下一次输入。-on the computer prompts the user to input a day date, the receiving user information, then calculate the date of importation of the week, and on the screen output of the calculated results. Upon completion of the next input.
- 2023-09-01 15:15:03下载
- 积分:1
-
这是我最近制作出来的,大家评论以下
这是我最近制作出来的,大家评论以下-which I have recently produced, we comment on the following
- 2022-02-01 11:14:51下载
- 积分:1
-
图书管理系统,管理图书的借阅与归还,并进行记录
图书管理系统,管理图书的借阅与归还,并进行记录-Library management system to manage the books borrowed and returned, and recorded
- 2022-03-22 09:51:51下载
- 积分:1
-
实例为新手提供msp430开发注意事项,熟悉IAR编辑环境.
实例为新手提供msp430开发注意事项,熟悉IAR编辑环境.-Provide examples for new MSP430 development of attention editor familiar with the IAR environment.
- 2022-01-27 13:45:48下载
- 积分:1
-
一个不怕掉电的超级万年历源程序及文件,非常有意思,大家还可以提出修改意见!...
一个不怕掉电的超级万年历源程序及文件,非常有意思,大家还可以提出修改意见!-A super-power-down calendar is not afraid of the source code and documentation, very interesting, everyone can make changes!
- 2022-08-11 06:17:09下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
串口测试程序,方便初学者调单片机串行通讯
串口测试程序,方便初学者调单片机串行通讯 -12333333333
- 2022-02-01 22:29:44下载
- 积分:1
-
Good multi
很好的多功能数字钟的HDL代码不可多得的哦-Good multi-function digital clock of the HDL code rare Oh
- 2022-03-17 05:36:11下载
- 积分:1
-
查找硬盘坏扇区并快速标出坏扇区 (FindBad v1.3)
查找硬盘坏扇区并快速标出坏扇区 (FindBad v1.3)-you drive bad sector and the rapid deterioration marked Sector (FindBad v1.3)
- 2022-07-01 05:39:49下载
- 积分:1
-
(1) 显示北京时间;
(2) 能够校准时间;
(3) 使用汇编语言;
(4) 时、分、秒之间以及年、月、日间以小数点分隔;
(5) 显示公历日
(1) 显示北京时间;
(2) 能够校准时间;
(3) 使用汇编语言;
(4) 时、分、秒之间以及年、月、日间以小数点分隔;
(5) 显示公历日期
(6) 能够校准日期
(7) 运动秒表
(8) 闹钟功能
(9) 整点报时功能
(10) 自动/手动进入休眠状态
-(1) shows that Beijing (2) to the calibration time (3) the use of assembly language (4) hours, minutes and seconds, as well as year, month, day to decimal separated (5) shows that the Gregorian calendar date (6 ) to the calibration date (7) Sports Stopwatch (8), alarm clock function (9) The whole point timekeeping function (10) Auto/Manual to enter hibernation
- 2022-08-21 23:09:51下载
- 积分:1