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

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间:2022-05-30 12:57:32

from turtle import *def go_to(x, y):    up()    goto(x, y)    down()def small_Circle(size):  # 函数用于绘制心的小圆    speed(10)    for i in range(210): &nb.........【阅读全文】

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

发布时间:2022-05-23 17:08:48

a,b,c = 5,3,4def traceFunc(theta):    x = a*np.cos(theta)    y = b*np.sin(theta)    return x,ydef lineFunc(x,y):    return [-c,x,c], [0,y,0]def txtFunc(theta):    th .........【阅读全文】

阅读(5061) | 评论(0) | 转发(1)

发布时间:2022-05-19 12:29:48

import osfrom PIL import Image# 源目录# MyPath = 'E:/play/FaceMask_CelebA-master/facemask_image/'MyPath = 'E:/play/FaceMask_CelebA-master/save/masks/'# 输出目录OutPath = 'E:/play/FaceMask_CelebA-master/save/Binarization/'def processImage(filesoure, destsoure, name, imgt.........【阅读全文】

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

发布时间:2022-05-18 14:03:09

import pygameimport random# !/usr/bin/env python3# -*- coding: utf-8 -*-# @Date  : 2018/10/23import numpy as npimport randomimport pygamedef path(H, T, t0):    # H是我们测试模型的身高    listy = []  .........【阅读全文】

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

发布时间:2022-05-13 17:09:53

import osimport sysimport randomfrom PyQt5.QtGui import *from PyQt5.QtCore import *from PyQt5.QtWidgets import *class DesktopPet(QWidget):    def __init__(self, parent=None, **kwargs):        super(DesktopP.........【阅读全文】

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

登录 注册