標準C in English translation

standard c
標準 c
standard C++
標準 c

Examples of using 標準c in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Newlibは、組み込みシステムでの使用を意図して実装した標準Cライブラリである。
Newlib is a C standard library implementation intended for use on embedded systems.
C99でのinlineのセマンティクスは、標準C++でのinlineキーワードのセマンティクスとは異なります。
The semantics of inline in C99 are different to the semantics of inline in Standard C++.
Offsetofは標準C++で実装することはできず、コンパイラサポートが必要です(GCC,LLVM)。
Offsetof cannot be implemented in standard C++ and requires compiler support: GCC, LLVM.
しばらくの間、Linuxlibcは多くのLinuxディストリビューションの標準Cライブラリであった。
For a while, Linux libc was the standard C library in many Linux distributions.
C/C++標準C(POSIX)シングルバイトデータ型や関数、画面方位やロケール設定に必要な関数、ロケールの影響を受ける重要な関数などのチェック。
C/C++ Standard C(POSIX) Checking single byte data types and functions, necessary functions for locale setting or screen orientation, important functions affected by locale, and others.
HerbSutter、標準C++財団会長think-cellはドイツ、ベルリンに拠点を置く活気あふれるソフトウェア企業です。他の製品とは一線を画すグラフィックス製品の開発に注力しています。
Herb Sutter, President of the Standard C++ Foundation think-cell is a fast-paced software company in Berlin, Germany, with a focus on developing graphics products that stand out from the crowd.
正式なクローンは、TomPoindexterのオリジナル版と同じ機能を持つが、標準Cライブラリの三角関数に合わせるため、しばしば角度の向きが変えられる。
Proper clones have the same intrinsic functions as the original Tom Poindexter version; sometimes however the direction of angles is changed to match the standard C library's trigonometric functions.
MSDNライブラリのドキュメントによると、VisualStudio2013の標準C++ライブラリは、C++プログラムから呼び出すことができる多くの関数の標準実装です。
According to MSDN Library documentation, the Standard C++ Library in Visual Studio 2013 is a conforming implementation from which a C++ program can call on a large number of functions.
メッセージの通り、国際化が標準Cライブラリを通してサポートされていないので、プログラムはデフォルトの英語でメッセージ、日時などを使います。
It just means what it says- internationalization is not supported through the standard C library, the program will use the default English messages, date formats, and so on.
標準C入出力ライブラリを使いたいなら、fdopen()を「w+b」で使用して、ファイルディスクリプタをFILE*に変えてください。
If you want to use the Standard C I/O library, you can use fdopen() with mode"w+b" to transform the file descriptor into a FILE*.
特別なリクエストの集合があり、ypserv(8)はこの集合を扱えるように設計されています。そのほとんどが標準Cライブラリ内の関数として実装されています。
There is a specific set of requests that ypserv(8) is designed to handle, most of which are implemented as functions within the standard C library.
年7月、SwitchAbstractionInterface(SAI、スイッチ抽象化インターフェイス)が、ASICをプログラムする標準CAPIとして、OpenComputeProject(OCP)(英語/日本語)によって公式に承認されました。
As of July 2015, the Switch Abstraction Interface(SAI) specification has been officially accepted by the Open Compute Project(OCP) as a standardized C API to program ASICs.
R'または'R'接頭文字がつかないかぎり、文字列中のエスケープシーケンスは標準Cで使われているのと同様の法則にしたがって解釈されます。
Unless an"r" or"R" prefix is present, escape sequences in strings are interpreted according to rules similar to those used by Standard C.
これらのプロジェクトのおもな差別化要因は、シングルソースプログラミングモデルをサポートするかどうかと、標準C++に依存したものか、あるいはコードをポータブルにすることが簡単ではない言語標準を拡張したものか、という2点である。
The two main differentiators among those solutions are whether they support a single-source programming model or not, and whether they rely on standard C++ or include extensions to the language standard that make your code not easily portable.
SFMTの実装であるSFMT19937は、以下の三つの環境でコンパイルできます。SIMD命令なしの標準C環境インテルのSSE2を備えたCPUとその機能をサポートするCコンパイラのある環境AltiVec命令を備えたCPUとその機能をサポートするCコンパイラのある環境それぞれの環境において、SFMTはMTより高速でした。速度比較(英文)を参照してください。
The following implementation SFMT19937 can be compiled in three possible platforms: Standard C without SIMD instructions CPUs with Intel's SSE2 instructions+ C compiler which supports these feature CPUs with PowerPC's AltiVec instructions+ C compiler which supports these feature In each platform, SFMT has better performance than MT: see comparison of speed.
C++のツアー(BjarneStroustrup)(C++の第2版)17「ツアー」は、標準C++(言語と標準ライブラリ、C++11)は、すでにC++を知っている人や、少なくとも経験豊富なプログラマーである人にとっては適度に高いレベルです。
A Tour of C++(Bjarne Stroustrup)(2nd edition for C++17) The“tour” is a quick(about 180 pages and 14 chapters) tutorial overview of all of standard C++(language and standard library, and using C++11) at a moderately high level for people who already know C++ or at least are experienced programmers.
C++のツアー(BjarneStroustrup)(C++の第2版)17「ツアー」は、標準C++(言語と標準ライブラリ、C++11)は、すでにC++を知っている人や、少なくとも経験豊富なプログラマーである人にとっては適度に高いレベルです。
A Tour of C++(Bjarne Stroustrup) The“tour” is a quick(about 180 pages and 14 chapters) tutorial overview of all of standard C++(language and standard library, and using C++11) at a moderately high level for people who already know C++ or at least are experienced programmers.
標準C++を新しい言語として学ぶ。
Learning Standard C++ as a New Language.
印刷物の標準CカードのPMSコード。
Print standard PMS code in C card.
BjarneStroustrup:標準C++を新しい言語として学ぶ。
Stroustrup: Learning Standard C++ as a New Language.
Results: 1359, Time: 0.0219

Word-for-word translation

Top dictionary queries

Japanese - English