【英単語】low-level-languageを徹底解説!意味、使い方、例文、読み方

【英単語】low-level-languageを徹底解説!意味、使い方、例文、読み方

「low-level language」の意味(noun)

品詞(英単語での分類):名詞
 コンピューティング 特化した

【マシンコード(=コンピューターに命令を与える数字の集合)に似た、コンピュータープログラムを書くための言語】の意味として使われています。

和訳:【低級言語】

「low-level-language」のネイティブ発音(読み方)を聞きましょう!

読み方は【ˌləʊ.lev.əl ˈlæŋ.ɡwɪdʒ】です。下記動画を聞きながらˌləʊ.lev.əl ˈlæŋ.ɡwɪdʒを大声で発音しましょう

【絶対聞こう】アメリカ人が「low-level-language」の意味について解説】!


low level languageの実際の意味・ニュアンスを理解して、正しく使いましょう!

We chose C++ because it’s a fairly low level language, but can still be programmed in a high level way.
私たちがC++を選択したのは、最終的に低レベル(機械に近い側)で動くの言語であるのに関わらず、高レベルな方法でプログラムできるからです。
If you have such a low level language that doesn’t support a procedure call, you can emulate it with some string-substituting macros.
手続き呼び出しのメカニズムを持たないほど低レベルな言語でも、 いくつかの簡単なマクロが使えれば手続き呼び出しをエミュレートすることはできる。
Take a low-level language like assembly for instance.
たとえば、アセンブリのような低レベル言語を取る。
Typical enterprise adoption starts with EPC-serving code that builds on existing low-level languages‘ codebases for highly computational cases. As familiarity in the Wolfram Language is gained, the speed, readability and computational power it offers increasingly enable new projects to be entirely Wolfram Language-coded and directly delivered through EPC.
通常企業での適用では,高度な計算を必要とするプロジェクトに対して,既存の低レベル言語のコードベースの上に構築するコードをEPCが供給することから始まります.Wolfram言語が浸透するにつれて,言語が提供するスピード,可読性,計算パワーによって,徐々に新しいプロジェクトがWolfram言語のみでコード化され,EPCを介して直接配信されるようになります.
Generally these functions have to be coded in C or another low-level language.
通常、これらの関数は、C言語やその他の低レベル言語で作成されなければなりません。
Base types are those, like int4, that are implemented below the level of the SQL language (typically in a low-level language such as C).
基本型はint4のように、SQL言語レベル以下で実装されたものです(通常はCのような低レベル言語で作成されます)。
Without destructuring assignment, swapping two values requires a temporary variable (or, in some low-level languages, the XOR-swap trick).
分割代入がなければ、2 つの値の交換には一時変数 (あるいは一部の低級言語では XOR 交換のトリック) が必要になります。
But what is Pliant? First of all Pliant is a programming language that seeks to get rid of the barrier between low level languages like C and high level languages like Java or LISP.
しかし、Pliant とは一体? まず第一に、Pliant は C のような低級言語と Java や LISP のような高級言語の間にある障壁を取り除くことを目的とした、 プログラミング言語です。
I had no experience with low-level programming languages like C++ or Objective-C, nor did I have time to learn them.
というのも、C++ や Objective-C のような言語の経験がなく、また学ぶ時間もありませんでした。
Unlike low-level programming languages, it may use natural language elements, or may automate (or even entirely hide) significant areas of computing systems, making the process of developing simpler and more understandable relative to a lower-level language.
低水準言語とは異なり、自然言語要素を使用したり、コンピューティングシステムの重要な領域を自動化(または完全に隠蔽)して、低水準言語に比べて開発プロセスをより簡単で理解しやすいものにします。
That program can be written in assembler, a very low level computer language, or in a high level, machine independent language such as the C programming language.
プログラムは、低水準コンピュータ言語であるアセンブラでも記述でき、C のようなマシンに依存しない高水準のプログラム言語でも記述できる。
As the name suggests, the CLR was designed to support a wide variety of languages including “low levellanguages such as C++.
その名前が示すように、CLRは,C ++などの”低レベル言語を含む,多種多様な言語をサポートするように設計されている。
Be readable and debuggable – WebAssembly is a low-level assembly language, but it does have a human-readable text format (the specification for which is still being finalized) that allows code to be written, viewed, and debugged by hand.
可読性を持ちデバッグ可能である事 - WebAssembly は低水準のアセンブリ言語ですが、人間が読めるテキストフォーマットを持ちます(その仕様策定は終わっていないものの)。このフォーマットは人の手で読み書きできて、デバッグもできます。
It is familiar to those who have an experience of parallel programming that the cost of parallelization is even more expensive than that of making a sequential program.Concurrent logic languages are a kind of high level languages, and its efficiency is inferior to that of programs written properly in low level languages such as C. However, the research is now in progress to improve the efficiency of concurrent logic programs with the assistance of static analysis.
並行論理型言語は高級言語であるため、 並行論理プログラムの実行効率は C 言語などの低級言語 (言語のレベルからハードウェアの動作が見えてしまう言語)で うまく書かれたプログラムに比べて劣ります。しかし、プログラムの静的解析によって、実行効率を手続き型言語で書かれた プログラムにかなり近いところまで改善しようという研究が現在、 上田研究室の他のグループで行なわれています(次節のリンクを参照)。
Low-level control programs require languages that satisfy speed and real-time requirements, while high-level programs require abstract and descriptive languages.
低レベルの制御プログラムには、速度やリアルタイム性の要求を満たす言語が求められる一方で、高レベルのプログラムには、抽象度や記述力の高い言語が求められます。
WebAssembly | MDN WebAssembly is a new type of code that can be run in modern web browsers – it is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++ and Rust with a compilation target so that they can run on the web.
WebAssembly | MDN WebAssembly はモダンなウェブブラウザーで実行できる新しいタイプのコードです。ネイティブに近いパフォーマンスで動作するコンパクトなバイナリー形式の低レベルなアセンブリ風言語です。さらに、C/C++ や Rust のような言語のコンパイル対象となって、それらの言語をウェブ上で実行することができます。
WebAssembly is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages with low-level memory models such as C++ and Rust with a compilation target so that they can run on the web.(Note that WebAssembly has the high-level goal of supporting languages with garbage-collected memory models in the future.)
WebAssembly はネイティブに近いパフォーマンスで動作して、C++ や Rust のような低水準のメモリー管理を行う言語がウェブ上で動作するようコンパイルされる対象となる、コンパクトなバイナリー形式を持つ低水準なアセンブリに似た言語です (WebAssembly は将来的にガベージコレクションによるメモリー管理を行う言語をサポートする 高レベルの目標 を持っている事に注意してください)。
Due to its unconstrained expressiveness, low level C++ language features (e.g. unchecked array access, raw pointers, type punning) cannot be reliably checked at compile-time or without overhead at run-time.
強制によらない表現力のため、C++の多くのエラー要因(範囲外チェックされない配列アクセス、未使用ポインタ、型の不一致など)はコンパイル時または実行時の不適当なオーバーヘッド無しに信頼できるチェックを行えない。
Low-level mathematical libraries intended for use within other programming languages: GMP, the GNU Multi-Precision Library for extremely fast arbitrary precision arithmetic.
低水準の数学ライブラリーは他のプログラミング言語の中で使うために意図された; 他の追従を許さずに高速な任意精度演算のためのGMP、GNU Multi-Precision Library。
Source code in C++ and 68HC11 assembly language is provided for the low-level portion of the software.
ソフトウェアの低レベル部分については、C++および68HC11アセンブリ言語のソースコードが提供されています。

「low-level language」の意味(noun)

品詞(英単語での分類):名詞
 コンピューティング 特化した

【マシンコード(=コンピューターに命令を与える数字の集合)に似た、コンピュータープログラムを書くための言語】の意味として使われています。

和訳:【低級言語】

「low-level-language」のネイティブ発音(読み方)を聞きましょう!

読み方は【ˌləʊ.lev.əl ˈlæŋ.ɡwɪdʒ】です。下記動画を聞きながらˌləʊ.lev.əl ˈlæŋ.ɡwɪdʒを大声で発音しましょう

【絶対聞こう】アメリカ人が「low-level-language」の意味について解説】!


low level languageの実際の意味・ニュアンスを理解して、正しく使いましょう!

We chose C++ because it’s a fairly low level language, but can still be programmed in a high level way.
私たちがC++を選択したのは、最終的に低レベル(機械に近い側)で動くの言語であるのに関わらず、高レベルな方法でプログラムできるからです。
If you have such a low level language that doesn’t support a procedure call, you can emulate it with some string-substituting macros.
手続き呼び出しのメカニズムを持たないほど低レベルな言語でも、 いくつかの簡単なマクロが使えれば手続き呼び出しをエミュレートすることはできる。
Take a low-level language like assembly for instance.
たとえば、アセンブリのような低レベル言語を取る。
Typical enterprise adoption starts with EPC-serving code that builds on existing low-level languages‘ codebases for highly computational cases. As familiarity in the Wolfram Language is gained, the speed, readability and computational power it offers increasingly enable new projects to be entirely Wolfram Language-coded and directly delivered through EPC.
通常企業での適用では,高度な計算を必要とするプロジェクトに対して,既存の低レベル言語のコードベースの上に構築するコードをEPCが供給することから始まります.Wolfram言語が浸透するにつれて,言語が提供するスピード,可読性,計算パワーによって,徐々に新しいプロジェクトがWolfram言語のみでコード化され,EPCを介して直接配信されるようになります.
Generally these functions have to be coded in C or another low-level language.
通常、これらの関数は、C言語やその他の低レベル言語で作成されなければなりません。
Base types are those, like int4, that are implemented below the level of the SQL language (typically in a low-level language such as C).
基本型はint4のように、SQL言語レベル以下で実装されたものです(通常はCのような低レベル言語で作成されます)。
Without destructuring assignment, swapping two values requires a temporary variable (or, in some low-level languages, the XOR-swap trick).
分割代入がなければ、2 つの値の交換には一時変数 (あるいは一部の低級言語では XOR 交換のトリック) が必要になります。
But what is Pliant? First of all Pliant is a programming language that seeks to get rid of the barrier between low level languages like C and high level languages like Java or LISP.
しかし、Pliant とは一体? まず第一に、Pliant は C のような低級言語と Java や LISP のような高級言語の間にある障壁を取り除くことを目的とした、 プログラミング言語です。
I had no experience with low-level programming languages like C++ or Objective-C, nor did I have time to learn them.
というのも、C++ や Objective-C のような言語の経験がなく、また学ぶ時間もありませんでした。
Unlike low-level programming languages, it may use natural language elements, or may automate (or even entirely hide) significant areas of computing systems, making the process of developing simpler and more understandable relative to a lower-level language.
低水準言語とは異なり、自然言語要素を使用したり、コンピューティングシステムの重要な領域を自動化(または完全に隠蔽)して、低水準言語に比べて開発プロセスをより簡単で理解しやすいものにします。
That program can be written in assembler, a very low level computer language, or in a high level, machine independent language such as the C programming language.
プログラムは、低水準コンピュータ言語であるアセンブラでも記述でき、C のようなマシンに依存しない高水準のプログラム言語でも記述できる。
As the name suggests, the CLR was designed to support a wide variety of languages including “low levellanguages such as C++.
その名前が示すように、CLRは,C ++などの”低レベル言語を含む,多種多様な言語をサポートするように設計されている。
Be readable and debuggable – WebAssembly is a low-level assembly language, but it does have a human-readable text format (the specification for which is still being finalized) that allows code to be written, viewed, and debugged by hand.
可読性を持ちデバッグ可能である事 - WebAssembly は低水準のアセンブリ言語ですが、人間が読めるテキストフォーマットを持ちます(その仕様策定は終わっていないものの)。このフォーマットは人の手で読み書きできて、デバッグもできます。
It is familiar to those who have an experience of parallel programming that the cost of parallelization is even more expensive than that of making a sequential program.Concurrent logic languages are a kind of high level languages, and its efficiency is inferior to that of programs written properly in low level languages such as C. However, the research is now in progress to improve the efficiency of concurrent logic programs with the assistance of static analysis.
並行論理型言語は高級言語であるため、 並行論理プログラムの実行効率は C 言語などの低級言語 (言語のレベルからハードウェアの動作が見えてしまう言語)で うまく書かれたプログラムに比べて劣ります。しかし、プログラムの静的解析によって、実行効率を手続き型言語で書かれた プログラムにかなり近いところまで改善しようという研究が現在、 上田研究室の他のグループで行なわれています(次節のリンクを参照)。
Low-level control programs require languages that satisfy speed and real-time requirements, while high-level programs require abstract and descriptive languages.
低レベルの制御プログラムには、速度やリアルタイム性の要求を満たす言語が求められる一方で、高レベルのプログラムには、抽象度や記述力の高い言語が求められます。
WebAssembly | MDN WebAssembly is a new type of code that can be run in modern web browsers – it is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++ and Rust with a compilation target so that they can run on the web.
WebAssembly | MDN WebAssembly はモダンなウェブブラウザーで実行できる新しいタイプのコードです。ネイティブに近いパフォーマンスで動作するコンパクトなバイナリー形式の低レベルなアセンブリ風言語です。さらに、C/C++ や Rust のような言語のコンパイル対象となって、それらの言語をウェブ上で実行することができます。
WebAssembly is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages with low-level memory models such as C++ and Rust with a compilation target so that they can run on the web.(Note that WebAssembly has the high-level goal of supporting languages with garbage-collected memory models in the future.)
WebAssembly はネイティブに近いパフォーマンスで動作して、C++ や Rust のような低水準のメモリー管理を行う言語がウェブ上で動作するようコンパイルされる対象となる、コンパクトなバイナリー形式を持つ低水準なアセンブリに似た言語です (WebAssembly は将来的にガベージコレクションによるメモリー管理を行う言語をサポートする 高レベルの目標 を持っている事に注意してください)。
Due to its unconstrained expressiveness, low level C++ language features (e.g. unchecked array access, raw pointers, type punning) cannot be reliably checked at compile-time or without overhead at run-time.
強制によらない表現力のため、C++の多くのエラー要因(範囲外チェックされない配列アクセス、未使用ポインタ、型の不一致など)はコンパイル時または実行時の不適当なオーバーヘッド無しに信頼できるチェックを行えない。
Low-level mathematical libraries intended for use within other programming languages: GMP, the GNU Multi-Precision Library for extremely fast arbitrary precision arithmetic.
低水準の数学ライブラリーは他のプログラミング言語の中で使うために意図された; 他の追従を許さずに高速な任意精度演算のためのGMP、GNU Multi-Precision Library。
Source code in C++ and 68HC11 assembly language is provided for the low-level portion of the software.
ソフトウェアの低レベル部分については、C++および68HC11アセンブリ言語のソースコードが提供されています。

人気急上昇中英単語一覧

最新投稿英単語一覧