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

搜索资源列表

  1. runnian

    0下载:
  2. 此c++程序可以让使用者依次输入年份、月份、日期,并在输入的同时判断输入是否正确:比如闰年2月份有29日、4月份没有31日等,最后输出年月日以及该年是否是闰年。-This c++ program allows the user to turn the input year, month, date, and at the same time to determine the input type is correct: for example, a leap year February has
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:483.32kb
    • 提供者:luff
  1. Date

    0下载:
  2. 该日期类①能够输入、输出日期信息,并能够对他们进行处理。 ②能够计算你所要计算的日期的这一天的前一天、后一天的日期以及该显示日期是否是闰年。 ③能够计算您所要计算的这一天的前面d(d为任意整数)天的日期; 能够计算您所要计算的这一天的后d(d为任意整数)天的日期。 程序兼顾到了各个方面:包括出错处理,闰年的特殊情况,以及年初第一天,月初第一天,月末最后一天,年末最后一天的进位退位。 -① category that date to the import, export d
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1.56kb
    • 提供者:吴岳伟
  1. leap

    0下载:
  2. 跳跃表,可实现插入,删除,保存,恢复等功能 -Jump table can be realized to insert, delete, save and restore functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:8.98kb
    • 提供者:李丹军
  1. 4

    0下载:
  2. 输入某年某月某日,判断是不是闰年? 输入三个整数x,y,z,请把这三个数由小到大输出。 -Importation of a certain period of a day, to judge is not a leap year? Enter three integers x, y, z, invited these three the number of small to large output.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.21kb
    • 提供者:sunyan
  1. DataMan

    0下载:
  2. 共享内存的源代码 ,可以在2003上跨越用户-Shared memory of the source code, you can leap in 2003 on the user
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:16.3mb
    • 提供者:chen
  1. leap

    0下载:
  2. 能算出某個月份有多少天(輸入2月時需要輸入年份)-Is able to calculate how many days a month (in February when the input need to enter the year)
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:833byte
    • 提供者:frankie
  1. text6

    0下载:
  2. 可以用于多种功能的显示,同时城里在城夺大跃进大路 -Can be used to display a variety of functions, while the city road in the city wins the Great Leap Forward
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:11.31kb
    • 提供者:蓝锦强
  1. sj1

    0下载:
  2. 检测是否为闰年 当提示输入内容时,输入年份即可,简单好用-Test as a leap year, when prompted, enter the content, you can enter the year, easy-to-use
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:7.97kb
    • 提供者:商建
  1. calendar

    0下载:
  2. 编程思路:按照以上背景知识可得判断闰年的规律:某年年份如果能被4整除但不能被100整除,或者能被400整除则是闰年。由此规则可推得计算万年历的公式: s=X-1+[X-1]/4-[X-1]/100+[x-1]/400+c 上式中:X为公元年数(如2003年);C 为从元旦起,到要算的那天总数(如2003年3月23日,C=31+28+23=82)。S/7余数是星期几。 -Programming idea: In accordance with the above background kn
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:6.94kb
    • 提供者:ivan
  1. wannianli

    0下载:
  2. 万年历 能够分辨闰年等功能,大家快下啊 万年历 能够分辨闰年等功能,大家快下啊-Able to tell whether the leap year calendar and other functions, it ah soon be able to tell whether a leap year calendar and other functions, we soon ah
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:赵博
  1. wanlinian

    0下载:
  2. 万年历,显示时分秒还有年月日,具有处理闰年的功能 -Calendar shows date, dealing with the functions of a leap year
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.66kb
    • 提供者:张桐
  1. PerpetualCalender

    0下载:
  2. 一个用C++编写的万年历,可以显示输入的年份的日历,可以查询输入的日期是星期几,输入的年份是否是闰年-A use of C++ to prepare the calendar, you can show that the importation of the calendar year, you can query the date of importation of the week, enter the year whether it is a leap year
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:121.59kb
    • 提供者:chen
  1. leap-year-discriminant

    0下载:
  2. 判别闰年的C++小程序源代码,闰年判别,判别闰年-Judging a leap year c++ small program source code, a leap year discrimination
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:442.32kb
    • 提供者:大雄
  1. Leap-year

    0下载:
  2. 可以判断哪一年是闰年的一段小程序的源代码。-Can determine which year is a leap year period of the program' s source code?
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:7.4kb
    • 提供者:潘正伟
  1. judge-its-whether-it-as-a-leap-year

    0下载:
  2. 输入一个年份,判断其是否为闰年,并给出结果。-Input a Year, judge its whether it as a leap year, and gives the results.
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:184.09kb
    • 提供者:shianhao
  1. Judgment-leap-year-or-leap-year

    0下载:
  2. 输入一个年份,可以判断这一年是闰年还是平年。采用的简单C+=编程实现-Enter a year, can determine this year is a leap year or average. Using a simple programming C+ =
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.04mb
    • 提供者:邓小帅
  1. leap-frog-algorithm

    1下载:
  2. 蛙跳算法,包含Flow_Shop_Scheduling_Problem、 Function_Optimization、 Knapsack_Problem、 Traveling_Salesman_Problem-flog leap algorithm, including Flow_Shop_Scheduling_Problem, Function_Optimization, Knapsack_Problem, Traveling_Salesman_Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:77.45kb
    • 提供者:wangwei
  1. leap-year

    0下载:
  2. 一个简单的C程序。判断是否是闰年,计算机专业初学者必备Determine whether it is a leap year-Determine whether it is a leap year
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.72kb
    • 提供者:Amanda
  1. Calculating-Leap-Year

    0下载:
  2. A simple program to calculate leap year and non leap year
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:20.93kb
    • 提供者:moyashi
  1. leap

    0下载:
  2. leap year finder between two years
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:686byte
    • 提供者:MUDASSIR ALI
« 12 3 4 5 6 »
搜珍网 www.dssz.com