自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 在镜像中编译smina

https://www.cnblogs.com/masbay/p/10887571.html

2019-12-30 20:12:04 505

原创 docker设置ssh

vim /etc/ssh/sshd_configdG# Package generated configuration file# See the sshd_config(5) manpage for details# What ports, IPs and protocols we listen forPort 22# Use these options to restrict ...

2019-12-30 20:07:54 226

原创 编译smina

BASE=/usr/local/C_PLATFORM= GPP=icpcC_OPTIONS= -O3 -DNDEBUG -O3 -fPIC -unroll -ip -axavx -xsse4.2 -qopenmp -Wno-deprecated BOOST_INCLUDE = $(BASE)/include/boostLIBOBJ = builtinscoring.o cache....

2019-12-29 15:43:19 501

原创 intel编译器

wget -c http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16225/parallel_studio_xe_2020_cluster_edition.tgzSerial number : S477-5GSJHJ8T在这里插入代码片

2019-12-29 15:43:14 430

原创 python树状结构可视化

plotTree.py# -*- coding: utf-8 -*-import sys import osimport numpy as npimport matplotlib.pyplot as pltimport treePlotter as tp # 绘制树myTree = {'root': {0: 'leaf node', 1: {'level 2': {...

2019-12-24 20:18:29 3526

原创 核密度函数

# coding:utf-8import numpy as npimport matplotlib.pyplot as pltfrom sklearn.neighbors import KernelDensitynp.random.seed(1)N = 20X = np.concatenate((np.random.normal(0, 1,int( 0.3 * N)), ...

2019-12-04 11:25:57 1201

原创 二分图匹配相关算法

https://article.itxueyuan.com/Aeava9程序运行结果:--x=0--1 - 1--x=1--1 - 12 - 2--x=2--3 - 11 - 22 - 3--x=3--3 - 11 - 22 - 3import numpy as npdef node_map_to_adj_matrix(node_map): L =...

2019-12-02 00:29:51 484

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除