搜索资源列表
CSharp
- CSharp中显示农历的类,可直接调用!
Calendar.rar
- 桌面日历程序 界面简洁 代码简单 可以查询农历日期 和节气 没有节假日查询,Desktop calendar program interface can be simple and concise code query Lunar cycle dates and holidays do not query
Calendar
- 自己编写的农历万年历,包含两个类和星座提醒功能!-I have written the Lunar calendar, consisting of two classes!
Calendar
- 用c#写的日历程序。可以进行公历转农历的查询,十二生肖的查询,以及用户选择的当天的公历节日,农历节日。-Written with c# calendar program. Lunar calendar can change the query, the query zodiac, and the user-selected calendar day festival, the Lunar Festival.
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.
[Calendar][foiair][RAR]
- 两个桌面农历日历源代码,核心部分相同,界面不同,运行需要net frame,代码简单,界面经过精心设计。-Two Desktop Lunar Calendar source code, the core of the same, the interface is different from the need to run the net frame, the code is simple, carefully designed interface.
Calendar
- 两个桌面农历日历源代码 代码简单 界面优美 运行需要.NET FRAMEWORK,核心代码相同,部分代码有变化,可以查询和显示农历日期和节气 可以查询农历节日和国际节日。-Two Desktop Lunar Calendar source code needed for the operation of a simple interface beautiful. NET FRAMEWORK, the same core code, some code changes, you can query
CSharp_Date
- C#公历转农历代码,因为这个是具有.net特色的,充分调用.net类库的代码。所有复杂的细节都封装在ChineseLunisolarCalendar类里了,简单,高效,稳定,可靠。-C# switch to the Lunar calendar code, because this is a. Net characteristics, the full call. Net library code. All the complex details are encapsulated in the
CNDate
- 农历算法,可以自动计算出1901到2050年的农历日历-LunerCalendar
myWeather
- C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致