RawMemoryWrite

RawMemoryWrite[ptr,val]

val のバイナリ表現をポインタ ptr の素のメモリに書き込む.

RawMemoryWrite[ptr,val,offset]

オフセットポインタに書き込む.

詳細

例題

すべて開くすべて閉じる

  (2)

"CInt"型のオブジェクトを割り当てる:

値を素のメモリに書き込む:

値を読む:

"CFloat"型の10個のオブジェクトの素のメモリを割り当てる:

0から1までの乱数で素のメモリを初期化する:

素のメモリの値をリストとしてインポートする:

スコープ  (1)

RawMemoryWriteは管理されたポインタをその第1引数として渡すことをサポートする:

管理されていないポインタを渡すこともサポートする:

特性と関係  (1)

"Integer16"型の5つのオブジェクトのバッファを割り当て,それを値-1で埋める:

RawMemoryExportを同じ目的で使うことができる:

Wolfram Research (2023), RawMemoryWrite, Wolfram言語関数, https://reference.wolfram.com/language/ref/RawMemoryWrite.html.

テキスト

Wolfram Research (2023), RawMemoryWrite, Wolfram言語関数, https://reference.wolfram.com/language/ref/RawMemoryWrite.html.

CMS

Wolfram Language. 2023. "RawMemoryWrite." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RawMemoryWrite.html.

APA

Wolfram Language. (2023). RawMemoryWrite. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RawMemoryWrite.html

BibTeX

@misc{reference.wolfram_2024_rawmemorywrite, author="Wolfram Research", title="{RawMemoryWrite}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/RawMemoryWrite.html}", note=[Accessed: 05-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_rawmemorywrite, organization={Wolfram Research}, title={RawMemoryWrite}, year={2023}, url={https://reference.wolfram.com/language/ref/RawMemoryWrite.html}, note=[Accessed: 05-November-2024 ]}