上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 99 下一页
摘要: 翻译 搜索 复制 阅读全文
posted @ 2024-01-23 10:58 txwtech 阅读(7) 评论(0) 推荐(0) 编辑
摘要: c# opencvsharp bitmap转mat--mat转bitmap // Mat mat = OpenCvSharp.Extensions.BitmapConverter.ToMat(bitmap); //bitmap转mat // mat = mat.CvtColor(ColorConve 阅读全文
posted @ 2024-01-23 10:18 txwtech 阅读(930) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2024-01-14 21:52 txwtech 阅读(128) 评论(1) 推荐(0) 编辑
摘要: https://www.jb51.net/books/837167.html 阅读全文
posted @ 2024-01-13 14:16 txwtech 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 在线深度学习 https://zh.d2l.ai/chapter_installation/index.html 阅读全文
posted @ 2024-01-13 14:04 txwtech 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 基本的序列和映射协议 类实例化当作字典使用,构造函数初始化参数 序列和映射基本上是元素(item)的集合,要实现它们的基本行为(协议),不可变对象需 要实现2个方法,而可变对象需要实现4个。  __len__(self):这个方法应返回集合包含的项数,对序列来说为元素个数,对映射来说 为键值对数 阅读全文
posted @ 2024-01-10 14:07 txwtech 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 55.system.exit()退出-不执行-所在函数方法后续代码,类似c# return 翻译 搜索 复制 阅读全文
posted @ 2024-01-09 13:24 txwtech 阅读(6) 评论(0) 推荐(0) 编辑
摘要: f __name__ == '__main__': print('test211') alist = [1,2,3,4,5,6,7,8,9] blist = list(filter((lambda x:x%2==0),alist)) print(blist) clist = list(map((la 阅读全文
posted @ 2024-01-09 08:42 txwtech 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 53.python类的继承与构造函数 # This is a sample Python script. # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to search ever 阅读全文
posted @ 2024-01-08 22:42 txwtech 阅读(14) 评论(0) 推荐(0) 编辑
摘要: pycharm社区版下载方法pycharm-community-2023.3.2.exe https://www.jetbrains.com.cn/ pycharm-community-2023.3.2.exe 阅读全文
posted @ 2024-01-08 21:36 txwtech 阅读(205) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 99 下一页