Reference Citations - HerongYang.com - v2.95, by Herong Yang
(horror movie) com.hellogood.eCalendar
'中国农历计算程式' tutorial was cited in Google project source code in 2013.
The 中国农历计算程式 tutorial was cited in a Google project source code in 2013.
Subject: (horror movie) com.hellogood.eCalendar Date: Apr 25, 2013 Author: renxh.cn Source: http://code.google.com/p/horrormovie/source/browse /trunk/eCalendar/src/com/hellogood/eCalendar /ChineseCalendarGB.java?r=10 package com.hellogood.eCalendar; import java.util.Calendar; import android.util.Log; /** * ChineseCalendarGB.java Copyright (c) 1997-2002 by Dr. Herong Yang * 中國農曆算法 - * 實用於公曆 1901 年至 2100 年之間的 200 年 */ class ChineseCalendarGB { private int gregorianYear; private int gregorianMonth; private int gregorianDate; private boolean isGregorianLeap; private int dayOfYear; private int dayOfWeek; // 周日一星期的第一天 private int chineseYear; private int chineseMonth; // 负数表示闰月 private int chineseDate; private int sectionalTerm; private int principleTerm; ...
Table of Contents
(Android) Getting Current Date and Time
Deatil View with other language
Web-palveluiden koostaminen: web- ja RESTful-palvelut
Corso di Architetture Orientate ai Servizi
Hardening a SAS Installation on a multi tier installation on Linux
[scala-user] for-loops still not optimized in 2.10?
.bin/.cue - the purpose of .cue?
►(horror movie) com.hellogood.eCalendar
Using keytool to convert bks file to p12
Error while using LWP::Socket to send XML Data
Distributed Key System Broken Up Over Multiple Nodes
Cant receive MMS with wifi turned on
Including and using the MySql.Data.dll on your web host server
Distributed Key Systems: Enhancing Security...
WP Spreadplugin Basket not shown
How do you get multiple resultset from a single CallableStatement?
Blowfish Cipher Algorithm in Java