首页 新闻 会员 周边
1
回答数

回答被采纳 10 c++ 多线程所有权转移?

#include<iostream>#include<thread>using namespace std;//转移线程所有权void fun1(){ cout<<"this is fun1"<<en
3
回答数

回答被采纳 5 安装scikit-learn出现问题,该更新的我也更新了,可是就是不成功?

我每次安装都提示黄的,红的。我把提示的已经更新了,包括pip munpy scipy..................................咋就不能用么scipy我是手动安装的这样应该就是
1
回答数

回答被采纳 5 Python ---opencv

import cv2import numpy as npimg1 = cv2. imread( 'star.jpg' , 0)img2 = cv2. imread( 'star2.jpg' , 0)r
1
回答数

回答被采纳 15 为什么我这个程序实现不了渐变呢?

''' Created on 2015-9-16 @author: PC ''' import cv2 from matplotlib import pyplot as plt import time