1.This paper described DIP (the dependency inversion principle), one of the principles that was obeyed by designer in process of OOD.
描述了在面向对象设计中设计者应遵循的原则之一——DIP(The Dependency Inversion Principle).
2.Starting from FDDL(1) behavorial description of DSP algorithms, a list of procedures as parsing, partitioning, DDG (Data Dependency Graph) generation, space projection & scheduling, retiming, data-path allocation are needed to generate the systolic processors array of an application-specific DSP algorithm. The synthesis algorithms and optimization strategies in each design stage are also studied, and some results are illustrated.
从DSP算法的FDDL行为级描述开始,经由编译及划分,产生数据相关流图(Data Dependency Graph),然后实现对算法流图的空间映射及时域规划,得到算法的信号流图(Signal Flow Graph),经时序重构,生成脉动阵列,最后实现对处理器单元的数据路径综合及控制器综合,并对处理器单元定位,本文同时提出了各设计阶段的算法策略及优化策略,并给出综合结果。
3.The direct dependency graph(DDG),direct dependency matrix(DDM),dependency relation matrix(DRM),degree of direct dependency(DDD) and minimal cover(MC) were defined.
然后定义了直接依赖图、直接依赖矩阵、直接依赖度、依赖关系矩阵和最小覆盖等概念。
4.Then,it is revised and regulated based on basic dependency relationship between variables,basic structure between nodes and dependency analysis method to obtain a new Bayesian network structure.
然后基于变量之间基本依赖关系、基本结构和依赖分析方法,对初始贝叶斯网络结构进行修正和调整,得到新的贝叶斯网络结构;
5.With the increase of salinity,the colonization rates of Gl. versiforme in‘Chardonnay’roots showed a decreasing tendency, but the dependency of‘Chardonnay’on Gl. versiforme increased gradually,the maximal dependency was obtained at NaCl 0.2 mol·L -1 of salinity.
随着盐胁迫强度的升高 ,地表球囊霉对植株根系侵染率呈递减趋势 ,但霞多丽对菌根的依赖性更强 ,在NaCl 0 2 0mol·L-1时依赖性达到最高
6.The positive correlation between SSS and ADL was showed by correlation analysis (P
6个月时15%,SSS与ADL呈正相关(P
7.Dependency: A dependency is a package which must be installed for another package to work properly.
依赖是为另一个软件包正常工作而必须安装的一个软件包。
8.Induction dependency relation is an important concept in relational databases research. Automatic discovering minimal induction dependency relation plays an important role in data mining.
归纳依赖关系是数据库研究领域的重要概念,在数据库中自动发现最小归纳依赖关系对数据采掘具有重大意义。
9.The dependency structure between packages must be a directed acyclic graph (DAG). That is, there must be no cycles in the dependency structure.
包之间的依赖结构必须是一个直接的无环图形(DAG)。也就是说,在依赖结构中不允许出现环(循环依赖)。
10.Using the definition of functional dependency set and Armstrong axiom, it is given the optimum alogrithm of the minimum functional dependency set from attribute set closure in this paper.
在数据库设计中,依据函数依赖集的定义及Armstrong公理,求出的是一个可能存在冗余的函数依赖集. 为了判断一个函数依赖是否为某一函数依赖集逻辑蕴含,只要用求属性闭包的方法求出函数依赖中决定子的属性闭包,判断依赖于是否包含在属性闭包中即可.