作者归档:daizao

穷举1-100素数

vim test.c #include<stdio.h> int m … 继续阅读

发表在 C | 留下评论

存储器扩容

1 byte是存储器容量计算的最小单位,1B=8b。 2 扩容时,分为通过扩展地 … 继续阅读

发表在 Computer | 留下评论

打印摄氏度与华氏温度转换表

#include <stdio.h> /* 当fahr=0,20,. … 继续阅读

发表在 C | 留下评论

Perl 二维数组排序和过滤(a practise-sort and filter array according to clinical information)

#!/usr/bin/perl -w use strict; use warni … 继续阅读

发表在 Perl | 留下评论

Get options in R code — R代码参数传递

args=commandArgs(T) rt <- read.table( … 继续阅读

发表在 R | 留下评论

Draw GO bubble Picture with results of dataframe format of clusterProfiler (根据clusterProfiler的dataframe结果,绘制气泡图)

library(ggplot2) options(stringsAsFactor … 继续阅读

发表在 R | 留下评论