1016万例文収録!

「GDBM」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > GDBMに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

GDBMを含む例文一覧と使い方

該当件数 : 36



例文

in module gdbm 例文帳に追加

gdbm モジュール - Python

gdbm (built-in module),[Link],[Link] 例文帳に追加

gdbm (組み込み モジュール),[Link],[Link] - Python

8.7 gdbm -- GNU's reinterpretation of dbm 例文帳に追加

8.7 gdbm -- GNU による dbm の再実装 - Python

Open a gdbm database and return a gdbm object. 例文帳に追加

gdbm データベースを開いて gdbm オブジェクトを返します。 - Python

例文

GDBM - The GNU database manager. 例文帳に追加

GDBM - GNUデータベース・マネージャ。 - JM


例文

The procedure for opening a gdbm file is: 例文帳に追加

gdbm ファイルをオープンする手続きは: - JM

gdbm file is a read only, it will fail as a writer, but will 例文帳に追加

もし、gdbm ファイルがリード - JM

structures point to data that gdbm WILL free. 例文帳に追加

データを指す。 - JM

Only one writer may open a gdbm file and many readers may 例文帳に追加

1 つの gdbm ファイルをオープンできるライタは 1 つだけだが、 - JM

例文

If the value of 0 is provided, gdbm will use a default function. 例文帳に追加

値 0 が指定されると、gdbm はデフォルトの関数を使用する。 - JM

例文

NOTICE: The size in gdbm is not restricted like dbm or ndbm. 例文帳に追加

注意: gdbm のサイズは、dbm や ndbm と異なり制限されない。 - JM

Gdbm does not automatically free this data. 例文帳に追加

gdbm は自動的にこのデータを解放することはしない。 - JM

and gdbm will not free it for you. 例文帳に追加

により確保されたデータであり、gdbm は free してはくれないことに - JM

The default is off, which is how previous versions of Gdbm 例文帳に追加

デフォルトは off であり、これは以前のバージョンの gdbm のフリー - JM

First, gdbm files are 例文帳に追加

まず gdbm は「隙間のある」 ファイルでは無いということである。 - JM

Similar interface to the GNU GDBM library. Module 例文帳に追加

GNU GDBMライブラリの類似したインタフェース. - Python

Similar interface to the GNU GDBM library. 例文帳に追加

GNU GDBM ライブラリに対する同様のインタフェース。 - Python

returned from gdbm_open. 例文帳に追加

返ってきたポインタである。 - JM

gdbm does not append any characters to this name). 例文帳に追加

(完全な名前、gdbm はこの名前に 文字列を付け加えるようなことはしない) - JM

is now obsolete, since gdbm defaults to no-sync mode. 例文帳に追加

gdbm の既定動作が no-sync モードになったためにもう使われなくなった。 - JM

In this compatibility mode, no gdbm file pointer is 例文帳に追加

モードでは、gdbm のファイルポインタはプログラマに取って必要では - JM

Not all flags are valid for all versions of gdbm. 例文帳に追加

全てのバージョンの gdbm で全てのフラグが有効とは限りません。 - Python

To convert a gdbm error code into English text, use this routine: 例文帳に追加

gdbm のエラーコードを英文のテキストに変換するには、次のルーチン を利用する。 - JM

module, but uses gdbm instead to provide some additional functionality.例文帳に追加

モジュールによく似ていますが、gdbm を使っていくつかの追加機能を提供しています。 - Python

In addition to the dictionary-like methods, gdbm objects have the following methods:例文帳に追加

辞書型形式のメソッドに加えて、gdbm オブジェクトには以下のメソッドがあります: - Python

open the file. 例文帳に追加

リーダは複数が 1 つの gdbm ファイルをオープンすることができる。 - JM

All returned pointers in datum 例文帳に追加

datum 構造体のすべてのポインタは、gdbm が解放するであろう - JM

Raised on gdbm-specific errors, such as I/O errors.KeyError is raised for general mapping errors like specifying an incorrect key.例文帳に追加

I/O エラーのような gdbm 特有のエラーで送出されます。 誤ったキーの指定のように、一般的なマップ型のエラーに対してはKeyError が送出されます。 - Python

Readers and writers can not open the gdbm file at the same time. 例文帳に追加

リーダとライタは同時に同じファイルをオープンすることはできない。 - JM

File `visiting' is based on a `hash table'. gdbm_delete re-arranges the 例文帳に追加

ファイルへの「参照」は「ハッシュ・テーブル」に基づいている。 - JM

If you have had a lot of deletions and would like to shrink the space 例文帳に追加

もしあなたがたくさんの削除を行い、gdbm ファイルが使っている - JM

If you have carried out a lot of deletions and would like to shrink the space used by the gdbm file, this routine will reorganize the database. gdbm will not shorten the length of a database file except by using this reorganization; otherwise, deleted filespace will be kept and reused as new (key, value) pairs are added.例文帳に追加

この再組織化を使う以外に gdbm はデータベースファイルの大きさを短くすることはありません; そうでない場合、削除された部分のファイルスペースは保持され、新たな (キー、値の) ペアが追加される際に再利用されます。 - Python

used by the gdbm file, this routine will reorganize the database. 例文帳に追加

スペースを小さくしたいと思うならば、このルーチンはデータベースの再構成を行う。 - JM

The traversal is ordered bygdbm's internal hash values, and won't be sorted by the key values.例文帳に追加

探索は gdbm の内部ハッシュ値の順番に行われ、キーの値に順に並んでいるとは限りません。 - Python

# euse -aX [+ CD ]aalib [+ ]acpi [+ C ]alsa [+ C ]apache2 [+ C ]apm [+ D ]avi [+ D ]berkdb [+ D ]bitmap-fonts [+ D ]bonobo [+ ]cdr [+ C ]crypt [+ CD ]cscope [+ C ]cups [+ CD ]curl [+ ]emboss [+ D ]encode [+ D ]esd [+ ]fam [+ ]fbcon [+ C ]firefox [+ C ]font-server [+ D ]foomaticdb [+ D ]fortran [+ D ]gd [+ C ]gdbm [+ D ]gif [+ CD ]gimpprint [+ C ]gnome [+ CD ]gphoto2 [+ ]gpm [+ CD ]gstreamer [+ C ]gtk [+ D ]gtkhtml [+ C ]guile [+ ]imagemagick [+ ]imlib [+ CD ]innodb [+ ]ipv6 [+ D ]javascript [+ C ]jpeg [+ CD ]kde [+ D ]ldap [+ ]libg++ [+ CD ]libwww [+ CD ]mad [+ CD ]mbox [+ C ]md5sum [+ C ]mikmod [+ CD ]mmx [+ C ]motif [+ CD ]mp3 [+ ]mpeg [+ CD ]mpeg4 [+ C ]mysql [+ C ]ncurses [+ CD ]nls [+ D ]nvidia [+ C ]odbc [+ ]offensive [+ ]ogg [+ CD ]opengl [+ CD ]oss [+ D ]pam [+ CD ]pdflib [+ CD ]perl [+ CD ]png [+ CD ]python [+ CD ]qt [+ D ]quicktime [+ CD ]readline [+ CD ]ruby [+ ]sdl [+ CD ]slang [+ D ]spell [+ CD ]sse [+ C ]ssl [+ CD ]svga [+ CD ]tcltk [+ C ]tcpd [+ D ]tiff [+ C ]truetype [+ CD ]usb [+ C ]vanilla [+ C ]x86 [+ C ]xml [+ ]xosd [+ C ]xv [+ CD ]xvid [+ C ]zlib [+ CD ] 例文帳に追加

同じようにeuse-a-gコマンドでアクティブなグローバルUSEフラグだけをみることができます。 - Gentoo Linux

例文

Returns one of the following values: None if the file can't be opened because it's unreadable or doesn't exist; the empty string('') if the file's format can't be guessed; or a string containing the required module name, such as 'dbm' or'gdbm'.例文帳に追加

ファイルが読めないか存在しないために開くことが出来ない場合はNone、ファイルの形式を推測できない場合は空の文字列('')、推測できる場合は必要なモジュール名('dbm'、'gdbm'など)を含む文字列を返します。 - Python

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS