"新しいプロセスを" is not found on TREX in Japanese-English direction
Try Searching In English-Japanese (新しいプロセスを)

Low quality sentence examples

UNIXオペレーティングシステムで利用者が新しいプロセスを作る唯一の方法は,forkシステムコールを呼び出すことである。
To create a new process in the UNIX operating system is to invoke the fork system call.
今、私たちは、暖かい水が下から氷棚に侵入する新しいプロセスを見ています。
Now we're seeing a new process, where warm water cuts into the ice shelf from below.
Initプログラムは、スクリプトファイルとして/etc/inittabを使用して、システム上で新しいプロセスを生成する。
The init program uses/etc/inittab as a script file to create new processes within the system.
これらの制限を受け入れる代わりに、当社のエンジニアは既知の方法を回避して新しいプロセスを試します。
Instead of accepting these limitations, our engineers work around the known methods and experiment with new processes.
新しい協定では、これを実現できるよう、既存のMLATの規則を補足する新しいプロセスを作成します。
A new convention could achieve this by creating new processes that supplement the existing MLAT rules.
プロセスはforkシステムコールを用いて、元のプロセスのコピーとして新しいプロセスを生成することができます。
A process may create a new process that is a copy of the original by using the fork system call.
Vfork()システムコールは、古いプロセスのアドレス空間を完全にコピーせずに、新しいプロセスを作成できます。
The vfork() system call can be used to create new processes without fully copying the address space of the old process.
同じプログラムの同じ地点から開始する新しいプロセスを作成するためにシステムコールfork(2)を行ないます。
Does a fork(2) system call to create a new process running the same program at the same point.
グループのメンバーがあなたの部門の新しいプロセスを担当した最後を覚えることができるか。世界の重量。
Can you even remember the last time a group member was responsible for a new process in your department?
その代わり、T-O-Pビジネスプロセス・モデリングを用いて、貴社のエキスパートと共に新しいプロセスを開発します。
Instead, we apply our T-O-P Process Modelling to define the new to-be processes together with the experts of your company.
呼び出し元のRLIMIT_NPROC資源の制限(resourcelimit)に達したために、新しいプロセスを生成できなかった。
It was not possible to create a new process because the caller's RLIMIT_NPROC resource limit was encountered.
その調査は、種の再配置を評価するための新しいプロセスを求める国際自然保護連合の要求に従っている。
The work follows a request by the International Union for Conservation of Nature for a new process to assess species relocation.
既存の情報プラットフォーム内に新しいプロセスを段階的に統合します。既存の情報を変更することはありません。
Integrate new processes within existing Information Platforms incrementally and without changing what is already in place.
したがって、石油加工会社はリスクのない新しいプロセスを導入することができます短期間で利益を上げることができます。
Thus, oil processing companies will be able to introduce new processes without risks and start making profits within a short time.
共同で新しいプロセスを作成すると、Steveはその図を倉庫内の見やすく、確認しやすい場所に貼り出します。
After collaboratively designing a new process, Steve prints it off and puts it up in the warehouse where everyone can see it and adhere to it.
長年にわたるPLMソフトウェアのパートナーであるシーメンスと共に開発を進めていくことで、こうした新しいプロセスを実現させていきます。
The common developments with our long standing PLM software partner make these new processes real.
構造最適化で培った経験をもとに、Altairでは積層構造物の設計を最適化する新しいプロセスを創り出しました。
Based on Altair's experience in structural optimization, the company created a new process for an optimized design of laminate structures.
たとえばcollectdは、C言語で書かれたデーモンなので、システム情報を収集するために新しいプロセスを生成する必要がない。
For example, collectd is written in C and runs as a daemon, so it does not have to create any new processes in order to gather system information.
あるプロセスがfork()を使って新しいプロセスを作成した場合、新しいプロセスは子、元のプロセスは親とみなされます。
When a process creates another new process, using fork(), the new process is considered the child and the original process is considered the parent.
だから、私は動的に64と32ビットのファイルを読み込むために新しいプロセスをSystem.load()としましたが、System。
So, I tried to Open a new process to dynamically load 64 and 32-bit so files,but System.