基本信息
源码名称:C#日历程序(带农历)
源码大小:0.84M
文件格式:.rar
开发语言:C#
更新时间:2023-12-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#日历程序(带农历)
内有农历的核心算法 公历的显示 八字的计算 每日太阳升降情况介绍 回历的显示 每月的月亮情况介绍

.
├── C#日历程序(带农历)_SharpSxwnl.rar
└── SharpSxwnl
    ├── SharpSxwnl
    │   ├── ClassDiagram.cd
    │   ├── Helper.cs
    │   ├── JD.cs
    │   ├── JWdata.cs
    │   ├── JieQiInfo.cs
    │   ├── JnbArrayList.cs
    │   ├── Lunar.cs
    │   ├── LunarInfoListT.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── SSQ.cs
    │   ├── SZJ.cs
    │   ├── SharpSxwnl.csproj
    │   ├── SharpSxwnl.xml
    │   ├── XL.cs
    │   ├── ZB.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── SharpSxwnl.dll
    │   │   │   ├── SharpSxwnl.pdb
    │   │   │   └── SharpSxwnl.xml
    │   │   └── Release
    │   │       ├── SharpSxwnl.dll
    │   │       ├── SharpSxwnl.pdb
    │   │       └── SharpSxwnl.xml
    │   ├── ob.cs
    │   ├── oba.cs
    │   ├── obb.cs
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── Refactor
    │   │   │   │   └── SharpSxwnl.dll
    │   │   │   ├── SharpSxwnl.csproj.FileListAbsolute.txt
    │   │   │   ├── SharpSxwnl.dll
    │   │   │   ├── SharpSxwnl.pdb
    │   │   │   └── TempPE
    │   │   └── Release
    │   │       ├── SharpSxwnl.csproj.FileListAbsolute.txt
    │   │       ├── SharpSxwnl.dll
    │   │       ├── SharpSxwnl.pdb
    │   │       └── TempPE
    │   ├── sun_moon.cs
    │   └── xList.cs
    ├── SharpSxwnl.gpState
    ├── SharpSxwnl.sln
    ├── SharpSxwnl.suo
    └── TestSharpSxwnl
        ├── Program.cs
        ├── Properties
        │   ├── AssemblyInfo.cs
        │   ├── DataSources
        │   ├── Resources.Designer.cs
        │   ├── Resources.resx
        │   ├── Settings.Designer.cs
        │   └── Settings.settings
        ├── TestSharpSxwnl.csproj
        ├── bin
        │   ├── Debug
        │   │   ├── SharpSxwnl.dll
        │   │   ├── SharpSxwnl.pdb
        │   │   ├── SharpSxwnl.xml
        │   │   ├── TestSharpSxwnl.exe
        │   │   ├── TestSharpSxwnl.pdb
        │   │   └── TestSharpSxwnl.vshost.exe
        │   └── Release
        │       ├── SharpSxwnl.dll
        │       ├── SharpSxwnl.pdb
        │       ├── SharpSxwnl.xml
        │       ├── TestSharpSxwnl.exe
        │       ├── TestSharpSxwnl.pdb
        │       ├── TestSharpSxwnl.vshost.exe
        │       └── TestSharpSxwnl.vshost.exe.manifest
        ├── frmMainTest.Designer.cs
        ├── frmMainTest.cs
        ├── frmMainTest.resx
        ├── frmMethodsTest.Designer.cs
        ├── frmMethodsTest.cs
        ├── frmMethodsTest.resx
        └── obj
            ├── Debug
            │   ├── Refactor
            │   ├── ResolveAssemblyReference.cache
            │   ├── TempPE
            │   ├── TestSharpSxwnl.Properties.Resources.resources
            │   ├── TestSharpSxwnl.csproj.FileListAbsolute.txt
            │   ├── TestSharpSxwnl.csproj.GenerateResource.Cache
            │   ├── TestSharpSxwnl.exe
            │   ├── TestSharpSxwnl.frmMainTest.resources
            │   ├── TestSharpSxwnl.frmMethodsTest.resources
            │   └── TestSharpSxwnl.pdb
            └── Release
                ├── ResolveAssemblyReference.cache
                ├── TempPE
                ├── TestSharpSxwnl.Properties.Resources.resources
                ├── TestSharpSxwnl.csproj.FileListAbsolute.txt
                ├── TestSharpSxwnl.csproj.GenerateResource.Cache
                ├── TestSharpSxwnl.exe
                ├── TestSharpSxwnl.frmMainTest.resources
                ├── TestSharpSxwnl.frmMethodsTest.resources
                └── TestSharpSxwnl.pdb

24 directories, 79 files