efferent
n. 传出神经纤维;输出管
adj. (尤指从脑或脊髓)传出的,输出的
2025-11-23 19:24 浏览次数 10
n. 传出神经纤维;输出管
adj. (尤指从脑或脊髓)传出的,输出的
"efferent nerves and impulses"
efferent surface传出曲面
exodic离心的;传出的;输出的
efferent t离心的
exporting出口的;输出的
Efferent Structure外导结构
delivery pipe输送管,输出管;压送管;供油管
Efferent CouplingEfferent Coupling is a metric in software development. It measures the number of data types a class knows about.
efferent nerves传出神经
efferent neurons传出神经元(efferent neuron的复数)
efferent synapse传出性突触
cortico efferent of a nerve fiber passing outward from the cerebral cortex
同义词: corticoefferent corticofugal corticifugal
Efferent arteriole[组织] 出球微动脉
a way to find a class with too much responsibility is through the efferent coupling measure, also referred to as fan out complexity.
找到带有太多责任的类的一个方法就是通过传出耦合度量方法,亦指扇出复杂度。
efferent coupling on three additional packages. if one of them changes (say com.acme.ascp.util), a ripple effect could occur within com.acme.ascp.dao.
如果它们中的一个(比如说com.acme.ascp.util)发生更改,将会在com.acme.ascp.dao 中发生连锁反应。
just as continuously monitoring afferent coupling can uncover entropy in an architectural design, so monitoring efferent coupling can assist you in spotting unwanted dependencies.
正像连续地监视传入耦合可以揭示架构设计中的熵一样,监视传出耦合也有助于发现不必要的依赖性。
for example, in figure 5, the user package has an instability value of 1, meaning it has an efferent coupling of 4 and no afferent coupling.
例如,在图5 中,user包的不稳定性值为1,这表示它有一个值为 4的传出耦合,而没有传入耦合。
as this equation reveals, efferent coupling works against a package「s stability: the more a package relies on other packages, the more susceptible it is to ripple effects in the face of change.
如这个等式所示,传出耦合对包的稳定性起作用:一个包越依赖于其他包,面对更改时它越容易受到连锁反应的影响。
the chlorophyll and cancer cells located in the subcapsular sinuses and peritrabecular sinuses of the lymph nodes, while there were no them in medullary sinuses and efferent lymphatic vessels.
叶绿素和癌细胞分布于淋巴结的被膜下窦和小梁周窦,而髓窦和输出淋巴管内未发现叶绿素和癌细胞。
i」ll start out with two of the more interesting coupling metrics, namely afferent coupling and efferent coupling.
我将从两个比较有趣的耦合度量开始,即传入耦合和传出耦合。
objective topography oberservation of xiaguan point and the location of the afferent neurons and the efferent neurons to provide the morphological foundation for xiaguan point acupuncture research.
目的对下关穴区进行层次局部解剖观察及分布于该区的传入和传出神经元定位,为穴位针刺研究提供形态学基础。
can adjust again all sorts of functions inside body (communicate through efferent nerve adjust instruction) , with sponsorial body complete and unified reach its to the environment suit.
又能调节体内各种功能(通过传出神经传达调节指令),以保证人体的完整统一及其对环境的适应。
if afferent coupling is a count of components that depend on a particular component, then efferent coupling is the count of components that a particular component depends on.
如果传入耦合是一些依赖于某个特定组件的组件的话,那么传出耦合则是某个特定组件所依赖的一些组件。
you can combine your system「s efferent coupling and afferent coupling numbers to form another metric: instability.
您可以将系统的传出耦合和传入耦合的数量结合起来,形成另一个度量:不稳定性。
both strict blood pressure control and efferent artery dilatation are critical in reducing proteinuria, which in turn helps to regulate blood pressure.
严格的血压控制和输出动脉滤过率都是降低蛋白尿的关键因素,而反过来蛋白尿的降低有助于血压的控制。
examining efferent coupling」s relationship data and relating it to code coverage facilitates smarter decision making.
检查传出耦合的关系数据,并将其与代码覆盖相关联,会促进作出更明智的决策。
by retrograde tracing with ct-hrp, the localization of the sympathetic efferent neurons innervating pancreas of chicken was studied.
用霍乱毒素结合辣根过氧化物酶逆行追蹤法对鸡胰腺的交感传出神经元的定位进行了研究。
think of efferent coupling as the inverse of afferent coupling.
可以把传出耦合看作传入耦合的逆转。
lymphocyte function in the cellular immune system features both afferent (receptor) and efferent (effector) components.
细胞免疫系统的传入(受体)和传出(效应器)功能都受到淋巴细胞功能的影响。
for example, in the modification demonstrated in figure 2, the new efferent coupling of the data layer is now greater than 0 because this layer is now communicating directly to the business layer.
举例而言,在图2 所示的修改中,data层的新传出耦合现在大于0,因为该层目前要直接与business层通信。
the efferent modulation effect of ap neuron on the positional information of pressure stimulus in the leech.
中华宽体金线蛭ap神经元对压力刺激部位信息的传出调制效应。
measure: efferent coupling (fan-out per class)
度量:传出耦合(每个类的扇出(fan-out))
the implications of efferent coupling are similar to those of afferent coupling, with regard to how changes affect code. for example, figure 4, depicts the com.acme.ascp.dao
对于更改如何影响代码来说,传出耦合的引号意义与传入耦合的类似。
the other metrics of interest for design are the two coupling numbers: efferent and afferent coupling.
对于设计有意义的其他指标是两个耦合数:传出(efferent)和传入耦合。
efferent coupling measures the number of classes the current class references.
传出耦合度量当前类引用的类的数量。
this means that components whose efferent coupling includes com.acme.ascp.dao could themselves become brittle because of com.acme.ascp.dao「s
这表示其传出耦合包含com.acme.ascp.dao 的组件自己会变得脆弱,因为com.acme.ascp.dao 包与 3 个附加的包具有传出耦合。
wipe out too many imports code smells by determining a class」s efferent coupling using checkstyle (or jdepend) and providing refactorings such as move method
使用checkstyle(或jdepend)确定一个类的传出耦合度(efferent coupling),并提供诸如movemethod之类的重构,以此来除掉过多的导入代码味道
the efferent projections from paraventricular hypothalamic nucleus (pvn)to ependyma of the spinal cord were traced anterogrately with hrp technique in the rat.
作者采用辣根过氧化酶(hrp)顺行标记法证实:大鼠下丘脑室旁核(pvn)的传出纤维可投射到脊髓室管膜。