QuantumCode.Common 0.1.1

dotnet add package QuantumCode.Common --version 0.1.1
                    
NuGet\Install-Package QuantumCode.Common -Version 0.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QuantumCode.Common" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QuantumCode.Common" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="QuantumCode.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QuantumCode.Common --version 0.1.1
                    
#r "nuget: QuantumCode.Common, 0.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package QuantumCode.Common@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QuantumCode.Common&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=QuantumCode.Common&version=0.1.1
                    
Install as a Cake Tool

一些常用功能的集合

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on QuantumCode.Common:

Package Downloads
QuantumCode.LRTree

一个对左右值树操作的工具类库 示例程序到项目网站中下载源代码 0.3.3版本是最后一个版本,此后改名为QuantmCode.Tree.MPTTA(Modified Preorder Tree Traversal Algorithm) 继续发布。

QuantumCode.Tree.MPTTA

Modified Preorder Tree Traversal Algorithm 的实现

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 2,120 8/2/2012
0.1.0 1,424 8/2/2012

将验证方法开放,允许自由扩展