With the full development of disk-resident databases(DRDB)in recent years,it is widely used in business and transactional applications.In long-term use,some problems of disk databases are gradually exposed.For applica...With the full development of disk-resident databases(DRDB)in recent years,it is widely used in business and transactional applications.In long-term use,some problems of disk databases are gradually exposed.For applications with high real-time requirements,the performance of using disk database is not satisfactory.In the context of the booming development of the Internet of things,domestic real-time databases have also gradually developed.Still,most of them only support the storage,processing,and analysis of data values with fewer data types,which can not fully meet the current industrial process control system data types,complex sources,fast update speed,and other needs.Facing the business needs of efficient data collection and storage of the Internet of things,this paper optimizes the transaction processing efficiency and data storage performance of the memory database,constructs a lightweight real-time memory database transaction processing and data storage model,realizes a lightweight real-time memory database transaction processing and data storage model,and improves the reliability and efficiency of the database.Through simulation,we proved that the cache hit rate of the cache replacement algorithm proposed in this paper is higher than the traditional LRU(Least Recently Used)algorithm.Using the cache replacement algorithm proposed in this paper can improve the performance of the system cache.展开更多
The degree of numerical linear independence is proposed and discussed. Based on this linear independence theory, a modified limited memory BFGS method is deve loped. Similar to the standard limited memory method, thi...The degree of numerical linear independence is proposed and discussed. Based on this linear independence theory, a modified limited memory BFGS method is deve loped. Similar to the standard limited memory method, this new method determines the new update by applying the updating formula m times to an initial positive diagonal matrix using the m previous pairs of the change in iteration and gradient. Besides the most recent pair of the change, which guarantees the quadratic termination, the choice of the other ( m -1) pairs of the change in the new method is dependent on the degree of numerical linear independence of previous search directions. In addition, the numerical linear independence theory is further discussed and the computation of the degree of linear independence is simplified. Theoretical and numerical results show that this new modified method improves efficiently the standard limited memory method.展开更多
We study how to use the SR1 update to realize minimization methods for problems where the storage is critical. We give an update formula which generates matrices using information from the last m iterations. The numer...We study how to use the SR1 update to realize minimization methods for problems where the storage is critical. We give an update formula which generates matrices using information from the last m iterations. The numerical tests show that the method is efficent.展开更多
This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on t...This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on transaction types. Similarly, a main memory database isdivided into four partitions based data types. When the using ratio of log store area exceeds thethreshold value, checkpoint procedure is triggered. During executing checkpoint procedure, someuseless log records are deleted. During restart recovery after a crash, partition reloading policyis adopted to assure that critical data are reloaded and restored in advance, so that the databasesystem can be brought up before the entire database is reloaded into main memory. Therefore downtime is obvionsly reduced. Simulation experiments show our recovery scheme obviously improves thesystem performance, and does a favor to meet the dtadlints of real-time transactions.展开更多
Based on data from the Jilin Water Diversion Tunnels from the Songhua River(China),an improved and real-time prediction method optimized by multi-algorithm for tunnel boring machine(TBM)cutter-head torque is presented...Based on data from the Jilin Water Diversion Tunnels from the Songhua River(China),an improved and real-time prediction method optimized by multi-algorithm for tunnel boring machine(TBM)cutter-head torque is presented.Firstly,a function excluding invalid and abnormal data is established to distinguish TBM operating state,and a feature selection method based on the SelectKBest algorithm is proposed.Accordingly,ten features that are most closely related to the cutter-head torque are selected as input variables,which,in descending order of influence,include the sum of motor torque,cutter-head power,sum of motor power,sum of motor current,advance rate,cutter-head pressure,total thrust force,penetration rate,cutter-head rotational velocity,and field penetration index.Secondly,a real-time cutterhead torque prediction model’s structure is developed,based on the bidirectional long short-term memory(BLSTM)network integrating the dropout algorithm to prevent overfitting.Then,an algorithm to optimize hyperparameters of model based on Bayesian and cross-validation is proposed.Early stopping and checkpoint algorithms are integrated to optimize the training process.Finally,a BLSTMbased real-time cutter-head torque prediction model is developed,which fully utilizes the previous time-series tunneling information.The mean absolute percentage error(MAPE)of the model in the verification section is 7.3%,implying that the presented model is suitable for real-time cutter-head torque prediction.Furthermore,an incremental learning method based on the above base model is introduced to improve the adaptability of the model during the TBM tunneling.Comparison of the prediction performance between the base and incremental learning models in the same tunneling section shows that:(1)the MAPE of the predicted results of the BLSTM-based real-time cutter-head torque prediction model remains below 10%,and both the coefficient of determination(R^(2))and correlation coefficient(r)between measured and predicted values exceed 0.95;and(2)the incremental learning method is suitable for realtime cutter-head torque prediction and can effectively improve the prediction accuracy and generalization capacity of the model during the excavation process.展开更多
Two-dimensional(2D)transition metal dichalcogenides(TMDs)allow for atomic-scale manipulation,challenging the conventional limitations of semiconductor materials.This capability may overcome the short-channel effect,sp...Two-dimensional(2D)transition metal dichalcogenides(TMDs)allow for atomic-scale manipulation,challenging the conventional limitations of semiconductor materials.This capability may overcome the short-channel effect,sparking significant advancements in electronic devices that utilize 2D TMDs.Exploring the dimension and performance limits of transistors based on 2D TMDs has gained substantial importance.This review provides a comprehensive investigation into these limits of the single 2D-TMD transistor.It delves into the impacts of miniaturization,including the reduction of channel length,gate length,source/drain contact length,and dielectric thickness on transistor operation and performance.In addition,this review provides a detailed analysis of performance parameters such as source/drain contact resistance,subthreshold swing,hysteresis loop,carrier mobility,on/off ratio,and the development of p-type and single logic transistors.This review details the two logical expressions of the single 2D-TMD logic transistor,including current and voltage.It also emphasizes the role of 2D TMD-based transistors as memory devices,focusing on enhancing memory operation speed,endurance,data retention,and extinction ratio,as well as reducing energy consumption in memory devices functioning as artificial synapses.This review demonstrates the two calculating methods for dynamic energy consumption of 2D synaptic devices.This review not only summarizes the current state of the art in this field but also highlights potential future research directions and applications.It underscores the anticipated challenges,opportunities,and potential solutions in navigating the dimension and performance boundaries of 2D transistors.展开更多
In the era of Big Data, typical architecture of distributed real-time stream processing systems is the combination of Flume, Kafka, and Storm. As a kind of distributed message system, Kafka has the characteristics of ...In the era of Big Data, typical architecture of distributed real-time stream processing systems is the combination of Flume, Kafka, and Storm. As a kind of distributed message system, Kafka has the characteristics of horizontal scalability and high throughput, which is manly deployed in many areas in order to address the problem of speed mismatch between message producers and consumers. When using Kafka, we need to quickly receive data sent by producers. In addition, we need to send data to consumers quickly. Therefore, the performance of Kafka is of critical importance to the performance of the whole stream processing system. In this paper, we propose the improved design of real-time stream processing systems, and focus on improving the Kafka's data loading process.We use Kafka cat to transfer data from the source to Kafka topic directly, which can reduce the network transmission. We also utilize the memory file system to accelerate the process of data loading, which can address the bottleneck and performance problems caused by disk I/O. Extensive experiments are conducted to evaluate the performance, which show the superiority of our improved design.展开更多
Although computer architectures incorporate fast processing hardware resources, high performance real-time implementation of a complex control algorithm requires an efficient design and software coding of the algorith...Although computer architectures incorporate fast processing hardware resources, high performance real-time implementation of a complex control algorithm requires an efficient design and software coding of the algorithm so as to exploit special features of the hardware and avoid associated architecture shortcomings. This paper presents an investigation into the analysis and design mechanisms that will lead to reduction in the execution time in implementing real-time control algorithms. The proposed mechanisms are exemplified by means of one algorithm, which demonstrates their applicability to real-time applications. An active vibration control (AVC) algorithm for a flexible beam system simulated using the finite difference (FD) method is considered to demonstrate the effectiveness of the proposed methods. A comparative performance evaluation of the proposed design mechanisms is presented and discussed through a set of experiments.展开更多
With the rapid development of translation technology, great changes have taken place in translation teaching. The traditional translation teaching can not meet the needs of the market, and the market is in urgent need...With the rapid development of translation technology, great changes have taken place in translation teaching. The traditional translation teaching can not meet the needs of the market, and the market is in urgent need of translators who are proficient in information technology. Therefore, translation memory is gradually applied to translation teaching. Translation teaching has been liberated by translation memory to some extent. And translation memory makes translation teaching avoid a lot of repeated knowledge and processes of translation. It is no doubt that translation memory has some limitations. As a result, the advantages and limitations of translation memory in translation teaching are discussed.展开更多
In anticipation of the massive burden of neurodegenerative disease within super-aged societies, great efforts have been made to utilize neural stem and progenitor cells for regenerative medicine. The capacity of intri...In anticipation of the massive burden of neurodegenerative disease within super-aged societies, great efforts have been made to utilize neural stem and progenitor cells for regenerative medicine. The capacity of intrinsic neural stem and progenitor cells to regenerate damaged brain tissue remains unclear, due in part to the lack of knowledge about how these newly born neurons integrate into functional circuitry. As sizable integration of adult-born neurons naturally occurs in the dentate gyrus region of the hippocampus, clarifying the mechanisms of this process could provide insights for applying neural stem and progenitor cells in clinical settings. There is convincing evidence of functional correlations between adult-born neurons and memory consolidation and sleep; therefore, we describe some new advances that were left untouched in our recent review.展开更多
The effects of shape memory alloy( SMA) wires on the natural frequency,flutter boundary and amplitude of limit cycle oscillation( LCO) of a laminated composite panel are investigated. The classical plate theory as wel...The effects of shape memory alloy( SMA) wires on the natural frequency,flutter boundary and amplitude of limit cycle oscillation( LCO) of a laminated composite panel are investigated. The classical plate theory as well as von-Karman strain-displacement relation are used to formulate the nonlinear dynamic model of the smart laminated panel. The aerodynamic loadings are simulated by the third order piston theory. The thermomechanical behavior of SMA wires is estimated according to one-dimensional Brinson SMA model. The effects of SMA wires temperature,pre-strain,volume fraction and orientation on flutter boundary and amplitude of LCO of the panel are analyzed in detail.展开更多
In order to provide a simple and efficient approach to perform the real-time interactive motion control of virtual human in virtual maintenance environment(VME),the motion control method of virtual human based on limi...In order to provide a simple and efficient approach to perform the real-time interactive motion control of virtual human in virtual maintenance environment(VME),the motion control method of virtual human based on limited input information is proposed.With the space position tracking system with only one sensor the action sequences and motion models of virtual human,the human motions and hand actions in VME are driven by the sensor data in stages and in real time through the transmission condition control in the process of maintenance operation.And the input data and information is processed based on the method of Kalman filtering and wavelet transforming to improve the control effects.An experimental VME is also established to validate the control efficiency,and the experiment results show that the space motion control of virtual human in VME can be performed based on limited information with proposed control strategy.展开更多
The uniformity of threshold voltage and threshold current in the In2 Se3 nanowire-based phase change memory (PCM) devices is investigated. Based on the trap-limited transport model, amorphous layer thickness, trap d...The uniformity of threshold voltage and threshold current in the In2 Se3 nanowire-based phase change memory (PCM) devices is investigated. Based on the trap-limited transport model, amorphous layer thickness, trap density, and trap depth are considered to clarify their influences upon the threshold voltage and threshold current through simulations.展开更多
In this paper, we propose an algorithm for solving nonlinear monotone equations by combining the limited memory BFGS method (L-BFGS) with a projection method. We show that the method is globally convergent if the eq...In this paper, we propose an algorithm for solving nonlinear monotone equations by combining the limited memory BFGS method (L-BFGS) with a projection method. We show that the method is globally convergent if the equation involves a Lipschitz continuous monotone function. We also present some preliminary numerical results.展开更多
基金supported by the National Key R&D Program of China“Key technologies for coordination and interoperation of power distribution service resource”[2021YFB1302400]“Research on Digitization and Intelligent Application of Low-Voltage Power Distribution Equipment”[SGSDDK00PDJS2000375].
文摘With the full development of disk-resident databases(DRDB)in recent years,it is widely used in business and transactional applications.In long-term use,some problems of disk databases are gradually exposed.For applications with high real-time requirements,the performance of using disk database is not satisfactory.In the context of the booming development of the Internet of things,domestic real-time databases have also gradually developed.Still,most of them only support the storage,processing,and analysis of data values with fewer data types,which can not fully meet the current industrial process control system data types,complex sources,fast update speed,and other needs.Facing the business needs of efficient data collection and storage of the Internet of things,this paper optimizes the transaction processing efficiency and data storage performance of the memory database,constructs a lightweight real-time memory database transaction processing and data storage model,realizes a lightweight real-time memory database transaction processing and data storage model,and improves the reliability and efficiency of the database.Through simulation,we proved that the cache hit rate of the cache replacement algorithm proposed in this paper is higher than the traditional LRU(Least Recently Used)algorithm.Using the cache replacement algorithm proposed in this paper can improve the performance of the system cache.
文摘The degree of numerical linear independence is proposed and discussed. Based on this linear independence theory, a modified limited memory BFGS method is deve loped. Similar to the standard limited memory method, this new method determines the new update by applying the updating formula m times to an initial positive diagonal matrix using the m previous pairs of the change in iteration and gradient. Besides the most recent pair of the change, which guarantees the quadratic termination, the choice of the other ( m -1) pairs of the change in the new method is dependent on the degree of numerical linear independence of previous search directions. In addition, the numerical linear independence theory is further discussed and the computation of the degree of linear independence is simplified. Theoretical and numerical results show that this new modified method improves efficiently the standard limited memory method.
文摘We study how to use the SR1 update to realize minimization methods for problems where the storage is critical. We give an update formula which generates matrices using information from the last m iterations. The numerical tests show that the method is efficent.
文摘This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on transaction types. Similarly, a main memory database isdivided into four partitions based data types. When the using ratio of log store area exceeds thethreshold value, checkpoint procedure is triggered. During executing checkpoint procedure, someuseless log records are deleted. During restart recovery after a crash, partition reloading policyis adopted to assure that critical data are reloaded and restored in advance, so that the databasesystem can be brought up before the entire database is reloaded into main memory. Therefore downtime is obvionsly reduced. Simulation experiments show our recovery scheme obviously improves thesystem performance, and does a favor to meet the dtadlints of real-time transactions.
基金financially supported by the National Natural Science Foundation of China (Grant Nos. 52074258, 41941018, and U21A20153)
文摘Based on data from the Jilin Water Diversion Tunnels from the Songhua River(China),an improved and real-time prediction method optimized by multi-algorithm for tunnel boring machine(TBM)cutter-head torque is presented.Firstly,a function excluding invalid and abnormal data is established to distinguish TBM operating state,and a feature selection method based on the SelectKBest algorithm is proposed.Accordingly,ten features that are most closely related to the cutter-head torque are selected as input variables,which,in descending order of influence,include the sum of motor torque,cutter-head power,sum of motor power,sum of motor current,advance rate,cutter-head pressure,total thrust force,penetration rate,cutter-head rotational velocity,and field penetration index.Secondly,a real-time cutterhead torque prediction model’s structure is developed,based on the bidirectional long short-term memory(BLSTM)network integrating the dropout algorithm to prevent overfitting.Then,an algorithm to optimize hyperparameters of model based on Bayesian and cross-validation is proposed.Early stopping and checkpoint algorithms are integrated to optimize the training process.Finally,a BLSTMbased real-time cutter-head torque prediction model is developed,which fully utilizes the previous time-series tunneling information.The mean absolute percentage error(MAPE)of the model in the verification section is 7.3%,implying that the presented model is suitable for real-time cutter-head torque prediction.Furthermore,an incremental learning method based on the above base model is introduced to improve the adaptability of the model during the TBM tunneling.Comparison of the prediction performance between the base and incremental learning models in the same tunneling section shows that:(1)the MAPE of the predicted results of the BLSTM-based real-time cutter-head torque prediction model remains below 10%,and both the coefficient of determination(R^(2))and correlation coefficient(r)between measured and predicted values exceed 0.95;and(2)the incremental learning method is suitable for realtime cutter-head torque prediction and can effectively improve the prediction accuracy and generalization capacity of the model during the excavation process.
基金supported by the National Key R&D Plan of China(Grant 2021YFB3600703)the National Natural Science Foundation(Grant 62204137)of China for Youth,the Open Research Fund Program of Beijing National Research Centre for Information Science and Technology(BR2023KF02009)+1 种基金the National Natural Science Foundation of china(U20A20168,61874065,and 51861145202)the Research Fund from Tsinghua University Initiative Scientific Research Program,the Center for Flexible Electronics Technology of Tsinghua University,and a grant from the Guoqiang Institute,Tsinghua University.
文摘Two-dimensional(2D)transition metal dichalcogenides(TMDs)allow for atomic-scale manipulation,challenging the conventional limitations of semiconductor materials.This capability may overcome the short-channel effect,sparking significant advancements in electronic devices that utilize 2D TMDs.Exploring the dimension and performance limits of transistors based on 2D TMDs has gained substantial importance.This review provides a comprehensive investigation into these limits of the single 2D-TMD transistor.It delves into the impacts of miniaturization,including the reduction of channel length,gate length,source/drain contact length,and dielectric thickness on transistor operation and performance.In addition,this review provides a detailed analysis of performance parameters such as source/drain contact resistance,subthreshold swing,hysteresis loop,carrier mobility,on/off ratio,and the development of p-type and single logic transistors.This review details the two logical expressions of the single 2D-TMD logic transistor,including current and voltage.It also emphasizes the role of 2D TMD-based transistors as memory devices,focusing on enhancing memory operation speed,endurance,data retention,and extinction ratio,as well as reducing energy consumption in memory devices functioning as artificial synapses.This review demonstrates the two calculating methods for dynamic energy consumption of 2D synaptic devices.This review not only summarizes the current state of the art in this field but also highlights potential future research directions and applications.It underscores the anticipated challenges,opportunities,and potential solutions in navigating the dimension and performance boundaries of 2D transistors.
基金supported by the Research Fund of National Key Laboratory of Computer Architecture under Grant No.CARCH201501the Open Project Program of the State Key Laboratory of Mathematical Engineering and Advanced Computing under Grant No.2016A09
文摘In the era of Big Data, typical architecture of distributed real-time stream processing systems is the combination of Flume, Kafka, and Storm. As a kind of distributed message system, Kafka has the characteristics of horizontal scalability and high throughput, which is manly deployed in many areas in order to address the problem of speed mismatch between message producers and consumers. When using Kafka, we need to quickly receive data sent by producers. In addition, we need to send data to consumers quickly. Therefore, the performance of Kafka is of critical importance to the performance of the whole stream processing system. In this paper, we propose the improved design of real-time stream processing systems, and focus on improving the Kafka's data loading process.We use Kafka cat to transfer data from the source to Kafka topic directly, which can reduce the network transmission. We also utilize the memory file system to accelerate the process of data loading, which can address the bottleneck and performance problems caused by disk I/O. Extensive experiments are conducted to evaluate the performance, which show the superiority of our improved design.
文摘Although computer architectures incorporate fast processing hardware resources, high performance real-time implementation of a complex control algorithm requires an efficient design and software coding of the algorithm so as to exploit special features of the hardware and avoid associated architecture shortcomings. This paper presents an investigation into the analysis and design mechanisms that will lead to reduction in the execution time in implementing real-time control algorithms. The proposed mechanisms are exemplified by means of one algorithm, which demonstrates their applicability to real-time applications. An active vibration control (AVC) algorithm for a flexible beam system simulated using the finite difference (FD) method is considered to demonstrate the effectiveness of the proposed methods. A comparative performance evaluation of the proposed design mechanisms is presented and discussed through a set of experiments.
文摘With the rapid development of translation technology, great changes have taken place in translation teaching. The traditional translation teaching can not meet the needs of the market, and the market is in urgent need of translators who are proficient in information technology. Therefore, translation memory is gradually applied to translation teaching. Translation teaching has been liberated by translation memory to some extent. And translation memory makes translation teaching avoid a lot of repeated knowledge and processes of translation. It is no doubt that translation memory has some limitations. As a result, the advantages and limitations of translation memory in translation teaching are discussed.
基金partially supported by the MEXT World Premier International Research Center Initiative,CREST JST,MEXT KAKENHI for Scientific Research on Innovative Areas "Microendophenotype"(25116530)and "Memory Dynamism"(26115502)JSPS KAKENHI Grants(16K18359,15F15408)+12 种基金Research Foundation for Opto-Science and TechnologyKato Memorial Bioscience FoundationJapan Foundation for Applied EnzymologyUehara Memorial Foundation2016 Inamori Research Grants ProgramIchiro Kanehara Foundation for the Promotion of Medical Sciences and Medical CareLife Science Foundation of JapanKowa Life Science Foundation Research GrantGSK Japan Research GrantKANAE Foundation for the Promotion of Medical ScienceShimadzu Foundation for the Promotion of Science and TechnologyTakeda Science Foundation to MSThe Tokyo Biochemical Research Foundation to SS
文摘In anticipation of the massive burden of neurodegenerative disease within super-aged societies, great efforts have been made to utilize neural stem and progenitor cells for regenerative medicine. The capacity of intrinsic neural stem and progenitor cells to regenerate damaged brain tissue remains unclear, due in part to the lack of knowledge about how these newly born neurons integrate into functional circuitry. As sizable integration of adult-born neurons naturally occurs in the dentate gyrus region of the hippocampus, clarifying the mechanisms of this process could provide insights for applying neural stem and progenitor cells in clinical settings. There is convincing evidence of functional correlations between adult-born neurons and memory consolidation and sleep; therefore, we describe some new advances that were left untouched in our recent review.
基金Sponsored by the National Natural Science Foundation of China(Grant Nos.91216106 and 11472089)
文摘The effects of shape memory alloy( SMA) wires on the natural frequency,flutter boundary and amplitude of limit cycle oscillation( LCO) of a laminated composite panel are investigated. The classical plate theory as well as von-Karman strain-displacement relation are used to formulate the nonlinear dynamic model of the smart laminated panel. The aerodynamic loadings are simulated by the third order piston theory. The thermomechanical behavior of SMA wires is estimated according to one-dimensional Brinson SMA model. The effects of SMA wires temperature,pre-strain,volume fraction and orientation on flutter boundary and amplitude of LCO of the panel are analyzed in detail.
文摘In order to provide a simple and efficient approach to perform the real-time interactive motion control of virtual human in virtual maintenance environment(VME),the motion control method of virtual human based on limited input information is proposed.With the space position tracking system with only one sensor the action sequences and motion models of virtual human,the human motions and hand actions in VME are driven by the sensor data in stages and in real time through the transmission condition control in the process of maintenance operation.And the input data and information is processed based on the method of Kalman filtering and wavelet transforming to improve the control effects.An experimental VME is also established to validate the control efficiency,and the experiment results show that the space motion control of virtual human in VME can be performed based on limited information with proposed control strategy.
基金supported by the National Basic Research Program of China(Grant No.2011CBA00604)
文摘The uniformity of threshold voltage and threshold current in the In2 Se3 nanowire-based phase change memory (PCM) devices is investigated. Based on the trap-limited transport model, amorphous layer thickness, trap density, and trap depth are considered to clarify their influences upon the threshold voltage and threshold current through simulations.
基金Support by NSF of China grant 10471036a 973 project
文摘In this paper, we propose an algorithm for solving nonlinear monotone equations by combining the limited memory BFGS method (L-BFGS) with a projection method. We show that the method is globally convergent if the equation involves a Lipschitz continuous monotone function. We also present some preliminary numerical results.