「Kernel」を含む例文一覧(2286)

<前へ 1 2 .... 36 37 38 39 40 41 42 43 44 45 46 次へ>
  • The composition for inhibiting the vascularization contains a plant of Thymus vulgaris, Artemisia dracunculus, a kernel of Myristica fragrans or aril of Myristica fragrans, or an extract of the plant, or salicin or an extract of a plant containing the salicin as an active ingredient.
    タイム(Thymus vulgaris)、タラゴン(Artemisia dracunculus)、ナツメグ(Myristica fragrans)、メース(Myristica fragrans)の植物あるいはその植物の抽出物、又はサリシンあるいはサリシンを含有する植物の抽出物を有効成分とする血管新生阻害用組成物。 - 特許庁
  • To provide a technique that effectively utilizes a SIMD instruction to speed up filtering processing of a symmetrical image filter when using a symmetrical image filter whose kernel coefficient is symmetrical.
    カーネル係数が左右対称である対称型画像フィルタを用いる場合、対称型画像フィルタのフィルタリング処理を高速化する為にSIMD命令を有効利用する技術を提供すること。 - 特許庁
  • User mode applications, such as antivirus software applications, gain access to file system operations through a common information model, which obviates the need for antivirus software vendors to create kernel model filters.
    アンチウィルスソフトウェアアプリケーションなどのユーザモードアプリケーションは、共通情報モデルを通じてファイルシステム操作へのアクセス権を得、それにより、アンチウィルスソフトウェアのベンダがカーネルモードフィルタを作成する必要がなくなる。 - 特許庁
  • Between when a plug 2 is inserted in an electrical outlet and when the main switch 3 is turned on, the pre-boot loader 14 reads out an OS kernel stored in the ROM 12 to transfer it to the RAM 13, which stores it.
    プレブートローダ14は、プラグ2がコンセントに挿入されてからメインスイッチ3がオンとされるまでの間に、ROM12に記憶されているOSカーネルを読み出してRAM13に転送して記録する。 - 特許庁
  • To provide a method and a computer program product for overcoming the inefficiencies associated with inter-buffer data transfer between separate processing components such as kernel mode drivers that are chained together.
    カーネル・モード・ドライバのように、1つにチェインニングされている個別の処理コンポーネント間でバッファ間データ転送を行うとき起こる非効率性を解消する方法およびコンピュータ・プログラム・プロダクトを提供する。 - 特許庁
  • Deconvolution processing having a distribution image of light intensity as convolution kernel in the vicinity of the points of measurement is performed on the three-dimensional map to acquire a three-dimensional image of a nearly transparent sample in an undyed state.
    この三次元マップに、計測点付近の光強度分布像をコンボリューション・カーネルとするデコンボリューション処理を行ない、非染色状態で透明に近い試料の三次元画像を得る。 - 特許庁
  • The tester processor 10 for controlling the operation of the tester main body 20 is provided with a kernel 11, programs 12 and 13, an emulator 14 for execution, an emulator 15 for IO control, and a tester bus driver 16.
    テスタプロセッサ10は、テスタ本体20の動作を制御するためのものであり、カーネル11、プログラム12、13、実行用エミュレータ14、IO制御用エミュレータ15、テスタバスドライバ16を含んでいる。 - 特許庁
  • A communication content extraction part 20c extracts execution content of a system call associated with identification information of a system call related to communication from the part extracted by the kernel log extraction part 20b.
    通信内容抽出部20cは、カーネルログ抽出部20bが抽出した部分から、通信に関係するシステムコールの識別情報と関連付けられたシステムコールの実行内容を抽出する。 - 特許庁
  • The method for making the bread with brown rice kernel includes cooking the unpolished rice with an organic acid aqueous solution to obtain cooked unpolished rice, and subsequently adding the cooked unpolished rice to bread dough to make bread.
    玄米を有機酸水溶液で炊飯して炊飯玄米を得、続いて、前記炊飯玄米をパン生地に添加してパンを製造することを特徴とする玄米粒入りパンの製造方法である。 - 特許庁
  • To provide a weakly supervised kernel mean shift procedure where the inherent structure of samples is determined from constraints that specify pairs of samples that must be located in the same cluster or different clusters.
    サンプルの本来の構造が、同じクラスタ又は異なるクラスタにならなければならないサンプル対を指定する制約条件から求められる弱監視付きカーネル平均値シフト手順を提供する。 - 特許庁
  • The problem is that the application you are trying to run is looking for a specific kernel symbol, but, for whatever reason, cannot find it; this error stems from one of two problems:
    このエラーは、 実行しようとしたアプリケーションがあるカーネルシンボルを検索した結果、何らかの理由でその検索に失敗した、ということを意味しています。 これは、以下に示すいずれかの理由によるものです。 - FreeBSD
  • A kernel in traditional operating-system terminology, is a small nucleus of software that provides only the minimal facilities necessary for implementing additional operating-system services.
    従来のオペレーティングシステムの用語における カーネル とは、オペレーティングシステムにサービスを追加する実装を行うために必要な最小限の仕組みだけを提供する、 ソフトウェアの小さな核となる部分のことです。 - FreeBSD
  • Like parameters passed into the kernel, addresses used for the return of results must be validated to ensure that they are part of an application's address space.
    カーネルへ渡されたパラメータのように結果を戻すためにアプリケーションによって指定されたアドレスは、それらが確実にアプリケーションのアドレス空間の一部である、ということが検証されなければなりません。 - FreeBSD
  • The context of a 4.4BSD process consists of user-level state, including the contents of its address space and the run-time environment, and kernel-level state, which includes scheduling parameters, resource controls, and identification information.
    4.4BSD のプロセスのコンテキストは、アドレス空間の内容とランタイム環境を含むユーザレベルの状態と、スケジューリングのパラメータやリソース制御、識別情報を含むカーネルレベルの状態から構成されています。 - FreeBSD
  • The kernel provides many ancillary services, such as buffer management, message routing, standardized interfaces to the protocols, and interfaces to the network interface drivers for the use of the various network protocols.
    カーネルは、バッファ管理、メッセージ配送、各プロトコルへの汎用インタフェースを提供し、また、さまざまなネットワークプロトコルを使用するためのネットワークインタフェースドライバへのインタフェースなど、多くの付随サービスを提供します。 - FreeBSD
  • These include poor key generation or exchange, data or keys being visible to others, use of weak algorithms, kernel subversion, etc.
    ここで言う「欠陥」とは、たとえば暗号鍵生成や交換の不備や、データや暗号鍵が他人に見られていないかどうかといった問題、あるいはアルゴリズムの強度はどうか、 カーネルのバージョンは合っているかといったことです。 - FreeBSD
  • That is, there may be issues resulting from the way some standard libraries are implemented in the Linux distributions, or some features of the Linux kernel which have been assumed by the authors of the applications.
    すなわち、アプリケーションの作者が仮定した、 Linuxディストリビューションでのみ実装されている ある標準ライブラリの使用方法や Linuxカーネルの特定の機能に起因する問題が生じるかもしれません。 - FreeBSD
  • Such a configuration should be useful for two classes of people: system administrators who wish to install FreeBSD on machines that have no keyboard or monitor attached, and developers who want to debug the kernel or device drivers.
    この様な構成はきっと次のような二種類の人達に便利でしょう。 それは、キーボードやモニタのないマシンに FreeBSD をインストールしたいシステム管理者と、カーネルやデバイスドライバをデバッグしたい開発者です。 - FreeBSD
  • To do this, you must make sure that devfs is not mounted automatically (meaning you'll have to recompile your kernel) and that /dev/console exists.
    これを行うためには、devfsが自動的にマウントされないことを確認しなければなりません(カーネルの再コンパイルをしなればならないことを意味します)。 そして、/dev/consoleが存在することも確認しなければなりません。 - Gentoo Linux
  • Remember, genkernel is designed to make kernel compilation easy andstress-free.
    genkernelは主にあなたがカーネルのコンパイルを必要とする時にあなたの生活をより簡単にするコマンドですが、あなたのカーネルがどの様にコンパイルあるいは設定されるかをカスタマイズできるさまざまなフラグも満載しています。 - Gentoo Linux
  • If you are using PPPoE to connect to the Internet or you are using a dial-up modem, you will need the following options in the kernel (you will find the mentioned options under Networking support which is a subpart of Device Drivers):
    もしインターネット接続にPPPoEを使っていたり、モデムでダイアルアップしているなら、カーネル内の以下のオプションが必要になります(Device Driversの下位項目であるNetworking supportの下でオプションを見つけることができます)。 - Gentoo Linux
  • Make sure that every driver that is vital to the booting of your system (such as SCSI controller, ...) is compiled in the kernel and not as a module,otherwise your system will not be able to boot completely.
    システムをブートする上で必須のドライバ(例えば、SCSIコントローラ等)全てが、モジュールとしてではなく、カーネル自身にコンパイルされるようにして下さい。 そうしないと、システムが完全にブートできるようになりません。 - Gentoo Linux
  • If you use a Gentoo patched kernel tree (such as gentoo-sources) you will have had the possibility of selecting uvesafb as the VESA driver.If this is the case, you are using uvesafb and do not need to set a vga statement.
    Gentooのパッチが当たったカーネルツリー(gentoo-sourcesのような)を使用している場合には、VESA driverとしてuvesafbが選択されていることでしょう。 この場合、uvesafbを使用することになり、vga文を設定する必要はありません。 - Gentoo Linux
  • It does not matter whether you build the features into the kernel or as a module so long as when the feature is needed, the correct module(s) are loaded (module loading is left to the reader as a fun exercise however).
    機能をカーネルに組み込むか、機能が必要になったときに適切なモジュールがロードされるならばモジュールにするか、どちらでも構いません(ただし、モジュールのロードは楽しい課題として読者に任せます)。 - Gentoo Linux
  • In the past, Gentoo has instructed users to use devfs for managing the /dev directory, which contains a series of device interfaces to allow system applications to communicate with hardware (through the kernel).
    従来、Gentooはユーザーに/devディレクトリを管理するためにdevfsを使うよう指示していました。 それは(カーネルを通して)システムアプリケーションがハードウェアと通信できるために一連のデバイスインタフェースを含んでいます。 - Gentoo Linux
  • It is replaced by automatic proxy arp setup by the kernel for all reachable hosts on other interfaces (when forwarding and proxy arp is enabled for the interface).
    これはカーネルによって設定される、別のインターフェースにおける到達可能なすべてのホストに対する自動代理 arp によって置き換えられた(そのインターフェースでフォワーディングと代理 arp が有効になっている場合)。 - JM
  • The significance of this variable is that it gives the granularity of the profiling: each clock tick, if the system was executing kernel code, a counter is incremented: profile[address >> prof_shift]++; The raw profiling information can be read from /proc/profile .
    この変数が重要なのは、カーネルプロファイリングの粒度を決定するところにある。 すなわち、各クロックの割込みごとに、システムがカーネルコードを実行していれば、以下のようにカウンタの値がインクリメントされる。 - JM
  • Privileged processes bypass all kernel permission checks, while unprivileged processes are subject to full permission checking based on the process's credentials (usually: effective UID, effective GID, and supplementary group list).
    非特権プロセスでは、プロセスの資格情報 (通常は、実効UID 、実効GIDと追加のグループリスト) に基づく権限チェックが行われるのに対し、特権プロセスでは全てのカーネルの権限チェックがバイパスされる。 - JM
  • When all file descriptors referring to an inotify instance have been closed, the underlying object and its resources are freed for re-use by the kernel; all associated watches are automatically freed.
    inotify インスタンスを指している全てのファイルディスクリプタがクローズされた場合、その下層にあるオブジェクトとそのリソースは、カーネルで再利用するために解放される。 関連が切られた監視対象は自動的に解放される。 - JM
  • /proc/sys/fs/lease-break-time This file specifies the grace period that the kernel grants to a process holding a file lease ( fcntl (2))
    /proc/sys/fs/lease-break-timeこのファイルは、ファイルを保持しているプロセスに対してカーネルがシグナルを送り、他のプロセスがそのファイルをオープンするのを待っていることを通知してから、そのプロセスに対してカーネルがファイルのリース (lease, 貸し出し)( fcntl (2) - JM
  • In the case of recording the selected data, a task list consisting of operation to be executed is prepared and the prepared task list is executed from a kernel mode in an operating system to record the data.
    次に、選択されたデータを記録する際に実行される動作からなるタスクリストが作成され、さらに、オペレーティングシステムのカーネルモードからタスクリストを実行することにより、データの記録が行われる。 - 特許庁
  • To achieve both the maintenance of the time sequence of trace data having occurred in user mode software and kernel mode software and the reduction of an overhead applied to the trace of the user mode software.
    ユーザモードソフトウェアとカーネルモードソフトウェアとの双方で発生したトレースデータの時系列を維持することと、ユーザモードソフトウェアのトレースにかかるオーバヘッドを削減することとの双方を実現することを目的とする。 - 特許庁
  • To provide an information processing apparatus capable of effectively utilizing search history including a kernel parameter obtained by optimization processing in a system having a plurality of using methods.
    複数の使用方法を持つシステムにおいて、最適化処理により得られたカーネルパラメータを含む探索履歴を有効に利用することができる情報処理装置を提供することを目的とする。 - 特許庁
  • To provide an information processing device, its method, and a computer-readable memory allowing middleware to accurately grasp the information on the generation/deletion of tasks managed by a kernel and capable of improving the stability of a system.
    ミドルウェアがカーネルで管理されるタスクの生成/削除の情報を正確に把握でき、システムの安定性を向上することができる情報処理装置及びその方法、コンピュータ可読メモリを提供する。 - 特許庁
  • A first OS (operating system) 171a, a second OS 172a and a second OS kernel program 172b are stored in a hard disk, and an event signal generation unit 24 is connected to the computer device 100.
    ハードディスク17中に少なくとも第1OS171aと第2OS172a及び第2OSのコアプログラム172bが保存され、事件信号生成ユニット24が該コンピュータ装置100に接続されている。 - 特許庁
  • To provide a feature extracting method, a feature extracting system, and a feature extracting program capable of restraining reduction of discriminating performance in a kernel discrimination analysis and extracting features at high speed.
    カーネル判別分析における識別性能の低下を抑え、高速に特徴抽出を行うことができる特徴抽出方法、特徴抽出システム及び特徴抽出プログラムを提供する。 - 特許庁
  • This method for reducing noise includes steps of: (a) determining noise variance of each measurement signal based on a prescribed noise model; (b) generating a discrete kernel of a filter to each measurement signal indicating a frequency response of the filter to each measurement signal based on the Pth power of the noise variance; and (c) applying the discrete kernel corresponding to each measurement signal to filter each measurement signal.
    ノイズ低減方法は、a)所定のノイズモデルに基づいて、測定信号それぞれのノイズ分散を決定するステップと、b)ノイズ分散のP乗に基づいて測定信号それぞれに対するフィルタの周波数応答を示す測定信号それぞれに対するフィルタの離散的カーネルを発生するステップと、c)測定信号をそれぞれ対応する前記離散的カーネルを適用してフィルタリングするステップとを具備する。 - 特許庁
  • The data processor includes: a hardware abstract layer which executes OS having a kernel mode and a user mode and has a plurality of hardware processing parts, an interface operating in the kernel mode and corresponding to each of the plurality of hardware processing parts, and a common interface to a device driver corresponding to each of the plurality of hardware processing parts; and a hardware abstract layer control part for controlling the hardware abstract layer.
    カーネルモードとユーザモードとを有するOSを実行するものであり、複数のハードウェア処理部と、カーネルモードで動作し、複数のハードウェア処理部のそれぞれと対応するインタフェースと、複数のハードウェア処理部のそれぞれと対応するデバイスドライバに対する共通のインタフェースと、を有するハードウェア抽象化層と、ハードウェア抽象化層を制御するハードウェア抽象化層制御部とを備える。 - 特許庁
  • It is determined whether the interface board is connected to a bus of the computer system or not, and a general host device driver for controlling standard function related to the interface board is loaded in a kernel memory space of the computer system.
    コンピュータ・システムのバスにインタフェース・ボードが接続されているかどうか判定し、インタフェース・ボードに関連する標準機能を制御する汎用上位デバイス・ドライバが、コンピュータ・システムのカーネル・メモリ空間にロードする。 - 特許庁
  • A pattern identification device not only analyzes structure characteristics of a pattern sample to be identified but also performs linear embedding analysis of the pattern sample to be identified in a kernel space, by a semi-supervised learning mechanism.
    パターン識別装置は、半教師あり学習メカニズムによって、識別対象パターンサンプルの構造特性を解析すると共に、核空間内で識別対象パターンサンプルに対し線形埋め込み解析を行う。 - 特許庁
  • A file operation content extraction section 20c extracts the execution content of a system call associated with the identification information of a system call relating to a file operation from the part extracted by the kernel log extraction section 20b.
    ファイル操作内容抽出部20cは、カーネルログ抽出部20bが抽出した部分から、ファイル操作に関係するシステムコールの識別情報と関連付けられたシステムコールの実行内容を抽出する。 - 特許庁
  • With the configuration, as compared with a configuration for detecting the state in the kernel by two types of light sources, the number of components can be decreased, thus reducing costs, making compact and light, and at the same time preventing software from becoming complex.
    上記構成によれば、穀粒内部の状態を二種類の光源を使って検出する構成に比べて部品点数が減るため、低コスト化及び小型軽量化を図れると共にソフトの複雑化も招かない。 - 特許庁
  • Grayscale optical proximity effect correction device features are added to a mask pattern by convoluting the device features with a two-dimensional correction kernel or two one-dimensional correction kernels to generate grayscale OPC features (S11).
    グレースケール光近接効果補正デバイスフィーチャは、デバイスフィーチャと2次元補正カーネル又は2つの1次元補正カーネルとの畳み込みを行いグレースケールのOPCフィーチャを生成するS11ことによりマスク・パターンに追加される。 - 特許庁
  • Then, a filter other than the morphology filter whose kernel size is 2×2 pixels is applied to the acquired image to generate a second filtering image, and another image processing is executed for the generated second filtering image.
    また、取得した画像に対して、カーネルサイズが2画素×2画素であるモルフォロジーフィルタ以外のフィルタを用いて第二のフィルタリング画像を生成し、生成した第二のフィルタリング画像に対して他の画像処理を実行する。 - 特許庁
  • The request list processing part 30 of a kernel 3 processes the new list entry request added to the list 4 and continues the processing for the request when another list entry is added after the list entry.
    カーネル3の要求リスト処理部30は,要求リスト4に追加された新規リストエントリの要求を処理し,そのリストエントリの後に他のリストエントリが追加されている場合には,その要求に対する処理を続行する。 - 特許庁
  • To provide a parallel imaging system for performing auto-calibration and reconstitution by a 2D and 3D kernel utilizing calculation efficiency capable of being obtained at the time of operation in a specific data "domain" or "space", and a method using it.
    特定のデータ「ドメイン」又は「空間」において動作するときに得ることのできる計算効率を利用する2D又は3Dカーネルにより自動較正再構成を行う並列イメージング・システム及び方法を提供する。 - 特許庁
  • One of the registers is divided by partition as a register SORT, data of kernel pixel are read from an outer memory, the data are respectively stored in respective partitions (S1) and a plural kind of data stored in the register SORT are simply sorted (S2).
    レジスタの一つをレジスタSORTとしてパーティション分割し、外部メモリからカーネル画素のデータを読み込み、それらデータそれぞれを各パーティションに格納し(S1)、レジスタSORTに格納された複数のデータを単純ソートする(S2)。 - 特許庁
  • An image including at least one of a one-dimensional code or a two-dimensional code is acquired, and a morphology filter whose kernel size is 2×2 pixels is applied to the acquired image to generate a first filtering image.
    少なくとも一の一次元コード又は二次元コードを含む画像を取得し、取得した画像に対して、カーネルサイズが2画素×2画素であるモルフォロジーフィルタを用いて第一のフィルタリング画像を生成する。 - 特許庁
  • The processor 11 executes a preparatory process for the processor 10 to read a group of instructions about the OS from a DRAM 13 and make them executable (e.g., checking the consistency of a kernel image held in the DRAM 13).
    プロセッサ11は、プロセッサ10がDRAM13からOSに関する命令群を読み出して実行可能となるための準備処理(例えばDRAM13に保持されたカーネルイメージの整合性チェック)を実行する。 - 特許庁
  • When user-side trace data are generated, a user-side trace control part 13 refers to user-side trace control information 7 memory-mapped to kernel-side trace control information 6 to determine whether or not it is necessary to store the trace data.
    ユーザ側トレースデータが発生した際、ユーザ側トレース制御部13はカーネル側トレース制御情報6にメモリマッピングされたユーザ側トレース制御情報7を参照してトレースデータの蓄積要否を判定する。 - 特許庁
<前へ 1 2 .... 36 37 38 39 40 41 42 43 44 45 46 次へ>

例文データの著作権について