基本信息
源码名称:结构化存储C#类库
源码大小:0.44M
文件格式:.rar
开发语言:C#
更新时间:2023-05-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
结构化存储C#类库
一个功能比较完善的结构化存储C#类库,可以轻松完成结构化文档的创建和读取。


文件清单
└── Storage
    ├── Bin
    │   ├── DocFile.exe
    │   └── ExpertLib.dll
    ├── Common
    │   ├── ArgumentValidation.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── ExpertLib.dll
    │   │   │   └── ExpertLib.pdb
    │   │   └── Release
    │   │       ├── ExpertLib.dll
    │   │       └── ExpertLib.pdb
    │   ├── Common.csproj
    │   ├── Common.csproj.user
    │   ├── Common.csproj.vspscc
    │   ├── Const.cs
    │   ├── Convert.cs
    │   ├── Formula
    │   │   ├── CalcStack.cs
    │   │   ├── Calculator.cs
    │   │   ├── Evaluator.cs
    │   │   ├── ExecutionItem.cs
    │   │   ├── ExecutionQueue.cs
    │   │   ├── OperatorStack.cs
    │   │   ├── Parser.cs
    │   │   ├── Variant.cs
    │   │   └── vssver.scc
    │   ├── IO
    │   │   ├── FileFilter.cs
    │   │   ├── FileIOHelper.cs
    │   │   ├── FileSystemScanner.cs
    │   │   ├── INIFile.cs
    │   │   ├── IScanFilter.cs
    │   │   ├── Storage
    │   │   │   ├── NativeMethods.cs
    │   │   │   ├── StgElementInfo.cs
    │   │   │   ├── Storage.cs
    │   │   │   ├── StorageHelper.cs
    │   │   │   ├── StorageStream.cs
    │   │   │   └── vssver.scc
    │   │   ├── StringFilter.cs
    │   │   ├── TxtFileEncoding.cs
    │   │   └── vssver.scc
    │   ├── Memory
    │   │   ├── ObjectPool.cs
    │   │   └── vssver.scc
    │   ├── mssccprj.scc
    │   ├── obj
    │   │   ├── Common.csproj.FileList.txt
    │   │   ├── Debug
    │   │   │   ├── Common.csproj.GenerateResource.Cache
    │   │   │   ├── ExpertLib.dll
    │   │   │   ├── ExpertLib.pdb
    │   │   │   ├── ExpertLib.SR.srt.resources
    │   │   │   ├── Refactor
    │   │   │   │   └── ExpertLib.dll
    │   │   │   └── TempPE
    │   │   │       ├── SR1.cs.dll
    │   │   │       └── SR.cs.dll
    │   │   └── Release
    │   │       ├── Common.csproj.GenerateResource.Cache
    │   │       ├── ExpertLib.dll
    │   │       ├── ExpertLib.pdb
    │   │       ├── ExpertLib.SR.srt.resources
    │   │       └── TempPE
    │   │           └── SR.cs.dll
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   └── vssver.scc
    │   ├── SR.cs
    │   ├── SR.srt.resx
    │   ├── SR.strings
    │   ├── Text
    │   │   ├── StringHelper.cs
    │   │   └── vssver.scc
    │   └── vssver.scc
    └── DocFile
        ├── DocFile
        │   ├── bin
        │   │   ├── Debug
        │   │   │   ├── DocFile.exe
        │   │   │   ├── DocFile.pdb
        │   │   │   ├── DocFile.vshost.exe
        │   │   │   ├── ExpertLib.dll
        │   │   │   └── ExpertLib.pdb
        │   │   └── Release
        │   │       ├── DocFile.exe
        │   │       ├── DocFile.pdb
        │   │       ├── DocFile.vshost.exe
        │   │       ├── ExpertLib.dll
        │   │       └── ExpertLib.pdb
        │   ├── DocFile.csproj
        │   ├── DocFile.csproj.vspscc
        │   ├── mssccprj.scc
        │   ├── obj
        │   │   ├── Debug
        │   │   │   ├── DocFile.exe
        │   │   │   ├── DocFile.pdb
        │   │   │   ├── Refactor
        │   │   │   ├── ResolveAssemblyReference.cache
        │   │   │   └── TempPE
        │   │   ├── DocFile.csproj.FileList.txt
        │   │   └── Release
        │   │       ├── DocFile.exe
        │   │       ├── DocFile.pdb
        │   │       ├── ResolveAssemblyReference.cache
        │   │       └── TempPE
        │   ├── Program.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   └── vssver.scc
        │   └── vssver.scc
        ├── DocFile.sln
        ├── DocFile.suo
        ├── DocFile.vssscc
        ├── mssccprj.scc
        └── vssver.scc

30 directories, 88 files