自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

binqiang2wang

coding and debug

  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 matlab 调用ffmpeg提取视频中的声音 VEGAS

clc;clear;path_root = './VEGAS/';file_names = dir(path_root);for i = 3:length(file_names) disp(file_names(i).name); if exist(fullfile('./sound/',file_names(i).name),'dir')==0 mkdir...

2018-09-19 10:26:03 2353

原创 leecode day11 3Sum

Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.Note:The solution set must not cont...

2018-09-18 11:17:13 177

转载 tensorflow 打印张量时,输出不完全,总有省略号怎么办

文件开头添加 import numpy as np np.set_printoptions(threshold=np.inf) 转自此处

2018-09-07 14:10:13 5379 2

转载 VNC遇到无法kill时的解决方法

首先查询当前正在使用的编号 ps -ef|grep -i vnc然后手动kill,后边的号码是查询到的四位/五位编号kill -9 11946重新开启vncserver会被警告 Warning: zh-SYS-7048GR-TR:1 is taken because of /tmp/.X11-unix/X1 Remove this file if there is no...

2018-09-07 14:05:24 2125

cudart64-60.dll

cudart64-60.dll

2024-04-09

cvpr_2020_crawl_multi_thread.py

官网爬取cvpr论文,设置了多线程,爬取所有论文,包括论文对应提供的补充材料。只是为了避免网速不好的时候下载论文太慢,所以这样下载保存起来查阅比较方便。也复习一下多线程相关的知识

2020-06-12

空空如也

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

TA关注的人

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