搜索资源列表
calender
- 8086汇编语言实现的一个万年历,可以接收用户键入的年、月、日,并自动计算显示这个日期对应星期几,有输入提示,输入错误检查及错误提示功能。-A calendar coded by 8086 assembly language, which can receive the year, month, day, and calculate the corresponding date, with input checking,error checking abiliies.
DateWeek
- 输入一个日期,计算该日期对应的星期。 辅助功能: 输入一个日期,计算该日期是该年的第几天。-Enter a date to calculate the date of the corresponding week. Accessibility: Enter a date to calculate the date of the first few days of the year.
DATE
- 简单的日期类 自己学习类 操作符重载之后 写的日期加减法 计算任意两天相隔的天数-Write the date to add and subtract simple date class of their own learning class operator overloading calculated the number of days between any two days
date
- 一个日期计算程序,可以进行日期的加减运算,会自动跳转月份和年份-A date calculation program, you can add and subtract dates, month and year will automatically jump
qq
- 使用控制台应用程序实现了任何两个日期相差多少天的计算-Using a console application implements any number of days between two dates calculation
wmi
- 利用WMI获取网卡地址 硬盘序列号 CPU序列号 操作系统ID,内容丰富,附带wbemuuid.lib, wbemidl.h, 不必再下载那么大的PlatformSDK_2003_February. WMI是一项核心的Windows管理技术,WMI作为一种规范和基础结构,通过它可以访问、配置、管理和监视几乎所有的Windows资源,比如用户可以在远程计算机器上启动一个进程;设定一个在特定日期和时间运行的进程;远程启动计算机;获得本地或远程计算机的已安装程序列表;查询本地或远程计算机的Window
Calendar
- C语言设计万年历流程 1、输入要查找的年份和月份,其中,要对输入参数进行检查,以保证输入参数正确,不会对后续程序造成影响。 2、对输入的年份和月份进行处理和计算,判断输入年份是否闰年,若为闰年,则置2月日期为29天,否则,置为28天。 3、计算输入月份的1号距当年元旦的天数,进而计算该月1号是星期几。 4、最后,打印出当月的月历。-C language design flow 1 calendar, enter the month and year you want to fin