登录
首页 » Windows开发 » 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是...

公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是...

于 2022-01-28 发布 文件大小:14.81 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-Gregorian calendar (Gregorian calendar) and the Lunar New Year (lunar calendar) each conversion to the Lunar calendar is the code from the Internet when I switch to make the lunar calendar of the code and wrote a sample program. In fact, there are many Internet-related to the Lunar calendar control, but as a programmer it is not accustomed to using other people

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用优先数算法,实现在单处理器系统中的进程管理和调度
    利用优先数算法,实现在单处理器系统中的进程管理和调度-Use the priority number of algorithms, to achieve in a single-processor system of process management and scheduling
    2022-02-02 07:11:49下载
    积分:1
  • 功能描述 1、获取机器硬件信息。 2、将数据导出Excel,真接写二进制数据,速度极快。 3、对注册表的操作。 4、数据库操作。 另外,本人...
    功能描述 1、获取机器硬件信息。 2、将数据导出Excel,真接写二进制数据,速度极快。 3、对注册表的操作。 4、数据库操作。 另外,本人还有一个后台管理系统(采用C#),主要针对MIS系统。主要集 成了以下几个模块: 1、组织结构管理。 2、员工管理。 3、流水号管理。 4、权限管理等。 此系统避免了我们在做项目时,重复开发相同的模块。 提高了开发速度。也避免了因程序员的水平、经验不足而做出有缺陷、 性能不高的系统。-Functional Description 1, access to the machine hardware information. 2, data export Excel, I then write the binary data, extremely fast. 3, on the registry s operation. 4, database operations. In addition, I have a background management system (using C#), The main system for MIS. Integrates the following main modules: 1, the organizational structure of management. 2, staff management. 3, serial number management. 4, permissions management. This system avoids the projects we are doing, to repeat the development of the same module. Improve the development speed. Also avoid the programmer level, lack of experience made defective, not high performance systems.
    2022-05-24 20:28:55下载
    积分:1
  • TLD算法C++代码
    TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠
    2022-10-06 01:10:11下载
    积分:1
  • 简单的小弹球,很好玩 希望大家能喜欢,欢迎大家提出错误,提出建议...
    简单的小弹球,很好玩 希望大家能喜欢,欢迎大家提出错误,提出建议-Ball simple, very fun hope that everyone can enjoy, please make everybody wrong, to make recommendations
    2023-03-01 09:50:03下载
    积分:1
  • 绘制等角圆柱投影(墨卡托投影) 地图学专业人士
    绘制等角圆柱投影(墨卡托投影) 地图学专业人士-Draw Conformal cylindrical projection (Mercator projection) cartography professionals
    2023-05-12 03:20:03下载
    积分:1
  • use of this procedure : 1. You can monitor the computer running program, on your...
    利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop the implementation of the banned procedures, such as not playing games. 3. This procedure needs to join the registry, the system started running on to achieve the purpose of surveillance. The registry probably not unfamiliar, is here : HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Run
    2022-02-13 15:25:41下载
    积分:1
  • 本实验模拟文件的创建和释放过程。文件的物理块分配使用混合索引结构描述。混合索引结构是将单级索引和多级索引相结合而形成的一种索引结构。...
    本实验模拟文件的创建和释放过程。文件的物理块分配使用混合索引结构描述。混合索引结构是将单级索引和多级索引相结合而形成的一种索引结构。-The experimental simulation document creation and release process. Document the physical block allocation using a hybrid index structure described. Hybrid index structure is a single-stage index and multi-level index to form a kind of combination of index structure.
    2022-08-22 02:45:46下载
    积分:1
  • Win32中的两种线程
    Win32中的两种线程--GUI线程与工作线程-two of the Win32 threads-- GUI thread with thread
    2022-01-28 08:01:35下载
    积分:1
  • 隐写术
    stegenography 是一种技术,躲进图像 file.so 您可以发送任何机密数据的任何文件。
    2022-07-16 02:08:07下载
    积分:1
  • Java programming
    Java是一种并行的、基于类的计算机编程语言
    2022-02-04 15:49:58下载
    积分:1
  • 696518资源总数
  • 105595会员总数
  • 1今日下载