CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - LEAp

搜索资源列表

  1. jj132565

    0下载:
  2. 这是一个判kjfdsa断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份,fds 可输出是本年是否为fds闰年的提示信息。-kjfdsa-off for a year if the leap year, the running executable Ifleap.exe after importation of specific year, output is 32 this year to 32 leap year if the message.
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:几军
  1. ick

    0下载:
  2. 前 言 2000年上半年,Inprise公司(原Borland公司)推出了C++Builder的最新版本:C++Builder 5。C++Builder 5继承了以前版本的优点,并在此基础上增添了许多新的功能,比如... 图书类别:C++ Builder 图书格式:PDF 授权方式:免费版 C++ Builder核心编程技术 2005-1-12 640 ·C++Builder核心编程技术 图书类别:C++ Builder 图书格式:WDL 授权方式:免费版 跨越C++BUILDER3.0 20
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:558.48kb
    • 提供者:夏天
  1. 判断润年

    0下载:
  2. 这是一个判断闰年的小程序,只要你随意输入一个年份,程序就会自动帮你算出是不是闰年,并显示结果给你看!-This is a small leap year judgment procedures, as long as you can input a year, procedures will automatically help you calculate it is not a leap year, and the result will be displayed for you!
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:135.1kb
    • 提供者:
  1. 所得税计算和闰年判断

    0下载:
  2. 这是一个计算个人所得税和判断年份是否是闰年的简单程序,添加了输入的判断,以及输入出错的提示!适合广大 DELPHI 初学者!-This is a calculation of personal income tax and judgment year is a leap year if the simple procedure, add the importation of judgment and input errors tips! For the majority of Delphi be
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:172.62kb
    • 提供者:刘义洲
  1. 闰年LeapYear

    1下载:
  2. 计算闰年,输入一个年份,判断是否是一个闰年,是一JAVA程序。 在eclipse里面运行。-calculated leap year, the importation of a year to determine whether it is a leap year, is a JAVA program. The eclipse inside running.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:易杜平
  1. TimeOfSecond

    0下载:
  2. 把一个年、月、日、时、分、秒的时间转换为一个基于1970年1月1日0时0分0秒的秒数;或者把一个基于1970年1月1日0时0分0秒的秒数转换为一个年、月、日、时、分、秒的时间。本源码考虑了闰年因素的影响。在嵌入式开发中,当没有RTC时,这种转换非常有用,可以比较容易地维持一个系统时间。-put a year, month, day and hour, minute and second time for a change based on at 0:00 a.m. on January 1, 1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.44kb
    • 提供者:小罗
  1. jisuanriqishidijitian

    0下载:
  2. 计算是这年的的第几天(判断闰年)能判断月份是否输入错误,如果是闰年还能计算2月份的日期输入是否过界!算法还算不错!-calculation is that the days of (determining a leap year) in the ability to determine whether an input error, If it is a leap year in February can calculate the date and whether community inpu
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.1kb
    • 提供者:宇宙的弦
  1. WebKS

    0下载:
  2. 用汇编语言写的汇编源程序,判断闰年,asm文件!-write assembly language source code compilation, judgment leap year, asm paper!
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:44.19kb
    • 提供者:jiao
  1. WAVEclock

    0下载:
  2. 自学C语言 就写了这么个小程序,但是不知道怎么实现闰年闰月,有请各位高人指点哈-self-study on the C language was so small procedures, but does not know how to achieve a leap year intercalary months. Members are urged Kazakhstan expert
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:李刚
  1. 12354689

    0下载:
  2. 本书讲述了怎样跨越内存的禁区,修改游戏的数据!适合新手学习研究!-book about how memory leap in the restricted area and revised data! Suitable for novice study!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31.42kb
    • 提供者:裴可可
  1. leap20

    0下载:
  2. 输入:以十进制的形式读入要判断的年份,从键盘取得的一个十进制数转换为二进制数存入BX寄存器中,再将BX中的内容保存在变量year中。 判断:首先将year中的内容首先除以4,不能被4整除,则一定不是闰年,能被4整除的,需再将year中的内容除以100,不能被100整除的,则一定是闰年,能被100整除的,需再将year中的内容除以400,能被400整除的,则是闰年,不能被400整除的,则不是闰年。 输出:经判断后,是闰年的输出“This is a leap year!”,不是闰年的则输
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:78.67kb
    • 提供者:zn
  1. AlternativeTimestampClass_src

    1下载:
  2. This is a timestamp class that stores dates and times from year 0 – year 9999 and beyond. It stores timestamps up to an accuracy of hundredths of a second It can be constructed using a range of different formats, it can output individual components a
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:113.16kb
    • 提供者:lg
  1. calendar

    0下载:
  2. 满足基本的日历格式,显示当天的时间:年/月/日/星期以及是否是闰年,最重要的是可以调整时间.-Meeting basic calendar format, showing that day time: year/month/day/week and is a leap year, the most important is to can adjust the time.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:4.1kb
    • 提供者:James liu
  1. calculatethenumberofleapyear

    0下载:
  2. 有两个DateTimePicker控件,可以选择起始和终止年份,最终结果以弹窗形式显示, 里面有自己创建类的代码 ,计算闰年个数-There are two DateTimePicker control, you can select the start and end the year, the final results are displayed in pop, which has its own code to create a class, calculate the number
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-25
    • 文件大小:322.05kb
    • 提供者:VEricv
  1. DS1302_CH

    0下载:
  2. 介绍美国DALLAS公司推出的具有涓细电流充电能力的低功耗实时时钟电路DS1302的结构、工作原理及其在实时显示时间中的应用。它可以对年、月、日、周日、时、分、秒进行计时,且具有闰年补偿等多种功能。给出DS1302在读写中的C51程序及流程图,以及在调试过程中的注意事项。 -Introduction of American DALLAS company with the introduction of the fine charging current capacity of low pow
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:185.7kb
    • 提供者:林亮乾
  1. FlatLeapYearRecognition

    0下载:
  2. 基于VC6.0平台编写的一个图形化界面平闰年识别器,界面精美,值得VC初学者参考!-Flat leap year recognition
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-23
    • 文件大小:7.1mb
    • 提供者:樊景
  1. Time-and-date-settings

    0下载:
  2. 时间与日期的设置,实现类似Windows操作系统控制面板“日期和时间”的功能。它显示1980-2099年内某月的日历(含月、日、星期),可以反应闰月情况。并显示当前系统时间。并允许用户重新设置当前计算机系统年月日的时间。-Time and date settings to achieve a similar Windows operating system control panel " Date and Time" function. It displays a month
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:227.43kb
    • 提供者:李冰
  1. DateCtrl

    0下载:
  2. 重写CEdit的日期控件,可以更改背景以及文字颜色;逻辑上对年月日的是否闰年的天数判断-Rewrite CEdit date control, you can change the background and text color logically whether the leap year date to determine the number of days
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:5.51kb
    • 提供者:sunli
  1. panduanshifouweirunnian

    0下载:
  2. 简单的小程序,判断是否是闰年,初学者学习-Determine whether it is a leap year
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-29
    • 文件大小:39.2kb
    • 提供者:林峰
  1. calendar

    0下载:
  2. 输入日期,可以验证是否闰年,很简单的学生作业- Enter the date, you can verify whether a leap year, a very simple student assignments
  3. 所属分类:Button control

    • 发布日期:2017-04-12
    • 文件大小:1.09kb
    • 提供者:多伦多
搜珍网 www.dssz.com