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

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间:2021-09-15 17:21:49

books = [['<<西游记>>', '吴承恩'], ['<<水浒传>>', '施耐庵'], ['<<三国演义>>', '罗贯中'], ['<<红楼梦>>', '曹雪芹']]users = [['zxz', '123'], ['th', '456']]flag = 0#注册def register():    user = input('请输入用户名: ')    password = inpu.........【阅读全文】

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

发布时间:2021-09-14 17:25:08

#!/usr/bin/python# -*- coding: UTF-8 -*-"""@author: Roc-xb"""import osimport requestsfrom lxml import etreeheaders = {    'authority': 'www.ypppt.com',    'pragma': 'no-cache',    'cache-control.........【阅读全文】

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

发布时间:2021-09-07 17:17:57

# -*- coding: UTF-8 -*-"""# @Time: 2021/9/1 23:52# @Author: 远方的星# @CSDN: https://blog.csdn.net/qq_44921056"""import osimport jsonimport requestsimport chardetfrom tqdm import tqdmfrom fake_useragent import UserAgent# 随机产生请求头ua = UserAg.........【阅读全文】

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

发布时间:2021-09-06 17:23:35

#include <opencv2/opencv.hpp>#include <iostream>#include <algorithm>#include <time.h>using namespace cv;using namespace std;// 输入参数struct Inputparama {int thresh = 30;                &nbs.........【阅读全文】

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

发布时间:2021-09-03 17:18:49

import matplotlib.pyplot as pltimport torchimport torch.nn as nnimport numpy as npimport torchvision.utilsfrom torchvision import datasets, transformsfrom torch.autograd import Variableimport torch.utils.data#判断是否能用GPU,如果能就用GPU,不能就用CPUuse_gpu = .........【阅读全文】

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

登录 注册