摘要: #将filename设置成NULL #将画出来的图先保存到venn.plot中 venn.plot <- venn.diagram( x = list ( A = 1:10, B = 6:25 ), cat.col=c("red","blue"), fill = c("red","blue"), f 阅读全文
posted @ 2025-01-03 23:49 小鲨鱼2018 阅读(55) 评论(0) 推荐(0)
摘要: 001、 c语言中显示无符号整型数据在计算机存储中二进制位的具体数值 [root@PC1 test2]# cat test.c #include <stdio.h> int bits_count(unsigned x) // 定义函数, 输出二进制位上为1的位数 { int bits; bits = 阅读全文
posted @ 2025-01-03 11:41 小鲨鱼2018 阅读(20) 评论(0) 推荐(0)