皮皮学,免费搜题
登录
搜题
【单选题】
男性,31岁。发热、齿龈与鼻腔出血及黑粪1入院。皮肤、黏膜弥散瘀点和大片瘀斑。血红蛋白70g/L,白细胞0.7×10 9 /L,幼稚细胞0.5,血小板40×10 9 /L。骨髓增生明显活跃,异型幼稚细胞0.92,胞质布满大小不等的颗粒和成堆的棒状小体,过氧化酶和苏丹黑染色强阳性,非特异性脂酶染色呈阳性反应,不被氟化钠抑制。血浆纤维蛋白原1.1g/L,血清纤维蛋白(原)裂解产物32mg/L,3P试验阳性,凝血时间(试管法)45分钟。本例最可能的诊断是()
A.
急性粒细胞白血病
B.
亚急性粒细胞白血病
C.
急性早幼粒细胞白血病伴弥散性血管内凝血
D.
急性淋巴细胞白血病伴弥散性血管内凝血
E.
急性单核细胞白血病伴弥散性血管内凝血
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】写出下面程序的运行结果 #include using namespace std; int fun(int n) { static int m=2; m=m+n; return m; } int main( ) { int a=3,b=4; int x; x=fun(a); x=fun(b); cout< return 0; }
【判断题】若 是微分方程 的两个特解,则 是该微分方程的通解.
A.
正确
B.
错误
【简答题】In the United States, it is not usual to telephone someone early in the morning. If you telephone early in the day, while he is shaving or having breakfast, the time of the call shows that the matter ...
【简答题】高中物理必修一第三章第2节弹力课后习题参考答案
【简答题】写出下面程序的运行结果 import java.io.*; public class ATest{ public static void main(String args[]) { SubClass sb = new SubClass( ); System.out.println(sb.fun( )); } } class SuperClass{ int...
【单选题】听力原文: In the United States, it is not customary to telephone someone very early in the morning. If you telephone him early in the day, while he is shaving or having breakfast, the time of the call sho...
A.
11:00 a.m.
B.
1:00 p.m.
C.
3:00 p.m.
D.
5:00 a.m.
【简答题】阅读下面的程序,写出程序运行结果: #include int fun(int a,int b) { int c; c=a+b; return c; } void main() { int x=5,z; z=fun(x+4,x); printf(“%d”,z); } 运行结果:___________。
【简答题】请写出下面程序的运行结果。 #include int fun() { static int x=1; x+=1; return x; } int main() { int i, s=1; for(i=1;i<=5;i++) s+=fun(); printf("%d\n",s); return 0; }
【单选题】第三章复习题.pdf
A.
复习题
B.
思考题
【简答题】请写出下面程序的运行结果: fun foo(a:Int, b:Int):Int{ return a + b } fun foo1(a:Int, b:Int):Double{ return (a + b).toDouble() }fun main() { //val add: (Int,Int) ->Int=::foo val add: (Int,Int) ->Int=::foo val add1:...
相关题目: