- 浏览: 1578631 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
nich002:
原网站失效了。撸主简单粗暴的复制过来,可读性极差!差评!
Apache配置详解(最好的APACHE配置教程) -
107x:
不错,谢谢!
LINUX下查看文件夹下的文件个数! -
Hypereo:
好你妹,连个格式都没有!
Apache配置详解(最好的APACHE配置教程) -
resteater:
代码排版感觉有点乱!收发信息代码可读性不强!请问第一次发服务器 ...
java socket例子 -
resteater:
代码排版感觉有点乱!收发信息代码可读性不强!请问第一次发服务器 ...
java socket例子
From: http://www.yuanma.org/data/2006/0914/article_1538.htm
js的实现:http://www.winu.cn/redirect.php?tid=71667&goto=lastpost
java 代码
- //测试类
- public class Test ...{
- public static void main(String[] args) ...{
- //调用农历日期转换阳历日期方法
- System.out.println(Calendar.sCalendarLundarToSolar(2006,1,1));
- }
- }
- //自定义日历类
- class Calendar ...{
- // Array lIntLunarDay is stored in the monthly day information in every year from 1901 to 2100 of the lunar calendar,
- // The lunar calendar can only be 29 or 30 days every month, express with 12(or 13) pieces of binary bit in one year,
- // it is 30 days for 1 form in the corresponding location , otherwise it is 29 days
- private static final int[] iLunarMonthDaysTable = ...{
- 0x4ae0, 0xa570, 0x5268, 0xd260, 0xd950, 0x6aa8, 0x56a0, 0x9ad0, 0x4ae8, 0x4ae0, // 1910
- 0xa4d8, 0xa4d0, 0xd250, 0xd548, 0xb550, 0x56a0, 0x96d0, 0x95b0, 0x49b8, 0x49b0, // 1920
- 0xa4b0, 0xb258, 0x6a50, 0x6d40, 0xada8, 0x2b60, 0x9570, 0x4978, 0x4970, 0x64b0, // 1930
- 0xd4a0, 0xea50, 0x6d48, 0x5ad0, 0x2b60, 0x9370, 0x92e0, 0xc968, 0xc950, 0xd4a0, // 1940
- 0xda50, 0xb550, 0x56a0, 0xaad8, 0x25d0, 0x92d0, 0xc958, 0xa950, 0xb4a8, 0x6ca0, // 1950
- 0xb550, 0x55a8, 0x4da0, 0xa5b0, 0x52b8, 0x52b0, 0xa950, 0xe950, 0x6aa0, 0xad50, // 1960
- 0xab50, 0x4b60, 0xa570, 0xa570, 0x5260, 0xe930, 0xd950, 0x5aa8, 0x56a0, 0x96d0, // 1970
- 0x4ae8, 0x4ad0, 0xa4d0, 0xd268, 0xd250, 0xd528, 0xb540, 0xb6a0, 0x96d0, 0x95b0, // 1980
- 0x49b0, 0xa4b8, 0xa4b0, 0xb258, 0x6a50, 0x6d40, 0xada0, 0xab60, 0x9370, 0x4978, // 1990
- 0x4970, 0x64b0, 0x6a50, 0xea50, 0x6b28, 0x5ac0, 0xab60, 0x9368, 0x92e0, 0xc960, // 2000
- 0xd4a8, 0xd4a0, 0xda50, 0x5aa8, 0x56a0, 0xaad8, 0x25d0, 0x92d0, 0xc958, 0xa950, // 2010
- 0xb4a0, 0xb550, 0xb550, 0x55a8, 0x4ba0, 0xa5b0, 0x52b8, 0x52b0, 0xa930, 0x74a8, // 2020
- 0x6aa0, 0xad50, 0x4da8, 0x4b60, 0x9570, 0xa4e0, 0xd260, 0xe930, 0xd530, 0x5aa0, // 2030
- 0x6b50, 0x96d0, 0x4ae8, 0x4ad0, 0xa4d0, 0xd258, 0xd250, 0xd520, 0xdaa0, 0xb5a0, // 2040
- 0x56d0, 0x4ad8, 0x49b0, 0xa4b8, 0xa4b0, 0xaa50, 0xb528, 0x6d20, 0xada0, 0x55b0 // 2050
- };
- // Array iLunarLeapMonthTable preserves the lunar calendar leap month from 1901 to 2050,
- // if it is 0 express not to have , every byte was stored for two years
- private static final char[] iLunarLeapMonthTable = ...{
- 0x00, 0x50, 0x04, 0x00, 0x20, // 1910
- 0x60, 0x05, 0x00, 0x20, 0x70, // 1920
- 0x05, 0x00, 0x40, 0x02, 0x06, // 1930
- 0x00, 0x50, 0x03, 0x07, 0x00, // 1940
- 0x60, 0x04, 0x00, 0x20, 0x70, // 1950
- 0x05, 0x00, 0x30, 0x80, 0x06, // 1960
- 0x00, 0x40, 0x03, 0x07, 0x00, // 1970
- 0x50, 0x04, 0x08, 0x00, 0x60, // 1980
- 0x04, 0x0a, 0x00, 0x60, 0x05, // 1990
- 0x00, 0x30, 0x80, 0x05, 0x00, // 2000
- 0x40, 0x02, 0x07, 0x00, 0x50, // 2010
- 0x04, 0x09, 0x00, 0x60, 0x04, // 2020
- 0x00, 0x20, 0x60, 0x05, 0x00, // 2030
- 0x30, 0xb0, 0x06, 0x00, 0x50, // 2040
- 0x02, 0x07, 0x00, 0x50, 0x03 // 2050
- };
- // Array iSolarLunarTable stored the offset days
- // in New Year of solar calendar and lunar calendar from 1901 to 2050;
- private static final char[] iSolarLunarOffsetTable = ...{
- 49, 38, 28, 46, 34, 24, 43, 32, 21, 40, // 1910
- 29, 48, 36, 25, 44, 34, 22, 41, 31, 50, // 1920
- 38, 27, 46, 35, 23, 43, 32, 22, 40, 29, // 1930
- 47, 36, 25, 44, 34, 23, 41, 30, 49, 38, // 1940
- 26, 45, 35, 24, 43, 32, 21, 40, 28, 47, // 1950
- 36, 26, 44, 33, 23, 42, 30, 48, 38, 27, // 1960
- 45, 35, 24, 43, 32, 20, 39, 29, 47, 36, // 1970
- 26, 45, 33, 22, 41, 30, 48, 37, 27, 46, // 1980
- 35, 24, 43, 32, 50, 39, 28, 47, 36, 26, // 1990
- 45, 34, 22, 40, 30, 49, 37, 27, 46, 35, // 2000
- 23, 42, 31, 21, 39, 28, 48, 37, 25, 44, // 2010
- 33, 23, 41, 31, 50, 39, 28, 47, 35, 24, // 2020
- 42, 30, 21, 40, 28, 47, 36, 25, 43, 33, // 2030
- 22, 41, 30, 49, 37, 26, 44, 33, 23, 42, // 2040
- 31, 21, 40, 29, 47, 36, 25, 44, 32, 22, // 2050
- };
- static boolean bIsSolarLeapYear(int iYear)...{
- return ((iYear % 4 == 0) && (iYear % 100 != 0) || iYear % 400 == 0);
- }
- // The days in the month of solar calendar
- static int iGetSYearMonthDays(int iYear, int iMonth)...{
- if((iMonth == 1) || (iMonth == 3) || (iMonth == 5)||
- (iMonth == 7) || (iMonth == 8) || (iMonth == 10) || (iMonth == 12))
- return 31;
- else if((iMonth == 4) || (iMonth == 6) || (iMonth == 9) || (iMonth == 11))
- return 30;
- else if(iMonth == 2)...{
- if(bIsSolarLeapYear(iYear)) return 29;
- else return 28;
- }
- else return 0;
- }
- // The offset days from New Year and the day when point out in solar calendar
- static int iGetSNewYearOffsetDays(int iYear, int iMonth, int iDay)...{
- int iOffsetDays = 0;
- for(int i = 1; i < iMonth; i++)...{
- iOffsetDays += iGetSYearMonthDays(iYear, i);
- }
- iOffsetDays += iDay -1;
- return iOffsetDays;
- }
- static int iGetLLeapMonth(int iYear)...{
- char iMonth = iLunarLeapMonthTable[(iYear - 1901) / 2];
- if(iYear % 2 == 0)
- return (iMonth & 0x0f);
- else
- return (iMonth & 0xf0) >> 4;
- }
- static int iGetLMonthDays(int iYear, int iMonth)...{
- int iLeapMonth = iGetLLeapMonth(iYear);
- if((iMonth > 12) && (iMonth - 12 != iLeapMonth) || (iMonth < 0))...{
- System.out.println("Wrong month, ^_^ , i think you are want a -1, go to death!");
- return -1;
- }
- if(iMonth - 12 == iLeapMonth)...{
- if((iLunarMonthDaysTable[iYear - 1901] & (0x8000 >> iLeapMonth)) == 0)
- return 29;
- else
- return 30;
- }
- if((iLeapMonth > 0) && (iMonth > iLeapMonth)) iMonth++;
- if((iLunarMonthDaysTable[iYear - 1901] & (0x8000 >> (iMonth - 1))) == 0)
- return 29;
- else
- return 30;
- }
- // Days in this year of lunar calendar
- static int iGetLYearDays(int iYear)...{
- int iYearDays = 0;
- int iLeapMonth = iGetLLeapMonth(iYear);
- for(int i = 1; i < 13; i++)
- iYearDays += iGetLMonthDays(iYear, i);
- if(iLeapMonth > 0)
- iYearDays += iGetLMonthDays(iYear, iLeapMonth + 12);
- return iYearDays;
- }
- static int iGetLNewYearOffsetDays(int iYear, int iMonth, int iDay)...{
- int iOffsetDays = 0;
- int iLeapMonth = iGetLLeapMonth(iYear);
- if((iLeapMonth > 0) && (iLeapMonth == iMonth - 12))...{
- iMonth = iLeapMonth;
- iOffsetDays += iGetLMonthDays(iYear, iMonth);
- }
- for(int i = 1; i < iMonth; i++)...{
- iOffsetDays += iGetLMonthDays(iYear, i);
- if(i == iLeapMonth)
- iOffsetDays += iGetLMonthDays(iYear, iLeapMonth+12);
- }
- iOffsetDays += iDay - 1;
- return iOffsetDays;
- }
- // The solar calendar is turned into the lunar calendar
- static String sCalendarSolarToLundar(int iYear, int iMonth, int iDay)...{
- int iLDay, iLMonth, iLYear;
- int iOffsetDays = iGetSNewYearOffsetDays(iYear, iMonth, iDay);
- int iLeapMonth = iGetLLeapMonth(iYear);
- if(iOffsetDays < iSolarLunarOffsetTable[iYear - 1901] )...{
- iLYear = iYear - 1;
- iOffsetDays = iSolarLunarOffsetTable[iYear - 1901] - iOffsetDays;
- iLDay = iOffsetDays;
- for(iLMonth = 12; iOffsetDays > iGetLMonthDays(iLYear, iLMonth); iLMonth--)...{
- iLDay = iOffsetDays;
- iOffsetDays -= iGetLMonthDays(iLYear, iLMonth);
- }
- if(0 == iLDay)
- iLDay = 1;
- else
- iLDay = iGetLMonthDays(iLYear, iLMonth) - iOffsetDays + 1;
- }
- else...{
- iLYear = iYear;
- iOffsetDays -= iSolarLunarOffsetTable[iYear - 1901];
- iLDay = iOffsetDays + 1;
- for(iLMonth = 1; iOffsetDays >= 0; iLMonth++)...{
- iLDay = iOffsetDays + 1;
- iOffsetDays -= iGetLMonthDays(iLYear, iLMonth);
- if((iLeapMonth == iLMonth) && (iOffsetDays > 0))...{
- iLDay = iOffsetDays;
- iOffsetDays -= iGetLMonthDays(iLYear, iLMonth + 12);
- if(iOffsetDays <= 0)...{
- iLMonth += 12 + 1;
- break;
- }
- }
- }
- iLMonth--;
- }
- return "" + iLYear + (iLMonth > 9 ? "" + iLMonth : "0" + iLMonth)
- + (iLDay > 9 ? "" + iLDay : "0" + iLDay);
- }
- // The lunar calendar is turned into the Solar calendar
- static String sCalendarLundarToSolar(int iYear, int iMonth, int iDay)...{
- int iSYear, iSMonth, iSDay;
- int iOffsetDays = iGetLNewYearOffsetDays(iYear, iMonth, iDay) + iSolarLunarOffsetTable[iYear - 1901];
- int iYearDays = bIsSolarLeapYear(iYear) ? 366 : 365;
- if(iOffsetDays >= iYearDays)...{
- iSYear = iYear + 1;
- iOffsetDays -= iYearDays;
- }
- else ...{
- iSYear = iYear;
- }
- iSDay = iOffsetDays + 1;
- for(iSMonth = 1; iOffsetDays >= 0; iSMonth++)...{
- iSDay = iOffsetDays + 1;
- iOffsetDays -= iGetSYearMonthDays(iSYear, iSMonth);
- }
- iSMonth--;
- return "" + iSYear + (iSMonth > 9 ? iSMonth + "" : "0" + iSMonth)
- + (iSDay > 9 ? iSDay + "" : "0" + iSDay);
- }
- }
- //自定义星期类
- class Week...{
- int iWeek;
- private String sWeek[] = ...{
- "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
- };
- public Week()...{
- iWeek = 0;
- }
- public Week(int w)...{
- if((w > 6) || (w < 0))...{
- System.out.println("Week out of range, I think you want Sunday");
- this.iWeek = 0;
- } else
- this.iWeek = w;
- }
- public String toString()...{
- return sWeek[iWeek];
- }
- }
- //自定义日期类
- class MyDate ...{
- public int iYear;
- public int iMonth;
- public int iDay;
- private static int checkYear(int iYear)...{
- if((iYear > 1901) && (iYear < 2050))
- return iYear;
- else...{
- System.out.println("The Year out of range, I think you want 1981");
- return 1981;
- }
- }
- public MyDate(int iYear, int iMonth, int iDay)...{
- this.iYear = checkYear(iYear);
- this.iMonth = iMonth;
- this.iDay = iDay;
- }
- public MyDate(int iYear, int iMonth)...{
- this.iYear = checkYear(iYear);
- this.iMonth = iMonth;
- this.iDay = 1;
- }
- public MyDate(int iYear)...{
- this.iYear = checkYear(iYear);
- this.iMonth = 1;
- this.iDay = 1;
- }
- public MyDate()...{
- this.iYear = 1981;
- this.iMonth = 1;
- this.iDay = 1;
- }
- public String toString()...{
- return ""+ this.iYear +
- (this
发表评论
-
JVM问题追查与调优
2012-03-27 14:44 1149JDK的几种分析工具 http://liudaoru ... -
NodeJs相关资料
2011-08-18 14:55 3020NodeJs获取参数: proces ... -
jprofiler追踪问题
2011-08-12 18:20 1052Jprofiler下载页: http://www.ej ... -
Linux服务器性能评估与优化【z】
2011-07-01 10:05 1557来自:http://www.itlearner.com/ ... -
Java 理论与实践: 非阻塞算法简介【z】
2011-03-26 20:39 1288From: http://www.ibm.com/develo ... -
Java Crash问题分析[z]
2011-03-23 14:41 5978参考: http://www.ibm.com/develop ... -
Berkeley DB相关
2010-09-25 22:17 1060为什么要使用Berkeley DB,它适合什么场合应用?Ber ... -
熟悉系统方法总结
2010-07-06 14:26 824了解一个陌生的系统是我们经常碰到的事情,下面总结一下自己的一些 ... -
Java缓存框架 EhCache
2010-07-06 14:09 4734From: http://www.oschina.net/p/ ... -
【nio】使用 ServerSocketChannel 实现的 File 服务器[z]
2010-05-21 17:31 3977From: http://www.java2000.net/p ... -
Memcached命令行管理
2010-03-15 11:18 4494From: http://www.exp2up.com/2 ... -
(转)Resin服务器配置指南
2010-01-21 15:35 3470From:http://blog.21cn.com/super ... -
Flickr架构
2010-01-11 09:52 1272From: http://www.cyask.com/ques ... -
JDK的几种分析工具
2009-12-04 12:13 10909From: http://blog.csdn.net/hant ... -
XMemcached——一个新的开源Java memcached客户端
2009-10-23 09:27 1899From: http://www.infoq.com/cn/ ... -
多线程任务调度学习
2009-10-16 13:58 2308昨天找到一套多线程任务调度的代码,相当的不错,先把思路总结一下 ... -
用HSCALE实现MySQL的数据分布式存储
2009-10-15 12:47 3023From:http://www.ningoo.net/ht ... -
马化腾:搜索、电子商务硬仗一定要坚持打
2009-10-15 12:09 1723From:http://www.techweb.com.c ... -
MySQL分表实现上百万上千万记录分布存储的批量查询设计模式【z】
2009-10-15 09:56 3178From:http://hi.baidu.com/jabber ... -
nginx负载均衡和lvs负载均衡的比较分析【z】
2009-10-13 20:02 1478From:http://www.shouker.com/u ...
相关推荐
Java是一种广泛使用的编程语言,通过使用Java语言,可以实现阳历日期到农历日期的转换。 知识点一:Java中的日期类 在Java中,日期类是java.util包下的一个类,提供了日期和时间相关的操作。Date类有多个构造函数...
### Java实现阳历转换农历工具类 在Java编程语言中,实现阳历(公历)与农历之间的转换是一项实用的功能,特别是在需要根据农历日期进行计算或处理特定中国文化节日的应用场景中。下面将详细介绍如何通过一个Java类...
在 Java 中,实现阳历转农历需要使用到 Calendar 和 Date 类。Calendar 类提供了一个抽象的日历模型,可以用来计算日期的年、月、日等信息。Date 类则提供了一个具体的日期对象,可以用于获取当前日期或指定日期。 ...
农历和阳历是两种不同的日期表示方式,理解和实现它们之间的转换需要深入理解日期计算的原理和算法。 阳历,也称为公历,是国际上广泛使用的日历系统,基于地球绕太阳公转的周期。Java中处理阳历的主要类是`java....
本文将深入探讨一份关于阴历(农历)与阳历(公历)转换的Java源代码,这份代码不仅提供了两种历法之间的相互转换功能,还包含了丰富的节日信息,以及用户友好的界面设计。通过分析代码结构、关键类与方法,以及实现...
在提供的“阳历and阴历转换.rar”压缩包中,包含了一个利用MATLAB实现的阴历与阳历转换工具。这个工具对于那些需要处理与日期相关的程序,特别是在中国或其他使用农历的国家和地区,是非常有用的。 首先,我们要...
3. **编程语言基础**:此源码可能是用某一种编程语言实现的,如C++、Java、Python或JavaScript等。理解源码需要对应语言的基础知识。 4. **数据结构和算法**:在处理日期转换时,可能会用到日期类对象、栈、队列等...
Excel 阳历阴历相互转换 ...本文详细介绍了如何使用 VBA 编辑器在 Excel 中实现阳历阴历相互转换,提供了四个函数用于实现阳历阴历转换和阴阳历生日计算,并提供了相关的日期计算函数和数据结构。
这个转换器能够帮助用户在阳历和阴历之间进行转换,这对于了解和使用中国传统农历的场合非常有用。 汇编语言的使用虽然相对复杂,但它提供了对硬件的直接控制,使得程序员可以精确地调整计算过程,从而在特定任务上...
在MATLAB编程环境中,我们可以创建一个名为`clsdate.m`的函数来实现阳历、阴历和干支历之间的转换。这个功能强大的工具对于研究中国传统文化、天文历法或者进行相关数据分析都极其有用。以下是对这个`clsdate.m`函数...
js实现阳历到阴历的转换.
本主题将详细介绍如何在Java中实现农历和阳历之间的转换。 首先,Java标准库并没有内置农历日期的支持,但我们可以利用第三方库,如`FastDateFormat`或`org.apache.commons.lang3.time.DateUtils`来处理阳历日期。...
在Java编程语言中,开发一个能够处理阴历和阳历转换的程序是一项有趣且具有挑战性的任务。这个名为“java源程序-阴历和阳历”的项目似乎是一个2008年的beta版本,旨在提供从1900年到2049年间的完整农历数据。下面将...
对于“C#阴阳历转换”这个小程序,它的核心功能就是将公历(阳历)日期转换为农历(阴历),反之亦然。这样的工具在日历应用、中国传统节日提醒、星座运势查询等领域非常有用。 首先,我们需要了解阴阳历的基本概念...
转换阳历与阴历涉及到复杂的天文计算。阳历转阴历需要考虑以下几点: 1. 年份转换:阳历的年份需要找到对应的阴历年份。由于闰年的存在,每19个阳历年会有7个闰年,阴历与阳历的对应关系并非简单的一一对应。 2. ...
将阳历转换阴历: 2010年2月24日 星期三 15:10 庚寅年(虎)正月十一申时
3. **实现转换函数**:这是整个项目的重点。你需要一个函数接收阳历日期,然后调用农历转换算法。这个函数可以是这样的: ```cpp QDate convertSolarToLunar(const QDate &solarDate) { // 实现农历转换算法,这里...
MySQL阳历转农历SQL实现 在mysql上通过SQL语言实现的阳历转农历, 年份跨越从1900到2049年.
新建一个java类复制粘贴运行即可,可以实现各个年份阴历阳历的转换
MATLAB实现阳历、阴历与干支历的日期转换(1)实现阴历与阳历的相互转换;2)实现阳历、阴历与干支历的转换(3)不仅包含传统阴历月的天数表,还新增历年干支月的天数表;; 1