Sense.Algorithm.Silicon
by: Sense.Algorithm.Silicon
- 401 total downloads
- Latest version: 1.1.0.22
1、修改算法处理滑窗检测
Sense.Socket.AOIClient
by: Sense.Socket.AOIClient
- 296 total downloads
- Latest version: 1.1.0.1
优化AOI初始化的速度,只传输用于生产的料
Serilog
by: Serilog Contributors
- 1.349k total downloads
- Latest version: 3.0.0-dev-01691
Simple .NET logging with fully-structured events
Serilog.Formatting.Compact
by: Serilog Contributors
- 76 total downloads
- Latest version: 1.1.0
A simple, compact JSON-based event format for Serilog.
Serilog.Sinks.Async
by: Jezz Santos Serilog Contributors
- 18 total downloads
- Latest version: 1.5.0
Asynchronous sink wrapper for Serilog.
Serilog.Sinks.Console
by: Serilog Contributors
- 120 total downloads
- Latest version: 4.1.0
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.Debug
by: Serilog Contributors
- 17 total downloads
- Latest version: 2.0.0
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.File
by: Serilog Contributors
- 1.199k total downloads
- Latest version: 5.0.1-dev-00947
Write Serilog events to text files in plain or JSON format.
SevenZipSharp
by: markhor
- 17 total downloads
- Latest version: 0.64.0
Managed 7-zip library written in C# that provides data (self-)extraction and compression (all 7-zip formats are supported). It wraps 7z.dll or any compatible one and makes use of LZMA SDK.
SevenZipSharp.Interop
by: Luuk Sommers
- 15 total downloads
- Latest version: 19.0.2
This package installs the interop libraries needed for SevenZipSharp. It are the original compiled versions from 7-zip.org version 19.00. This way you don't need to have 7-zip installed to make use of SevenZipSharp. This package copies the dll's to the x86 and x64 directories in the output directory (Using MSBuild Targets). Please check the project site to setup SevenZipSharp's SetLibraryPath
SharpCompress
by: Adam Hathcock
- 39 total downloads
- Latest version: 0.23.0
SharpCompress is a compression library for NET Standard 1.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
Sharpkit.Learn
by: Sergey Zyuzin
- 53 total downloads
- Latest version: 0.2.0
Machine learning library for .Net and Mono.
Currently has Linear Regression, Logistic Regression, Ridge Regression/Classifier, Svm classifier.
Initially it is port of popular Scikit-learn machine learning python library and has very close design.
Sharpkit.Learn is based on the state of the art algorithm implementations and uses liblinear, libsvm, Math.Net
etc. Various BLAS providers like MKL can be used to speed up the computation. Both dense and sparse matrices
are supported.
SharpZipLib
by: ICSharpCode
- 515 total downloads
- Latest version: 1.3.3
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
SixLabors.ImageSharp
by: Six Labors and contributors
- 127 total downloads
- Latest version: 3.0.1
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SkiaSharp
by: Microsoft
- 820 total downloads
- Latest version: 2.80.0-preview.3
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Spire.XLS
by: E-iceblue
- 2.573k total downloads
- Latest version: 13.6.0
Spire.XLS for .NET is a professional .NET Excel component to enables developers to generate, write, edit and save Excel files with C# and Visual Basic in .NET 2.0, .NET 3.5, .NET 4.0, .NET 4.0 ClientProfile, and .NET 4.5, .NET Core.
Spire.XLS for .NET also enables developers to convert Excel to other popular formats, such as PDF, XML, HTML, CSV, Image format etc. And, it supports developers to export data from database to Excel or import data from Excel to datatable.
With Spire.XLS for .NET, developers can create any types of ASP.NET web responses and WinForms applications to operate Excel files.
SQLitePCLRaw.bundle_green
by: Eric Sink
- 22 total downloads
- Latest version: 1.1.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=SQLite included
SQLitePCLRaw.core
by: Eric Sink et al
- 16 total downloads
- Latest version: 1.1.2
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.