期刊文献+
共找到3,244篇文章
< 1 2 163 >
每页显示 20 50 100
Block and parallel modelling of broad domain nonlinear continuous mapping based on NN
1
作者 Yang Guowei Tu Xuyan Wang Shoujue 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2006年第3期586-592,共7页
The necessity of the use of the block and parallel modeling of the nonlinear continuous mappings with NN is firstly expounded quantitatively. Then, a practical approach for the block and parallel modeling of the nonli... The necessity of the use of the block and parallel modeling of the nonlinear continuous mappings with NN is firstly expounded quantitatively. Then, a practical approach for the block and parallel modeling of the nonlinear continuous mappings with NN is proposed. Finally, an example indicating that the method raised in this paper can be realized by suitable existed software is given. The results of the experiment of the model discussed on the 3-D Mexican straw hat indicate that the block and parallel modeling based on NN is more precise and faster in computation than the direct ones and it is obviously a concrete example and the development of the large-scale general model established by Tu Xuyan. 展开更多
关键词 model nonlinear continuous mapping neural network parallel modelling.
下载PDF
Optimization Techniques for GPU-Based Parallel Programming Models in High-Performance Computing
2
作者 Shuntao Tang Wei Chen 《信息工程期刊(中英文版)》 2024年第1期7-11,共5页
This study embarks on a comprehensive examination of optimization techniques within GPU-based parallel programming models,pivotal for advancing high-performance computing(HPC).Emphasizing the transition of GPUs from g... This study embarks on a comprehensive examination of optimization techniques within GPU-based parallel programming models,pivotal for advancing high-performance computing(HPC).Emphasizing the transition of GPUs from graphic-centric processors to versatile computing units,it delves into the nuanced optimization of memory access,thread management,algorithmic design,and data structures.These optimizations are critical for exploiting the parallel processing capabilities of GPUs,addressingboth the theoretical frameworks and practical implementations.By integrating advanced strategies such as memory coalescing,dynamic scheduling,and parallel algorithmic transformations,this research aims to significantly elevate computational efficiency and throughput.The findings underscore the potential of optimized GPU programming to revolutionize computational tasks across various domains,highlighting a pathway towards achieving unparalleled processing power and efficiency in HPC environments.The paper not only contributes to the academic discourse on GPU optimization but also provides actionable insights for developers,fostering advancements in computational sciences and technology. 展开更多
关键词 Optimization Techniques GPU-Based parallel Programming models High-Performance Computing
下载PDF
Attenuate Class Imbalance Problem for Pneumonia Diagnosis Using Ensemble Parallel Stacked Pre-Trained Models
3
作者 Aswathy Ravikumar Harini Sriraman 《Computers, Materials & Continua》 SCIE EI 2023年第4期891-909,共19页
Pneumonia is an acute lung infection that has caused many fatalitiesglobally. Radiologists often employ chest X-rays to identify pneumoniasince they are presently the most effective imaging method for this purpose.Com... Pneumonia is an acute lung infection that has caused many fatalitiesglobally. Radiologists often employ chest X-rays to identify pneumoniasince they are presently the most effective imaging method for this purpose.Computer-aided diagnosis of pneumonia using deep learning techniques iswidely used due to its effectiveness and performance. In the proposed method,the Synthetic Minority Oversampling Technique (SMOTE) approach is usedto eliminate the class imbalance in the X-ray dataset. To compensate forthe paucity of accessible data, pre-trained transfer learning is used, and anensemble Convolutional Neural Network (CNN) model is developed. Theensemble model consists of all possible combinations of the MobileNetv2,Visual Geometry Group (VGG16), and DenseNet169 models. MobileNetV2and DenseNet169 performed well in the Single classifier model, with anaccuracy of 94%, while the ensemble model (MobileNetV2+DenseNet169)achieved an accuracy of 96.9%. Using the data synchronous parallel modelin Distributed Tensorflow, the training process accelerated performance by98.6% and outperformed other conventional approaches. 展开更多
关键词 Pneumonia prediction distributed deep learning data parallel model ensemble deep learning class imbalance skewed data
下载PDF
Parallel Inference for Real-Time Machine Learning Applications
4
作者 Sultan Al Bayyat Ammar Alomran +3 位作者 Mohsen Alshatti Ahmed Almousa Rayyan Almousa Yasir Alguwaifli 《Journal of Computer and Communications》 2024年第1期139-146,共8页
Hyperparameter tuning is a key step in developing high-performing machine learning models, but searching large hyperparameter spaces requires extensive computation using standard sequential methods. This work analyzes... Hyperparameter tuning is a key step in developing high-performing machine learning models, but searching large hyperparameter spaces requires extensive computation using standard sequential methods. This work analyzes the performance gains from parallel versus sequential hyperparameter optimization. Using scikit-learn’s Randomized SearchCV, this project tuned a Random Forest classifier for fake news detection via randomized grid search. Setting n_jobs to -1 enabled full parallelization across CPU cores. Results show the parallel implementation achieved over 5× faster CPU times and 3× faster total run times compared to sequential tuning. However, test accuracy slightly dropped from 99.26% sequentially to 99.15% with parallelism, indicating a trade-off between evaluation efficiency and model performance. Still, the significant computational gains allow more extensive hyperparameter exploration within reasonable timeframes, outweighing the small accuracy decrease. Further analysis could better quantify this trade-off across different models, tuning techniques, tasks, and hardware. 展开更多
关键词 Machine Learning models Computational Efficiency parallel Computing Systems Random Forest Inference Hyperparameter Tuning Python Frameworks (TensorFlow PyTorch Scikit-Learn) High-Performance Computing
下载PDF
A Novel Interconnect Crosstalk Parallel RLC Analyzable Model Based on the 65nm CMOS Process
5
作者 朱樟明 钱利波 杨银堂 《Journal of Semiconductors》 EI CAS CSCD 北大核心 2008年第3期423-427,共5页
Based on the 65nm CMOS process,a novel parallel RLC coupling interconnect analytical model is presented synthetically considering parasitical capacitive and parasitical inductive effects. Applying function approximati... Based on the 65nm CMOS process,a novel parallel RLC coupling interconnect analytical model is presented synthetically considering parasitical capacitive and parasitical inductive effects. Applying function approximation and model order-reduction to the model, we derive a closed-form and time-domain waveform for the far-end crosstalk of a victim line under ramp input transition. For various interconnect coupling sizes, the proposed RLC coupling analytical model enables the estimation of the crosstalk voltage within 2.50% error compared with Hspice simulation in a 65nm CMOS process. This model can be used in computer-aided-design of nanometer SOCs. 展开更多
关键词 nanometer CMOS interconnect coupling crosstalk parallel RLC analytical model parameter extraction function approximation
下载PDF
Hierarchical Bulk Synchronous Parallel Model and Performance Optimization
6
作者 黄林鹏 孙永强 袁伟 《Journal of Computer Science & Technology》 SCIE EI CSCD 1999年第3期224-233,共10页
Based on the framework of BSP, a Hierarchical Bulk Synchronous Parallel (HBSP) performance model is introduced in this paper to capture the per formance optimization problem for various stages in parallel program deve... Based on the framework of BSP, a Hierarchical Bulk Synchronous Parallel (HBSP) performance model is introduced in this paper to capture the per formance optimization problem for various stages in parallel program development and to accurately predict the performance of a parallel program by considering fac tors causing variance at local computation and global communication. The related methodology has been applied to several real applications and the results show that HBSP is a suitable model for optimizing parallel programs. 展开更多
关键词 parallel programming bulk synchronous parallel model perfor mance optimization
原文传递
Influence of heterogeneity on rock strength and stiffness using discrete element method and parallel bond model 被引量:8
7
作者 Spyridon Liakas Catherine O’Sullivan Charalampos Saroglou 《Journal of Rock Mechanics and Geotechnical Engineering》 SCIE CSCD 2017年第4期575-584,共10页
The particulate discrete element method(DEM) can be employed to capture the response of rock,provided that appropriate bonding models are used to cement the particles to each other.Simulations of laboratory tests are ... The particulate discrete element method(DEM) can be employed to capture the response of rock,provided that appropriate bonding models are used to cement the particles to each other.Simulations of laboratory tests are important to establish the extent to which those models can capture realistic rock behaviors.Hitherto the focus in such comparison studies has either been on homogeneous specimens or use of two-dimensional(2D) models.In situ rock formations are often heterogeneous,thus exploring the ability of this type of models to capture heterogeneous material behavior is important to facilitate their use in design analysis.In situ stress states are basically three-dimensional(3D),and therefore it is important to develop 3D models for this purpose.This paper revisits an earlier experimental study on heterogeneous specimens,of which the relative proportions of weaker material(siltstone) and stronger,harder material(sandstone) were varied in a controlled manner.Using a 3D DEM model with the parallel bond model,virtual heterogeneous specimens were created.The overall responses in terms of variations in strength and stiffness with different percentages of weaker material(siltstone) were shown to agree with the experimental observations.There was also a good qualitative agreement in the failure patterns observed in the experiments and the simulations,suggesting that the DEM data enabled analysis of the initiation of localizations and micro fractures in the specimens. 展开更多
关键词 Discrete element method(DEM) Heterogeneous rocks Strength and stiffness parallel bond model
下载PDF
Compliance Modeling and Analysis of a 3-RPS Parallel Kinematic Machine Module 被引量:12
8
作者 ZHANG Jun ZHAO Yanqin DAI Jiansheng 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2014年第4期703-713,共11页
The compliance modeling and rigidity performance evaluation for the lower mobility parallel manipulators are still to be remained as two overwhelming challenges in the stage of conceptual design due to their geometric... The compliance modeling and rigidity performance evaluation for the lower mobility parallel manipulators are still to be remained as two overwhelming challenges in the stage of conceptual design due to their geometric complexities. By using the screw theory, this paper explores the compliance modeling and eigencompliance evaluation of a newly patented 1T2R spindle head whose topological architecture is a 3-RPS parallel mechanism. The kinematic definitions and inverse position analysis are briefly addressed in the first place to provide necessary information for compliance modeling. By considering the 3-RPS parallel kinematic machine(PKM) as a typical compliant parallel device, whose three limb assemblages have bending, extending and torsional deflections, an analytical compliance model for the spindle head is established with screw theory and the analytical stiffness matrix of the platform is formulated. Based on the eigenscrew decomposition, the eigencompliance and corresponding eigenscrews are analyzed and the platform's compliance properties are physically interpreted as the suspension of six screw springs. The distributions of stiffness constants of the six screw springs throughout the workspace are predicted in a quick manner with a piece-by-piece calculation algorithm. The numerical simulation reveals a strong dependency of platform's compliance on its configuration in that they are axially symmetric due to structural features. At the last stage, the effects of some design variables such as structural, configurational and dimensional parameters on system rigidity characteristics are investigated with the purpose of providing useful information for the structural design and performance improvement of the PKM. Compared with previous efforts in compliance analysis of PKMs, the present methodology is more intuitive and universal thus can be easily applied to evaluate the overall rigidity performance of other PKMs with high efficiency. 展开更多
关键词 compliance modeling parallel kinematic machine eigencompliance eigenscrew
下载PDF
Dynamic Modeling and Experiment of a New Type of Parallel Servo Press Considering Gravity Counterbalance 被引量:4
9
作者 HE Jun GAO Feng +1 位作者 BAI Yongjun WU Shengfu 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2013年第6期1222-1233,共12页
The large capacity servo press is traditionally realized by means of redundant actuation, however there exist the over-constraint problem and interference among actuators, which increases the control difficulty and th... The large capacity servo press is traditionally realized by means of redundant actuation, however there exist the over-constraint problem and interference among actuators, which increases the control difficulty and the product cost. A new type of press mechanism with parallel topology is presented to develop the mechanical servo press with high stamping capacity. The dynamic model considering gravity counterbalance is proposed based on the virtual work principle, and then the effect of counterbalance cylinder on the dynamic performance of the servo press is studied. It is found that the motor torque required to operate the press is a lot less than the others when the ratio of the counterbalance force to the gravity of ram is in the vicinity of 1.0. The stamping force of the real press prototype can reach up to 25 MN on the position of 13 mm away from the bottom dead center. The typical deep-drawing process with 1 200 mm stroke at 8 strokes per minute is proposed by means of five order polynomial. On this process condition, the driving torques are calculated based on the above dynamic model and the torque measuring test is also carried out on the prototype. It is shown that the curve trend of calculation torque is consistent to the measured result and that the average error is less than 15%. The parallel mechanism is introduced into the development of large capacity servo press to avoid the over-constraint and interference of traditional redundant actuation, and its dynamic characteristics with gravity counterbalance are presented. 展开更多
关键词 mechanical press parallel mechanism dynamic modeling virtual work principle
下载PDF
Parallel Computation of Shallow-water Model on Workstations Cluster 被引量:2
10
作者 Song Junqiang Sun An-clang, Li Xiaomei(epartment Of CO,mp’uter Science, Changsha Institute of Technology Hunan 410073, P.R. of China) 《Wuhan University Journal of Natural Sciences》 CAS 1996年第Z1期522-525,共4页
ParallelComputationofShallow-waterModelonWorkstationsClusterSongJunqiang;SunAn-clang,;LiXiaomei(epartmentOfC... ParallelComputationofShallow-waterModelonWorkstationsClusterSongJunqiang;SunAn-clang,;LiXiaomei(epartmentOfCO,mp'uterScience,... 展开更多
关键词 parallel Computation of Shallow-water model on Workstations Cluster
下载PDF
Global SH-wave propagation in a 2D whole Moon model using the parallel hybrid PSM/FDM method 被引量:3
11
作者 Xianghua Jiang Yanbin Wang +1 位作者 Yanfang Qin Hiroshi Takenaka 《Earthquake Science》 CSCD 2015年第3期163-174,共12页
We present numerical modeling of SH-wave propagation for the recently proposed whole Moon model and try to improve our understanding of lunar seismic wave propagation. We use a hybrid PSM/FDM method on staggered grids... We present numerical modeling of SH-wave propagation for the recently proposed whole Moon model and try to improve our understanding of lunar seismic wave propagation. We use a hybrid PSM/FDM method on staggered grids to solve the wave equations and implement the calculation on a parallel PC cluster to improve the computing efficiency. Features of global SH-wave propagation are firstly discussed for a 100-km shallow and900-km deep moonquakes, respectively. Effects of frequency range and lateral variation of crust thickness are then investigated with various models. Our synthetic waveforms are finally compared with observed Apollo data to show the features of wave propagation that were produced by our model and those not reproduced by our models. Our numerical modeling show that the low-velocity upper crust plays significant role in the development of reverberating wave trains. Increasing frequency enhances the strength and duration of the reverberations.Surface multiples dominate wavefields for shallow event.Core–mantle reflections can be clearly identified for deep event at low frequency. The layered whole Moon model and the low-velocity upper crust produce the reverberating wave trains following each phases consistent with observation. However, more realistic Moon model should be considered in order to explain the strong and slow decay scattering between various phases shown on observation data. 展开更多
关键词 Whole Moon model Seismic wavefield SH-wave propagation Hybrid method parallel computing
下载PDF
Designing and optimizing a parallel neural network model for predicting the solubility of diosgenin in n-alkanols
12
作者 Huichao Lv Dayong Tian 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2021年第1期288-294,共7页
Accurate estimation of the solubility of a chemical compound is an important issue for many industrial proce sses.To overcome the defects of some thermodynamic models and simple correlations,a parallel neural network(... Accurate estimation of the solubility of a chemical compound is an important issue for many industrial proce sses.To overcome the defects of some thermodynamic models and simple correlations,a parallel neural network(PNN) model was conceived and optimized to predict the solubility of diosgenin in seven n-alkanols(C_(1)-C_(7)).The linear regression analysis of the parity plots indicates that the PNN model can give more accurate descriptions of the solubility of diosgenin than the ordinary neural network(ONN) model.The comparison of the average root mean square deviation(RMSD) shows that the suggested model has a slight advantage over the thermodynamic NRTL model in terms of the calculating precision.Moreover,the PNN model can reflect the effects of the temperature and the chain length of the alcohol solvent on the solution behavior of diosgenin correctly and can estimate its solubility in the n-alkanols with more carbon atoms. 展开更多
关键词 SOLUBILITY DIOSGENIN parallel neural network model NRTL model
下载PDF
ON THE DYNAMIC MODELING AND CONTROL OF 2-DOF PLANAR PARALLEL MECHANISM WITH FLEXIBLE LINKS 被引量:2
13
作者 LuoLei WangShigang MoJinqiu CaiJianguo 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2005年第1期112-117,共6页
The object of study is about dynamic modeling and control for a 2degree-of-freedom (DOF) planar parallel mechanism (PM) with flexible links. The kinematic anddynamic equations are established according to the characte... The object of study is about dynamic modeling and control for a 2degree-of-freedom (DOF) planar parallel mechanism (PM) with flexible links. The kinematic anddynamic equations are established according to the characteristics of mixed rigid and flexiblestructure. By using the singular perturbation approach (SPA), the model of the mechanism can beseparated into slow and fast subsystems. Based on the feedback linearization theory and inputshaping technique, the large scale rigid motion controller and the flexible link vibrationcontroller can be designed separately to achieve fast and accurate positioning of the PM. 展开更多
关键词 parallel mechanism Flexible link Dynamic modeling Singular perturbation Input shaping
下载PDF
LARGE SIGNAL DISCRETE-TIME MODEL FOR PARALLELED BUCK CONVERTERS
14
作者 Muhammad Mansoor +1 位作者 Khan 吴智铭 《Journal of Shanghai Jiaotong university(Science)》 EI 2002年第1期54-58,共5页
As a number of switch combinations are involved in operation of multi converter system, conventional methods for obtaining discrete time large signal model of these converter systems result in a very complex solution.... As a number of switch combinations are involved in operation of multi converter system, conventional methods for obtaining discrete time large signal model of these converter systems result in a very complex solution. A simple sampled data technique for modeling distributed dc dc PWM converters system (DCS) was proposed. The resulting model is nonlinear and can be linearized for analysis and design of DCS. These models are also suitable for fast simulation of these networks. As the input and output of dc dc converters are slow varying, suitable model for DCS was obtained in terms of the finite order input/output approximation. 展开更多
关键词 DC-DC CONVERTERS parallel CONVERTERS modelING and SIMULATION DISTRIBUTED CONVERTERS systems
下载PDF
Parallel Computing of the Global Spectral Atmospheric Model on the YH-2 Supercomputer
15
作者 Song Junqiang Wu Xiangjun and Li Xiaomei(Department of COmputer Science, Changsha Institute of Technology Hunan 410073, P.R. of China) 《Wuhan University Journal of Natural Sciences》 CAS 1996年第Z1期526-530,共5页
A global spectral atmospheric model has been vectorized and multitasked on the YH-2 supercomputer. The model is used for the operational system of medium--range numerical weather prediction in National Meteorological ... A global spectral atmospheric model has been vectorized and multitasked on the YH-2 supercomputer. The model is used for the operational system of medium--range numerical weather prediction in National Meteorological Center(NMC), China. In this paper the vectorization algorithms of the spectral-grid transformation and multitasking schemes of the model are discussed in detail. The results show that high speed-up for tile model can be obtained. 展开更多
关键词 parallel algorithm spectral model.
下载PDF
Parallel Computing of a Climate Model on the Dawn 1000 by Domain Decomposition Method
16
作者 毕训强 《Advances in Atmospheric Sciences》 SCIE CAS CSCD 1997年第4期138-141,共4页
In this paper the parallel computing of a grid-point nine-level atmospheric general circulation model on the Dawn 1000 is introduced. The model was developed by the Institute of Atmospheric Physics (IAP), Chinese Acad... In this paper the parallel computing of a grid-point nine-level atmospheric general circulation model on the Dawn 1000 is introduced. The model was developed by the Institute of Atmospheric Physics (IAP), Chinese Academy of Sciences (CAS). The Dawn 1000 is a MIMD massive parallel computer made by National Research Center for Intelligent Computer (NCIC), CAS. A two-dimensional domain decomposition method is adopted to perform the parallel computing. The potential ways to increase the speed-up ratio and exploit more resources of future massively parallel supercomputation are also discussed. 展开更多
关键词 parallel computing Climate model DAWN 1000 MPP computer Domain decomposition
下载PDF
Parallelism and Optimization of Numerical Ocean Forecasting Model
17
作者 XU Jianliang PANG Renbo +2 位作者 TENG Junhua LIANG Hongtao YANG Dandan 《Journal of Ocean University of China》 SCIE CAS 2016年第5期783-788,共6页
According to the characteristics of Chinese marginal seas, the Marginal Sea Model of China(MSMC) has been developed independently in China. Because the model requires long simulation time, as a routine forecasting mod... According to the characteristics of Chinese marginal seas, the Marginal Sea Model of China(MSMC) has been developed independently in China. Because the model requires long simulation time, as a routine forecasting model, the parallelism of MSMC becomes necessary to be introduced to improve the performance of it. However, some methods used in MSMC, such as Successive Over Relaxation(SOR) algorithm, are not suitable for parallelism. In this paper, methods are developedto solve the parallel problem of the SOR algorithm following the steps as below. First, based on a 3D computing grid system, an automatic data partition method is implemented to dynamically divide the computing grid according to computing resources. Next, based on the characteristics of the numerical forecasting model, a parallel method is designed to solve the parallel problem of the SOR algorithm. Lastly, a communication optimization method is provided to avoid the cost of communication. In the communication optimization method, the non-blocking communication of Message Passing Interface(MPI) is used to implement the parallelism of MSMC with complex physical equations, and the process of communication is overlapped with the computations for improving the performance of parallel MSMC. The experiments show that the parallel MSMC runs 97.2 times faster than the serial MSMC, and root mean square error between the parallel MSMC and the serial MSMC is less than 0.01 for a 30-day simulation(172800 time steps), which meets the requirements of timeliness and accuracy for numerical ocean forecasting products. 展开更多
关键词 parallelism partition steps faster serial dynamically forecasting marginal overlapped neighbor
下载PDF
Parallel Pipelines for DNA Sequence Alignment on a Cluster of Multicores: A Comparison of Communication Models
18
作者 Enzo Rucci Franco Chichizola Marcelo Naiouf Laura De Giusti Armando De Giusti 《通讯和计算机(中英文版)》 2012年第12期1364-1371,共8页
关键词 DNA序列比对 通信模型 并行编程 SMITH-WATERMAN算法 多核 流水线 群集 体系结构
下载PDF
Parallel Implementations of Modeling Dynamical Systems by Using System of Ordinary Differential Equations
19
作者 Cao Hong-qing, Kang Li-shan, Yu Jing-xianState Key Laboratory of Software Engineering, Wuhan University, Wuhan 430072,Hubei,ChinaCollege of Chemistry and Molecular Sciences, Wuhan University, Wuhan 430072, Hubei, China 《Wuhan University Journal of Natural Sciences》 CAS 2003年第S1期229-233,共5页
First, an asynchronous distributed parallel evolutionary modeling algorithm (PEMA) for building the model of system of ordinary differential equations for dynamical systems is proposed in this paper. Then a series of ... First, an asynchronous distributed parallel evolutionary modeling algorithm (PEMA) for building the model of system of ordinary differential equations for dynamical systems is proposed in this paper. Then a series of parallel experiments have been conducted to systematically test the influence of some important parallel control parameters on the performance of the algorithm. A lot of experimental results are obtained and we make some analysis and explanations to them. 展开更多
关键词 parallel genetic programming evolutionary modeling system of ordinary differential equations
下载PDF
A Massively Parallel Re-Configurable Mesh Computer Emulator: Design, Modeling and Realization
20
作者 Mohamed YOUSSFI Omar BOUATTANE Mohamed O. BENSALAH 《Journal of Software Engineering and Applications》 2010年第1期11-26,共16页
Emulating massively parallel computer architectures represents a very important tool for the parallel programmers. It allows them to implement and validate their algorithms. Due to the high cost of the massively paral... Emulating massively parallel computer architectures represents a very important tool for the parallel programmers. It allows them to implement and validate their algorithms. Due to the high cost of the massively parallel real machines, they remain unavailable and not popular in the parallel computing community. The goal of this paper is to present an elaborated emulator of a 2-D massively parallel re-configurable mesh computer of size n x n processing elements (PE). Basing on the object modeling method, we develop a hard kernel of a parallel virtual machine in which we translate all the physical properties of its different components. A parallel programming language and its compiler are also devel-oped to edit, compile and run programs. The developed emulator is a multi platform system. It can be installed in any sequential computer whatever may be its operating system and its processing unit technology (CPU). The size n x n of this virtual re-configurable mesh is not limited;it depends just on the performance of the sequential machine supporting the emulator. 展开更多
关键词 parallel processing Object modelING Re-Configurable MESH COMPUTER Emulation XML parallel Virtual Machine
下载PDF
上一页 1 2 163 下一页 到第
使用帮助 返回顶部