Advertisement
pigg

近100年的1月27除夕

Jan 27th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.20 KB | None | 0 0
  1. /*
  2. 近100年的1月27日除夕
  3. By 游照臨 2017/1/27
  4.  
  5. 參考資料:https://github.com/crazytonyli/ChineseCalendar/blob/master/Common/lunardate.c
  6.  
  7. */
  8. #include <cstdio>
  9. #include <ctime>  
  10. #include <cstring>
  11. #include <iostream>
  12. using namespace std;
  13.  
  14. unsigned int LunarCalendarDay;
  15. const unsigned int LunarCalendarTable[199] =
  16. {
  17.  
  18.  
  19.     0x04AE53,0x0A5748,0x5526BD,0x0D2650,0x0D9544,0x46AAB9,0x056A4D,0x09AD42,0x24AEB6,0x04AE4A
  20.  
  21.     ,/*1901-1910*/
  22.  
  23.  
  24.     0x6A4DBE,0x0A4D52,0x0D2546,0x5D52BA,0x0B544E,0x0D6A43,0x296D37,0x095B4B,0x749BC1,0x049754
  25.  
  26.     ,/*1911-1920*/
  27.  
  28.  
  29.     0x0A4B48,0x5B25BC,0x06A550,0x06D445,0x4ADAB8,0x02B64D,0x095742,0x2497B7,0x04974A,0x664B3E
  30.  
  31.     ,/*1921-1930*/
  32.  
  33.  
  34.     0x0D4A51,0x0EA546,0x56D4BA,0x05AD4E,0x02B644,0x393738,0x092E4B,0x7C96BF,0x0C9553,0x0D4A48
  35.  
  36.     ,/*1931-1940*/
  37.  
  38.  
  39.     0x6DA53B,0x0B554F,0x056A45,0x4AADB9,0x025D4D,0x092D42,0x2C95B6,0x0A954A,0x7B4ABD,0x06CA51
  40.  
  41.     ,/*1941-1950*/
  42.  
  43.  
  44.     0x0B5546,0x555ABB,0x04DA4E,0x0A5B43,0x352BB8,0x052B4C,0x8A953F,0x0E9552,0x06AA48,0x6AD53C
  45.  
  46.     ,/*1951-1960*/
  47.  
  48.  
  49.     0x0AB54F,0x04B645,0x4A5739,0x0A574D,0x052642,0x3E9335,0x0D9549,0x75AABE,0x056A51,0x096D46
  50.  
  51.     ,/*1961-1970*/
  52.  
  53.  
  54.     0x54AEBB,0x04AD4F,0x0A4D43,0x4D26B7,0x0D254B,0x8D52BF,0x0B5452,0x0B6A47,0x696D3C,0x095B50
  55.  
  56.     ,/*1971-1980*/
  57.  
  58.  
  59.     0x049B45,0x4A4BB9,0x0A4B4D,0xAB25C2,0x06A554,0x06D449,0x6ADA3D,0x0AB651,0x093746,0x5497BB
  60.  
  61.     ,/*1981-1990*/
  62.  
  63.  
  64.     0x04974F,0x064B44,0x36A537,0x0EA54A,0x86B2BF,0x05AC53,0x0AB647,0x5936BC,0x092E50,0x0C9645
  65.  
  66.     ,/*1991-2000*/
  67.  
  68.  
  69.     0x4D4AB8,0x0D4A4C,0x0DA541,0x25AAB6,0x056A49,0x7AADBD,0x025D52,0x092D47,0x5C95BA,0x0A954E
  70.  
  71.     ,/*2001-2010*/
  72.  
  73.  
  74.     0x0B4A43,0x4B5537,0x0AD54A,0x955ABF,0x04BA53,0x0A5B48,0x652BBC,0x052B50,0x0A9345,0x474AB9
  75.  
  76.     ,/*2011-2020*/
  77.  
  78.  
  79.     0x06AA4C,0x0AD541,0x24DAB6,0x04B64A,0x69573D,0x0A4E51,0x0D2646,0x5E933A,0x0D534D,0x05AA43
  80.  
  81.     ,/*2021-2030*/
  82.  
  83.  
  84.     0x36B537,0x096D4B,0xB4AEBF,0x04AD53,0x0A4D48,0x6D25BC,0x0D254F,0x0D5244,0x5DAA38,0x0B5A4C
  85.  
  86.     ,/*2031-2040*/
  87.  
  88.  
  89.     0x056D41,0x24ADB6,0x049B4A,0x7A4BBE,0x0A4B51,0x0AA546,0x5B52BA,0x06D24E,0x0ADA42,0x355B37
  90.  
  91.     ,/*2041-2050*/
  92.  
  93.  
  94.     0x09374B,0x8497C1,0x049753,0x064B48,0x66A53C,0x0EA54F,0x06B244,0x4AB638,0x0AAE4C,0x092E42
  95.  
  96.     ,/*2051-2060*/
  97.  
  98.  
  99.     0x3C9735,0x0C9649,0x7D4ABD,0x0D4A51,0x0DA545,0x55AABA,0x056A4E,0x0A6D43,0x452EB7,0x052D4B
  100.  
  101.     ,/*2061-2070*/
  102.  
  103.  
  104.     0x8A95BF,0x0A9553,0x0B4A47,0x6B553B,0x0AD54F,0x055A45,0x4A5D38,0x0A5B4C,0x052B42,0x3A93B6
  105.  
  106.     ,/*2071-2080*/
  107.  
  108.  
  109.     0x069349,0x7729BD,0x06AA51,0x0AD546,0x54DABA,0x04B64E,0x0A5743,0x452738,0x0D264A,0x8E933E
  110.  
  111.     ,/*2081-2090*/
  112.     0x0D5252,0x0DAA47,0x66B53B,0x056D4F,0x04AE45,0x4A4EB9,0x0A4D4C,0x0D1541,0x2D92B5
  113.  
  114.     /*2091-2099*/
  115. };
  116. int MonthAdd[12] = { 0,31,59,90,120,151,181,212,243,273,304,334 };
  117. int LunarCalendar(int year, int month, int day)
  118. {
  119.     int Spring_NY, Sun_NY, StaticDayCount;
  120.     int index, flag;
  121.     if (((LunarCalendarTable[year - 1901] & 0x0060) >> 5) == 1)
  122.         Spring_NY = (LunarCalendarTable[year - 1901] & 0x001F) - 1;
  123.     else
  124.         Spring_NY = (LunarCalendarTable[year - 1901] & 0x001F) - 1 + 31;
  125.     Sun_NY = MonthAdd[month - 1] + day - 1;
  126.     if ((!(year % 4)) && (month > 2))
  127.         Sun_NY++;
  128.     if (Sun_NY >= Spring_NY)
  129.     {
  130.         Sun_NY -= Spring_NY;
  131.         month = 1;
  132.         index = 1;
  133.         flag = 0;
  134.         if ((LunarCalendarTable[year - 1901] & (0x80000 >> (index - 1))) == 0)
  135.             StaticDayCount = 29;
  136.         else
  137.             StaticDayCount = 30;
  138.         while (Sun_NY >= StaticDayCount)
  139.         {
  140.             Sun_NY -= StaticDayCount;
  141.             index++;
  142.             if (month == ((LunarCalendarTable[year - 1901] & 0xF00000) >> 20))
  143.             {
  144.                 flag = ~flag;
  145.                 if (flag == 0)
  146.                     month++;
  147.             }
  148.             else
  149.                 month++;
  150.             if ((LunarCalendarTable[year - 1901] & (0x80000 >> (index - 1))) == 0)
  151.                 StaticDayCount = 29;
  152.             else
  153.                 StaticDayCount = 30;
  154.         }
  155.         day = Sun_NY + 1;
  156.     }
  157.     else
  158.     {
  159.         Spring_NY -= Sun_NY;
  160.         year--;
  161.         month = 12;
  162.         if (((LunarCalendarTable[year - 1901] & 0xF00000) >> 20) == 0)
  163.             index = 12;
  164.         else
  165.             index = 13;
  166.         flag = 0;
  167.         if ((LunarCalendarTable[year - 1901] & (0x80000 >> (index - 1))) == 0)
  168.             StaticDayCount = 29;
  169.         else
  170.             StaticDayCount = 30;
  171.         while (Spring_NY > StaticDayCount)
  172.         {
  173.             Spring_NY -= StaticDayCount;
  174.             index--;
  175.             if (flag == 0)
  176.                 month--;
  177.             if (month == ((LunarCalendarTable[year - 1901] & 0xF00000) >> 20))
  178.                 flag = ~flag;
  179.             if ((LunarCalendarTable[year - 1901] & (0x80000 >> (index - 1))) == 0)
  180.                 StaticDayCount = 29;
  181.             else
  182.                 StaticDayCount = 30;
  183.         }
  184.         day = StaticDayCount - Spring_NY + 1;
  185.     }
  186.     LunarCalendarDay |= day;
  187.     LunarCalendarDay |= (month << 6);
  188.     if (month == ((LunarCalendarTable[year - 1901] & 0xF00000) >> 20))
  189.         return 1;
  190.     else
  191.         return 0;
  192. }
  193. bool output(int year, int month, int day)
  194. {
  195.     char str[13] = "";
  196.     const char *ChDay[] = { "*","1","2","3","4","5",
  197.         "6","7","8","9","10",
  198.         "11","12","13","14","15",
  199.         "16","17","18","19","20",
  200.         "21","22","23","24","25",
  201.         "26","27","28","29","30"
  202.     };
  203.     const char *ChMonth[] = { "*","1","2","4","4","5","6","7","8","9","10","11","12"};
  204.     strcat(str,"農曆");
  205.     if (LunarCalendar(year,month,day))
  206.     {
  207.     strcat(str,"潤");
  208.         strcat(str,ChMonth[(LunarCalendarDay & 0x3C0) >> 6]);
  209.     }
  210.     else
  211.     {
  212.         strcat(str,ChMonth[(LunarCalendarDay & 0x3C0) >> 6]);
  213.     }
  214.     strcat(str,"月");
  215.     strcat(str,ChDay[LunarCalendarDay & 0x3F]);
  216.     strcat(str,"日");
  217.     char str1[] = "農曆12月30日";
  218.     if(memcmp(str,str1,sizeof(str1))==0)
  219.     {
  220.         if(month==1 && day==27)
  221.         {
  222.         cout<<"國曆"<< year<<"年"<<month<<"月"<<day<<"日 → ";
  223.         cout<<(str)<<endl;
  224.         }
  225.         return 1;
  226.     }
  227.     return 0;
  228.     }
  229.     int mmm(int y,int m) //回傳月份天數
  230.     {
  231.        
  232.         switch (m)
  233.         {
  234.             case 1:
  235.                 return 31;
  236.             case 2:
  237.                 if((y%4==0 && y%100!=0)||(y%400==0))
  238.                     return 29;
  239.                 else
  240.                     return 28;
  241.             case 3:
  242.                 return 31;
  243.             case 4:
  244.                 return 30;
  245.             case 5:
  246.                 return 31;
  247.             case 6:
  248.                 return 30;
  249.             case 7:
  250.                 return 31;
  251.             case 8:
  252.                 return 31;
  253.             case 9:
  254.                 return 30;
  255.             case 10:
  256.                 return 31;
  257.             case 11:
  258.                 return 30;
  259.             case 12:
  260.                 return 31;
  261.         }
  262.     }
  263.     int main()
  264.     {
  265.         system("color a");
  266.         cout<<"1901~2099年 國曆1月27日的除夕\n"<<endl;
  267.         for(int yy=1901;yy<=2099;yy++)
  268.             {
  269.                 for(int mm=1;mm<=12;mm++)
  270.                 {
  271.                     for(int dd=1;dd<=mmm(yy,mm);dd++)
  272.                     {
  273.                         LunarCalendarDay = 0;
  274.                         output(yy,mm,dd);
  275.                     }
  276.                 }
  277.             }
  278.         system("PAUSE");
  279.             return 0;
  280.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement