検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 47 for XOR (0.005 sec.)
XOR training 13711
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... r XOR function 例1 xor.data file 4 2 1 -1 -1 -1 -1 1 1 1 ... _SYMMETRIC ); $filename = dirname ( __FILE__ ) . "/xor.data" ; if ( fann_train_on_file ( $ann , $filename ... ror )) fann_save ( $ann , dirname ( __FILE__ ) . "/xor_float.net" ); fann_destroy ( $ann ); } ?> This exa ... mple shows how to read and run data for XOR function 例3 Simple test <?php $train_file = ( dir ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
ビット XOR を計算する 13483
« gmp_testbit GMP » PHP Manual GMP 関数 ビット XOR を計算する gmp_xor (PHP 4 >= 4.0.4, PHP 5, PH ... P 7, PHP 8) gmp_xor — ビット XOR を計算する 説明 gmp_xor ( GMP | int | ... ng $num2 ): GMP 2 つの GMP 数のビット排他的論理和 (XOR) を計算します。 パラメータ num1 GMP オブジェクト、 ... 列。 戻り値 GMP オブジェクトを返します。 例 例1 gmp_xor() の例 <?php $xor1 = gmp_init ( "1101101110011101" ... , 2 ); $xor2 = gmp_init ( "0110011001011001" , 2 ); $xor3 = gm ...
https://man.plustar.jp/php/function.gmp-xor.html - [similar]
Creates a new set using values in either the current instance or in another set,... 9835
« Ds\Set::union Stack » PHP Manual Set Creates a new set using values in either the current inst ... ance or in another set, but not in both Ds\Set::xor (PECL ds >= 1.0.0) Ds\Set::xor — Creates a new set ... n another set, but not in both 説明 public Ds\Set::xor ( Ds\Set $set ): Ds\Set Creates a new set containi ... » Symmetric Difference on Wikipedia 例 例1 Ds\Set::xor() example <?php $a = new \ Ds \ Set ([ 1 , 2 , 3 ] ... = new \ Ds \ Set ([ 3 , 4 , 5 ]); var_dump ( $a -> xor ( $b )); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/ds-set.xor.html - [similar]
9835
« 定義済み定数 XOR training » PHP Manual FANN 例 例 目次 XOR training 関連キーワード: 例 , XOR , ...
https://man.plustar.jp/php/fann.examples.html - [similar]
Creates a new map using keys of either the current instance or of another map, b... 9713
« Ds\Map::values Pair » PHP Manual Map Creates a new map using keys of either the current instan ... ce or of another map, but not of both Ds\Map::xor (PECL ds >= 1.0.0) Ds\Map::xor — Creates a new map ... f another map, but not of both 説明 public Ds\Map::xor ( Ds\Map $map ): Ds\Map Creates a new map containi ... » Symmetric Difference on Wikipedia 例 例1 Ds\Map::xor() example <?php $a = new \ Ds \ Map ([ "a" => 1 , ... "b" => 4 , "c" => 5 , "d" => 6 ]); print_r ( $a -> xor ( $b )); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/ds-map.xor.html - [similar]
2 つの variant の排他的論理和を計算する 8603
« variant_sub win32service » PHP Manual COM関数 2 つの variant の排他的論理和を計算する variant_ ... xor (PHP 5, PHP 7, PHP 8) variant_xor — 2 つの variant の排他的論理和を計算する 説明 var ... iant_xor ( mixed $left , mixed $right ): variant 排他的論理 ... ュメントでは VarAdd() となります。 戻り値 Variant の XOR 規則 left right 結果 true true false true false tr ...
https://man.plustar.jp/php/function.variant-xor.html - [similar]
秘密鍵と nonce を、疑似ランダムなバイト列の鍵ストリームに展開する 8482
« sodium_crypto_stream_xchacha20_xor sodium_crypto_stream_xor » PHP Manual Sodium 関数 秘密鍵と ... れたものです。 戻り値 sodium_crypto_stream_xchacha20_xor() で使う、疑似ランダムなバイト列のストリームを返し ...
https://man.plustar.jp/php/function.sodium-crypto-stream-xchacha20.html - [similar]
Reads a file that stores training data 8421
« fann_randomize_weights fann_reset_errno » PHP Manual Fann 関数 Reads a file that stores traini ... e <?php $train_data = fann_read_train_from_file ( "xor.data" ); if ( $train_data ) { // Do something with ... $train_data for XOR function } ?> Contents of xor.data 4 2 1 -1 -1 -1 ...
https://man.plustar.jp/php/function.fann-read-train-from-file.html - [similar]
認証を行わずにメッセージを暗号化する 8421
« sodium_crypto_stream_xchacha20 sodium_crypto_stream » PHP Manual Sodium 関数 認証を行わずにメッ ... セージを暗号化する sodium_crypto_stream_xor (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_stream_xor... ずにメッセージを暗号化する 説明 sodium_crypto_stream_xor ( string $message , string $nonce , string $key ): ...
https://man.plustar.jp/php/function.sodium-crypto-stream-xor.html - [similar]
nonce と秘密鍵を使ってメッセージを暗号化する(認証なし) 8299
« sodium_crypto_stream_xchacha20_keygen sodium_crypto_stream_xchacha20 » PHP Manual Sodium 関数 ... 暗号化する(認証なし) sodium_crypto_stream_xchacha20_xor (PHP 8 >= 8.1.0) sodium_crypto_stream_xchacha20_xo ... 化する(認証なし) 説明 sodium_crypto_stream_xchacha20_xor ( string $message , string $nonce , string $key ): ...
https://man.plustar.jp/php/function.sodium-crypto-stream-xchacha20-xor.html - [similar]
PREV 1 2 3 4 5 NEXT