The offence falls under the purview of Art. 12 of the Criminal Code.
その罪刑法第十二条に該当す - 斎藤和英大辞典
Adding comments makes it easier to read the code. コメントを付けるとコードが読みやすくなります。 - Tatoeba例文
That's area code 213, phone number 486-2435. 市外局番213の486ー2435です。 - Tatoeba例文
a bar code master, i.e. an original bar code symbol intended for reproduction by conventional printing processes
バーコードマスタ、すなわち通常の印刷プロセスで複製することを意図した原型のバーコードシンボル - コンピューター用語辞典
Interleaved Two of Five Code is a numeric bar code symbology consisting of five bars, two of which are wide.
ITFコードは数値バーコード表示法で, 5本のバーからなり, その内の2本が幅の広いものである. - コンピューター用語辞典
Two main structures (Scsi_Host and Scsi_Cmnd) are used to communicate between the high-level code and the low-level code.
Scsi_HostとScsi_Cmndという二つの主要構造は, 高レベルコードと低レベルコードとの通信に用いられる. - コンピューター用語辞典
the control unit responds with a status code indicating ~
制御装置は状態コードで~を指示してくる - コンピューター用語辞典
under Japan's ancient 'ritsuryo' legal code, the governmental post called 'ichinotsukasa'
律令制において,市の司という役所 - EDR日英対訳辞書
in the Kamakura and Muromachi periods of Japan, an itemized code of law
中世において,箇条書きにした法規 - EDR日英対訳辞書
a social code called regulations of cities, towns and villages
市町村組合という地方公共団体 - EDR日英対訳辞書
a code of morality that the public believes ought to be upheld
世の中で守らなければならない道徳 - EDR日英対訳辞書
a computerized coding system {called EBCDIC code}
EBCDIC符号という,コンピューター内部処理符号体系 - EDR日英対訳辞書
a code that changes its key at every block or bit
ブロックまたはビットごとにキーを変える暗号 - EDR日英対訳辞書
also called 45 code of federal regulations part 46, human participant protection regulations, and protection of human subjects.
「45 code of federal regulations part 46(連邦規則集第45巻パート46)」、「human participant protection regulations(ヒト被験者の保護に関する規則)」、「protection of human subjects」とも呼ばれる。 - PDQ®がん用語辞書 英語版
also called 45 cfr 46, 45 code of federal regulations part 46, and human participant protection regulations.
「45 cfr 46」、「45 code of federal regulations part 46(連邦規則集第45巻パート46)」、「human participant protection regulations(ヒト被験者の保護に関する規則)」とも呼ばれる。 - PDQ®がん用語辞書 英語版
The Profiler displays the source code, as shown below. 次に示すようなソースコードが表示されます。 - NetBeans
Code enabling multiple calls per session
1 セッションで複数の呼び出しを可能にするコード - NetBeans
Replace the HashMap declaration private HashMap geoPoints; with the following code:
HashMap 宣言の private HashMap geoPoints; を次のコードに置き換えます。 - NetBeans
Add the following code (shown in bold) to this class.
このクラスに、次の太字のコードを追加します。 - NetBeans
Find the code for progressBar2, which appears after the occurrence of the line /h:panelGrid.
/h:panelGrid 行のあとにある、progressBar2 のコードを探します。 - NetBeans
. Replace this line with the bold text in Code Sample 1, and then press Ctrl-Shift-F to reformat your code.
この行をコード例 1 の太字のテキストに置き換え、Ctrl-Shift-F キーを押して、コードを再フォーマットします。 - NetBeans
Note that an operationexists in the code already.
このコードにはすでにオペレーションが存在します。 - NetBeans
Application Source Code after the Current Lesson Is Completed
現在のレッスン完了後のアプリケーションソースコード - NetBeans
Add code that establishes a database connection.
データベース接続を確立するコードを追加します。 - NetBeans
Lesson 4: Optimizing the Code with Classes and Objects
レッスン 4: クラスとオブジェクトを持つコードの最適化 - NetBeans
Structured Libraries and Applications of PHP Code PHP コードの構造化されたライブラリおよびアプリケーション - PEAR
the removed error code or array of error codes
取り除かれたエラーコード、または、その配列です。 - PEAR
Analyze the source code of the given PHP file Parameter 指定した PHP ファイルのソースコードを解析します。 - PEAR
A important part of the HTTP response is the response code.
HTTP レスポンスの重要な部分は、レスポンスコードです。 - PEAR
Returns boolean whether the two letter country code is valid.
国コードが有効かどうかを boolean 値で返します。 - PEAR
You can exclude single code sniffs, whole directories of code sniffs, or an entire coding standard.
単一の sniff、特定のディレクトリのすべての sniff、あるいはコーディング規約全体を除外することができます。 - PEAR
Australian post code are 4 digit formed.First parameter is the post code to validate.
オーストラリアの郵便番号は 4 桁の数字です。 最初のパラメータに、調べたい郵便番号を指定します。 - PEAR
Belgian post code are 4 digit formed.First parameter is the post code to validate.
ベルギーの郵便番号は 4 桁の数字です。 最初のパラメータに、調べたい郵便番号を指定します。 - PEAR
As the RDDL website contains RDDL resources embedded in the XHMTL code of the home page, it can be used in the following example.
例 68-1www.rddl.org からのリソースの取得 - PEAR
10.10 timeit -- Measure execution time of small code snippets
10.10 timeit -- 小さなコード断片の実行時間計測 - Python
For example, if you want to pass an integral event code, you might use the following code: 例えば、整数のイベントコードを渡したければ、以下のようなコードを使うことになるでしょう: - Python
Functions that convert doctests to Python code, and possibly run the synthesized code under the debugger: 以下は、doctest を Python コードに変換して、できたコードをデバッガ下で実行できるようにするための関数です: - Python
The value is available to Python code as sys.version. この値は Python コードからはsys.versionとして利用できます。 - Python
The value is available to Python code as sys. platform. この値は Python コードからはsys.platformとして利用できます。 - Python
The byte-code is written to cfile, which defaults to file
バイトコードはファイルcfileに書き込まれ、デフォルトではfile - Python
Return the mapped value for code according to tableB.2 (Mapping for case-folding used with NFKC).
テーブル B.2 (NFKC で用いられる大小文字の対応付け) に従って、 code に対応付けられた値を返します。 - Python
An integer giving the largest supported code point for a Unicode character. Unicode文字の最大のコードポイントを示す整数。 - Python
The value of the expression or code object will be returned. 式あるいはコードオブジェクトの値が返されます。 - Python
code must be a string containing a Python expression, which will be evaluated in the restricted environment. code は、Python 式を含む文字列でなければなりません。 そして制限された環境で評価されます。 - Python
errorBase Returns the base error code of the GLX server extension.
\\f2errorBase\\fPGLX のサーバ拡張のベースエラーコードが返される。 - XFree86
This numeric data are converted to a color code by the function of a color code conversion processing part 113. そして、色コード変換処理部113の機能により、この数値データを色コード変換する。 - 特許庁
The bay 1 is provided with a bar code read part 5 facing the bar code 4 of the battery power supply pack 3. ベイ1にはバッテリ電源パック3のバーコード4に望むようにバーコード読取部5を設けた。 - 特許庁
WASTE TREATMENT INFORMATION SYSTEM USING BAR CODE バーコードを使用した廃棄物処理情報システム - 特許庁
SOURCE CODE VERIFICATION MANAGEMENT DEVICE, METHOD, AND PROGRAM ソースコード検証管理装置、方法、及びプログラム - 特許庁
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.