期刊文献+
共找到3篇文章
< 1 >
每页显示 20 50 100
一种新型的可编程的4~20mA二线制变送器XTR108及其应用 被引量:3
1
作者 张爱平 《仪表技术与传感器》 CSCD 北大核心 2002年第10期35-37,共3页
XTR10 8是一个完整的可编程的 4~ 2 0mA两线制变送器芯片 ,其最大特点是允许用户数字化调节增益、偏移及线性化校正系数等。用户通过主机上的软件界面 ,经基于单片机组成的标准串行数字接口部件 ,即可对模拟信号路径进行数字校零校满 ... XTR10 8是一个完整的可编程的 4~ 2 0mA两线制变送器芯片 ,其最大特点是允许用户数字化调节增益、偏移及线性化校正系数等。用户通过主机上的软件界面 ,经基于单片机组成的标准串行数字接口部件 ,即可对模拟信号路径进行数字校零校满 ,对传感器的非线性误差可方便地进行数字化补偿。简要介绍了XTR10 8芯片的特性、内部结构及其工作原理 ,对XTR10 8在铂电阻温度变送器的应用及数字校正方法进行了介绍 ,并给出了软件设计流程图及用软件模拟SPI总线时序对XTR10 8执行写操作的程序。 展开更多
关键词 SPI数字串行接口 二线制变送器 非易失性eeprom存储器
在线阅读 下载PDF
一种水下运动目标轨迹的实时存储系统设计
2
作者 彭鼎茂 赵俊渭 张法利 《电声技术》 2007年第1期24-26,共3页
研究了一种水下运动目标轨迹的实时存储系统,通过串口接收定位系统发来的轨迹数据,实时准确地写入EEPROM储存,实验结果分析时再把数据传送给PC机进行处理。湖上试验表明,该存储系统具有记录准确、可靠性高、使用方便等特点。详细介绍了... 研究了一种水下运动目标轨迹的实时存储系统,通过串口接收定位系统发来的轨迹数据,实时准确地写入EEPROM储存,实验结果分析时再把数据传送给PC机进行处理。湖上试验表明,该存储系统具有记录准确、可靠性高、使用方便等特点。详细介绍了该系统的硬件结构、软件流程设计和安全性能保证等问题。 展开更多
关键词 电擦写可编程只读存储器 串口 实时存储
在线阅读 下载PDF
MyWAL:performance optimization by removing redundant input/output stack in key-value store
3
作者 Xiao ZHANG Mengyu LI +2 位作者 Michael NGULUBE Yonghao CHEN Yiping ZHAO 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2023年第7期980-993,共14页
Based on a log-structured merge(LSM)tree,the key-value(KV)storage system can provide high reading performance and optimize random writing performance.It is widely used in modern data storage systems like e-commerce,on... Based on a log-structured merge(LSM)tree,the key-value(KV)storage system can provide high reading performance and optimize random writing performance.It is widely used in modern data storage systems like e-commerce,online analytics,and real-time communication.An LSM tree stores new KV data in the memory and flushes to disk in batches.To prevent data loss in memory if there is an unexpected crash,RocksDB appends updating data in the write-ahead log(WAL)before updating the memory.However,synchronous WAL significantly reduces writing performance.In this paper,we present a new WAL mechanism named MyWAL.It directly manages raw devices(or partitions)instead of saving data on a traditional file system.These can avoid useless metadata updating and write data sequentially on disks.Experimental results show that MyWAL can significantly improve the data writing performance of RocksDB compared to the traditional WAL for small KV data on solid-state disks(SSDs),as much as five to eight times faster.On non-volatile memory express soild-state drives(NVMe SSDs)and non-volatile memory(NVM),MyWAL can improve data writing performance by 10%–30%.Furthermore,the results of YCSB(Yahoo!Cloud Serving Benchmark)show that the latency decreased by 50%compared with SpanDB. 展开更多
关键词 Key-value(KV)store Log-structured merge(LSM)tree non-volatile memory(NVM) non-volatile memory express soild-state drive(NVMe SSD) Write-ahead log(WAL)
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部