71 packages tagged with “structures”
The core of the Accord.NET Framework. Contains basic classes such as general exceptions and extensions used by other framework libraries.
A library containing useful data structures like Trees, Tries, Sparse Arrays, Bloom Filters and indexing tailored dictionaries.
Point, Size, Rectangle extensions, Circle, Ellipse, Box2D.
Provides common abstractions for Git data structures. The other Redpoint.Git.* libraries implement these interfaces.
CodeJam is a set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another.
UI-agnostic base logic for building split-screen editors for data structures
Top-quality toolkit of algorithms and data structures for .NET developers.
常用类型扩展库,为常用数据类型提供更加丰富的代码扩展,使开发更加简单。更多的使用方法请参考项目URL。
WinForms controls for building split-screen editors for data structures
You need to have a license for Tekla Structures to be legitimate to develop on top of Tekla Structures Open API for your own use. See the End User License Agreement. For other purposes contact sales of Trimble Solutions Corporation in your area. This package contains: Tekla Structures CustomPropertyPlugin To install this package, run the following command in the Package Manager Console
Provides types to read binary streams into C# structures.
Data structures and algorithms
Save and load structures. Easily paste them into your world.
This package contains extension methods to the Tekla Structures Open Api assemblies i.e methods ModelObjectEnumerator.ToList(). This package contains pure source codes which are added to your project.
Build object oriented data structures and format them when needed.
Assembly required for API development of ETABS v17 plugins. (Sets the references 'Copy Local' to False -Thanks https://www.nuget.org/profiles/Bush !)
Assembly required for API development of ETABS 2016 plugins. (Sets the references 'Copy Local' to False -Thanks https://www.nuget.org/profiles/Bush !)
An alternative to System.Collection.Generics.LinkedList with reverse operation and enumeration without allocation.
Assembly required for API development of ETABS v18 plugins. (Sets the references 'Copy Local' to False -Thanks https://www.nuget.org/profiles/Bush !)
Collection extensions for a more pleasant data structure experience.
Provides matrix data structure suitable for storing elements in an n-dimensional cartesian coordinate system of positive integers. example: Axis x = new Axis("x", 0, 100, 1); Axis y = new Axis("y", 0, 10, 1); Matrix<long> matrix = new Matrix<long>(new []{x,y}); int i = 0; for (; i < matrix.Axes[0].Points.Length; i++) { matrix.Axes[0].Points[i].Label = "x" + i.ToString(); } i = 0; for (; i < matrix.Axes[1].Points.Length; i++) { matrix.Axes[1].Points[i].Label = "y"+ i.ToString(); } foreach (long[] c in matrix) { matrix[c] = c[0] + c[1]; } foreach (long[] c in matrix) { Console.WriteLine("{0},{1} ({2},{3}) = {4}", matrix.Axes[0].Points[c[0]].Label, matrix.Axes[1].Points[c[1]].Label, c[0], c[1], matrix[c]); }
MASBicudo Data Structures - Immutables, Continuous.
A collection of data structures.
See GitHub repo for details.
Library for Windows-specific DLLs and structures.
.NET Unifying Class Library for Engineering Utility Software
FSharp library which implements different data structures.
Efficient implementation of persistent (a.k.a. immutable) data structures with better performance characteristics than Microsoft's immutable collections.
Custom data structures implementations.
Simple data structures for object pooling.