go入门

  • kn
  • 2022-09-24 17:08:01
  • go
src.zip
阅读全文

python openai 红蓝大战 ubuntu安装教程

  • kn
  • 2022-09-16 08:48:03
  • python
1.安装ubuntu 20.042.安装conda
阅读全文

python从零到pytorch【四】桌面tkinter

  • kn
  • 2022-09-14 22:14:56
  • python
1.安装tkconda install -c anaconda tk2.
阅读全文

python从零到pytorch【三】类

  • kn
  • 2022-09-14 17:00:12
  • python
1.抽象类from abc import ABCMeta, abstractmethod class Pet(object, metaclass=ABCMeta):     """宠物"""   &nb
阅读全文

python从零到pytorch【二】安装cuda和pytorch

  • kn
  • 2022-09-13 21:29:07
  • python
1.下载地址https://developer.nvidia.com/cuda-downloads
阅读全文

python从零到pytorch【一】简单语法

  • kn
  • 2022-09-13 15:24:03
  • python
1.水仙花for x in range(100, 1000): low = x%10 mid = x//10%10 hig = x//100 if low ** 3 + mid **3 + hig&nbs
阅读全文

python从零到pytorch【零】安装miniocnda

  • kn
  • 2022-09-13 11:54:50
  • python
参考https://github.com/jackfrued/Python-100-Dayshttps://github.com/wistbean/learn_python3_spider
阅读全文

excel列字母转数字,数字转字母

  • kn
  • 2022-06-27 08:50:43
  • php
public function alpha2num($column) {     $number = 0;     foreach(str_split($column) as $letter){     
阅读全文

webassembly 简单入门

  • kn
  • 2022-06-21 09:38:01
  • 前端
1.2.
阅读全文

易语言方法收集

1.http下载文件方法 .子程序 WinHttpDown, 整数型 .参数 Url, 文本型, , 要下载的文件远程路径 .参数 Path, 文本型, , 要保存的位置 .参数 pointer, 子程序指针, 可空, 回调函数,参数一为目前下载字
阅读全文