input-output statement oor Japannees

input-output statement

Vertalings in die woordeboek Engels - Japannees

にゅうしゅつりょくぶん

JMdict

入出力文

JMdict

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
Sometimes these fetch and store operations are referred to as reads and writes, but do not confuse these with READ and WRITE input/output statements.
このようなフェッチ操作/ストア操作は読み取り/書き込みとも呼ばれますが、READ および WRITE 入出力文とは異なります。JParaCrawl3 JParaCrawl3
The tool requires of you a statement of inputs and outputs and the relationships among the component values.
このツールでは、入力出力およびコンポーネント値間の関係について記述必要です。JParaCrawl3 JParaCrawl3
The "in" output return the statements with a "mask" input of "true, while the "out" output return those which are "false".
in 出力は、mask 入力が true になっているステートメントを返し、out 出力は、mask 入力が false になっているステートメントを返します。JParaCrawl3 JParaCrawl3
Fortran QuickWin (and Fortran Standard Graphics) applications do not provide a console, but display output and accept input from Fortran statements by using the program window.
Fortran QuickWin (および Fortran スタンダード・グラフィックス) アプリケーションではコンソールは提供されませんが、プログラムウィンドウにより Fortran 文からの出力表示し、入力受け付けることができます。JParaCrawl3 JParaCrawl3
Below is Hannah Reber’s statement: Use the equation’s first output as its next input.
下記はHannah Reberのアーティスト・ステートメントです。 数式の最初の出力を次回の入力として使いましょう。JParaCrawl3 JParaCrawl3
The debugging assistance method includes: a step that, when the computer receives a debugging process start command, references the debugging information and executes an execution command statement containing a function; a step that, on the basis of the execution result for the execution command statement, generates data transition information that includes log information, said log information being configured from the function, input data entered in the function, and output data output from the function; and a step that, on the basis of the data transition information, generates display information for the purpose of displaying the status of the transition between the function and the input data, and the status of the transition between the function and the output data.
プログラムにおける障害を特定し、プログラムを修正する計算機におけるデバッグ支援方法であって、計算機はデバッグ情報を格納し、デバッグ支援方法は、計算機が、デバッグ処理の開始命令を受け付けると、前記デバッグ情報を参照して、前記関数を含む実行系の命令文を実行するステップと、実行系の命令文の実行結果に基づいて、関数、関数に入力れる入力データ及び関数から出力れる出力データから構成されるログ情報を含むデータ遷移情報を生成するステップと、データ遷移情報に基づいて、関数入力データとの遷移状態及び関数出力データとの遷移状態を表示するための表示情報を生成するステップと、を含む。patents-wipo patents-wipo
A READ statement (input) is only one of many ways to cause a store to memory and a WRITE statement (output) is only one of many ways to cause a fetch from memory.
READ (入力) はメモリーへのストアを行うための 1 つの方法で、WRITE (出力) はメモリーからフェッチを行うための 1 つの方法です。JParaCrawl3 JParaCrawl3
You can use the following specifiers with the READ and WRITE record I/O statements: UNIT specifies the unit number to or from which input or output will occur.
READ レコード I/O 文および WRITE レコード I/O では、次の指定子を使用することができます。UNIT 指定子では、入力または出力するユニット番号を指定します。JParaCrawl3 JParaCrawl3
In addition, the consolidated package includes difficult items to input or understand for normal accounting staff unless they have a final output image of the annual report (financial statements).
また、最終的に作成されるアニュアル・レポート(決算書)のイメージがないと入力が困難な内容も連結パッケージには含まれています。JParaCrawl3 JParaCrawl3
Window with PARTITION BY Clause ¶ The PARTITION BY sub-clause of the windowing clause divides the data into distinct subsets based on the value of the input expression; the SELECT statement is applied to each subset, and the output has rows for each subset.
PARTITION BY 句のあるウィンドウ ¶ ウィンドウ句の PARTITION BY サブ句は、入力式の値に基づいてデータを個別のサブセットに分割します SELECT ステートメントは各サブセットに適用さ、出力には各サブセットの行が含まれます。JParaCrawl3 JParaCrawl3
I/O statements that do not refer to a specific file or I/O device read from standard input and write to standard output.
特定のファイルまたは I/O デバイスを参照しない I/O 文、標準入力から読み取り、標準出力書き込みます。JParaCrawl3 JParaCrawl3
Universities promise to their students the realization of “Mission Statement” as an input of education system, and assure the “Learning Outcome” acquired through educational programs as an output.
大学は教育システムのインプットにおいて入学する学生に対して「教育研究上の目的(Mission Statement ) 」 の実現を約束し、その教育システムのアウトプットとして当該教育課程で身に付けら る「学修成果 (Learning Outcome ) 」 を保証している。JParaCrawl3 JParaCrawl3
Although I/O statement form is usually the same for reading and writing data in a file, a program can read a file containing unformatted data (using unformatted input) and write it to a separate file containing formatted data (using formatted output).
通常、ファイルで使用する I/O の形式は、データの読み出しと書き込みで同じですが、プログラムは書式なしデータを含むファイルを読み出すことも (書式なし入力使用)、書式付きデータを含む別のファイルへ書き込むこともできます (書式付き出力を使用)。JParaCrawl3 JParaCrawl3
This means that a count-based stream with window length 10 will still always have 10 items in each window, even if the pre_filter drops half of the items in the input stream. post_filter is a filter expression just like the ones that can be used in a WHERE clause of a Spark SQL SELECT statement. If given, only aggregate value items that match this condition will be emitted into the output stream.
このことはウインドウ幅10のカウントベースのストリームではフィルタリング後のアイテムが10個ウインドウに含まれることを意味します。 post_filter はSpark SQLの SELECT 文で使える WHERE 句のようなフィルタリングを記述できます。 指定された条件に合致した集約値のみを出力ストリームに出力するようできます。JParaCrawl3 JParaCrawl3
Database Mapping Tools: Database queries on all major databases Mapping data from any supported database type to any other Specify database key settings Define database table actions Query databases directly Connect to and map XML in database fields Sort database input components Database output logging (database tracing) Transaction roll-back for error handling Filtering and Processing Database Data Many database mappings require manipulation of data between the source and target based on Boolean conditions or SQL and SQL/XML statements.
データベースマッピングツール: メジャーなすべてのデータベースに対応したデータベース クエリ サポートされているデータベース間における任意のデータ マッピング データベース キーの設定 データベース テーブル アクションの設定 データベースへ直接問い合わせ データベース フィールドにある XML へ接続し、マッピング データベース入力コンポーネントの並び替え データベース出力ログ (データベーストレース) エラー処理のためのトランザクションロールバック データベースデータの処理とフィルタリング 多くのデータベース マッピングでは、Boolean 条件や SQL、SQL/XML ステートメントをベースにしたソースとターゲット間のデータ操作が要求されます。JParaCrawl3 JParaCrawl3
15 sinne gevind in 9 ms. Hulle kom uit baie bronne en word nie nagegaan nie.