查询词典 exchange algorithm
- 与 exchange algorithm 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
It solves the problem that the unitary contour presentation can not correctly extract face contour in a face image which suffers from scale, rotation etc. The definition of the internal and external energy function is provided. At the same time, the global matching algorithm and local matching algorithm is given. The experiment shows that this presentation and the accompanying matching algorithm can be used to extract the face contour very well. So the image segmentation can be implemented by using it.②By analyzing the recognition principle of PCA method, we can conclude that the face images coming from different surrounding consist of different face image space. This is the essential reason that makes the generality of PCA method worse. Also, we give a measurement means to measure the distance from different face image space, so we can analyze face image space more conveniently.③We also construct various scale models and rotation pose models to detect the scale and rotating angle of face image to be recognized. The experiment results show that the detecting precision is very high. So it is good for face image feature extraction and face image representation.④Similarly, we construct local feature models of face image and utilize them to detect the local feature of face image. At the same time, we put forward a novel face image local feature detection algorithm, locating step by step. The experiment results show that this method can accurately detect the location of local face feature in a image.⑤A novel face image presentation model, dual attribute graph , is put forward. Firstly, it utilizes attribute graph to present the face image, then exact the local principal component coefficient and Gabor transform coefficient of thc pixels which corresponds to the nodes of the graph as the attribute of the nodes. This representation fully makes use of the statistical characteristic of the local face feature and utilizes Gabor transform to present the topographical structure of face image. So DAG has more general property.⑥Based on the DAG presentation, we give a DAG matching function and matching algorithm. During the design of the function and algorithm, the noise factor, e. g., lighting, scale and rotation pose are considered and tried to be eliminated. So the algorithm can give more general property.⑦A general face image recognition system is implemented. The experiment show the system can get better recognition performance under the noise surrounding of lighting, scale and rotation pose.
本文在上述研究的基础上,取得了如下主要研究成果:①构造了一个通用的人脸轮廓模型表示,解决了由于人脸图象尺度、旋转等因素而使得仅用单一轮廓表示无法正确提取人脸轮廓的问题,并给出了模型内、外能函数的定义,同时给出了模型的全局与局部匹配算法,实验表明,使用这种表示形式以及匹配算法,能够较好地提取人脸图象的轮廓,可实际用于人脸图象的分割;②深入分析了PCA方法的识别机制,得出不同成象条件下的人脸图象构成不同的人脸图象空间的结论,同时指出这也是造成PCA方法通用性较差的本质原因,并给出了不同人脸空间距离的一种度量方法,使用该度量方法能够直观地对人脸图象空间进行分析;③构造了各种尺度模板、旋转姿势模板以用于探测待识人脸图象的尺度、旋转角度,实验结果表明,探测精确度很高,从而有利于人脸图象特征提取,以及图象的有效表示;④构造了人脸图象的各局部特征模板,用于人脸图象局部特征的探测;同时提出了一种新的人脸图象局部特征探测法---逐步求精定位法,实验结果表明,使用这种方法能够精确地得到人脸图象各局部特征的位置;⑤提出了一种新的人脸图象表示法---双属性图表示法;利用属性图来表示人脸图象,并提取图节点对应图象位置的局部主成分特征系数以及Gabor变换系数作为图节点的属性,这种表示方法充分利用了人脸图象的局部特征的统计特性,并且使用Gabor变换来反映人脸图象的拓扑结构,从而使得双属性图表示法具有较强的通用性;⑥在双属性图表示的基础上,给出双属性图匹配函数及匹配算法,在函数及算法设计过程中,考虑并解决了光照、尺度、旋转姿势变化等因素对人脸图象识别的影响,使得匹配算法具有较强的通用性;⑦设计并实现了一个通用的人脸图象识别系统,实验结果表明,该系统在图象光照、尺度、旋转姿势情况下,得到了较好的识别效果。
-
Moreover, A hybrid algorithm, ALHybrid, which is made of the algorithm LIDBSO and the algorithm AprioriIpv, is designed. Two algorithm, MQC_Apriori and MQC_LIDBSO, are given to mining multiple level quantitative association rules with item constrains. Two algorithm, PMARⅡ and PMARⅢ, which are based on different sequential mining algorithms, are given for parallelling mining association rules. In order to solve the mining association rules problem when we add a set of data to a database or delete a set of data from a database, two incremental updating algorithm, EUAR and EUAR, are given. Three incremental updating algorithm for association rules mining, DIUAⅠ, DIUAⅡ and DIUAⅢ, are dedigned to solve the three kinds of association rules incremental updating problem in distributed databases.
另外,文中还设计了一个算法LIDBSO与算法AprioriIpv相结合的混合采掘算法ALHybrid;对于多层次、带约束、多值属性关联规则的采掘问题,给出了两个采掘算法:算法MQC_Apriori和算法MQC_LIDBSO;在关联规则的并行采掘方面,还设计了两个基于不同顺序关联规则采掘算法的并行算法:算法PMARⅡ和算法PMARⅢ;在关联规则的增量式更新问题上,还给出了两个改进算法:算法EUAR和算法EUARˉ,分别用于解决当数据库增加或删除一个数据集合时的关联规则增量式更新问题;针对分布式数据库中的关联规则增量式更新的三类问题,提出了三个增量式更新算法:算法DIUA Ⅰ、算法DIUAⅡ和算法DIUAⅢ。
-
This paper extends the ant colony algorithm which is used for solving 0-1 knapsack problem in reference [7], and gets enlightenment from the ant colony algorithm with 2-opt local optimization for solving traveling salesman problems: Exchange strategy can make the algorithm have faster convergence rate and get better quality solution. So this paper presents the ant colony algorithm based on exchange stragegy.
本文推广了文献[7]中求解单维0-1背包问题的蚁群算法,并从结合2-opt等局部优化的蚁群算法求解旅行商问题中得到启示:通过交换策略可以加快算法的收敛速度和获取更高质量的解,因此提出了基于交换策略的蚁群算法。
-
So called "likely is" is for under the seriously restricted condition of simple labor and commodity exchange in the early days, both sides know about the approximate labor amount needed for producing the article for exchanging, so it is relatively easy to realize the equate labor exchange; So called "likely not" is for in the process of developed and complicated commodity exchange, it is very difficult for the dealers to compute the labor amount that includes in the article of other side, so the principle of equate labor exchange actually does not inheres the meaning that prevalently use, the comparing interests principle can be the principle that prevalently use, but the equate labor exchange principle just is a kind of special example of comparing interests principle.
所谓&似是&是因为在初期简单劳动及其商品交换的严格限制条件下,双方都知道要生产所交换的商品需要的大致劳动量,等量劳动交换的实现比较容易;所谓&而非&,则是因为在发达复杂的商品交换中,交换者很难统一计量出对方商品所包含的劳动量,等量劳动交换原则事实上就不具有普遍适用的意义。商品交换的比较利益原则才是普遍适用的原则,等量劳动交换原则只是比较利益原则的一种特例。
-
As to domestic sector, the author discuss the influences of different exchange rate regime on growth, inflation, economic stability and financial deepening, and agues that:(1) the relatively fixed exhange rate regimes are more pro-growth for emerging economies;(2) the relatively fixed exchange rate regimes can be useful for control of inflation in developing countries, but it can also be replaced by other monetary rules like inflaiton-targeting;(3) fixed exchange rate regime woulde better to deal with nominal shocks when floating exchange rate regime better to deal with real shocks, but both of them can not entirely insulate the external shocks;(4) the improvement of financial deepening is faster under relative fixed exchange rate regimes.
从国内经济部门看,不同汇率制度对经济增长、通货膨胀、经济稳定、金融深化等关键变量具有不同影响:(1)对于新兴市场国家来说,相对固定的汇率制度更有利于促进经济增长;(2)相对固定的汇率制度有利于抑制通货膨胀,但也可以由其他货币规则替代;(3)固定汇率更适合应对名义经济冲击,浮动汇率更适合应对实际经济冲击,二者都不能隔离外部冲击;(4)在相对固定的汇率制度下,金融深化发展更快。
-
This paper includes several parts: first, some important concepts of the thesis have been defined, a theoretical overview of currency crisis has been finished; then, we have described the history of the international monetary system; later, three chapes have been arranged to discuss the mechanism of currency crisis under fixed and floating and intermediate exchange rate system respectively. The part of the fixed exchange rate system mainly includes the analysis of the collapse of the international gold standard system, the Bretton Woods system and the the European Monetary System; in the part of the floating exchange rate system, the volatility problem under freely floating exchange rate system has been studied; the part of the intermediate exchange rate system mainly includes the analysis of currency crises in regional dollar standard system and the currency board system. And finally, we have analysed the inevitability of the appearance of new type regional monetary cooperation patterns, and how these cooperations avoid currency crises.
本文主要包括这样几部分:首先,对论文中涉及到的重要概念给予界定,并对货币危机理论进行系统梳理;接着,按时间顺序从总体上回忆国际货币制度的历史演进;然后,用三个章节分别研究了固定汇率制度、浮动汇率制度以及中间汇率制度下货币危机的形成机理,其中,固定汇率制度下的货币危机主要包括国际金本位制度和布雷顿森林体系的崩溃,以及欧洲货币体系的瓦解;浮动汇率制度下的货币危机,则重点分析了自由浮动汇率制度下汇率的过度波动问题;中间汇率制度下的货币危机,分别分析了区域美元本位及货币局制度下货币危机的发生机理;最后,分析了目前新型区域货币合作模式出现的必然性,及各模式下如何规避货币危机。
-
Considered that china finance reality, implementing hard peg exchange rate regime isn" t favor to economic level effect, but at present there isn" t enough condition in implementing float exchange rate regime in china, so author argue that china should choose median exchange rate regime between hard peg exchange rate regime and float exchange rate regime.
论文重点分析了在中国金融进一步开放中,实施固定汇率制不利于发挥汇率的经济杠杆作用,而实施浮动汇率制的条件又不具备,只能选择介于固定与浮动两极之间的&中间汇率安排&。
-
The using of the technologies of DOA in the orientation estimating of interference is discussed, then an evolutive ESPRIT algorithm is put forward which avoids the eigendecomposition and is easily achieved. To the MUSIC algorithm, an easy eigendecomposition algorithm for Hermitian matrix is presented. It breaks away form the complex matrix decomposition such as QR algorithm. Basing on the whole matrix, the algorithm makes use of the multiplication operation of matrix and vector, which attains simpleness and is fit for DSP. In the field of DOA estimating of correlation interferences, spatial smoothing algorithm consumes too many array units.
讨论了DOA技术在干扰源方位估计中的应用,提出了一种ESPRIT演变算法,该算法避开了特征值分解,实现简便;在MUSIC算法的实现中提出了一个Hermitian矩阵特征值分解算法,该算法摆脱了复杂矩阵分解,从矩阵整体出发,主要的运算是矩阵与矢量的乘运算,算法简单,非常适合DSP芯片实现;在相关源的DOA估计中,空间平滑技术使阵元的损失非常大,本文提出了一种进一步降低阵元消耗的平滑技术—随机空间增益法,其在运算量上的增加很小,但对于相干源的去相关确是有效的。
-
A fine-grained genetic algorithm based algorithm which is for the parameters optimization problem of agent model is proposed. The fine-grained genetic algorithm is used to solve the parameters optimization problem of agent model. As to the parameters optimization problem of the agents colony model, the first step is to define the concept of "the parameters mode of the combat agents colony" to describe the parameters of the combat agent colony model. Then the genetic algorithm is used to solve the optimization problem with the parameters mode of the combat agent colony model as the genetic individual. Besides the algorithm, the algorithm dispatch tactic is also considered. And the two level sequence dispatch tactic and the two level nesting dispatch tactic are put forward for those complex parameters optimization problem. At last, the model parameters optimization under antagonism codition is studied. The means to solve this problem is to translate it into a kind of antagonism problem, then use the competitive co-evolutionary genetic algorithms to solve it.
其中:提出了一种基于细粒度模型的作战智能体模型参数优化求解算法,用细粒度模型遗传算法求解作战智能体模型参数优化问题;提出了"作战智能体群体参数模式"的概念,对作战智能体群体模型参数进行形式化描述,再以作战智能体群体参数模式为遗传个体,应用遗传算法求解作战智能体群体模型参数的优化问题;研究了上述优化问题求解算法的调度策略,提出了分层模型参数优化算法的双层顺序调度策略和双层嵌套调度策略,解决复杂的模型参数优化问题;将对抗条件下作战模型参数的优化问题转化为一种对抗性问题,应用竞争性共同进化遗传算法,进行求解。
-
The measurement system error model analysis is introduced into power system real time network state analysis as an important part for the first time, which can improve on the state estimation quality and provide the capability to monitor the operation of the measurement system; 2. The theory and algorithm of the on-line estimation and update of measurement noise variance based on the relation between the residual variance and noise variance. The statistic properties of the sample variance are discussed and the relation between the estimation precision and sample size under given confidence level is derived; 3. The theory and algorithm of detection and identification of measurement bias are presented, which is based on the relation between residual mean and noise mean. The statistic properties of sample mean are discussed and the relation between estimation precision and sample size is derived; 4. The Givens orthogonal transformation algorithm is selected to be the essential algorithm of state estimation, the fast orthogonal transformation algorithm with damp factor and the algorithm which can handle the zero injection measurements efficiently are presented; 5. The quantity analysis theory of bad data detectivity and identifibility are presented, which describes the relation between the elements in matrix W〓 and bad data amplitude and can provide the theory base for measurement system design and valuation.
一、首次将量测系统误差模型分析做为一个环节引入电力系统实时网络状态分析中,为EMS系统增加了实时监视系统运行、修正量测系统误差模型的新功能,进一步发挥了实时网络状态分析应用软件的潜力;二、首次提出了应用样本方差在线估计与修正量测系统误差方差的基本理论,讨论了样本方差的统计性质和概率分布,推导出了样本容量、估计精度和置信度之间的关系,给出了在线估计与修正量测系统误差方差的算法;三、首次提出了应用样本均值在线检测与辨识量测偏差的基本理论,讨论了样本均值的统计性质,推导了样本容量、估计精度和置信度之间的基本关系,给出了在线检测与辨识量测偏差的算法;四、在状态估计算法设计中,以Givens变换算法做为基本算法,提出了快速正交变换阻尼因子法和可以有效地处理零注入量测的混合法,并对实时应用中的一些问题进行了讨论;五、提出了不良数据可检测性与可辨识性的定量分析理论,揭示了描述量测系统配置、网络结构与参数的残差灵敏度矩阵中的元素与不良数据的幅值在可检测、可辨识能力上的定量关系,为量测系统配置设计与评价提供了理论基础;六、综合国内外最新研究成果,采用自适应自回归预测技术和稀疏矢量技术,构造了较完善的不良数据检测与辨识算法。
- 相关中文对照歌词
- Fair Xchange (Remix)
- The Robot With Human Hair Pt. 4
- Fair Xchange
- Old Rugged Cross
- The Old Rugged Cross
- The Old Rugged Cross
- No Other One
- Old Rugged Cross
- My Elusive Drug
- Old Rugged Cross
- 推荐网络例句
-
Now he worked in ajoint venture.
现在他在一家合资企业工作。
-
More troops in Afghanistan won't change any of the foregoing.
更多的在阿富汗的军队也不会改变之前的状况。
-
Your love which knows not fulfilment is dear to my heart.
你的永不满足的爱,对我的心是亲切的。