查询词典 return key
- 与 return key 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
To further enhance the security and connectivity for wireless sensor networks,proposed an improved key management scheme.Introduced the scheme,a random key predistribution using multiple key spaces and multipath key reinforcement was based on group-based deployment model which in the paper of DU Wen-liang.
为了进一步提高无线传感器网络的安全连通性,在分析DU Wen-liang等人的group-based节点投放模型的基础上,提出了一种改进的密钥管理方案:多密钥空间与多路径增强相结合的随机密钥预分配方案。
-
To further enhance the security and connectivity for wireless sensor networks,proposed an improved key management scheme.introduced the scheme,a random key predistribution using multiple key spaces and multipath key reinforcement was based on group-based deployment model which in the paper of du wen-liang.analysis and simulations show that the scheme has lower memory and communication overheads, better ability against attacks besides good security performance.
为了进一步提高无线传感器网络的安全连通性,在分析du wen-liang等人的group-based节点投放模型的基础上,提出了一种改进的密钥管理方案:多密钥空间与多路径增强相结合的随机密钥预分配方案。结果分析表明,该方案需要较少的内存存储空间,不仅提高了系统的连通性,还降低了节点的被捕获概率。
-
The menu key function and enter key function interconvert through the menu key translation mode in the present invention, thereby achieving the effect of providing convenient key operation to the left-handed user.
在本发明中,通过菜单键转换模式对菜单键功能与确认键功能进行相互转换,达到了为左撇用户提供方便的键操作的效果。
-
In the symmetrical encryption system aspect, discussed the des algorithm with emphasis, has given it in the key management, the safe application aspect exists question; the problem which in the asymmetrical encryption system aspect, studies in with emphasis which rsa and the application has the question, the ecc merit and should pay attention and so on.through the quite symmetrical key encryption system and the public key encryption system good and bad points,summarize should use the mix key encryption system in the electronic commerce, both guarantee data security, and may enhance encrypts and deciphers the speed.
在对称加密体制方面,重点讨论了des 算法,给出了其在密钥管理、安全应用方面存在的问题;在非对称加密体制方面,重点研究rsa及其应用中存在的问题、ecc的优点及应注意的问题等。通过比较对称密钥加密体制和公开密钥加密体制的优缺点,总结出在电子商务中应采用混合密钥加密体制,既保证数据安全,又可提高加密和解密速度。
-
By introducing XOR operation and one-way function chains to group key management schemes based on the keys tree, a new group key management scheme based on the keys tree, XOR operation and one-way function chains is proposed. Initialization, member adding and member evicting operations are introduced. The new scheme is compared with three other group key management schemes which are based on the keys tree:SKDC, LKH, and OFT. As far as transmission, computation and storage costs are concerned, the performance of the new group key management scheme is the best.
摘 要:在基于密钥树的组密钥管理方案中引入了XOR操作以及单向函数链,提出了一种新的基于密钥树、XOR操作以及单向函数链的组密钥管理方案,介绍了新方案中初始化、成员加入以及成员退出的操作,将新方案与3种基于密钥树的组密钥管理方案SKDC,LKH,OFT进行了比较,数据表明:就传输、计算以及存储开销而言,新的组密钥管理方案性能最优。
-
Its birth is in key word is decision-making in to the search engine optimizes worker enlarge wide train of thought, basis before circumstance, major search engine optimizes service business to pay close attention to most is the core key word in the website, rank that those who emphasize also is core key word, and oversight the key word of a few little flow.
它的诞生在关键字决策中给搜索引擎优化工作者扩宽了思路,根据以往的情况,大部分搜索引擎优化服务商关注最多的是网站中的核心关键字、强调的也是核心关键字的排名,而忽略了一些小流量的关键字。
-
The third key-press is regarded as letter affirmance key-press on mini key-board, at the same time, identifies sound, the identical method is: identifying the three sounds by lengthways three lists, identifying the three rhymes by transverse three rows, the intersectant is the whole identifying key-press of sound.
小键盘以输入第三键作为字符确认键,同时识别声韵,识别方法是:以纵向三列键识别三声;横向三排键识别三韵,纵横交合键位就是该音节的声韵全识别键。
-
The BCH coded authentication data is modulated by chaotic sequence and then embedded into the DCT domain of the image by using the owner's private key.The embedding process is controlled by Just Noticeable Difference of the DCT block.Users can extract the authentication data with the public key,while they can't get the private key to destroy or delete the watermark through the public key.
提出一种基于非对称水印的图像认证改进算法,算法中将经过BCH编码和混沌序列调制的认证信息作为水印,利用所有者私钥嵌入图像DCT域,嵌入过程根据DCT块的可视噪声阈值控制,用户可以利用公钥从水印图像中提取认证信息,但无法从公钥中获取任何私钥信息,从而无法破坏或删除水印。
-
Based on a lot of experiment results, a conclusion is drawn: comparing with other factors, the performance of branch handling strategy is the key limits of processor to exploit the instruction level parallelism existed in nonscientific code, cache miss have severe effect on superscalar processor's performance when it runs scientific code. Second, in order to reduce the branch penalty and improve the performance of superscalar processor, a new branch handling strategy—a classification based hierarchical branch handling strategy, CHBHS is proposed. It first expands the traditional processor architecture to support multiple condition code, conditional execution and Mbranch instruction, as a result, compiler can reduce the number of static conditional branch when the code is generated. Then, CHBHS tries to use the best suitable mechanism to deal with different branch base on their different behavior. CHBHS can predict the target address of unconditional branch, subroutine call and conditional branch by buffering their target address in branch target buffer, a newly proposed high efficient return address stack is used to reduce the penalty of subroutine return instruction, a new Counter Register Stack is also proposed to reduce the penalty of loop-closing branch to zero, and dynamic branch predictor is incorporate with branch target buffer to predict the outcome of conditional branch.
基于上述结论,为了尽量消除转移指令对处理器开发指令级并行性能力的影响,进一步提高处理器性能,在详尽分析目前已存在的转移处理策略的特点与局限性的基础上,首次提出了一种新的转移处理策略即基于分类的层次转移处理策略CHBHS(Classification Based Hierarchical Branch Handling Strategy),它首先通过扩展传统的体系结构,支持多条件码、条件式执行及多分支转移技术,以使编译程序在进行代码生成时可尽量少生成条件转移指令,从而减少静态条件转移指令的数目;其次,基于不同的转移指令的行为不同这一事实,提出了对不同的转移指令采用不同的机制进行处理的思想,即对无条件转移指令和函数调用指令以及条件转移指令的目标地址,采用转移目标缓冲器来预测,对于函数返回指令,采用所提出一种的高效返回地址栈来预测其目标地址,对于大多数循环控制转移指令,采用所提出的Counter Register Stack来将其所可能带来的损失减少为0,对于其他的条件转移指令采用动态预测机制来预测其方向。
-
Based on analysis of application deficiencies of these two mechanisms, some improvement advices are advocated.A unified on-grid pricing mechanism, with the consideration of costs of generators and send-out projects, step options, adjustment along with technology advancement and provincial differences is proposed to replace benchmark pricing mechanism. Key problems such as standard and levels of return rate, reasonable partition of interest during the construction period are discussed in the unified on-grid pricing mechanism. A modified investment cash flows statement based estimation method of on-grid prices is proposed in the thesis. Return rate of on-grid electricity price should be adjusted dynamically according to the capital asset pricing model.
论文进一步提出了改进我国上网电价定价机制的分析和建议,提出了标杆电价改为统一上网电价、统一上网电价包含电厂和送出工程范围、建立分阶梯统一上网电价、统一上网电价随技术进步调整机制、各省行政区可分区颁布统一上网电价等建议;论文还对统一上网电价测算中的收益率标准、收益率水平、建设期利息合理划分问题提出了改进建议,提出上网电价测算应以投资方现金流量表为依据,并通过分析提出现行投资方现金流量表的修正办。。。
- 相关中文对照歌词
- Return Of The Mac
- Down On Longboat Key
- Return The Favor
- The Return (Of The Velvet Bear)
- Return Of The Singer
- Key Lime Pie
- The Key
- Ring Ding Dong
- Love Is The Key
- I Will Return To You
- 推荐网络例句
-
Foods high in this vitamin include oily fish such as salmon, tuna and, and fish liver oils.
维生素D含量高的食物包括诸如大麻哈鱼、金枪鱼和鲭鱼之类的油鱼以及鱼肝油。
-
We need you to cosign our public letter demanding that press intimidation cease immediately, and that all charges be dropped.
我们需要您cosign我们的公共信,要求记者立即停止恐吓,并要求所有收费下降。
-
Finally, some conclusions are generalized at the end of this thesis.
最后,对全文工作进行总结,归纳本文的主要结论。