登录
首页 » 其他项目 » 基于C语言的万年历

基于C语言的万年历

于 2022-11-23 发布 文件大小:366.54 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

应用背景基于C语言的万年历项目,实现了阴历,阳历,节气,节日,生肖,天干,地支等功能,并且有window和Linux两个版本,内涵PPT供分析代码。关键技术/**年份码表**/ const unsigned int LunarCalendarTable[199] = { 0x04AE53,0x0A5748,0x5526BD,0x0D2650,0x0D9544,0x46AAB9,0x056A4D,0x09AD42,0x24AEB6,0x04AE4A,/*1901-1910*/ 0x6A4DBE,0x0A4D52,0x0D2546,0x5D52BA,0x0B544E,0x0D6A43,0x296D37,0x095B4B,0x749BC1,0x049754,/*1911-1920*/ 0x0A4B48,0x5B25BC,0x06A550,0x06D445,0x4ADAB8,0x02B64D,0x095742,0x2497B7,0x04974A,0x664B3E,/*1921-1930*/ 0x0D4A51,0x0EA546,0x56D4BA,0x05AD4E,0x02B644,0x393738,0x092E4B,0x7C96BF,0x0C9553,0x0D4A48,/*1931-1940*/ 0x6DA53B,0x0B554F,0x056A45,0x4AADB9,0x025D4D,0x092D42,0x2C95B6,0x0A954A,0x7B4ABD,0x06CA51,/*1941-1950*/ 0x0B5546,0x555ABB,0x04DA4E,0x0A5B43,0x352BB8,0x052B4C,0x8A953F,0x0E9552,0x06AA48,0x6AD53C,/*1951-1960*/ 0x0AB54F,0x04B645,0x4A5739,0x0A574D,0x052642,0x3E9335,0x0D9549,0x75AABE,0x056A51,0x096D46,/*1961-1970*/ 0x54AEBB,0x04AD4F,0x0A4D43,0

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

发表评论

0 个回复

  • 国防工业部VB高级编程源码
    国防工业部VB高级编程源码-defense ministry source VB Advanced Programming
    2022-03-17 19:51:40下载
    积分:1
  • 工具栏和状态栏 工具栏和状态栏 工具栏和状态栏
    工具栏和状态栏 工具栏和状态栏 工具栏和状态栏 -toolbar and status bar t oolbar and status bar t oolbar and status bar workers with hurdles and the status bar toolbar and status bar
    2022-03-23 19:46:17下载
    积分:1
  • ASP写的一个MP3播放器(源)为研究交流
    asp写的一个mp3播放器(带源码),供学习交流-asp Writing an mp3 player (with source) for the exchange of Study
    2022-01-25 23:47:07下载
    积分:1
  • 一个程序上传的高密度脂蛋白的演示
    hdl demo of a program uploaded
    2022-06-28 21:02:22下载
    积分:1
  • VB初级练习源码适合刚学习VB的人练习
    VB初级练习源码适合刚学习VB的人练习-VB source code of primary practice
    2022-03-29 00:47:54下载
    积分:1
  • 图书馆管理系统
    图书馆管理系统,该系统是用Visual Studio 2010实现的,该系统能够实现对图书的增删改查、图书的借阅、归还、以及借阅信息的查询、数据的保存、读取等基本功能,该系统适合于初学者的学习与借鉴。
    2023-02-26 22:55:05下载
    积分:1
  • Building a RISC System in an FPGA
    Building a RISC System in an FPGA
    2022-03-12 14:47:56下载
    积分:1
  • 能够进行小游戏如魔板游戏.包括有数字玩法,图像玩法
    能够进行小游戏如魔板游戏.包括有数字玩法,图像玩法-to small board games, such as Magic games. Figures include rules of images Play
    2022-02-05 15:38:26下载
    积分:1
  • This system is a competition I took part in ESRI works mainly use the GIS capabi...
    本系统是我参加ESRI大赛的一个作品 主要利用GIS功能对水土流失模型USLE中的各个因子的提取(如根基降雨量站点插值生成等值线,利用等高线生成TIN提取坡度,坡向等)再生成专题图输出。系统包含数据采用的ACCESS,有对数据库的通用操作,以及各种绘图分析,如对年、月、日的降雨量,流量等的图形对比分析等等。系统功能还算比较完善。 是基于VB6.0+ArcEngine9.2开发,皮肤界面用的是Activebar3.0 里面的数据比较大,不便上传,需要的可向我索要。-This system is a competition I took part in ESRI works mainly use the GIS capabilities of the USLE soil erosion model for the extraction of the various factors (such as the foundations of rainfall site, contour interpolation, using contour lines generated TIN extraction slope, aspect, etc. ) and then generate the thematic map output. System contains the data used in ACCESS, there is a common database operations, and a variety of mapping analysis, such as year, month, day of rainfall, flow, etc. graphic correlation and so forth. Relatively perfect system functions fairly. Is based on VB6.0+ ArcEngine9.2 development, the skin interface, using a relatively large data inside Activebar3.0, inconvenience upload, need to be to my request.
    2023-06-23 08:40:03下载
    积分:1
  • rc5 algorithme 的源代码
    RC5 encryption algorithm is a new fast symmetric block cipher developed by Ron Rivest for RSA Laboratories. Intended as a possible successor to the Data Encryption Standard, RC5 has a variable word size, a variable number of rounds, and a variable-length secret key, so the user can explicitly manipulate the trade-off between higher speed and higher security. RC5 is suitable for hardware or software implementations; the encryption and decryption algorithms are exceptionally simple. A novel feature of RC5 is the heavy use of data-dependent rotations.
    2022-01-24 09:55:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载