語学学習のスペースアルク(SPACE ALC)がお届けする進化するオンライン英和・和英辞書『英辞郎 on the WEB』。大学生やビジネスパースンから翻訳家、医療・製薬業関係者の方々まで幅広くお使いいただいております。
ALC Online Shop

英辞郎データ提供元 EDP のサイトへ
検索文字列 On-the-fly 該当件数 : 10
* データの転載は禁じられています。  
  • on-the-fly
    【名】
      《半導体》オンザフライ◆機能試験をする際、テストサイクルごとに条件を変えること。
    【形・副】
      《コ》オンザフライの[で]◆(中間ファイル出力をせず)複数の処理をまとめて行うこと
  • on the fly
    1. 飛んで、空中{くうちゅう}で、飛行中{ひこうちゅう}
    1. 急いで
      ・See if you can catch him on the fly. Here's his cell-phone [cellular phone, mobile(-phone)] number. : 急いで彼に連絡を取ってみて。これが携帯電話の番号です。
    1. とても忙しく
    1. 去り際に
    1. こっそりと
  • decide on the fly
    その場で何か決める
    【表現パターン】decide on the fly [run]
  • learn on the fly
    やりながら学ぶ、大急ぎで習う
  • react on the fly in response to
    ~にすぐさま対応{たいおう}する
  • try a new thing on the fly
    あまり深く考えずに新しいことに挑戦{ちょうせん}する
  • To dynamically change kernel parameters and variables on the fly, you need CONFIG_SYSCTL defined in your kernel.
    カーネルパラメータや変数をすぐさま動的に切り替えるには、CONFIG_SYSCTLがカーネルで定義されている必要があります。◆【出典】Gentoo Linux 【License】CC-BY-SA-2.5 【編集】独立行政法人情報通信研究機構
  • We will focus on Tar and Zip generation, Tgz and Tbz are too CPU expensive for an "on the fly" archive generation.
    ここではTarとZipを取り上げます。 Tgz やTbzは、アーカイブを"その場で"作成するにはCPUを食いすぎます。◆【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • As of Version 1.5, you can use the option "proxy = full", which will cause DataObjects to create classes and schema on the fly, rather than using an ini file or prebuilt classes.
    バージョン1.5からオプション"proxy = full"が利用可能になりました。これにより、iniファイルや事前に生成されたクラスを利用しなくともDataObjectsがオンザフライでクラスやスキーマを生成するようになります。◆【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • Now think about trying to store multiple pieces of text in the same place, like in the same database table that holds all the email you've ever received. You still need to store the character encoding alongside each piece of text so you can display it properly. Think that's hard? Try searching your email database, which means converting between multiple encodings on the fly. Doesn't that sound fun?
    今度は、複数のテキストを同じ場所に格納しようとすることを考えてみよう。これは例えば、今までに受信したすべての電子メールを、データベースの同じテーブルに格納するような場合だ。ここでも、メールを正しく表示するためには、それぞれの文書と一緒にその文字コードを格納しておかなければならない。これは大変そうではないか? 電子メールのデータベースを検索しようとするときは、複数の文字コードを急いで変換しなければならない。これは楽しそうに思えるだろうか?◆【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0