検索結果- 英語 - 多言語
検索内容:
code points
plural of code point
「code point」の複数形、つまり「code point」(コードポイント)の複数形として用いられる語
telegraph code
Character encoding used to transmit information through telegraphy machines.
電信機を使用して情報を送受信するための文字エンコード方式
pre-Code
hash code
(computing) The code or value generated by a hash function to represent some piece of data.
ハッシュ関数によって生成されたコードまたは値。データを表すために使用される数値や文字列の集合。 / コンピュータの分野で、入力データに対して一定のハッシュ関数を適用した結果得られる識別情報。
predictive coding
The mathematical process of estimating future values of a signal based on previous values.
過去の値に基づいて信号の未来の値を推定する数学的プロセス
code face
(computing, informal) The place where programmers develop source code (as opposed to conceptually distant areas such as design and marketing).
プログラマーがソースコードを作成する現場。 / 開発環境、つまりコードを書くための作業スペース。 / コーディング作業が行われる場所。
dead code
(compilers) Instructions that, when executed, have no effect on the running of the program. / (programming) A portion of source code that will never be executed as part of the running program.
実行時にプログラムの動作に影響を及ぼさない命令文やコード領域 / プログラムの実行中に決して実行されないソースコードの一部分
legal code
(law) All the official laws of a country or state
国家または州のすべての公式な法律の体系 / 公式に制定された法律の集合、すなわち法典
UPC code
Universal product code.
ユニバーサル・プロダクト・コード(商品識別用バーコード)
code-behind
(computing, programming) A technique in object-oriented programming in which the visual and back-end source code are stored in separate files, allowing designers and programmers to work independently. Code-behind is a technique used in Microsoft programming platforms, including ASP.NET and XAML, where the practice is facilitated by separating the visual and code aspects through the use of partial classes.
コードビハインドとは、オブジェクト指向プログラミングにおける技法の一つで、UI(視覚部分)と処理ロジック(バックエンドのコード)を別々のファイルに分けることで、デザイナーとプログラマーが独立して作業できるようにする手法です。 / Microsoftのプログラミングプラットフォーム(ASP.NET、XAMLなど)で用いられる技法で、部分クラスを利用して視覚面とコード面を分離し、保守性と共同作業の効率を向上させます。