931件ヒット
[901-931件を表示]
(0.046秒)
ライブラリ
クラス
- Array (14)
-
CGI
:: Cookie (12) -
CSV
:: Row (24) -
CSV
:: Table (60) - DBM (24)
- Enumerator (36)
-
Enumerator
:: Lazy (12) - GDBM (24)
- Hash (156)
- IPSocket (12)
- MatchData (12)
- Matrix (12)
-
Matrix
:: EigenvalueDecomposition (12) - Regexp (24)
- SDBM (24)
- Struct (90)
- TCPServer (24)
- UDPSocket (12)
-
Win32
:: Registry (12) -
YAML
:: DBM (48)
モジュール
-
CGI
:: HtmlExtension (96) - Jacobian (12)
オブジェクト
- ENV (24)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - CSV (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - [] (24)
- accept (12)
- addr (12)
-
bigdecimal
/ jacobian (12) -
bigdecimal
/ newton (12) - cgi (12)
-
checkbox
_ group (24) - deconstruct (6)
-
delete
_ if (24) - diagonal (12)
- each (24)
- eigenvalues (12)
-
fetch
_ values (22) - fields (12)
- info (12)
- jacobian (12)
- keys (12)
- match (24)
-
net
/ http (12) - new (60)
-
next
_ values (12) - peek (12)
-
peek
_ values (12) -
radio
_ group (24) -
recvfrom
_ nonblock (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
scrolling
_ list (24) - select (24)
- sysaccept (12)
-
to
_ a (24) -
transform
_ keys (20) -
transform
_ keys! (20) -
transform
_ values (18) -
transform
_ values! (18) -
values
_ at (132) - xmlrpc (3)
- yaml (12)
検索結果
-
CSV (18.0)
-
このクラスは CSV ファイルやデータに対する完全なインターフェイスを提供します。
...wever, you can set these values manually in
the target Encoding to avoid the translation.
It's also important to note that while all of CSV's core parser is now
Encoding agnostic, some features are not. For example, the built-in
converters will try to transcode data to UTF-8 before making conversi... -
Win32
:: Registry # info (12.0) -
@todo
...情報を以下の値の配列で返します:
* num_keys
サブキーの個数
* max_key_length
サブキー名の最大長
* num_values
値の個数
* max_value_name_length
値の名前の最大長
* max_value_length
値の最大長
* descriptor_length
セキュ......リティ記述子の長さ
* wtime
最終更新時刻 (FILETIME)
詳細は以下の Win32 API を参照してください。
* RegQueryInfoKey: http://msdn.microsoft.com/library/en-us/sysinfo/base/regqueryinfokey.asp... -
bigdecimal
/ newton (12.0) -
ニュートン法を用いて非線形方程式 f(x) = 0 の解 x を求める機能を提供しま す。
...(f, x)
引数 f には関数を表すオブジェクトを指定します。以下のメソッドに応答でき
る必要があります。
: f.values(x)
点 x における関数の値を数値の配列で返します。
: f.zero
0.0 を示す値を返します。
: f.one
1.0 を示す......f.eps
収束の基準になる epsilon 値を返します。2 つの値が異なる値かどうかを比
較するのに使用されます。|a - b| < f.eps となる 2 つの値は同じ値である
とみなされます。
引数 x には探索を開始する点を数値の配列で指定...