Welcome![Sign In][Sign Up]
Location:
Search - LEAp

Search list

[Mathimatics-Numerical algorithms计算机日历程序

Description: 计算机日历程序 (包括判别是否闰年)-computer calendar (including discriminant whether a leap year)
Platform: | Size: 1024 | Author: 刘明辉 | Hits:

[OS program176972zhup

Description: 案例1判断闰年程序-case a judgment procedures leap year
Platform: | Size: 1024 | Author: 宝宝 | Hits:

[assembly languageIfleap1

Description: 判断闰年,怎么说,有兴趣可以看看吧,算法应该大家都会~-judgment leap year, how that interest can look at it, the algorithm should we all ~
Platform: | Size: 1024 | Author: 罗现 | Hits:

[AlgorithmLeapYear

Description: 一个用来计算每年1月1号星期几的c小程序!实现比较简单,其实就是计算闰年的小程序,不过小程序可能有点小bug,希望大家包含!-one used to calculate the annual January 1 several weeks of c small program! Achieving a relatively simple calculation of leap year is actually a small, but a small program might have a small bug, we hope that contain!
Platform: | Size: 280576 | Author: 断翼 | Hits:

[Other月历程序源代码

Description: 月历程序可点击今天按钮,得到今天的日期 显示年月日及星期,并可检测闰年点击今天按钮,可得到今天的日期 -procedures can click on the calendar today button, get today's date and the date indicated weeks, it can detect a leap year today button, will be today's date
Platform: | Size: 2048 | Author: 何问宇 | Hits:

[Otherweek

Description: 万年历中星期的算法 包括闰年,从0000-9999年 原代码,未编译-hefty almanac weeks algorithm which include a leap year, from 0000-9999, the original code did not compile
Platform: | Size: 1024 | Author: 杨世国 | Hits:

[Other简易日历(H)

Description: 一个简易日历程序,已知公元元年一月一日即耶稣诞生日是星期一,那么因为365%7=1,366%7=2。所以每过一年平年星期数加一,每过一年闰年星期数加二,依次类推就可以求出任意一年一月一日是星期几。-a simple calendar program, known Year on January 1 that the first year of the birth of Jesus Day is Monday, because 365% = 1,366 7% 7 = 2. So every non-leap year over year increase in a few weeks, a leap year every year the number increases two weeks, followed by analogy can be found arbitrary January 1, 2001 is several weeks.
Platform: | Size: 35840 | Author: XFX | Hits:

[Other

Description: 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This a judgment of whether a particular year of a leap year, the running executable Ifleap.exe after importation of specific year, the output this year is a leap year if the message.
Platform: | Size: 1024 | Author: yhs | Hits:

[PropertySheetjj132565

Description: 这是一个判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.
Platform: | Size: 2048 | Author: 几军 | Hits:

[Button controlick

Description: 前 言 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 2004-12-12 255 ·跨越C++BUILDER3.0 图书类别:C++ Builder 图书格式:PDG 授权方式: 创世纪的C++ Builder教程 2004-12-11 251 ·创世纪的C++ Builder教程-foreword first half of 2000, Inprise Company (formerly Borland) C Builder launched the latest version : C Builder 5. C Builder 5 inherited the previous version of the merits, and on this basis to add many new features, such as books ... categories : C Builder book format : PDF license : free version of the core C programming Builder 2005-1-12 640 C core Builder Programming library categories : C Builder Book Format : WDL license : free version of C leap across BUILDER3.0 2004-12-12 255 C BUILDER3.0 books category : C Builder Book Format : PDG Authorization : Genesis C Builder Guide 2004-12-11 251 Genesis C Builder Guide
Platform: | Size: 571392 | Author: 夏天 | Hits:

[MultiLanguage案例01判断闰年程序

Description: 判断闰年程序 汇编程序,这个算法不错,很有参考价值-Judge the program assembler of leap year, this algorithm is good , has reference value very much
Platform: | Size: 1024 | Author: 林健枫 | Hits:

[Dialog_Window判断润年

Description: 这是一个判断闰年的小程序,只要你随意输入一个年份,程序就会自动帮你算出是不是闰年,并显示结果给你看!-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!
Platform: | Size: 138240 | Author: | Hits:

[ComboBox所得税计算和闰年判断

Description: 这是一个计算个人所得税和判断年份是否是闰年的简单程序,添加了输入的判断,以及输入出错的提示!适合广大 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 beginners!
Platform: | Size: 176128 | Author: 刘义洲 | Hits:

[CSharp计算润年及月分天数

Description: 这是一个使用C#.NET开发的计算润年和一月天数的例子-This is a use of C#.NET development and the calculation of leap year days in January the few examples
Platform: | Size: 24576 | Author: 风云 | Hits:

[Other闰年LeapYear

Description: 计算闰年,输入一个年份,判断是否是一个闰年,是一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.
Platform: | Size: 1024 | Author: 易杜平 | Hits:

[assembly languagerunlian

Description: 一个用汇编程序编写出来的计算是否闰年的小程序-a compilation of procedures used to prepare the leap year in terms of the small programs
Platform: | Size: 1024 | Author: 陈大民 | Hits:

[WEB Codenewsxp

Description: 飓风信息管理系统是目前国内最好的网站信息管理系统之一,并曾获得“创新飞跃杯软件设计大赛”1等奖,它最大的优点便是能够在较低的配置下(asp+mdb+虚拟目录)取得接近于大型商业网站的速度与功能,适合于各种类型的商业用户使用。-hurricane information management system is the best internal site information management systems in the world and has access to "innovative leap Cup Software Design Competition," a prize, which is the greatest advantage to the lower configuration (asp mdb virtual directory) made closer to the large commercial site and the speed of function suitable for all types of business users.
Platform: | Size: 293888 | Author: 李昱 | Hits:

[Books[En]Web Servies Essentials

Description: 介绍web service的书,可以让你有质的飞跃-introduced web service, the book allows you to have a qualitative leap
Platform: | Size: 1615872 | Author: zuizui12 | Hits:

[Data structs2DIFS_code_32

Description: 研究现代科学的绝好东西,由复杂的分形理论跨越到实践-study modern science wonderful things, the complexity of fractal theory to practice leap
Platform: | Size: 28672 | Author: 刘胜国 | Hits:

[Data structsmonthall

Description: 自己编的万年历,输入任意一年,判断是否是闰年,并打印该年的日历-own series of the hefty almanac, the importation of any year, to determine whether it is a leap year, and print the annual calendar
Platform: | Size: 251904 | Author: 林盟 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 38 »

CodeBus www.codebus.net