发布时间:2021-08-04 17:18:13
# coding:utf-8import wximport requestsimport jsonimport pyperclipclass Myframe(wx.Frame): def __init__(self): # 调用父类的初始化 wx.Frame.__init__(se.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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#——————————————————————————————播放视频——————————————————————#———.........【阅读全文】
发布时间: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,  .........【阅读全文】