slider1

このオブジェクトは、quantum_registerを操作する量子ゲートを表します 。 

C ++サンプルプログラム:quantum_computing_ex.cpp

#include &l ...

slider1

qsort_arrayはQuickSortアルゴリズムの実装です。operator - the items in array must be comparable by comp where comp is a function o ...

slider1

これは範囲と値を取り、与えられた値が範囲内であればそれを返す単純な関数です。範囲外の場合は、最も近い範囲の終わりの値が返されます。 

#include <dlib/algs.h>

templat ...

slider1

これは、piやeなどの一般的な数値定数の定義を含む単なるヘッダーファイルです。

#include <dlib/numeric_constants.h>

//Copyright (C) 2013 Steve ...

slider1

sort_arrayは、挿入ソートアルゴリズムの実装です。operator - the items in array must be comparable by comp where comp is a function objec ...