The mature sarcoma and leukemia virions have type C morphology.
成熟的肉瘤和血病的病毒粒子呈C型结构。
If you need to shut down the server, type control-c at the console.
如果需要关闭服务器,那么在控制台中输入control - c。
C. Rerun recover database until cancel but type cancel at the prompt this time.
重新运行recoverdatabaseuntilcancel,但这次在提示中键入cancel。
Type C fans are ideal for cooling crane cabs, control booths, or any confined area.
型风扇理想应用于起重机驾驶室,控制台,或任何承压区的冷却。
The possibilities of the fracture mode type C were higher as the bonding strength increased.
C型断裂模式随着剪切强度增加出现概率也增加。
Restart your plackup command (type Ctrl+C to stop the process, then run plackup 1.psgi to start it).
重新启动plackup命令(输入Ctrl+C停止进程,然后运行 plackup 1.psgi启动)。
Conclusion: Anferon and ribavirin is safe and effective in the treatment of chronic hepatitis type c.
结论:安福隆联合利巴韦林治疗慢性丙型肝炎安全有效。
All the design of this project shall coincide the standard of fire-fighting standard Type C, Grade II.
本工程根据防火规范属丙类二级,工程中所涉及的有关内容均应符合以上标准要求。
C-type conflict, or "cognitive conflict," focuses on problems and issues related to differences of opinion.
C -型冲突,或者“认知冲突,”集中在问题和与问题相关的不同意见上。
Objective To discuss clinical effects of DCS(dynamic compression screw)in treatment of type C fracture of femoral condyle.
目的探讨动力髁钉板(DCS)内固定治疗股骨髁C型骨折的临床疗效。
The culture must foster C-type conflict and allow for anyone to ask the hard questions and to get honest, reasoned answers.
文化必须培养C-型冲突,并允许任何人问尖锐的问题并得到真正的、合理的答案。
Results A total of 314 lesions in the 228 patients(198 male and 30 female)were treated and among which 40.1% were type C lesions.
结果共228例患者(198名男性,30名女性)314个靶病变接受治疗并完成造影随访。
Conclusions it's an ideal method to treat distal femoral fracture (type a, type c) with retrograde interlocking intramedullary nail.
结论股骨逆行交锁髓内钉是治疗a、C型股骨远端骨折较理想的手术方法。
There is no unified explanation and exact conclusion on connecting state between short conical flange type C- form spindle end and face plate.
关于短锥法兰式C型主轴端部与花盘等机床附件的联接定位问题,目前尚未有统一的解释和确切的结论。
And it has been confirmed that personality profile Type c-people that tend towards melancholy, depression, and excessive worry-are prone to develop cancer.
有证据显示C型个性特征的人——那些有忧郁、消沉和过分担心的人——更容易得癌症。
The results are: cognition training can decrease the state test anxiety of the Type C, Type A , Type S and increase the test performance of Type C, Type P.
认知训练在降低考试焦虑和提高考试成绩两方面对C型考试焦虑者作用尤为明显。
Moreover, a better understanding of how the lysosome functions could lead to treatments for other maladies, such as Huntington's disease and Niemann-Pick Type c.
此外,更好的理解溶酶体的作用机理还可能治疗其他疾病,如亨廷顿病(Huntington ' s disease)和C型尼曼氏病(Niemann - Pick Type c)。
Type C, under situation of discontinuous training, preparetory phase being shorter and body functioning being bad, technical training takes middle tensity as the domnant factor.
C类型——对训练间断、机能状态差的,以中等强度为主,慎用大和次极限强度,不用极限强度。
Results (1) The coronary multivessel and type C changes and the severity of coronary artery stenosis and calcification in 2-DM group were significantly higher than those in CHD group.
结果(1)与CHD组比较,2-DM组多支病变、C型病变及末梢病变发生率明显增高,冠脉狭窄及钙化程度严重。
So, unlike c-type conflict, a-type conflict undermines team effectiveness by preventing teams from engaging in the kinds of activities, such as c-type conflict, that are critical to team.
因此,不象C-型冲突,A-型冲突通过阻止团队通过类似C-型冲突的活动而破坏团队的效能。
Some agents, which may affect the stability of botulinum toxins in storage, were studied with sterile culture filtrate of C. botulinum type C strain C6514 isolated from Anxi County, Gansu Province.
报道了保存肉毒毒素经常会遇到的某些因素对C型肉毒梭菌C6514培养滤液稳定性的影响观察结果。
I found that if two elements undergo the same type of movement the launching site of one element must c-command the launching site of the other element.
我发现,如果两个成分要作同类型的位移,其中一个的起点必须成分统治另一个的起点。
C + + has never had an easy mechanism for querying the type of a variable or an expression.
C+ +没有提供查询变量或表达式的类型的简便方法。
The other verification that we rely on (C# type safety and channel contracts) have been very useful.
另一个我们所依赖的验证(C#类型安全和通道契约)也是非常有用的。
In some respects it resembles a 'C-type' asteroid, a primitive body left over from the formation of the solar system.
在某些方面,它类似于C型小行星,前身从太阳系形成中遗留下来。
On some platforms it is compatible with the C type wchar_t, which is usually two -- but sometimes four -- bytes wide.
在一些平台上, XMLCh与C类型 wchar_t兼容, 后者通常是两个——但是有时是四个——字节宽。
Contrary to the Visual Studio approach, in which a project has a single project type (C++/C#/J#), Eclipse projects can have zero, one, or multiple natures.
与VisualStudio方法下的项目拥有单个项目类型 (C++/C#/J#)相反,Eclipse项目可以没有、有一个或有多个本性。
In C# you can flag a value type as a nullable type by adding ? after the type (like int? x;).
在C#中,你可以在一个允许为空的值类型后面加上一个问号(比如,int?x;)。
Note that int y(2.3) is allowed in C++0x; no type narrowing is assumed, and y equals 2 while int y{2.3} is plain error.
注意,在 C++0x 中允许inty(2.3);由于不允许类型窄化,y等于2,而 int y{2.3}是错的。
This type is an abstract C type that represents all Scheme objects contained within Guile.
这个类型是一种抽象的C 类型,它表示Guile 中包含的所有Scheme对象。
应用推荐