Footer

    Download on the App StoreGet it on Google Play

    VoiceTube とは

    • VoiceTube について
    • 学習サービス紹介
    • 採用情報
    • よくある質問
    • ホットタグ

    サービス一覧

    • スピーキングチャレンジ
    • 保存
    • VoiceTube Hero
    • 法人向け VoiceTube
    • 単語検索
    • 動画をインポート
    • ブログ

    お勧めチャンネル

    レベル別

    • A1 初級
    • A2 初級
    • B1 中級
    • B2 中上級
    • C1 上級
    • C2 上級

    プライバシー˙規約˙
    ©2026 VoiceTube Corporation. All rights reserved

    parser

    US /'pɑ:sə/

    ・

    UK /'pɑ:sə/

    C1 上級
    n.名詞パーサ
    Compilers must parse source code in order to translate it into object code

    動画字幕

    ArduinoJson 7 の新機能 (What's new in ArduinoJson 7)

    14:56ArduinoJson 7 の新機能 (What's new in ArduinoJson 7)
    • Before we go into the good stuff, I must warn you that Arduino JSON 7 is significantly bigger than version 6. For example, on an Arduino Uno R3, the parser example is 41% bigger and the generator example is 45% bigger. Previously, all my design decisions were aimed at keeping the code small. Indeed, when I designed Arduino JSON 6, most users ran their programs on 8-bit microcontrollers. And that's why I focused so much on code size.

      良い話に入る前に、Arduino JSON 7はバージョン6よりかなり大きくなっていることを警告しておかなければならない。例えば、Arduino Uno R3では、パーサーのサンプルは41%大きく、ジェネレーターのサンプルは45%大きい。以前は、すべての設計上の決定は、コードを小さく保つことを目的としていました。実際、私がArduino JSON 6を設計したとき、ほとんどのユーザーは8ビットのマイクロコントローラーでプログラムを動かしていました。だからこそ、コード・サイズにこだわったのです。

    • Fixed memory allocation is perfect when resources are scarce but requires more discipline from the programmer. During the past five years, we attended to the rise of 32-bit microcontrollers, first with the ESP8266, then with the ESP32 and all the ARM-based MCUs. 32-bit microcontrollers have much more memory but also a bigger runtime framework, so Arduino JSON now represents a small fraction of the executable. If we compare the parser example on the two versions of the Arduino Uno, we see that Arduino JSON 7 makes up about two-thirds of the executable on R3 but only 7% on R4. Because the proportion is much smaller, the difference between Arduino JSON 6 and 7 is neglectable on 32-bit microcontrollers. For example, on Arduino Uno R4 minima, the parser example only grew by 2.3% and the generator example by 1.7%. As you can see, the size of the library is not so important anymore. Arduino JSON 7 can run on 8-bit microcontrollers but if the memory is tight, it's probably better if you stick with version 6.

      固定メモリーの割り当ては、リソースが不足している場合には最適ですが、プログラマーにはより多くの規律が要求されます。過去5年間、最初はESP8266、次にESP32、そしてすべてのARMベースのMCUと、32ビットマイクロコントローラーが台頭してきました。32ビットマイクロコントローラは、より多くのメモリを持っていますが、より大きなランタイムフレームワークも持っています。Arduino Unoの2つのバージョンでパーサーの例を比較すると、Arduino JSON 7はR3では実行可能ファイルの約3分の2を占

    B1 中級

    PythonがAI言語である理由:Python生みの親、グイド・ヴァン・ロッサム氏の考察 (Why Python is the language of AI: insights from Guido van Rossum (creator of Python))

    08:07PythonがAI言語である理由:Python生みの親、グイド・ヴァン・ロッサム氏の考察 (Why Python is the language of AI: insights from Guido van Rossum (creator of Python))
    • I wanted to redesign the parser completely using very different principles, a different sort of way of building parsers that was much more flexible for the syntax of the language.

      2つの新しいコンテキスト依存のソフトキーワードを使用する、少なくとも1つの完全な新しい複雑なステートメントがあります。

    • I wanted to redesign the, the parser completely using very different principles, a different sort of way of building parsers that was much more flexible for the syntax of the language.

      言語の構文に対してはるかに柔軟な、異なる種類のパーサー構築方法である、まったく異なる原則を使用して、パーサーを完全に再設計したいと思いました。

    B1 中級

    Google I/O 2011: JavaScriptを愛する方法を学ぶ! (Google I/O 2011: Learning to Love JavaScript !)

    03:26Google I/O 2011: JavaScriptを愛する方法を学ぶ! (Google I/O 2011: Learning to Love JavaScript !)
    • It's a, you know, a new client-side compiler that we wrote, uh, hand-built parser, um, that sort of thing.

      それは、私たちが書いた新しいクライアントサイドコンパイラで、手作りのパーサーなどです。

    • hand-built parser, that sort of thing.
    B1 中級

    Google I/O 2014 - 間違った計画を完璧に実行する (Google I/O 2014 - Perfectly executing the wrong plan)

    47:51Google I/O 2014 - 間違った計画を完璧に実行する (Google I/O 2014 - Perfectly executing the wrong plan)
    • That's part of the [? parser, ?] where

      それは[?パーサー、?]の一部です

    A2 初級

    機械学習:Googleのビジョン - Google I/O 2016 (Machine Learning: Google's Vision - Google I/O 2016)

    44:45機械学習:Googleのビジョン - Google I/O 2016 (Machine Learning: Google's Vision - Google I/O 2016)
    • We just launched open source the sentence parser, Parsey McParseface.

      SentenceパーサーであるParsey McParsefaceをオープンソースでリリースしました。

    • I think the important thing about the open source release we did of the parser is it's using TensorFlow as well.

      パーサーのオープンソースリリースで重要なのは、TensorFlowも使用していることだと思います。

    A2 初級