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

英辞郎データ提供元 EDP のサイトへ
検索文字列 インポ 該当件数 : 88

1 2 

* データの転載は禁じられています。  
  • インポ
    sexual impotence
  • インポのペニス
    bent stick
  • インポの男
    • capon
    • limp noodle〈米俗・侮蔑的〉
    • limp-dick〈米俗〉
  • でも、医者は本当のインポ患者と薬が欲しいだけのニセインポ患者を見分けられるのかな。
    But I wonder if doctors can tell who really does suffer from impotency and who's just faking impotency to get the drug?〔【出典】Hiragana Times, 1998年11月号◆【出版社】株式会社ヤック企画 "HT145010", "2269499"
  • 今、アメリカでは、新しいインポ治療薬が開発されている。
    Now, in America, there are new anti-impotent drugs being made.〔【出典】Hiragana Times, 1998年11月号◆【出版社】株式会社ヤック企画 "HT145010", "2415991"
  • 本当にインポかどうかなんて、見分けようがないもんね。
    You really can't tell if someone really is impotent or not, can you?〔【出典】Hiragana Times, 1998年11月号◆【出版社】株式会社ヤック企画 "HT145010", "2577611"
  • 私の夫はインポになり、その原因は私がセックスしたがらないからだと言う。
    My husband suffers from impotence and blames me for not wanting to have sex.〔性的表現なので使用には注意。〕
  • インポウジング
    imposing(カタカナ発音)
  • インポシビリティー
    impossibility(カタカナ発音)
  • インポジション
    imposition(カタカナ発音)
  • インポスィブル
    impossible(カタカナ発音)
  • インポスター
    impostor(カタカナ発音)
  • インポスターシンドローム
    impostor syndrome〔達成した成功が自分の実力によるものではないと考えること。〕
  • インポスター・ルール
    imposter rule《法律》〔他人に成り済まして作成、署名した書面であっても他者に対してはその効果は有効となるという法原則の一つ〕
  • インポスト
    impost《建築》〔アーチを支える柱の最上部〕
  • インポセックス
    imposex〔腹足類の雌に雄性生殖器官が形成され、産卵不能になる現象〕
  • インポッシブル
    impossible〔空中でスケートボードを回転させる技の一つ〕
  • インポテンス
    • impotence
    • impotence(カタカナ発音)
  • インポテンツ
    wiltshire〈英俗〉
  • インポテンツでない男性にも、薬の効果は絶大なようだ。
    The drug seems to work for those who are not impotent, either.〔【出典】Hiragana Times, 1998年11月号◆【出版社】株式会社ヤック企画 "HT145010", "2482058"
  • インポテンツになる
    become sterile(男性が)
  • インポテンツの男性は、GMPの分泌が少ないか、あるいは、GMPを破壊する酵素(PDE5)の分泌量が多過ぎるために勃起を持続することができない。
    Impotent men aren't able to keep an erection either because they couldn't produce enough GMP, or they over produce an enzyme (PDE5) that destroy GMP.〔【出典】Hiragana Times, 1998年11月号◆【出版社】株式会社ヤック企画 "HT145010", "2354196"
  • インポテンツ恐怖症
    medomalacuphobia
  • インポテント
    impotent(カタカナ発音)
  • インポバリッシ
    impoverish(カタカナ発音)
  • インポライト
    impolite(カタカナ発音)
  • インポーズ
    impose(カタカナ発音)
  • インポータンス
    importance(カタカナ発音)
  • インポータント
    important(カタカナ発音)
  • インポータントリ
    importantly(カタカナ発音)
  • インポーテーション
    importation(カタカナ発音)
  • インポート
    • import《コ》〔あるソフトで作成したファイルを別のソフトで取り込むこと。〕
    • import(カタカナ発音)
  • インポートされたモジュールの中で定義された関数を使いたいときは、モジュール名を含めて書く必要がある。つまり、単にapproximate_sizeと書くことはできず、humansize.approximate_sizeと書かなければならない。もし、Javaのクラスを使ったことがあるなら、何となく見慣れた感じがするだろう。
    When you want to use functions defined in imported modules, you need to include the module name. So you can't just say approximate_size; it must be humansize.approximate_size. If you've used classes in Java, this should feel vaguely familiar.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • インポート作業
    import operation《コ》
  • インポート可能な
    【形】
      importable《コ》
  • インポート指定
    import specification
  • インポート方法
    import method《コ》
  • ~からフォルダーをインポートする
    import a folder from
  • ~をインポートする
    【他動】
      import《コ》
  • 1行目はhumansizeプログラムをモジュールとしてインポートしている。モジュールはコードの塊であり、対話的に使うこともできるし、より大きなプログラムから使うこともできる。モジュールをインポートすると、そのモジュールが公開している関数・クラス・属性を参照できるようになる。あるモジュールの中で他のモジュールにある機能にアクセスしたい場合にもこれと同じようにすればいいし、この操作をPython対話シェルの中で行うこともできる。これは重要な概念であり、この本を通して何度も目にすることになる。
    The first line imports the humansize program as a module -- a chunk of code that you can use interactively, or from a larger Python program. Once you import a module, you can reference any of its public functions, classes, or attributes. Modules can do this to access functionality in other modules, and you can do it in the Python interactive shell too. This is an important concept, and you'll see a lot more of it throughout this book.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • 6年間インポテンツだったのが、この新薬のおかげで機能が回復した。
    He was impotent for 6 years, but regained his functions with this drug.〔【出典】Hiragana Times, 1998年11月号◆【出版社】株式会社ヤック企画 "HT145010", "2316502"
  • ImportError例外が使われるもう一つの一般的な場面は、二つのモジュールが共通のAPIを実装しているが、どちらか一方が他方より望ましい(高速だったり、メモリ使用が少ないなど)という場合だ。この時、まず一方のモジュールをインポートしようとしてみて、それが失敗したときには、もう一方のモジュールへフォールバックできる。例えば、XMLの章ではElementTree APIと呼ばれる共通のAPIを実装した二つのモジュールについて触れることになる。一つはlxmlというサードパーティーのモジュールで、自分でインストールしなければ使えない。二つ目はxml.etree.ElementTreeというモジュールで、これはPython 3の標準ライブラリに入っているものの処理速度が遅い。
    Another common use of the ImportError exception is when two modules implement a common API, but one is more desirable than the other. (Maybe it's faster, or it uses less memory.) You can try to import one module but fall back to a different module if the first import fails. For example, the XML chapter talks about two modules that implement a common API, called the ElementTree API. The first, lxml, is a third-party module that you need to download and install yourself. The second, xml.etree.ElementTree, is slower but is part of the Python 3 standard library.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • osモジュールはPythonに付属しているので、いつでもどこでもこれをインポートできる。
    The os module comes with Python; you can import it anytime, anywhere.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • Pythonにおけるすべての名前: 変数名・関数名・クラス名・モジュール名・例外名では大文字と小文字が区別される。取得・設定・呼び出し・生成・インポート・送出ができるものなら、大文字と小文字が区別されるのだ。
    All names in Python are case-sensitive: variable names, function names, class names, module names, exception names. If you can get it, set it, call it, construct it, import it, or raise it, it's case-sensitive.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • Pythonの組み込み例外の一つに ImportError があり、これはモジュールをインポートしようとして失敗したときに発生する。これはさまざまな理由で起き得るが、最も単純なケースは、インポートしようとしたモジュールがimport検索パスの中に見つからない場合だ。これを使えば、プログラムにオプション機能を追加できる。例えば、chardetライブラリは文字コードの自動判定を行う機能を備えている。あなたのプログラムは、このライブラリがもし存在すればこれを使いたいが、ユーザがこれをインストールしていない場合でもそのまま実行を続けたいかもしれない。このような処理は try...except ブロックを使えば実現できる。
    One of Python's built-in exceptions is ImportError, which is raised when you try to import a module and fail. This can happen for a variety of reasons, but the simplest case is when the module doesn't exist in your import search path. You can use this to include optional features in your program. For example, the chardet library provides character encoding auto-detection. Perhaps your program wants to use this library if it exists, but continue gracefully if the user hasn't installed it. You can do this with a try..except block.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • sys.pathにディレクトリ名を追加することによって、実行時に新たなディレクトリをPythonの検索パスに追加できる。これによって、Pythonはモジュールをインポートするときに、そのディレクトリも参照するようになる。この効果はPythonの実行が終了するまで続く。
    You can add a new directory to Python's search path at runtime by adding the directory name to sys.path, and then Python will look in that directory as well, whenever you try to import a module. The effect lasts as long as Python is running.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • sysモジュールをインポートすることで、そのモジュールのすべての関数と属性が利用できるようになる。
    Importing the sys module makes all of its functions and attributes available.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • 「ミッションインポッシブル」のイーサン・ハント役はトム・クルーズの最も素晴らしい演技の一つだ。
    Ethan Hunt in "Mission Impossible" is one of Tom Cruise's finest performances.
  • 「ミッション・インポッシブル」や「タイタニック」など、パラマウントの映画を題材にした約20のアトラクションが設けられます。
    It will feature about 20 attractions based on Paramount movies, including "Mission Impossible" and "Titanic.""MB000475", "2383041"
  • 「ミッション・インポッシブル」シリーズは、1996年に登場して以来、20億ドル以上の興行成績を収めてきました。
    The Mission Impossible series has earned over $2 billion since it debuted in 1996."MB004627", "2469364"
* データの転載は禁じられています。  

1 2