上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: NumPy,一言以蔽之,是Python中基于数组对象的科学计算库. 官方网站:https://numpy.org/ 它是Python语言的一个扩展程序库,支持大量的维度数组与矩阵运算,以及大量的数学函数库。NumPy的核心是ndarray对象,它是一个功能强大的N维数组对象,封装了n维同类数组。很多 阅读全文
posted @ 2025-01-15 15:14 wenluderen 阅读(12) 评论(0) 推荐(0) 编辑
摘要: python 是一种计算机编程语言, python版本的选择要考虑pytorch的版本, 目前pytorch 最新版本 至少要3.9版本的python 所以 到https://www.python.org/downloads/windows/ 下载 然后安装吧 阅读全文
posted @ 2025-01-15 10:42 wenluderen 阅读(3) 评论(0) 推荐(0) 编辑
摘要: cuda 是显卡底层的程序 ,这个程序 底部依托于显卡驱动, 向顶部提供API函数。 方便应用开发者更好的使用显卡 *** 安装cuda 之前需要先安装显卡驱动。 https://www.nvidia.com/en-us/drivers/ 这个根据显卡的型号直接 安装最新的即可 安装完成后 ,输入 阅读全文
posted @ 2025-01-15 10:26 wenluderen 阅读(21) 评论(0) 推荐(0) 编辑
摘要: plot 函数的常见使用方式 曲线样式的调整,颜色,等 阅读全文
posted @ 2024-11-25 13:46 wenluderen 阅读(11) 评论(1) 推荐(0) 编辑
摘要: profile onqiu_ji_fenprofile viewer 阅读全文
posted @ 2024-11-25 11:58 wenluderen 阅读(6) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 阅读全文
posted @ 2024-09-09 10:43 wenluderen 阅读(7) 评论(3) 推荐(0) 编辑
摘要: 由于视频教程里面 用的VS2105 所以 照抄。 开发环境是VS2015 ,WIN10. VS2015 在今天看来是一个很古老的开发环境了,估计都很难找到安装包。(各种安装包:https://www.cnblogs.com/zjoch/p/5694013.html) 用:vs2015.ent_chs 阅读全文
posted @ 2024-09-07 16:18 wenluderen 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 一个.NET库,用于读取和写入Microsoft Office二进制和OOXML文件格式 *** https://github.com/nissl-lab/npoi https://www.nuget.org/packages/NPOI/ 阅读全文
posted @ 2024-09-06 17:18 wenluderen 阅读(21) 评论(0) 推荐(0) 编辑
摘要: pandas是一种Python数据分析的利器,是一个开源的数据分析包,最初是应用于金融数据分析工具而开发出来的,因此pandas为时间序列分析提供了很好的支持。pandas是PyData项目的一部分。 官网:http://pandas.pydata.org/ 官方文档:http://pandas.p 阅读全文
posted @ 2024-05-27 19:21 wenluderen 阅读(26) 评论(1) 推荐(0) 编辑
摘要: 这个pip 需要升级 Microsoft Windows [版本 10.0.19043.928](c) Microsoft Corporation。保留所有权利。 C:\Users\test>cd.. C:\Users>cd.. C:\>cd c:\python38\ c:\Python38>pyt 阅读全文
posted @ 2024-05-07 13:58 wenluderen 阅读(18) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页