CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - LEAp

搜索资源列表

  1. 2DIFS_code_32

    0下载:
  2. 研究现代科学的绝好东西,由复杂的分形理论跨越到实践-study modern science wonderful things, the complexity of fractal theory to practice leap
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:28kb
    • 提供者:刘胜国
  1. monthall

    0下载:
  2. 自己编的万年历,输入任意一年,判断是否是闰年,并打印该年的日历-own series of the hefty almanac, the importation of any year, to determine whether it is a leap year, and print the annual calendar
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:5.88kb
    • 提供者:林盟
  1. wangnianlidesuanfa

    0下载:
  2. 关于多工能数字时钟的年月日及闰年和平年的算法-On the multi-tasking digital clock date and the leap year algorithm Year of Peace
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3.36kb
    • 提供者:me
  1. Leapyear

    0下载:
  2. 输入一个年份 判断其是否为闰年 用C++实现的 简单好用 C++入门基础代码-Enter a year to determine whether it is a leap year with a C++ implementation of easy to use C++ based code entry
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:394.91kb
    • 提供者:张漾
  1. zhebanchazhao

    0下载:
  2. 折半查找的算法。将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 -Binary search algorithm. The series by ordering (ascending or descending) order, find the process of using leap way to find that the fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:167.2kb
    • 提供者:张驰
  1. whichday

    0下载:
  2. 一个经典的时间算法,可以计算出今天是公园元年后的那一天,可以算出瑞年和非闰年的,同时还具有容错功能,完全c语言编写!-A classic time algorithm can calculate the park today is the day after the first year, can be calculated and non-leap year in Sweden, but also fault-tolerant, fully c language!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:734byte
    • 提供者:韩阳
  1. wannianli

    0下载:
  2. 一个万年历程序,用于查找年份等,可以输出输入的年份是否为闰年,输入的日期在那年哪月-A calendar program used to find the year so you can output and input the year is a leap year, enter the date on which that year
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:783byte
    • 提供者:
  1. 4QQ

    0下载:
  2. 输入某年某月某日,判断这一天是这一年的第几天?1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊      情况,闰年且输入月份大于3时需考虑多加一天。-Enter a certain period of a day, this day is to determine the first few days this year? 1 program analysis: the March 5, for example, should add up to tw
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.05kb
    • 提供者:xie
  1. calendar

    0下载:
  2. 提供了c语言中一般有关日期的函数,比如判断某年某天星期几等,某年是否为闰年等-calendar.zip provides some functions for the operates on date.for example,judeging whether a year is a leap year.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.86kb
    • 提供者:zc
  1. a

    0下载:
  2. 输入某年某月某日,判断这一天是这一年的第几天? 程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊       情况,闰年且输入月份大于3时需考虑多加一天。-Input of a certain period of a day, this day is to determine the first few days this year? Program analysis: the March 5, for example, should the f
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2.77kb
    • 提供者:liumeihong
  1. identifyword

    0下载:
  2. 一个验证身份证号码有效性的小程序。身份证号码必须是18位,而且前17位必须是数字,最后一位只能是数字或小写字母x,第7到14位是出生年月日,必须符合有效性检测,即年在1900到2010之间,月要在1到12之间,日子要考虑闰年的情况。-Verify the identity card numbers of the effectiveness of the program. Identity card number must be 18, and 17 must be numeric, the la
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:864.71kb
    • 提供者:魏飞
  1. sorting-and-decision-algorithms

    0下载:
  2. 文档包括生成随机数组的方法、简单排序算法的实现以及闰年个数的计算方法,适合初学者掌握简单排序算法的原理,为更进一步学习数据结构打下良好的基础。-Document includes an array of methods to generate a random, simple sorting algorithm and method of calculating the number of leap years, suitable for beginners to master the prin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.01kb
    • 提供者:刘争辉
  1. unluckyday

    0下载:
  2. 不吉利日期:函数功能:在国外,每月的13号和每周的星期5都是不吉利的。特别是当13号那天恰好是星期5时,更不吉利。已知 某年的一月一日是星期W,并且这一年一定不是闰年,求出这一年所有13号那天是星期5的月份,按从小 到大的顺序输出月份数字。(W=1..7)-Inauspicious date: Function: In other countries, on the 13th of each month and day of the week 5 are unlucky. Especia
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:131.57kb
    • 提供者:卢俊
  1. sort_leap

    0下载:
  2. 堆排序是一种比较优化的排序方法,特备是在只是找一串数字中前几个最大最小值时更显示它的优势。这个程序的堆排序包括每一轮的堆排序的调整以及最终的排序结果的显示。-leap sorted method is a excellent way to handle the sequence , exspecially when you want to find the proitory max or min number .the program concludes the method of the ad
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:10.06kb
    • 提供者:冯严
搜珍网 www.dssz.com