期刊文献+
共找到46篇文章
< 1 2 3 >
每页显示 20 50 100
Blockchain-Based Message Authentication Scheme for Internet of Vehicles in an Edge Computing Environment
1
作者 Qiping Zou Zhong Ruan Huaning Song 《Computer Systems Science & Engineering》 2024年第5期1301-1328,共28页
As an important application of intelligent transportation system,Internet of Vehicles(IoV)provides great convenience for users.Users can obtain real-time traffic conditions through the IoV’s services,plan users’trav... As an important application of intelligent transportation system,Internet of Vehicles(IoV)provides great convenience for users.Users can obtain real-time traffic conditions through the IoV’s services,plan users’travel routes,and improve travel efficiency.However,in the IoV system,there are always malicious vehicle nodes publishing false information.Therefore,it is essential to ensure the legitimacy of the source.In addition,during the peak period of vehicle travel,the vehicle releases a large number of messages,and IoV authentication efficiency is prone to performance bottlenecks.Most existing authentication schemes have the problem of low authentication efficiency in the scenario.To address the above problems,this paper designs a novel reliable anonymous authentication scheme in IoV for Rush-hour Traffic.Here,our scheme uses blockchain and elliptic curve cryptography(ECC)to design authentication algorithms for message authentication between vehicles and roadside units(RSU).Additionally,we introduce the idea of edge computing into the scheme,RSU will select themost suitable vehicle as the edge computing node for message authentication.In addition,we used the ProVerif tool for Internet security protocols and applications to test its security,ensuring that it is secure under different network attacks.In the simulation experiment,we compare our scheme with other existing works.Our scheme has a significant improvement in computational overhead,authentication efficiency and packet loss rate,and is suitable for traffic scenarios with large message volume. 展开更多
关键词 Internet of Vehicles messages authentication edge computing blockchain elliptic curve cryptography
下载PDF
Dynamic SLAM Visual Odometry Based on Instance Segmentation:A Comprehensive Review
2
作者 Jiansheng Peng Qing Yang +3 位作者 Dunhua Chen Chengjun Yang Yong Xu Yong Qin 《Computers, Materials & Continua》 SCIE EI 2024年第1期167-196,共30页
Dynamic Simultaneous Localization and Mapping(SLAM)in visual scenes is currently a major research area in fields such as robot navigation and autonomous driving.However,in the face of complex real-world envi-ronments,... Dynamic Simultaneous Localization and Mapping(SLAM)in visual scenes is currently a major research area in fields such as robot navigation and autonomous driving.However,in the face of complex real-world envi-ronments,current dynamic SLAM systems struggle to achieve precise localization and map construction.With the advancement of deep learning,there has been increasing interest in the development of deep learning-based dynamic SLAM visual odometry in recent years,and more researchers are turning to deep learning techniques to address the challenges of dynamic SLAM.Compared to dynamic SLAM systems based on deep learning methods such as object detection and semantic segmentation,dynamic SLAM systems based on instance segmentation can not only detect dynamic objects in the scene but also distinguish different instances of the same type of object,thereby reducing the impact of dynamic objects on the SLAM system’s positioning.This article not only introduces traditional dynamic SLAM systems based on mathematical models but also provides a comprehensive analysis of existing instance segmentation algorithms and dynamic SLAM systems based on instance segmentation,comparing and summarizing their advantages and disadvantages.Through comparisons on datasets,it is found that instance segmentation-based methods have significant advantages in accuracy and robustness in dynamic environments.However,the real-time performance of instance segmentation algorithms hinders the widespread application of dynamic SLAM systems.In recent years,the rapid development of single-stage instance segmentationmethods has brought hope for the widespread application of dynamic SLAM systems based on instance segmentation.Finally,possible future research directions and improvementmeasures are discussed for reference by relevant professionals. 展开更多
关键词 Dynamic SLAM instance segmentation visual odometry
下载PDF
The Influential Mechanisms of Theory of Mind on Prosocial Behavior and the Effect of Mindfulness Intervention
3
作者 Sisi Li Nailiang Zhong Qingke Guo 《International Journal of Mental Health Promotion》 2024年第9期679-695,共17页
Background:Theory of Mind(ToM)and empathy are crucial cognitive and emotional capacities that influence social interactions.While their role in promoting prosocial behavior has been established,the potential moderatin... Background:Theory of Mind(ToM)and empathy are crucial cognitive and emotional capacities that influence social interactions.While their role in promoting prosocial behavior has been established,the potential moderating effect of mindfulness on this relationship remains unexplored.Understanding these complex interactions is vital for developing effective interventions to foster prosocial behavior among college students.This study examines the influence of ToM on college students’prosocial behavior and explores the moderating role of mindfulness in this relationship.Methods:A mixed-methods approach combining questionnaires and experimental design was employed.Study 1:A survey of 759 college students(mean age 22.03 years;477 females)was conducted using the ToM Scale,Interpersonal Reactivity Index,Prosocial Behavior Tendency Scale,and Mindfulness Awareness Scale.Data were analyzed using correlation and moderated mediation analyses.Study 2:An 8-week mindfulness attention training program was implemented for the intervention group and compared with a control group.Mindfulness training served as a moderating variable to validate Model 59 from Study 1.Results:1.Study 1 found:(a)ToM was significantly positively correlated with prosocial behavior(r=0.31,p<0.01).(b)Empathy partially mediated the relationship between ToM and prosocial behavior(β=0.10,p<0.001,95%CI[0.06,0.14]).(c)Mindfulness negatively moderated the direct path between ToM and three dimensions of prosocial behavior,as well as the indirect path between empathy and kin altruism and reciprocal altruism.Specifically,high levels of mindfulness weakened the direct impact of ToM on prosocial behavior.High levels of mindfulness also weakened the indirect influence of ToM on prosocial behavior through empathy.2.Study 2 results showed:(a)The intervention group had significantly higher levels of trait mindfulness compared to the control group(t=2.56,p<0.05).(b)The validity of the moderated mediation model 59 from Study 1 was verified.Conclusion:While ToM and empathy play crucial roles in fostering prosocial behavior,mindfulness exhibits a more complex influence than anticipated,potentially inhibiting prosocial behavior under certain circumstances.These findings offer novel insights into the psychological mechanisms underlying prosocial behavior and underscore the importance of considering multiple interacting factors in its promotion. 展开更多
关键词 Prosocial behavior Theory of Mind trait mindfulness EMPATHY mindfulness intervention
下载PDF
RRT Autonomous Detection Algorithm Based on Multiple Pilot Point Bias Strategy and Karto SLAM Algorithm
4
作者 Lieping Zhang Xiaoxu Shi +3 位作者 Liu Tang Yilin Wang Jiansheng Peng Jianchu Zou 《Computers, Materials & Continua》 SCIE EI 2024年第2期2111-2136,共26页
A Rapid-exploration Random Tree(RRT)autonomous detection algorithm based on the multi-guide-node deflection strategy and Karto Simultaneous Localization and Mapping(SLAM)algorithm was proposed to solve the problems of... A Rapid-exploration Random Tree(RRT)autonomous detection algorithm based on the multi-guide-node deflection strategy and Karto Simultaneous Localization and Mapping(SLAM)algorithm was proposed to solve the problems of low efficiency of detecting frontier boundary points and drift distortion in the process of map building in the traditional RRT algorithm in the autonomous detection strategy of mobile robot.Firstly,an RRT global frontier boundary point detection algorithm based on the multi-guide-node deflection strategy was put forward,which introduces the reference value of guide nodes’deflection probability into the random sampling function so that the global search tree can detect frontier boundary points towards the guide nodes according to random probability.After that,a new autonomous detection algorithm for mobile robots was proposed by combining the graph optimization-based Karto SLAM algorithm with the previously improved RRT algorithm.The algorithm simulation platform based on the Gazebo platform was built.The simulation results show that compared with the traditional RRT algorithm,the proposed RRT autonomous detection algorithm can effectively reduce the time of autonomous detection,plan the length of detection trajectory under the condition of high average detection coverage,and complete the task of autonomous detection mapping more efficiently.Finally,with the help of the ROS-based mobile robot experimental platform,the performance of the proposed algorithm was verified in the real environment of different obstacles.The experimental results show that in the actual environment of simple and complex obstacles,the proposed RRT autonomous detection algorithm was superior to the traditional RRT autonomous detection algorithm in the time of detection,length of detection trajectory,and average coverage,thus improving the efficiency and accuracy of autonomous detection. 展开更多
关键词 Autonomous detection RRT algorithm mobile robot ROS Karto SLAM algorithm
下载PDF
Design of Silkworm Cocoon Picking Mechanical System Based on ADAMS
5
作者 ZHOU Guoguang SUN Jixin +4 位作者 WANG Bo LEI Huazhen HUANG Huang FAN Haoxin DENG Anwu 《International Journal of Plant Engineering and Management》 2024年第2期97-114,共18页
This project to state cocoon to pick up object,by studying the cocoon stress performance and structure characteristics.On the basis of the picking up work process,vig virtual prototype technology to design and study a... This project to state cocoon to pick up object,by studying the cocoon stress performance and structure characteristics.On the basis of the picking up work process,vig virtual prototype technology to design and study a kind of mechanical used to cocoon picking,by using ADAMS,Soliworks software to complete the whole process of mechanical system design,simulation,can meet the premise of stable,reliable cocoon picking,and cocoon picking mechanical system design,low cost and simple structure. 展开更多
关键词 mechanical system structural design ADAMS kinematic simulation
下载PDF
Multi-Robot Privacy-Preserving Algorithms Based on Federated Learning:A Review 被引量:1
6
作者 Jiansheng Peng Jinsong Guo +3 位作者 Fengbo Bao Chengjun Yang Yong Xu Yong Qin 《Computers, Materials & Continua》 SCIE EI 2023年第12期2971-2994,共24页
The robotics industry has seen rapid development in recent years due to the Corona Virus Disease 2019.With the development of sensors and smart devices,factories and enterprises have accumulated a large amount of data... The robotics industry has seen rapid development in recent years due to the Corona Virus Disease 2019.With the development of sensors and smart devices,factories and enterprises have accumulated a large amount of data in their daily production,which creates extremely favorable conditions for robots to perform machine learning.However,in recent years,people’s awareness of data privacy has been increasing,leading to the inability to circulate data between different enterprises,resulting in the emergence of data silos.The emergence of federated learning provides a feasible solution to this problem,and the combination of federated learning and multi-robot systems can break down data silos and improve the overall performance of robots.However,as scholars have studied more deeply,they found that federated learning has very limited privacy protection.Therefore,how to protect data privacy from infringement remains an important issue.In this paper,we first give a brief introduction to the current development of multi-robot and federated learning;second,we review three aspects of privacy protection methods commonly used,privacy protection methods for multi-robot,and Other Problems Faced by Multi-robot Systems,focusing on method comparisons and challenges;and finally draw conclusions and predict possible future research directions. 展开更多
关键词 Federated learning MULTI-ROBOT privacy protection gradient leakage attacks
下载PDF
Visual SLAM Based on Object Detection Network:A Review
7
作者 Jiansheng Peng Dunhua Chen +3 位作者 Qing Yang Chengjun Yang Yong Xu Yong Qin 《Computers, Materials & Continua》 SCIE EI 2023年第12期3209-3236,共28页
Visual simultaneous localization and mapping(SLAM)is crucial in robotics and autonomous driving.However,traditional visual SLAM faces challenges in dynamic environments.To address this issue,researchers have proposed ... Visual simultaneous localization and mapping(SLAM)is crucial in robotics and autonomous driving.However,traditional visual SLAM faces challenges in dynamic environments.To address this issue,researchers have proposed semantic SLAM,which combines object detection,semantic segmentation,instance segmentation,and visual SLAM.Despite the growing body of literature on semantic SLAM,there is currently a lack of comprehensive research on the integration of object detection and visual SLAM.Therefore,this study aims to gather information from multiple databases and review relevant literature using specific keywords.It focuses on visual SLAM based on object detection,covering different aspects.Firstly,it discusses the current research status and challenges in this field,highlighting methods for incorporating semantic information from object detection networks into mileage measurement,closed-loop detection,and map construction.It also compares the characteristics and performance of various visual SLAM object detection algorithms.Lastly,it provides an outlook on future research directions and emerging trends in visual SLAM.Research has shown that visual SLAM based on object detection has significant improvements compared to traditional SLAM in dynamic point removal,data association,point cloud segmentation,and other technologies.It can improve the robustness and accuracy of the entire SLAM system and can run in real time.With the continuous optimization of algorithms and the improvement of hardware level,object visual SLAM has great potential for development. 展开更多
关键词 Object detection visual SLAM visual odometry loop closure detection semantic map
下载PDF
A Lightweight Road Scene Semantic Segmentation Algorithm
8
作者 Jiansheng Peng Qing Yang Yaru Hou 《Computers, Materials & Continua》 SCIE EI 2023年第11期1929-1948,共20页
In recent years,with the continuous deepening of smart city construction,there have been significant changes and improvements in the field of intelligent transportation.The semantic segmentation of road scenes has imp... In recent years,with the continuous deepening of smart city construction,there have been significant changes and improvements in the field of intelligent transportation.The semantic segmentation of road scenes has important practical significance in the fields of automatic driving,transportation planning,and intelligent transportation systems.However,the current mainstream lightweight semantic segmentation models in road scene segmentation face problems such as poor segmentation performance of small targets and insufficient refinement of segmentation edges.Therefore,this article proposes a lightweight semantic segmentation model based on the LiteSeg model improvement to address these issues.The model uses the lightweight backbone network MobileNet instead of the LiteSeg backbone network to reduce the network parameters and computation,and combines the Coordinate Attention(CA)mechanism to help the network capture long-distance dependencies.At the same time,by combining the dependencies of spatial information and channel information,the Spatial and Channel Network(SCNet)attention mechanism is proposed to improve the feature extraction ability of the model.Finally,a multiscale transposed attention encoding(MTAE)module was proposed to obtain features of different resolutions and perform feature fusion.In this paper,the proposed model is verified on the Cityscapes dataset.The experimental results show that the addition of SCNet and MTAE modules increases the mean Intersection over Union(mIoU)of the original LiteSeg model by 4.69%.On this basis,the backbone network is replaced with MobileNet,and the CA model is added at the same time.At the cost of increasing the minimum model parameters and computing costs,the mIoU of the original LiteSeg model is increased by 2.46%.This article also compares the proposed model with some current lightweight semantic segmentation models,and experiments show that the comprehensive performance of the proposed model is the best,especially in achieving excellent results in small object segmentation.Finally,this article will conduct generalization testing on the KITTI dataset for the proposed model,and the experimental results show that the proposed algorithm has a certain degree of generalization. 展开更多
关键词 Semantic segmentation LIGHTWEIGHT road scenes multi-scale transposition attention encoding(MTAE)
下载PDF
Entropies of the Y-Junction Type Nanostructures
9
作者 Ricai Luo Aisha Javed +3 位作者 Muhammad Azeem Muhammad Kamran Jamil Hassan Raza Muhammad Yasir Ilyas 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第6期2665-2679,共15页
Recent research on nanostructures has demonstrated their importance and application in a variety of fields.Nanostructures are used directly or indirectly in drug delivery systems,medicine and pharmaceuticals,biologica... Recent research on nanostructures has demonstrated their importance and application in a variety of fields.Nanostructures are used directly or indirectly in drug delivery systems,medicine and pharmaceuticals,biological sensors,photodetectors,transistors,optical and electronic devices,and so on.The discovery of carbon nanotubes with Y-shaped junctions is motivated by the development of future advanced electronic devices.Because of their interactionwithY-junctions,electronic switches,amplifiers,and three-terminal transistors are of particular interest.Entropy is a concept that determines the uncertainty of a system or network.Entropy concepts are also used in biology,chemistry,and applied mathematics.Based on the requirements,entropy in the form of a graph can be classified into several types.In 1955,graph-based entropy was introduced.One of the types of entropy is edgeweighted entropy.We examined the abstract form of Y-shaped junctions in this study.Some edge-weight-based entropy formulas for the generic view of Y-shaped junctions were created,and some edge-weighted and topological index-based concepts for Y-shaped junctions were discussed in the present paper. 展开更多
关键词 Y-shaped junctions three-terminal junctions nanostuctures ENTROPY carbon nanotube
下载PDF
A Comprehensive Review Analyzing Half a Century of Wang Yangming’s Contributions to Governance in Guangxi
10
作者 Wenbin Li 《Journal of Contemporary Educational Research》 2023年第11期127-132,共6页
Wang Yangming was a prominent thinker and politician with significant national influence during the Ming Dynasty.He has been a key subject of study in the realms of China’s ideological history,academic history,and po... Wang Yangming was a prominent thinker and politician with significant national influence during the Ming Dynasty.He has been a key subject of study in the realms of China’s ideological history,academic history,and political history.His travels to various regions have been the subject of valuable research.While the contribution of Wang Yangming in Guangxi has historically been less extensive compared to his contributions in places such as Zhejiang,Guizhou,and Jiangxi,it has shown gradual improvement over the past 50 years.Particularly,there has been an expanding and deepening exploration of the wisdom and impact he left during his governance of Guangxi. 展开更多
关键词 Wang Yangming GUANGXI Social governance
下载PDF
ANALYTIC INVARIANT CURVES OF A NONLINEAR SECOND ORDER DIFFERENCE EQUATION 被引量:4
11
作者 王五生 《Acta Mathematica Scientia》 SCIE CSCD 2009年第2期415-426,共12页
This article studies the existence of analytic invariant curves for a nonlinear second order difference equation which was modeled from macroeconomics of the business cycle. The author not only discusses the case of t... This article studies the existence of analytic invariant curves for a nonlinear second order difference equation which was modeled from macroeconomics of the business cycle. The author not only discusses the case of the eigenvalue off the unit circle S^1 and the case on S^1 with the Diophantine condition but also considers the case of the eigenvalue at a root of the unity, which obviously violates the Diophantine condition. 展开更多
关键词 Difference equation invariant curves functional equation ANALYTICITY diophantine condition majorant series
下载PDF
Seasonal Variations of Soil Enzyme Activity on Rocky Hillsides Continuously Planted with Vitis heyneana Roem.et Schult 被引量:2
12
作者 Peiqing LIU Xuhui LIU +4 位作者 Chengjian YANG Hanye LIN Wenhui XIE Linhong CHEN Yongrong QIN 《Agricultural Biotechnology》 CAS 2021年第5期86-92,共7页
[Objectives]This study was conducted to investigate the effects of Vitis heyneana cultivation on rocky hillsides on the variation of soil fertility,so as to provide theoretical support for economic development and the... [Objectives]This study was conducted to investigate the effects of Vitis heyneana cultivation on rocky hillsides on the variation of soil fertility,so as to provide theoretical support for economic development and the control of rocky desertification in the Dashi mountainous area.[Methods]Taking V.heyneana planting base in Luocheng County,Hechi City,Guangxi Province as the research object,the methods of field investigation,regular sampling and experimental analysis were used to analyze seasonal variations of soil urease,sucrase and soil alkaline phosphatase activity of 15 different sample plots surveyed,and their correlation with soil physical and chemical properties was analyzed.[Results]①In general,sucrase,urease and alkaline phosphatase were lower in summer and autumn,and higher in spring and winter,and the performance of the activity of the three enzymes was inconsistent.Among them,the activity of sucrase was in order of spring>autumn>summer>winter,and the activity of urease and alkaline phosphatase showed an order of winter>spring>summer>autumn.②The seasonal variations of soil fertility in different sample plots were affected by various factors such as human disturbance,climate change,vegetation coverage,topography and landforms,cultivation and management measures,and although the change laws in different sample plots were different,the seasonal differences in soil fertility in the same place were extremely significant.③If the influence of artificial fertilization factors is excluded,the planting of V.heyneana on rocky hillsides will cause a significant decrease in soil enzyme activity,that is,a significant decrease in soil fertility.[Conclusions]Related issues such as the effects of planting V.heyneana on the variation of soil fertility in rocky hillsides should arouse necessary attention of management departments and producers. 展开更多
关键词 Rocky hillside Continuous planting of Vitis heyneana Soil enzyme activity Seasonal variation
下载PDF
Image Super-Resolution Based on Generative Adversarial Networks: A Brief Review 被引量:3
13
作者 Kui Fu Jiansheng Peng +2 位作者 Hanxiao Zhang Xiaoliang Wang Frank Jiang 《Computers, Materials & Continua》 SCIE EI 2020年第9期1977-1997,共21页
Single image super resolution(SISR)is an important research content in the field of computer vision and image processing.With the rapid development of deep neural networks,different image super-resolution models have ... Single image super resolution(SISR)is an important research content in the field of computer vision and image processing.With the rapid development of deep neural networks,different image super-resolution models have emerged.Compared to some traditional SISR methods,deep learning-based methods can complete the super-resolution tasks through a single image.In addition,compared with the SISR methods using traditional convolutional neural networks,SISR based on generative adversarial networks(GAN)has achieved the most advanced visual performance.In this review,we first explore the challenges faced by SISR and introduce some common datasets and evaluation metrics.Then,we review the improved network structures and loss functions of GAN-based perceptual SISR.Subsequently,the advantages and disadvantages of different networks are analyzed by multiple comparative experiments.Finally,we summarize the paper and look forward to the future development trends of GAN-based perceptual SISR. 展开更多
关键词 Single image super-resolution generative adversarial networks deep learning computer vision
下载PDF
Ordering polygonal chains with respect to Hosoya index 被引量:1
14
作者 QIAO You-fu ZHAN Pu-qin 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2012年第3期305-319,共15页
The Hosoya index of a graph is defined as the total number of the matching of the graph. In this paper, the ordering of polygonal chains with respect to Hosoya index is characterized.
关键词 Hosoya index MATCHING polygonal chain
下载PDF
Quantum Dense Coding Without Joint Measurement 被引量:1
15
作者 FANG Xian-Mei GAO Xiao-Bo CAO Zhuo-Liang 《Communications in Theoretical Physics》 SCIE CAS CSCD 2009年第7期33-36,共4页
We propose two schemes for quantum dense coding without Bell states measurement. One is deterministic, the other is probabilistic. In the deterministic scheme, the initial entangled state will be not destructed. In th... We propose two schemes for quantum dense coding without Bell states measurement. One is deterministic, the other is probabilistic. In the deterministic scheme, the initial entangled state will be not destructed. In the proba-bilistic scheme, the initial unknown nonmaximal entangled state will be transformed into a maximal entangled one. Our schemes require two auxiliary particles and perform single-qubit measurements on them. Thus our schemes are simple and economic. 展开更多
关键词 quantum dense coding entangled state single-qubit measurement
下载PDF
An annotated catalogue of the genus Paragavialidium(Orthoptera:Tetrigoidea)with the first description of male Paragavialidium hainanensis 被引量:1
16
作者 Lei XIN Weian DENG 《Entomotaxonomia》 CSCD 2020年第2期101-109,共9页
Total fourteen species of the genus Paragavialidium Zheng are systematically reviewed.Male Paragavialidium hainanensis^newly discovered in Wuzhishan,Hainan Province,is described and given taxonomic notes.An annotated ... Total fourteen species of the genus Paragavialidium Zheng are systematically reviewed.Male Paragavialidium hainanensis^newly discovered in Wuzhishan,Hainan Province,is described and given taxonomic notes.An annotated list of the species,a redescription and a key to species of the genus Paragavialidium are provided. 展开更多
关键词 CAELIFERA pygmy locust taxonomy
下载PDF
Synthesis and Crystal Structure of a New 2D O-bridged Copper(Ⅱ) Coordination Polymer Constructed from Sulfonate-derived Schiff Base 被引量:1
17
作者 欧阳淼 李家明 +3 位作者 蒋毅民 刘旭辉 张晖英 廖蓓玲 《Chinese Journal of Structural Chemistry》 SCIE CAS CSCD 2015年第2期299-305,共7页
A new chain-like coordination polymer, namely, [CuL]n (1, Na2L = 2-[(2-hydroxy- benzylidene)-amino]-benzenesulfonic acid sodium salt), has been synthesized and characterized by single-crystal X-ray diffraction, IR... A new chain-like coordination polymer, namely, [CuL]n (1, Na2L = 2-[(2-hydroxy- benzylidene)-amino]-benzenesulfonic acid sodium salt), has been synthesized and characterized by single-crystal X-ray diffraction, IR spectroscopy and elemental analysis. Complex 1 crystallizes in monoclinic system, space group P21/c with a = 9.2296(16), b = 10.4754(18), c = 12.200(2) A, β = 102.392(2)°, V = 1152.0(3)A3, CI3H9CuNOaN, Mr = 338.83, Dc = 1.953 g/cm3, Z = 4, F(000) = 684, p = 2.089 mm-1, the final R = 0.0376 and wR = 0.0956. X-ray diffraction analyses indicate that 1 displays a square-pyramidal metal center with NO4 donor sets. The sulfonate-derived Schiff base serves as a common N,O,O'-tridentate and a unique O-bridged ligand connecting the metals. Dinuclear copper complexes serve as secondary building blocks (SBUs) to construct an unusual 2D coordination network. In the crystal, the components form a stable 3D supramolecular architecture by C-H...O interactions and to-stacking 展开更多
关键词 sulfonate-derived Schiff base copper(II) complex synthesis crystal structure
下载PDF
Pursuit for Women's Equality in American Liberalistic Literary Thought
18
作者 Zhong Weixuan 《学术界》 CSSCI 北大核心 2016年第3期264-268,共5页
Analyzed from the viewpoint of women's equality,as key factors,equality of thought,equality of rights and equality of personal dignity are also the core directions pursued by American liberalistic literature. The ... Analyzed from the viewpoint of women's equality,as key factors,equality of thought,equality of rights and equality of personal dignity are also the core directions pursued by American liberalistic literature. The prominence of intrinsic meaning and value exerted by equality of thought and equality of personal dignity on free development goals of American society can ensure further enhancement of the equality of women's social rights and an increasingly rising new- level of social democratic development,expressing the features of the society and times embodied by American literalistic literary thought. 展开更多
关键词 自由主义 美国 女性 社会发展 角度分析 权利 文学 尊严
下载PDF
Synthesis and Crystal Structure of a Novel 3D Inorganic-organic Hybrid Metallic Coordination Polymer, [Na_2Cd(2,6-pyda)(N_3)_2(H_2O)_6]_n
19
作者 银秀菊 欧阳淼 +1 位作者 刘旭辉 蒋毅民 《Chinese Journal of Structural Chemistry》 SCIE CAS CSCD 2009年第10期1251-1256,共6页
A novel coordination polymer [Na2Cd(2,6-pyda)(N3)2(H2O)6]n (2,6-H2pyda = 2,6- pyridinedicarboxylic acid) has been synthesized and characterized by elemental analysis, IR and single-crystal X-ray diffraction. T... A novel coordination polymer [Na2Cd(2,6-pyda)(N3)2(H2O)6]n (2,6-H2pyda = 2,6- pyridinedicarboxylic acid) has been synthesized and characterized by elemental analysis, IR and single-crystal X-ray diffraction. The crystal belongs to the monoclinic system, space group C2/c, with a = 24.416(4), b = 10.7638(17), c = 6.9224(11) A^°, β= 106.124(2)A^°, V = 1747.7(5) A^°3, Mr = 515.64, De= 1.960 g/cm^3,μ = 1.365 mm^-1, F(000) = 1024, Z = 4, the final R = 0.0426 and wR = 0.1320. In the title complex, there exist two kinds of metal centers in the structure, cadmium ions and sodium ions. The Cd(Ⅱ) atom shows a distorted pentagonal-dipyramidal geometry defined by two O and one N atoms from one deprotonated pyda ligand and four N atoms from four μ-1,1,3 azido groups. The adjacent cadmium atoms are bridged via two μ-1,1,3 azido groups, along the c axis to afford an extended chain. There is also a 2D network which is comprised of binuclear subunits [NaE(H2O)6] connected by O atoms from coordinated water between the adjacent Cdn(pyda)n(Na)2n infinite chains. Furthermore, each cadmium atom is connected with four adjacent sodium atoms through the bridging N3- ligand in μ-1,3 patterns. Thus, the title complex exhibits a novel three-dimensional network structure. 展开更多
关键词 AZIDO 2 6-pyridinedicarboxylic acid INORGANIC-ORGANIC CADMIUM
下载PDF
Study on Mechanism of Explosive Spalling of ULC Castables During Rapid Drying
20
作者 WANG Zhanmin ZHAO Jin +5 位作者 CAO Xiying YU Lingyan ZHANG Sanhua SHI Gan HUANG Yufei ZHU Zhu 《China's Refractories》 CAS 2015年第4期1-6,共6页
Inner vapor pressure and temperature of vulnerable explosive spalling positions in refractory castables during rapid drying were measured by embedding pressure transmitting pipes and thermocouples during casting. The ... Inner vapor pressure and temperature of vulnerable explosive spalling positions in refractory castables during rapid drying were measured by embedding pressure transmitting pipes and thermocouples during casting. The measured vapor pressure, temperature, and tensile strength of the castables were analyzed and discussed. A hollow sphere shell model was used to analyze the stress induced by the vapor pressure based on the structure of refractory castables. The mechanism of refractory castables explosive spalling caused by vapor-induced pore split was proposed. By comparing the vapor-induced stress and the tensile strength of the castables, the explosive spalling mechanism was validated quantitatively. 展开更多
关键词 refractory castables explosive spalling vapor pressure tensile strength DRYING
下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部