PROC in Japanese translation

proc

Examples of using Proc in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Proc must be a procedure and args must be a list.
Procは手続きでなければならず,argsはリストでなければならない。
Unlike most file systems,/proc contains neither text nor binary files.
ほとんどのファイルシステムとは異なり、/procにはテキストファイルもバイナリーファイルも含まれていません。
If proc returns a true value on any set of elements, exists returns that value after the first such application of proc..
Procが要素の集合のいずれかに真値を返した場合、existsはそのようなprocの最初の適用の後にその値を返す。
The map procedure applies proc element-wise to the elements of the lists and returns a list of the results, in order.
Map手続きはprocを要素指向でlistの要素に適用し、その結果を順番にリストにして返す。
Each time“proc” is called up, the“t” level will be displayed in alert.
すると、procが呼び出される度にalertでtの値が表示されます。
It is for this reason that/proc/ is often referred to as a virtual file system.
そのため、通常/procは仮想ファイルシステムと呼ばれています。
As such,/proc/ is often referred to as a virtual file system.
そのため、通常/procは仮想ファイルシステムと呼ばれています。
As you can see, proc is being called up many multiple times.
ご覧のようにprocが何回も呼び出されていますね。
The filter procedure applies proc to each element of list and returns a list of the elements of list for which proc returned a true value.
Filter手続きはprocをlistの各要素に適用してprocが真値を返した要素のリストを返す。
It is for this reason that/proc/ is often referred to as a virtual file system.
このため、/proc/、仮想ファイルシステムと呼ばれる場合もよくあります。
The hostname will be"myhostname" and/proc will have been remounted.
ホスト名は"myhostname"となり、/procは再マウントされます。
The remp procedure applies proc to each element of list and returns a list of the elements of list for which proc returned f.
Remp手続きはprocをlistの各要素に適用し、procがfを返した要素のリストを返す。
Calls proc for each combination of n elements out of set.
Comibinations}setのn個の要素のそれぞれの組み合わせについてprocを呼び出します。
The implementation must check the restrictions on proc to the extent performed by applying it as described.
実装系は上で述べたようにprocを適用することにより行われるかぎりのproc制約を確認しなければならない。
A block can be captured and turned into a Proc, which represents a block of code with an associated context: the closured data.
ブロックを捕捉してProcにすることができます(capturedblock)。これはコンテキストに結びついたコードブロック(クロージャ)を表現するものです。
In this case the compiler allocates x on the heap and uses it as the context data of the proc to make it work, because normally local variables live in the stack and are gone after a method returns.
このとき、コンパイラはxをヒープに割り当て、procが動作するためのコンテキストのデータをして利用します。通常であれば、ローカル変数はスタックに存在し、メソッドが終了すると消えます。
It may also be used to trigger side effects by causing a(read-only) open of special kernel files ptmx, proc, sys.
特別なカーネルファイル(ptmx、proc、sys)を(読み取り専用で)openすることで副作用を引き起こすのに使われる可能性もあります。
The file names available are those listed under the/proc/PID/ directory. For example, lxc. proc. oom_score_adj= 10.
指定できるファイル名は/proc/PID/以下に存在するものです。例えばlxc.proc.oom_score_adj=10のように使います。
Note that if you add a new function that may return different result with the same argument, you must call grn_proc_is_stable(ctx, proc, GRN_FALSE).
呼び出しごとに結果が異なる関数を新規に追加する場合、grn_proc_is_stable(ctx,proc,GRN_FALSE)を呼ばなければなりません。
Specify the annotation processor to run by click the Add button next to the Annotation Processors text area and typing proc. HandleableProcessor in the Annotation Processor FQN field.
注釈プロセッサ」テキスト領域の横にある「追加」ボタンをクリックし、「注釈プロセッサFQN」フィールドに「proc.HandleableProcessor」と入力することによって、実行する注釈プロセッサを指定します。
Results: 259, Time: 0.031

Top dictionary queries

English - Japanese