首页 > 最新文献

Computer Systems Science and Engineering最新文献

英文 中文
Faster RCNN Target Detection Algorithm Integrating CBAM and FPN 结合CBAM和FPN的快速RCNN目标检测算法
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-06-07 DOI: 10.3390/app13126913
Wenshun Sheng, Xiongfeng Yu, Jiayan Lin, Xin Chen
In the process of image shooting, due to the influence of angle, distance, complex scenes, illumination intensity, and other factors, small targets and occluded targets will inevitably appear in the image. These targets have few effective pixels, few features, and no obvious features, which makes it difficult to extract their effective features and easily leads to false detection, missed detection, and repeated detection, thus affecting the performance of target detection models. To solve this problem, an improved faster region convolutional neural network (RCNN) algorithm integrating the convolutional block attention module (CBAM) and feature pyramid network (FPN) (CF-RCNN) is proposed to improve the detection and recognition accuracy of small-sized, occluded, or truncated objects in complex scenes. Firstly, it incorporates the CBAM attention mechanism in the feature extraction network in combination with the information filtered by spatial and channel attention modules, focusing on local efficient information of the feature image, which improves the detection ability in the face of obscured or truncated objects. Secondly, it introduces the FPN feature pyramid structure, and links high-level and bottom-level feature data to obtain high-resolution and strong semantic data to enhance the detection effect for small-sized objects. Finally, it optimizes non-maximum suppression (NMS) to compensate for the shortcomings of conventional NMS that mistakenly eliminates overlapping detection frames. The experimental results show that the mean average precision (MAP) of target detection of the improved algorithm on PASCAL VOC2012 public datasets is improved to 76.2%, which is 13.9 percentage points higher than those of the commonly used Faster RCNN and other algorithms. It is better than the commonly used small-sample target detection algorithm.
在图像拍摄过程中,由于角度、距离、复杂场景、光照强度等因素的影响,图像中不可避免地会出现小目标和遮挡目标。这些目标有效像素少,特征少,没有明显的特征,难以提取其有效特征,容易导致误检、漏检、重复检测,从而影响目标检测模型的性能。针对这一问题,提出了一种集成卷积块注意模块(CBAM)和特征金字塔网络(FPN) (CF-RCNN)的改进更快区域卷积神经网络(RCNN)算法,以提高复杂场景中小尺寸、遮挡或截断目标的检测和识别精度。首先,在特征提取网络中引入CBAM注意机制,结合空间注意模块和通道注意模块过滤的信息,重点关注特征图像的局部有效信息,提高了面对遮挡或截断目标的检测能力;其次,引入FPN特征金字塔结构,将高层和底层特征数据链接起来,获得高分辨率、强语义的数据,增强对小尺寸目标的检测效果;最后,对非最大抑制(NMS)进行了优化,弥补了传统NMS错误地消除重叠检测帧的缺点。实验结果表明,改进算法在PASCAL VOC2012公开数据集上的目标检测平均精度(MAP)提高到76.2%,比常用的Faster RCNN等算法提高13.9个百分点。它优于常用的小样本目标检测算法。
{"title":"Faster RCNN Target Detection Algorithm Integrating CBAM and FPN","authors":"Wenshun Sheng, Xiongfeng Yu, Jiayan Lin, Xin Chen","doi":"10.3390/app13126913","DOIUrl":"https://doi.org/10.3390/app13126913","url":null,"abstract":"In the process of image shooting, due to the influence of angle, distance, complex scenes, illumination intensity, and other factors, small targets and occluded targets will inevitably appear in the image. These targets have few effective pixels, few features, and no obvious features, which makes it difficult to extract their effective features and easily leads to false detection, missed detection, and repeated detection, thus affecting the performance of target detection models. To solve this problem, an improved faster region convolutional neural network (RCNN) algorithm integrating the convolutional block attention module (CBAM) and feature pyramid network (FPN) (CF-RCNN) is proposed to improve the detection and recognition accuracy of small-sized, occluded, or truncated objects in complex scenes. Firstly, it incorporates the CBAM attention mechanism in the feature extraction network in combination with the information filtered by spatial and channel attention modules, focusing on local efficient information of the feature image, which improves the detection ability in the face of obscured or truncated objects. Secondly, it introduces the FPN feature pyramid structure, and links high-level and bottom-level feature data to obtain high-resolution and strong semantic data to enhance the detection effect for small-sized objects. Finally, it optimizes non-maximum suppression (NMS) to compensate for the shortcomings of conventional NMS that mistakenly eliminates overlapping detection frames. The experimental results show that the mean average precision (MAP) of target detection of the improved algorithm on PASCAL VOC2012 public datasets is improved to 76.2%, which is 13.9 percentage points higher than those of the commonly used Faster RCNN and other algorithms. It is better than the commonly used small-sample target detection algorithm.","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-06-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89604886","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
SNELM: SqueezeNet-Guided ELM for COVID-19 Recognition. SNELM:用于COVID-19识别的挤压引导ELM。
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-20 DOI: 10.32604/csse.2023.034172
Yudong Zhang, Muhammad Attique Khan, Ziquan Zhu, Shuihua Wang

(Aim) The COVID-19 has caused 6.26 million deaths and 522.06 million confirmed cases till 17/May/2022. Chest computed tomography is a precise way to help clinicians diagnose COVID-19 patients. (Method) Two datasets are chosen for this study. The multiple-way data augmentation, including speckle noise, random translation, scaling, salt-and-pepper noise, vertical shear, Gamma correction, rotation, Gaussian noise, and horizontal shear, is harnessed to increase the size of the training set. Then, the SqueezeNet (SN) with complex bypass is used to generate SN features. Finally, the extreme learning machine (ELM) is used to serve as the classifier due to its simplicity of usage, quick learning speed, and great generalization performances. The number of hidden neurons in ELM is set to 2000. Ten runs of 10-fold cross-validation are implemented to generate impartial results. (Result) For the 296-image dataset, our SNELM model attains a sensitivity of 96.35 ± 1.50%, a specificity of 96.08 ± 1.05%, a precision of 96.10 ± 1.00%, and an accuracy of 96.22 ± 0.94%. For the 640-image dataset, the SNELM attains a sensitivity of 96.00 ± 1.25%, a specificity of 96.28 ± 1.16%, a precision of 96.28 ± 1.13%, and an accuracy of 96.14 ± 0.96%. (Conclusion) The proposed SNELM model is successful in diagnosing COVID-19. The performances of our model are higher than seven state-of-the-art COVID-19 recognition models.

截至2022年5月17日,新冠肺炎已造成626万人死亡,52206万确诊病例。胸部计算机断层扫描是帮助临床医生诊断COVID-19患者的精确方法。(方法)本研究选择了两个数据集。利用散斑噪声、随机平移、缩放、椒盐噪声、垂直剪切、伽玛校正、旋转、高斯噪声和水平剪切等多路数据增强来增加训练集的大小。然后,使用复杂旁路的SqueezeNet (SN)生成SN特征。最后,使用极限学习机(ELM)作为分类器,因为它使用简单,学习速度快,泛化性能好。ELM中隐藏神经元的数量设置为2000个。为了产生公正的结果,进行了10次10倍交叉验证。(结果)对于296张图像数据集,SNELM模型的灵敏度为96.35±1.50%,特异性为96.08±1.05%,精密度为96.10±1.00%,准确度为96.22±0.94%。对于640张图像数据集,SNELM的灵敏度为96.00±1.25%,特异性为96.28±1.16%,精密度为96.28±1.13%,准确度为96.14±0.96%。(结论)所建立的SNELM模型对COVID-19的诊断是成功的。该模型的性能高于7个最先进的COVID-19识别模型。
{"title":"SNELM: SqueezeNet-Guided ELM for COVID-19 Recognition.","authors":"Yudong Zhang,&nbsp;Muhammad Attique Khan,&nbsp;Ziquan Zhu,&nbsp;Shuihua Wang","doi":"10.32604/csse.2023.034172","DOIUrl":"https://doi.org/10.32604/csse.2023.034172","url":null,"abstract":"<p><p>(Aim) The COVID-19 has caused 6.26 million deaths and 522.06 million confirmed cases till 17/May/2022. Chest computed tomography is a precise way to help clinicians diagnose COVID-19 patients. (Method) Two datasets are chosen for this study. The multiple-way data augmentation, including speckle noise, random translation, scaling, salt-and-pepper noise, vertical shear, Gamma correction, rotation, Gaussian noise, and horizontal shear, is harnessed to increase the size of the training set. Then, the SqueezeNet (SN) with complex bypass is used to generate SN features. Finally, the extreme learning machine (ELM) is used to serve as the classifier due to its simplicity of usage, quick learning speed, and great generalization performances. The number of hidden neurons in ELM is set to 2000. Ten runs of 10-fold cross-validation are implemented to generate impartial results. (Result) For the 296-image dataset, our SNELM model attains a sensitivity of 96.35 ± 1.50%, a specificity of 96.08 ± 1.05%, a precision of 96.10 ± 1.00%, and an accuracy of 96.22 ± 0.94%. For the 640-image dataset, the SNELM attains a sensitivity of 96.00 ± 1.25%, a specificity of 96.28 ± 1.16%, a precision of 96.28 ± 1.13%, and an accuracy of 96.14 ± 0.96%. (Conclusion) The proposed SNELM model is successful in diagnosing COVID-19. The performances of our model are higher than seven state-of-the-art COVID-19 recognition models.</p>","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7614503/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"9784682","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
ELM-Based Shape Adaptive DCT Compression Technique for Underwater Image Compression 基于elm的水下图像形状自适应DCT压缩技术
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-01 DOI: 10.32604/csse.2023.028713
M. Jamunarani, C. Vasanthanayaki
{"title":"ELM-Based Shape Adaptive DCT Compression Technique for Underwater Image Compression","authors":"M. Jamunarani, C. Vasanthanayaki","doi":"10.32604/csse.2023.028713","DOIUrl":"https://doi.org/10.32604/csse.2023.028713","url":null,"abstract":"","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73527005","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Genetic-Chicken Swarm Algorithm for Minimizing Energy in Wireless Sensor Network 无线传感器网络能量最小化的遗传鸡群算法
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-01 DOI: 10.32604/csse.2023.025503
A. Jameer Basha, S. Aswini, S. Aarthini, Yun-Seung Nam, M. Abouhawwash
{"title":"Genetic-Chicken Swarm Algorithm for Minimizing Energy in Wireless Sensor Network","authors":"A. Jameer Basha, S. Aswini, S. Aarthini, Yun-Seung Nam, M. Abouhawwash","doi":"10.32604/csse.2023.025503","DOIUrl":"https://doi.org/10.32604/csse.2023.025503","url":null,"abstract":"","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"69723411","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Development of Pandemic Monitoring System Based on Constellation of Nanosatellites 基于纳米卫星星座的流行病监测系统研制
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-01 DOI: 10.32604/csse.2023.032677
Omar Ben Bahri, Abdullah Alhumaidi Alotaibi
Covid-19 is a global crisis and the greatest challenge we have faced. It affects people in different ways. Most infected people develop a mild to moderate form of the disease and recover without hospitalization. This presents a problem in spreading the pandemic with unintentionally manner. Thus, this paper provides a new technique for COVID-19 monitoring remotely and in wide range. The system is based on satellite technology that provides a pivotal solution for wireless monitoring. This mission requires a data collection technique which can be based on drones' technology. Therefore, the main objective of our proposal is to develop a mission architecture around satellite technology in order to collect information in wide range, mostly, in areas suffer network coverage. A communication method was developed around a constellation of nanosatellites to cover Saudi Arabia region which is the area of interest in this paper. The new proposed architecture provided an efficient monitoring application discussing the gaps related to thermal imaging data. It reached 15.8 min as mean duration of visibility for the desired area. In total, the system can reach a coverage of 5.8 h/day, allowing to send about 21870 thermal images. © 2023 CRL Publishing. All rights reserved.
Covid-19是一场全球性危机,也是我们面临的最大挑战。它以不同的方式影响着人们。大多数感染者会发展成轻度至中度的疾病,无需住院即可康复。这就造成了以无意的方式传播大流行病的问题。为新型冠状病毒远程大范围监测提供了一种新技术。该系统基于卫星技术,为无线监控提供了关键的解决方案。这项任务需要一种基于无人机技术的数据收集技术。因此,我们建议的主要目标是围绕卫星技术发展一种任务架构,以便在大范围内收集信息,主要是在受网络覆盖的地区。围绕纳米卫星星座开发了一种覆盖沙特阿拉伯地区的通信方法,这是本文感兴趣的领域。新提出的架构提供了一个有效的监测应用程序,讨论与热成像数据相关的差距。期望区域的平均能见度达到15.8分钟。总的来说,该系统可以达到5.8小时/天的覆盖范围,允许发送大约21870张热图像。©2023 CRL Publishing。版权所有。
{"title":"Development of Pandemic Monitoring System Based on Constellation of Nanosatellites","authors":"Omar Ben Bahri, Abdullah Alhumaidi Alotaibi","doi":"10.32604/csse.2023.032677","DOIUrl":"https://doi.org/10.32604/csse.2023.032677","url":null,"abstract":"Covid-19 is a global crisis and the greatest challenge we have faced. It affects people in different ways. Most infected people develop a mild to moderate form of the disease and recover without hospitalization. This presents a problem in spreading the pandemic with unintentionally manner. Thus, this paper provides a new technique for COVID-19 monitoring remotely and in wide range. The system is based on satellite technology that provides a pivotal solution for wireless monitoring. This mission requires a data collection technique which can be based on drones' technology. Therefore, the main objective of our proposal is to develop a mission architecture around satellite technology in order to collect information in wide range, mostly, in areas suffer network coverage. A communication method was developed around a constellation of nanosatellites to cover Saudi Arabia region which is the area of interest in this paper. The new proposed architecture provided an efficient monitoring application discussing the gaps related to thermal imaging data. It reached 15.8 min as mean duration of visibility for the desired area. In total, the system can reach a coverage of 5.8 h/day, allowing to send about 21870 thermal images. © 2023 CRL Publishing. All rights reserved.","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"69724920","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Robust Counting in Overcrowded Scenes Using Batch-Free Normalized Deep ConvNet 基于无批处理归一化深度卷积神经网络的拥挤场景鲁棒计数
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-01 DOI: 10.32604/csse.2023.037706
S. Zahir, R. Khan, M. Ullah, Muhammad Ishaq, Naqqash Dilshad, Amin Ullah, Mi Young Lee
{"title":"Robust Counting in Overcrowded Scenes Using Batch-Free Normalized Deep ConvNet","authors":"S. Zahir, R. Khan, M. Ullah, Muhammad Ishaq, Naqqash Dilshad, Amin Ullah, Mi Young Lee","doi":"10.32604/csse.2023.037706","DOIUrl":"https://doi.org/10.32604/csse.2023.037706","url":null,"abstract":"","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74013922","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Human Personality Assessment Based on Gait Pattern Recognition Using Smartphone Sensors 基于智能手机传感器步态模式识别的人格评估
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-01 DOI: 10.32604/csse.2023.036185
Kainat Ibrar, Abdul Muiz Fayyaz, M. A. Khan, Majed Alhaisoni, U. Tariq, Seob Jeon, Yun-Seong Nam
{"title":"Human Personality Assessment Based on Gait Pattern Recognition Using Smartphone Sensors","authors":"Kainat Ibrar, Abdul Muiz Fayyaz, M. A. Khan, Majed Alhaisoni, U. Tariq, Seob Jeon, Yun-Seong Nam","doi":"10.32604/csse.2023.036185","DOIUrl":"https://doi.org/10.32604/csse.2023.036185","url":null,"abstract":"","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75216121","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On Layout Optimization of Wireless Sensor Network Using Meta-Heuristic Approach 基于元启发式方法的无线传感器网络布局优化研究
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-01 DOI: 10.32604/csse.2023.032024
Abeeda Akram, K. Zafar, A. Mian, Abdul Rauf Baig, R. Almakki, Lulwah Alsuwaidan, Shakir Khan
{"title":"On Layout Optimization of Wireless Sensor Network Using Meta-Heuristic Approach","authors":"Abeeda Akram, K. Zafar, A. Mian, Abdul Rauf Baig, R. Almakki, Lulwah Alsuwaidan, Shakir Khan","doi":"10.32604/csse.2023.032024","DOIUrl":"https://doi.org/10.32604/csse.2023.032024","url":null,"abstract":"","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74418825","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Latency Minimization Using an Adaptive Load Balancing Technique in Microservices Applications 在微服务应用中使用自适应负载平衡技术最小化延迟
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-01 DOI: 10.32604/csse.2023.032509
G. Selvakumar, L. Jayashree, S. Arumugam
{"title":"Latency Minimization Using an Adaptive Load Balancing Technique in Microservices Applications","authors":"G. Selvakumar, L. Jayashree, S. Arumugam","doi":"10.32604/csse.2023.032509","DOIUrl":"https://doi.org/10.32604/csse.2023.032509","url":null,"abstract":"","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74462928","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Biometric Verification System Using Hyperparameter Tuned Deep Learning Model 基于超参数调优深度学习模型的生物特征验证系统
IF 2.2 4区 计算机科学 Q2 Computer Science Pub Date : 2023-01-01 DOI: 10.32604/csse.2023.034849
Mohammad Yamin, Saleh Bajaba, Sarah B. Basahel, E. Lydia
{"title":"Biometric Verification System Using Hyperparameter Tuned Deep Learning Model","authors":"Mohammad Yamin, Saleh Bajaba, Sarah B. Basahel, E. Lydia","doi":"10.32604/csse.2023.034849","DOIUrl":"https://doi.org/10.32604/csse.2023.034849","url":null,"abstract":"","PeriodicalId":50634,"journal":{"name":"Computer Systems Science and Engineering","volume":null,"pages":null},"PeriodicalIF":2.2,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74694257","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Computer Systems Science and Engineering
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1