
python
七月屋檐
这个作者很懒,什么都没留下…
展开
-
win7平台下VS2015 工具c++调用Python
文章目录1. 创建win32 应用台程序2.属性配置3.编写c++代码4.被调用的python文件5. 配置项目管理器6. 参考资料1. 创建win32 应用台程序在vs2015下创建 win32 程序2.属性配置打开属性配置页: 项目(/项目右键)->属性配置: Release 平台:x64配置属性 --> 常规 --> 平台工具集 --> Visu...原创 2020-04-17 09:34:36 · 422 阅读 · 0 评论 -
anaconda2和anaconda3共存情况下安装opencv3库的方法
anaconda2 和 anaconda3共存进行版本切换问题原创 2017-07-05 19:53:47 · 1394 阅读 · 0 评论 -
资源官方文档
1. Python 中文文档原创 2017-12-05 10:57:59 · 162 阅读 · 0 评论 -
Mac下安装 python 3.7.3 + tensorflow 1.14.0 + numpy 1.17.2出现警告
使用pip 安装 Python2.7.3 + tensorflow 1.14.0 后,import tensorflow 出现警告如下:/Users/chenqian/df/python37/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:520: FutureWarning: Passing (type, 1)...原创 2019-09-11 08:38:00 · 2349 阅读 · 1 评论