搜索资源列表
公历(阳历)和农历(阴历)相互转换
- 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from
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
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, Re
glyl
- c实现公历,阴历转换源码-c achieve the Gregorian calendar, the lunar calendar change FOSS
wf_calendar
- 一个包括阴历和阳历的日历控件(值得参考)--Accalendar control which including both the lunar and Gregorian calendar
glyl
- c实现公历,阴历转换源码-c achieve the Gregorian calendar, the lunar calendar change FOSS
yanglinonglizhuanhuan
- handan001编写的一个关于阳历-农历转换开发包 Ver1.0小程序代码-handan001 written a the Gregorian- Lunar conversion development kit the Ver1.0 small program code
公历(阳历)和农历(阴历)相互转换
- 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from
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
LunarCalendar
- 一个显示农历月历的程序,支持1801~2100年的公历、农历、节气的显示。除了一个活动窗口,程序还在桌面背景上显示一个半透明的日历(这个功能是通过桌面显示的钩子实现的)。同时在系统栏内显示日历图标。程序包含两个工程,编译连接后分别生成LunarCalendar.exe和DesktopCalendar.dll,两者需要合作才能运行。-a show of the Lunar Calendar procedures, support 1801
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
LunarCalendar
- 这是一个阴历转阳历的matlab小程序 -This is a lunar calendar to the Gregorian calendar applet matlab
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 天)