搜索资源列表
公历(阳历)和农历(阴历)相互转换
- 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from the Internet when, I did a Lun
calender_converter
- 公历(阳历)和农历(阴历)相互转换,VC++开发的-calendar (Gregorian calendar) and the Chinese (lunar calendar) conversion, the development of the VC
CalendardConv
- 公历(阳历)和农历(阴历)相互转换的小程序,用VC++实现-calendar (Gregorian calendar) and the Chinese (lunar calendar) Conversion of small programs, with VC
Lunar Calendar
- 一个显示农历月历的程序,支持1801~2100年的公历、农历、节气的显示。除了一个活动窗口,程序还在桌面背景上显示一个半透明的日历(这个功能是通过桌面显示的钩子实现的)。同时在系统栏内显示日历图标。程序包含两个工程,编译连接后分别生成LunarCalendar.exe和DesktopCalendar.dll,两者需要合作才能运行。-a show of the Lunar Calendar procedures, support 1801 ~ 2100 of the Gregorian calen
return
- 公历(阳历)和农历(阴历)相互转换 提供的文件包含的内容和具体功能-calendar (Gregorian calendar) and the Chinese (lunar calendar) for the conversion of documents containing specific content and function
2006CE
- 万年历可以查找任何一年的公历,方便,快捷,希望大家拧喜欢-hefty almanac can find any year of the Gregorian calendar, convenient, fast, we hope that shakes like
stockchartx
- 支持所有流行的股票图表显示格式:Candlestick、 OHLCV、OHLC、和HLC、Darvas Boxes、3D Candlesticks、Renko、Kagi、Three Line Break、Point 、Figure、Candlevolume、Equivolume、Shaded Equivolume。每一个图表风格可以实时更新。 实时自动技术分析更新。 支持创建Line Studies,如Ellipse, Rectangle、 Trend Line、Speed Line
glyl
- c实现公历,阴历转换源码-c achieve the Gregorian calendar, the lunar calendar change FOSS
wannianli.绝对精美的万年历
- 绝对精美的万年历,12864+ds1302+ds18B20,支持公历,农历,温度等。功能非常全,非常精美。,Absolutely beautiful calendar, 12864+ Ds1302+ Ds18B20, in support of the Gregorian calendar, the Lunar and temperature. Very wide, very delicate.
Lunarcalendarconverter.rar
- 农历公历转换组件,可以进行公历转农历,支干历,农历转公历的转换,Lunar calendar converter components can be carried out to the Lunar calendar, teams do the calendar, the Lunar to Gregorian calendar conversion
date.rar
- 百年日历(包括阳历,农历,生肖,二十四节气,时间以及一些节日等),Century calendar (including the Gregorian, Chinese, Lunar New Year, 24 solar terms, time, and some festivals, etc.)
WC_WNL
- 万年历,输入公历日期,可转换成 农历的日期,以及天干地支;输入农历的日期,可转换成公历的日期。简单的程序。实现了基本功能。界面简单。VS2005下,用VC++ 实现。 在 S3C6410 ,WINCE6.0 平台下。-Calendar, enter the calendar date, the date can be converted to the Lunar and attribution input lunar date, the date can be converted to the
wannianli.rar
- 一个简单的万年历(图形界面)提供以下一些功能: (1)能够显示实现1800-2100年的日期,包括公历、农历和星期; (2)能够按照月份格式显示日期; (3)能够显示系统时间。,A simple calendar (graphics interface) provides the following features: (1) to display the date in 1800-2100, including the Gregorian calendar, the Lunar and
wnl
- 从1901年到2011年的日历,包括阳历和农历-From 1901 to 2011 calendar, including the Gregorian and lunar calendar
Calendar
- VC++在程序中调用一个日期选择器,也就是一个日历模块,方便用户输入,减少程序出错率,通过日期选择器,可选择设置的日期或当前的系统日期,本日历中包含星期几和公历,暂无农历信息。-VC++ in a program called a date picker, which is a calendar module, user input, error rate reduction program through the date selector, choose to set the date or
android-nl
- android 日历 农历算法 实用于公历 1901 年至 2100 年之间的 200 年-android calendar Lunar algorithm Practical in the 200 years between the Gregorian calendar from 1901 to 2100
NongLi
- 农历转换类C#版本,修正了闰月计算错误。 可降农历转换成公历。-Conversion Class C# version of the Lunar New Year, fixed intercalary month calculation error. Lunar New Year can be down converted to the Gregorian calendar.
wf_calendar
- 一个包括阴历和阳历的日历控件(值得参考)--Accalendar control which including both the lunar and Gregorian calendar
Matlab_ex
- Matlab制作的阴历阳历日历小程序,仅供练习使用,不错的小例子-Matlab Gregorian lunar calendar produced a small program, only to practice the use of a good small example! ! !
to-the-Gregorian-calendar
- C51语言“公历转农历及星期” 获取当前日期的农历及星期 公历年对应的农历数据,每年三字节, 格式: //0x0A,0x95,0x4e, /*第一字节BIT7-4 位表示闰月月份,值为0 为无闰月, BIT3-0 对应农历第1-4 月的大小 第二字节BIT7-0 对应农历第5-12 月大小, 第三字节BIT7 表示农历第13个月大小月份对应的位 /*为1表示本农历月大(30 天),为0 表示小(29 天) 第三字节BIT6-5 表示春节的公历月份,BIT4-0