uncertain linear programmingϵヽontaminationThis paper considers a constrained optimisation problem with at least one element modelled as an contamination uncertainty. The uncertainty is expressed in the coefficient matrices of constraints and/or coefficients of goal function. In our previous work, such ...
1. 线性表简介 (Introduction to Linear Tables) 1.1 定义与特点 (Definition and Characteristics) 1.2 线性表的应用场景 (Applications of Linear Tables) 2. C++标准库中的线性表 (Linear Tables in C++ Standard Library) 2.1 vector (Dynamic Array) 2.2 array (Fixed-size Array) 2.3 list (Doubly Linked ...
FANN:Fast Artifical Neural Network library;一个神经网络的实现。GNU GPL2.1。官网 Firm:一个 C 库,提供了基于图像中间表示,优化和适合编译器的汇编代码生成。配备了 C 的前端例子,使用相同的许可。GNU LGPLv2.1。官网 gjrand:随机数字生成的例程库。GNU GPL2.1或者GNU GPLv3(用户的选择)。官网 ...
GLPK –GNU Linear Programming Kit;一个求解大规模线性规划,混合整数规划和其他相关问题。GNU GPL3 或更高版本。 GMP –GNU Multple Precision Arithmetic Library;一个支持任意精度计算的库。双重许可 GNU GPL2.1 和GNU LGPLv3。 GNU MPC– 一个支持复杂数字计算的库。GNU LGPL3 或更高版本。 GNU MPFR– 一个...
This reference manual documents the Callable Library, the C application programming interface (API) of CPLEX. There are separate reference manuals for the C++, Java, C#.NET, and Python APIs of CPLEX on platforms where those APIs are available. What are the CPLEX Component Libraries? The CPLEX...
FunctionalPlus - Functional Programming Library for C++. Write concise and readable C++ code. [MIT] GLib - GLib provides the core application building blocks for libraries and applications written in C. [LGPL] itlib - A collection of std-like single-header C++ libraries [MIT] JUCE - An all...
y0(), y1(), yn() — Bessel functions of the second kind Library functions for the system programming C (SPC) facilities XL C/C++ Macros Function support table Preinitialized environments for authorized programs Enhanced ASCII support Library function support ...
Stage1:Creating a Library Handle CUDA库好多都有一个handle的概念,其包括了该库的一些上下文信息。比方数据格式、device的使用等。对于使用handle的库,我们第一步就是初始化这么一个东西。一般的。我们能够觉得这是一个存放在host对程序员透明的object,这个object包括了跟这个库相关联的一些信息。比如。我们可定希望...
PROGRAMMING INTERFACE CUDA C provides a simple path for users familiar with the C programming language to easily write programs for execution by the device. It consists of a minimal set of extensions to the C language and a runtime library. The core language extensions have been introduced in ...
9. SHARK Library Sharkis a fast, modular, general open-source machine learning library (C/C++), for applications and research, with support for linear and nonlinear optimization, kernel-based learning algorithms, neural networks, and various other machine learning techniques. ...