Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3658349
  • 博文数量: 365
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2522
  • 用 户 组: 普通用户
  • 注册时间: 2019-10-28 13:40
文章分类

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间:2021-08-04 17:18:13

# coding:utf-8import wximport requestsimport jsonimport pyperclipclass Myframe(wx.Frame):    def __init__(self):        # 调用父类的初始化        wx.Frame.__init__(se.........【阅读全文】

阅读(1059) | 评论(0) | 转发(0)

发布时间:2021-08-03 17:12:17

import matplotlib.pyplot as pltimport torchimport numpy as npepoch_list=[]loss_list=[]class Model(torch.nn.Module):    def __init__(self):        super(Model,self).__init__()     &n.........【阅读全文】

阅读(1211) | 评论(0) | 转发(0)

发布时间:2021-08-02 17:27:40

from PIL import Image, ImageDraw, ImageFontfrom random import choice, randint, randrangeimport string# 候选字符集,大小写字母+数字chrs = string.ascii_letters + string.digitsdef rand_chars(length):  """  返回length个随机字符串  """&nb.........【阅读全文】

阅读(4979) | 评论(0) | 转发(0)

发布时间:2021-07-30 17:24:34

import numpy as npimport cv2import timestart_brightness = 0.1count_keyu = 0count_keyd = 0  count_keyz = 0count_keyj = 0delay_time = 0#——————————————————————————————播放视频——————————————————————#———.........【阅读全文】

阅读(5979) | 评论(0) | 转发(0)

发布时间:2021-07-29 17:26:18

{#  This file was part of Flask-Bootstrap and was modified under the terms of its BSD License. Copyright (c) 2013, Marc Brinkmann. All rights reserved. #}{% macro render_pager(pagination,               .........【阅读全文】

阅读(1786) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册