最新 最热

26张图,带你全面盘点2021微博热搜!

2021是最好的一年,也是很差的一年,时光如白驹过隙,匆匆溜走,还有多少热点,在你的记忆里!

2022-02-10
0

问题(二)--算法相关

二、链表中。两个Node相加 ,实现:Input: (2 -> 4 -> 3) + (5 -> 6 -> 4) Output: 7 -> 0 -> 8:

2022-02-09
0

基于Salmon的转录组批量定量流程和差异分析

采用for循环进行批量定量 (参考这个为生信学习打造的开源Bash教程真香!!,理解更多):

2022-01-18
0

poj -2632 Crashing Robots

In a modernized warehouse, robots are used to fetch the goods. Careful planning is needed to ensure that the robots reach their destinations without crashin...

2022-01-17
1

Python 系列文章 —— input_output 篇

input_output# 1 str.format() 示例# 1)print('{}网址: "{}!"'.format('Python技术', 'www.justdopython.com'))# 2)print('{0} 和 {1}'.format('Hello', 'Py...

2022-01-14
0

Ubuntu18.04设置系统默认音频设备:使用pavucontrol命令

情况说明: 当前ubuntu18.04上有多个声卡设备,两个麦克风(1个USB声卡带的麦克风、1个内置麦克风)、2个扬声器设备(内置外放扬声器、USB接口扬声器)。

2022-01-12
1

Leetcode 题目解析之 Combination Sum III

Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be a unique s...

2022-01-08
1

Leetcode 题目解析之 Two Sum

Given an array of integers, find two numbers such that they add up to a specific target number.

2022-01-08
1

B. Sereja and Mirroring

Let’s assume that we are given a matrix b of size x × y, let’s determine the operation of mirroring matrix b. The mirroring of matrix b is a2x × y matrix c whi...

2021-12-23
1

命令行操作

熟悉Linux系统,首先就是命令行操作,简单的一些命令在本次推文中做些介绍,那么具体分为常用的命令、命令的参数、一些快捷键和命令的返回信息。

2021-12-15
1