期刊文献+

《High Technology Letters》

作品数1976被引量1283H指数9
本刊供我国高技术研究人员及时发表其研究成果和进行国内、国际学术交流的园地,旨在促进我国高技术研究的发展和扩大其在国内外的影响。内容涉及生物、计算机、电子与光电子技术、现代通讯、自动化、机器人能源、新材...查看详情>>
  • 主办单位Institute of Scientific and Technical Information of China
  • 国际标准连续出版物号1006-6748
  • 国内统一连续出版物号11-3683/N
  • 出版周期季刊
共找到1,976篇文章
< 1 2 99 >
每页显示 20 50 100
Heat dissipation enhancement method for finned heat sink for AGV motor driver's IGBT module
1
作者 刘璇 ZHANG Mingchao +2 位作者 LIU Chengwen ZHOU Chuanan LV Xiaoling 《High Technology Letters》 EI CAS 2024年第2期170-178,共9页
With the widespread use of high-power and highly integrated insulated gate bipolar transistor(IGBT),their cooling methods have become challenging.This paper proposes a liquid cooling scheme for heavy-duty automated gu... With the widespread use of high-power and highly integrated insulated gate bipolar transistor(IGBT),their cooling methods have become challenging.This paper proposes a liquid cooling scheme for heavy-duty automated guided vehicle(AGV)motor driver in port environment,and improves heat dissipation by analyzing and optimizing the core component of finned heat sink.Firstly,the temperature distribution of the initial scheme is studied by using Fluent software,and the heat transfer characteristics of the finned heat sink are obtained through numerical analysis.Secondly,an orthogonal test is designed and combined with the response surface methodology to optimize the structural parameters of the finned heat sink,resulting in a 14.57%increase in the heat dissipation effect.Finally,the effectiveness of heat dissipation enhancement is verified.This work provides valuable insights into improving the heat dissipation of IGBT modules and heat sinks,and provides guidance for their future applications. 展开更多
关键词 finned heat sink insulated gate bipolar transistor(IGBT)module heat dissipation orthogonal test response surface methodology
下载PDF
Ground target localization of unmanned aerial vehicle based on scene matching
2
作者 ZHANG Yan CHEN Yukun +2 位作者 HUANG He TANG Simi LI Zhi 《High Technology Letters》 EI CAS 2024年第3期231-243,共13页
In order to improve target localization precision,accuracy,execution efficiency,and application range of the unmanned aerial vehicle(UAV)based on scene matching,a ground target localization method for unmanned aerial ... In order to improve target localization precision,accuracy,execution efficiency,and application range of the unmanned aerial vehicle(UAV)based on scene matching,a ground target localization method for unmanned aerial vehicle based on scene matching(GTLUAVSM)is proposed.The sugges-ted approach entails completing scene matching through a feature matching algorithm.Then,multi-sensor registration is optimized by robust estimation based on homologous registration.Finally,basemap generation and model solution are utilized to improve basemap correspondence and accom-plish aerial image positioning.Theoretical evidence and experimental verification demonstrate that GTLUAVSM can improve localization accuracy,speed,and precision while minimizing reliance on task equipment. 展开更多
关键词 scene matching basemap adjustment feature registration random sample con-sensus(RANSAC) unmanned aerial vehicle(UAV)
下载PDF
Design and implementation of instruction-driven and data-driven self-reconfigurable cell array
3
作者 山蕊 XIA Xinyuan +3 位作者 YANG Kun CUI Xinyue LIAO Wang GAO Xu 《High Technology Letters》 EI CAS 2023年第1期31-40,共10页
The reconfigurable chip,which integrates the advantages of high performance,high flexibility,high parallelism,low power consumption,and low cost,has achieved rapid development and wide application.Generally,the contro... The reconfigurable chip,which integrates the advantages of high performance,high flexibility,high parallelism,low power consumption,and low cost,has achieved rapid development and wide application.Generally,the control part and the computing part of algorithm is accelerated based on different reconfigurable architectures,but it is difficult to obtain overall performance improvement.For improving efficiency of reconfigurable structure both for the control part and the computing part,a hybrid of instruction-driven and data-driven self-reconfigurable cell array is proposed.On instruction-driven mode,processing element(PE)works like a reduced instruction set computer(RSIC)machine,which is mainly for the control part of algorithm.On data-driven mode,data is calculated by flowing between the preconfigured PEs,which is mainly for the computing of algorithm.For verifying the efficiency of architecture,some high-efficiency video coding(HEVC)video compression algorithms are implemented on the proposed architecture.The proposed architecture has been implemented on Xilinx FPGA Virtex UltraScale VU440 develop board.The same circuitry is able to run at75 MHz.Compared with the architecture that only supports instruction-driven,the proposed architecture has better calculation efficiency. 展开更多
关键词 cell array configurable computing DATA-DRIVEN instruction-driven
下载PDF
On the performance of full-duplex non-orthonogal multiple access with energy harvesting over Nakagami-m fading channels
4
作者 Guo Weidong Zheng Dong 《High Technology Letters》 EI CAS 2021年第4期337-346,共10页
A cooperative full-duplex(FD)non-orthogonal multiple access(NOMA)network is consid-ered,in which a source communicate with multiple users via multiple energy harvesting(EH)FD relays.Based on this structure,a novel rel... A cooperative full-duplex(FD)non-orthogonal multiple access(NOMA)network is consid-ered,in which a source communicate with multiple users via multiple energy harvesting(EH)FD relays.Based on this structure,a novel relay selection scheme is proposed over Nakagamim fading channels by considering both the channel state information(CSI)and the energy statuses of relays.A finite Markov chain is adopted to capture the evolution of relay batteries and simplify the performance analysis by making some reasonable assumptions.General closed-form expressions of the outage probability and the ergodic sumrate are derived.All the theoretical results are validated by Monte-Carlo simulations.The impacts of various system parameters,such as the number of relays,the self-interference(SI)at the involved relay and battery size,on the performance are extensively investi-gated.It is shown that the usage of NOMA with FD relaying outperforms the half-duplex(HD)-NO-MA and conventional orthogonal multiple access(OMA)network when the self-interference is not too large. 展开更多
关键词 non-orthogonal multiple access(NOMA) full-duplex(FD) energy harvesting(EH) Markov chain
下载PDF
NNL:a domain-specific language for neural networks 被引量:1
5
作者 Wang Bingrui Chen Yunji 《High Technology Letters》 EI CAS 2020年第2期160-167,共8页
Recent years,neural networks(NNs)have received increasing attention from both academia and industry.So far significant diversity among existing NNs as well as their hardware platforms makes NN programming a daunting t... Recent years,neural networks(NNs)have received increasing attention from both academia and industry.So far significant diversity among existing NNs as well as their hardware platforms makes NN programming a daunting task.In this paper,a domain-specific language(DSL)for NNs,neural network language(NNL)is proposed to deliver productivity of NN programming and portable performance of NN execution on different hardware platforms.The productivity and flexibility of NN programming are enabled by abstracting NNs as a directed graph of blocks.The language describes 4 representative and widely used NNs and runs them on 3 different hardware platforms(CPU,GPU and NN accelerator).Experimental results show that NNs written with the proposed language are,on average,14.5%better than the baseline implementations across these 3 platforms.Moreover,compared with the Caffe framework that specifically targets the GPU platform,the code can achieve similar performance. 展开更多
关键词 artificial NEURAL network(NN) domain-specific language(DSL) NEURAL network(NN)accelerator
下载PDF
A novel flow control scheme for reciprocating compressor based on adaptive predictive PID control
6
作者 Liu Wenhua Zhang Jinjie +3 位作者 Zhou Chao Wang Yao Sun Xu Hong Huaibing 《High Technology Letters》 EI CAS 2020年第3期243-252,共10页
In the process of capacity regulation of reciprocating compressor, the frequent change of inlet temperature and pressure makes the control of exhaust flow unstable, resulting in the high pressure ratio of the intermed... In the process of capacity regulation of reciprocating compressor, the frequent change of inlet temperature and pressure makes the control of exhaust flow unstable, resulting in the high pressure ratio of the intermediate stage. At last the compressor cannot operate safely. To solve the problem, a novel flow control scheme based on inlet temperature and pressure ratio is proposed. In this scheme, the intake model of the cylinder under the capacity regulation condition is established to calculate the load of the first cylinder. Then, the adaptive predictive PID(APPID) controller is designed to control the pressure ratio of other stages, and the grey prediction model is used to predict the pressure output to overcome the system delay. To solve the problem of control parameters tuning, an improved particle swarm optimization(PSO) algorithm is adopted to obtain the optimal control parameters.The effectiveness of the adaptive predictive PID control method is verified by a two-stage compressor model simulation.Finally, the flow control scheme is applied to the actual four-stage air reciprocating compressor flow control system. Although the temperature difference is greater than 15 ℃, the compressor exhaust flow is maintained at the set value and the pressure ratio is also maintained stable. At the same time, the compressor pressure ratio can be quickly adjusted without overshoot. The application result further verifies the feasibility and effectiveness of the scheme. 展开更多
关键词 reciprocating compressor capacity control predictive PID control internal model control(IMC)
下载PDF
Influence of feature size of micro-scale channel on ink flow characteristics
7
作者 初红艳 Lin Xuecong +1 位作者 Zhao Pile Cai Ligang 《High Technology Letters》 EI CAS 2018年第3期296-302,共7页
Under the micro-scale condition,feature size of the channel is one of the main factors influencing the fluid flow characteristics. In printing process,ink thickness in the extrusion zone formed by two ink rollers may ... Under the micro-scale condition,feature size of the channel is one of the main factors influencing the fluid flow characteristics. In printing process,ink thickness in the extrusion zone formed by two ink rollers may reach micron scale. Compared with macroscopic fluid,the velocity field and the pressure field of fluid may change when the feature size of fluid channel reaches micron scale. In order to control printing quality,it is necessary to research the influence of feature size on ink flow characteristics in micro scale. This paper analyzes it in theory,and then numerical simulation of an ink flow model with different feature sizes is carried out in no slip condition. The influence of the feature size on the ink flow characteristics and the wall shear force are obtained. Besides,the ink flow model with different feature sizes is simulated numerically in slip condition,and the influence of feature size on ink flow characteristics is obtained. Finally,by comparing and analyzing the above results,it can be concluded that both the ink velocity and pressure at the inlet of the extrusion zone are inversely proportional to the feature sizes whether in slip condition or not. And the ink velocity in slip condition is larger than that without slip,the pressure at the inlet of the extrusion zone is less than that in no slip condition. Within the micro-scale range,the ink velocity difference between the two conditions cannot be ignored. Therefore,it is necessary to consider slip when analyzing the influence of feature size of micro-scale channel on ink flow characteristics. 展开更多
关键词 ink flow feature size velocity slip VELOCITY PRESSURE
下载PDF
A visual awareness pathway in cognitive model ABGP
8
作者 马刚 Yang Xi +2 位作者 Lu Chengxiang Zhang Bo Shi Zhongzhi 《High Technology Letters》 EI CAS 2016年第4期395-403,共9页
The cognitive model ABGP is a special model for agents,which consists of awareness,beliefs,goals and plans. The ABGP agents obtain the knowledge directly from the natural scenes only through some single preestablished... The cognitive model ABGP is a special model for agents,which consists of awareness,beliefs,goals and plans. The ABGP agents obtain the knowledge directly from the natural scenes only through some single preestablished rules like most agent architectures. Inspired by the biological visual cortex( V1) and the higher brain areas perceiving the visual feature,deep convolution neural networks( CNN) are introduced as a visual pathway into ABGP to build a novel visual awareness module. Then a rat-robot maze search simulation platform is constructed to validate that CNN can be used for the awareness module of ABGP. According to the simulation results,the rat-robot implemented by the ABGP with the CNN awareness module reaches the excellent performance of recognizing guideposts,which directly enhances the capability of the communication between the agent and the natural scenes and improves the ability to recognize the real world,which successfully demonstrates that an agent can independently plan its path in terms of the natural scenes. 展开更多
关键词 ABGP visual cortex(V1) convolution neural networks(CNN) AWARENESS visual pathway
下载PDF
The optimal power distribution in cooperative communication relay system
9
作者 张超一 Wu Muqing +1 位作者 Miao Jiansong Luan Linlin 《High Technology Letters》 EI CAS 2013年第4期371-377,共7页
In order to optimize power utilization of relay nodes in cooperative communication,a power allocation algorithm with objective function to maximize system capacity is proposed.Based on the convex optimization theory,a... In order to optimize power utilization of relay nodes in cooperative communication,a power allocation algorithm with objective function to maximize system capacity is proposed.Based on the convex optimization theory,an ellipsoid algorithm is used to solve this problem,which could simplify the subgradient choosing steps and improve convergence stability,so that an optimized power allocation algorithm is presented.Theoretical analysis and simulation results show that the algorithm can effectively distribute the power of each node with lower complexity,and ensure the transmission capability of relay nodes in cooperative communication. 展开更多
关键词 relay network power distribution convex optimization ellipsoid algorithm
下载PDF
Expected density of progress for wireless ad hoc networks with Nakagami-m fading
10
作者 陈昌海 Yin Changchuan +1 位作者 Tang Jingmin Yue Guangxin 《High Technology Letters》 EI CAS 2012年第2期191-194,共4页
This paper presents the closed-form expression to the expected density of progress for wireless ad hoc networks with Nakagami-m fading. The expected density of progress is defined as the expectation of a product betwe... This paper presents the closed-form expression to the expected density of progress for wireless ad hoc networks with Nakagami-m fading. The expected density of progress is defined as the expectation of a product between the number of simultaneous successful transmission per unit area and the distance towards the destination. Numerical results show that the expected density of progress is determined by two factors, terminal density and the probability that a terminal attempts to transmit. 展开更多
关键词 ad hoe expected density of progress OUTAGE transmission region NAKAGAMI
下载PDF
Hierarchical multicast with inter-layer random network coding 被引量:1
11
作者 司菁菁 Zhuang Bojin Cai Anni 《High Technology Letters》 EI CAS 2011年第1期86-90,共5页
To maximize the aggregate throughput achieved in heterogeneous networks, this paper investigates inter-session network coding for the distribution of layered source data. We define inter-layer hierarchical random line... To maximize the aggregate throughput achieved in heterogeneous networks, this paper investigates inter-session network coding for the distribution of layered source data. We define inter-layer hierarchical random linear network codes (IHRLNC), which not only take the flexibility of intersession network coding for layer mixing but also consider the strict priority inherent in the layered source data. Furthermore, we propose the inter-layer hierarchical multicast (IHM), which performs IHRLNC in the network such that each sink can recover some source layers according to its individu- al capacity. To determine the optimal type of IHRLNC that should be performed on each edge in IHM, we formulate an optimization problem based on 0-1 integer linear programming, and propose a heuristic approach to approximate the optimal solution in polynomial time. Simulation results show that the proposed IHM can achieve throughput gains over the layered muhicast schemes. 展开更多
关键词 network coding inter-session inter-layer hierarchical multicast (IHM) LAYERED
下载PDF
Available capacity and robust wireless mesh connectivity of TDD-based networks
12
作者 宋甲英 Li +2 位作者 Xu Zhong Zhangdui 《High Technology Letters》 EI CAS 2011年第1期80-85,共6页
This paper addresses the available capacity and robust connectivity of time division duplex based wireless mesh networks (TDD-based WMNs). A stochastic model is presented for TDD-based WMNs. Considering the paramete... This paper addresses the available capacity and robust connectivity of time division duplex based wireless mesh networks (TDD-based WMNs). A stochastic model is presented for TDD-based WMNs. Considering the parameters that affect the network performance like ratio of control slots number to data slots number, collision probability, node density and average hopcounts, the availa- ble capacity for each node is inferred. Meanwhile, the order of transmission range for robust connec- tivity of large scale WMNs is derived. With the stochastic model and inferred available capacity per node, the performance of TDD-based WMNs using IEEE 802.16 standard is analyzed under various conditions. Simulation results indicate that the available capacity of IEEE 802.16-based TDD-based WMNs and the theoretical result have the same increasing and decreasing trend as the node density increases. Simulation results also illustrate the optimal value of the ratio of control slots number to data slots number that maximizes the available capacity. 展开更多
关键词 wireless mesh networks (WMNs) TDD/TDMA performance analysis available capacity robust connectivity
下载PDF
Handover improvement based on cost function and user fairness for cellular relay enhanced LTE networks
13
作者 Chen Muqiong Ji Hong Li Xi 《High Technology Letters》 EI CAS 2011年第3期299-304,共6页
In order to optimize handover target selection and achieve better handover performance in cellular relay networks under the long term evolution (LTE) system, a novel handover measurement and decision scheme based on... In order to optimize handover target selection and achieve better handover performance in cellular relay networks under the long term evolution (LTE) system, a novel handover measurement and decision scheme based on cost function is proposed in the paper. The relay-enhanced network provides user equipment (UE) multiple handover choices from neighbor base stations or relays. This may result in different overhead, resource utility and traffic load which attaches importance to proper handover schemes. Compared with traditional handover measurement and decision schemes, the proposed scheme adopts reference signal receiving quality (RSRQ) in the measurement stage and uses a modified signal cost function considering signal overhead in different handover types and expected long-term throughput of UE. Besides, UE fairness and sector resource utilization are taken into account as well. Theory analysis and simulation results prove that the proposed scheme can enhance cell throughput, decrease handover delay and signal overhead, and improve UE fairness. 展开更多
关键词 HANDOVER RELAY cost function FAIRNESS
下载PDF
A hybrid differential evolution algorithm for meta-task scheduling in grids
14
作者 康钦马 Jiang Changiun +1 位作者 He Hong Huang Qiangsheng 《High Technology Letters》 EI CAS 2009年第3期261-266,共6页
Task scheduling is one of the core steps to effectively exploit the capabilities of heterogeneous re-sources in the grid.This paper presents a new hybrid differential evolution(HDE)algorithm for findingan optimal or n... Task scheduling is one of the core steps to effectively exploit the capabilities of heterogeneous re-sources in the grid.This paper presents a new hybrid differential evolution(HDE)algorithm for findingan optimal or near-optimal schedule within reasonable time.The encoding scheme and the adaptation ofclassical differential evolution algorithm for dealing with discrete variables are discussed.A simple but ef-fective local search is incorporated into differential evolution to stress exploitation.The performance of theproposed HDE algorithm is showed by being compared with a genetic algorithm(GA)on a known staticbenchmark for the problem.Experimental results indicate that the proposed algorithm has better perfor-mance than GA in terms of both solution quality and computational time,and thus it can be used to de-sign efficient dynamic schedulers in batch mode for real grid systems. 展开更多
关键词 Hybrid differential evolution grid computing task scheduling genetic algorithm
下载PDF
Wireless sensor networks in relic protection:deployment methodology and cross-layer design 被引量:1
15
作者 李栋 《High Technology Letters》 EI CAS 2009年第1期59-64,共6页
This paper describes the deployment optimization technology and the cross-layer design of a surveil-lance WSN system applied in relic protection.Facing the typical technical challenges in the applicationcontext of rel... This paper describes the deployment optimization technology and the cross-layer design of a surveil-lance WSN system applied in relic protection.Facing the typical technical challenges in the applicationcontext of relic protection,we firstly propose a deployment technology based on ant colony optimization al-gorithm(DT-ACO)to overcome the difficulties in communication connectivity and sensing coverage.Meanwhile,DT-ACO minimizes the overall cost of the system as much as possible.Secondly we proposea novel power-aware cross-layer scheme(PACS)to facilitate adjustable system lifetime and surveillanceaccuracy.The performance analysis shows that we achieve lower device cost,significant extension of thesystem lifetime and improvement on the data delivery rate compared with the traditional methods. 展开更多
关键词 wireless sensor network deployment algorithm cross-layer design
下载PDF
Configuration information acquisition and matching in self-reconfiguring process of modular self-reconfigurable robots 被引量:1
16
作者 任宗伟 《High Technology Letters》 EI CAS 2008年第4期411-417,共7页
Configuration information acquisition and matching are two important steps in the self-reconfiguring process of self-reconfigurable robots. The process of configuration information acquisition was introduced, and a se... Configuration information acquisition and matching are two important steps in the self-reconfiguring process of self-reconfigurable robots. The process of configuration information acquisition was introduced, and a self-reconfiguring configuration matching strategy based on graded optimization mechanism was proposed. The first-grade optimization was to search common connection between matching scheme and goal configuration. The second-grade optimization, whose object function was constructed in terms of configuration connectivity, was to search connnon topology according to the results of the first-grade optimization. The entire process of configuration information acquisition and matching was verified by an experiment and genetic algorithm (GA). The result shows the accuracy of the configuration information acquisition and the effectiveness of the configuration matching method. 展开更多
关键词 self-reconfigurable robot genetic algorithm (GA) information acquisition configuration matching graded optimization.
下载PDF
Efficient storage and retrieval of clustering results using relational database
17
作者 DengShengchun HeZengyou +1 位作者 XuXiaofei LiQinzhi 《High Technology Letters》 EI CAS 2005年第1期51-55,共5页
The problem of how to efficiently store and query the clustering results was considered. Three different storage schemas for clustering results using relational database were proposed, namely, full schema (f-schema), ... The problem of how to efficiently store and query the clustering results was considered. Three different storage schemas for clustering results using relational database were proposed, namely, full schema (f-schema), partial schema (p-schema) and compressed schema (c-schema). At the same time, a classification for queries issued to the clustering results was also presented. Finally, we empirically studied the performance of proposed queries on different storage schemas. To our knowledge, this is the first work to address the problem. 展开更多
关键词 数据库 数据隐藏 查询过程 文件 计算机技术
下载PDF
A study on the effect of the bacterial inoculant on corn silage quality, digestibility and performance in dairy cattle 被引量:3
18
作者 王建华 WuZilin +2 位作者 MichaelKWoolford DiaoQiyu CaiHuiyi 《High Technology Letters》 EI CAS 2005年第2期211-216,共6页
Effect of the bacterial inoculant Sil-All (short for ‘SA') on corn silage quality, digestibility and performance in dairy cattle was studied. SA treated silage resulted in the higher level of retained protein and... Effect of the bacterial inoculant Sil-All (short for ‘SA') on corn silage quality, digestibility and performance in dairy cattle was studied. SA treated silage resulted in the higher level of retained protein and slightly higher level of residual sugars in that treatment, the better digestibility of the neutral detergent fibre (NDF) and the acid detergent fibre (ADF), the lower pH and evolution of ammonia compared to the control; The fall in pH was most rapid in the SA treated silage in the first 4 days of ensilage, when it matters most for the conservation of protein, compared with the control silage and this was linked more to both lactic and total acids. Both volatile fatty acid (VFA) and lactate content increased with ensiling time, increase degree reached up near 100%; Lactate content in treatment silage was higher than that in the control, and this difference was all maintained at the level of approximately 7%~13% almost in all cases, at length, up 16% in the case of day 15; pH value decreased with ensiling time. Moreover, pH value in most of treatment were lower than that in thecontrol; The digestibility of both dry matter (DM) and crude protein (CP) was appreciably improved by the use of inoculant SA. Also, in relation to reductions, of NDF and ADF were noted. An increase in milk yield of the order of 0.9kg per head per day in favour of SA was observed. Alternatively, with an average daily feed intake of 20kg, this indicates with 1ton of corn silage milk yield could be increased by 46.5kg. 展开更多
关键词 饲料 接种菌 牛奶场 发酵技术 脂肪酸
下载PDF
Maturation of Osteoblast-Like Saos-2 on Hydroxyapatite Ceramics
19
作者 王朝元 Duan Yourong +4 位作者 Boban Markovic James Barbara C.Rolfe Howlett Zhang Xingdong Hala Zreiqat 《High Technology Letters》 EI CAS 2004年第2期46-50,共5页
Hydroxyapatite ceramics (HA) has been proved to be excellent in biocompatibility and bioactivity. However, limited information is available concerning how HA ceramics affects the maturation of osteoblasts in molecular... Hydroxyapatite ceramics (HA) has been proved to be excellent in biocompatibility and bioactivity. However, limited information is available concerning how HA ceramics affects the maturation of osteoblasts in molecular biological level in vitro. This study examines the mRNA expression and protein production of bone-related genes in osteoblast-like cell line (Saos-2) cultured on HA disks. Saos-2 cells are seeded onto the substrates and cultured for 18 days. Harvested cells are tested for the cell growth rate, expression of mRNAs for osteocalcin and alkaline phosphatase, and protein production of bone sialoprotein and osteocalcin. MTS assay shows that cell proliferates well on HA ceramic substrate. After 9d, bone sialoprotein and osteocalcin protein production in SaPS-2 increases more on HA surfaces than on control material. As bone sialoprotein and osteocalcin are the genes to be highly expressed at the late stage of osteoblast differentiation, this study reveals that after long time culture in HA, HA can induce Saos-2 maturation. The behavior of Saos-2 on HA surfaces revealed in this study provides valuable information for the understanding of the biocompatibility and bioactivity of HA ceramics. 展开更多
关键词 羟磷灰石制陶业 细胞增殖 相关骨基因表达 熟化 SAOS-2 分子生物学
下载PDF
A Hybrid Authorization Model For Project-Oriented Workflow
20
作者 张晓光 Cao +2 位作者 Jian Zhang Shensheng 《High Technology Letters》 EI CAS 2003年第3期92-96,共5页
In the context of workflow systems, security-relevant aspect is related to the assignment of activities to (human or automated) agents. This paper intends to cast light on the management of project-oriented workflow. ... In the context of workflow systems, security-relevant aspect is related to the assignment of activities to (human or automated) agents. This paper intends to cast light on the management of project-oriented workflow. A comprehensive authorization model is proposed from the perspective of project management. In this model, the concept of activity decomposition and team is introduced, which improves the security of conventional role-based access control. Furthermore, policy is provided to define the static and dynamic constraints such as Separation of Duty (SoD). Validity of constraints is proposed to provide a fine-grained assignment, which improves the performance of policy management. The model is applicable not only to project-oriented workflow applications but also to other teamwork environments such as virtual enterprise. 展开更多
关键词 WORKFLOW PROJECT-ORIENTED access control ROLE TEAM POLICY
下载PDF
上一页 1 2 99 下一页 到第
使用帮助 返回顶部