Read-Modify-Write的意思|示意

美 / / 英 / /

读修改写


Read-Modify-Write的网络常见释义

读取 这种方法通常称为「读取-修改-写入(Read-Modify-Write)。对于小于实体磁区的写入,磁碟必须读取实体磁区、修改磁区变更的小部分,然后写入整个实体磁区。

Interlocked也提供了Exchange和CompareExchange方法,后者能够进行无锁的读-改-写(read-modify-write)操作,只需要额外增加一点代码。

写入 不相符的对齐会破坏效能,因为它会引发读取修改写入 (read-modify-write) 作业.资料磁碟上的资料平行储存区宽度资料平行储存区宽度是由 mount(1M) 指令的 –o stripe=n 选项指定.

读出 ... read-modify memory 主读存储器 read-modify-write 读出--修正--写入 Radio Teletypewriter 无线电传打字机 ...

Read-Modify-Write相关短语

1、 Read-Modify Write 读改写

2、 read modify write cycle 读出修改写入周期

3、 read modify write 读修改写

Read-Modify-Write相关例句

In the example, the pttuser user has read and write access to the database (only from the hostname of the web server) and therefore can access and modify each table in it.

在这个例子中,pttuser用户具有数据库的读写权限(只限于来自Web服务器主机名),因此能够访问和修改它的每一个表。

The code in Listing 2 implements a simple mutex, and the acquire() method is also an atomic read-modify-write operation.

清单 2 中的代码实现了简单的互斥, acquire() 方法也是原子的读-修改-写操作。

Using reflection, JMX figures out which properties are read-only (Started, Port) and which are read-write (LogLevel), and jconsole allows you to modify the read-write properties.

使用反射,JMX可以指出哪个属性是只读的(Started、Port),哪个属性是可读写的(LogLevel),而且jconsole允许修改读写属性。

The operation is read-modify-write operation.

该操作是读-修改-写操作。

Instead, it is shorthand for a sequence of three discrete operations: read-modify-write.

相反,它只是包含三个具体操作序列的简写方法:read-modify-write。

The atomic read-modify-write combination shows up in many concurrent algorithms.

许多并发算法中都显示了原子的读-修改-写组合。