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

英辞郎データ提供元 EDP のサイトへ
検索文字列 エントリポイント 該当件数 : 2
* データの転載は禁じられています。  
  • 検出アルゴリズムのメインエントリポイントはuniversaldetector.pyであり、そこにはUniversalDetectorというクラスが一つだけ定義さている(メインエントリポイントはchardet/__init__.pyのdetect関数だと思ったかもしれないが、実はそれはユーザの便宜のために用意された関数にすぎない。この関数は、UniversalDetectorオブジェクトを作成した上で呼び出し、その結果を返すという処理のみを行う)。
    The main entry point for the detection algorithm is universaldetector.py, which has one class, UniversalDetector. (You might think the main entry point is the detect function in chardet/__init__.py, but that's really just a convenience function that creates a UniversalDetector object, calls it, and returns its result.)〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • 非同期エントリ・ポイント
    asynchronous entry point