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

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间:2021-12-31 14:16:36

import sysimport pygameimport randomimport os.path as pathfrom move_ren import Gamedef main():    # 初始化pygame    pygame.init()    width = 400    height = 365   .........【阅读全文】

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

发布时间:2021-12-29 17:21:17

#!/usr/bin/python3# -*- coding=utf-8 -*-# @Author  : lhys# @FileName: proxy_tool.pyimport requestsimport threadingtimeout = 300lock = threading.Lock()# 请求头用自己的headers = {    '': ''}class MyProxy:   &.........【阅读全文】

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

发布时间:2021-12-28 17:19:21

<!--html声明--><!DOCTYPE html><!--HTML标签--><html lang="en"><!--head标签,主要是设置显示在网页标签页的标题等属性--><head>    <!--设置网页标题以及字符集格式,这里设置的字符集格式为utf-8-->    <meta charset="UTF-8">  .........【阅读全文】

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

发布时间:2021-12-21 17:25:51

<!DOCTYPE html><html lang="en">    <head><meta charset="utf-8"><meta name="description" content="A Christmas tree built out of form elements." /><meta name="author" content="Hakim El Hattab" /><meta http-equiv="X-UA-Compatible" content="chrome=1">&nb.........【阅读全文】

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

发布时间:2021-12-16 12:08:10

import randomimport matplotlib.pyplot as plt# ER随机网络ER = [[]],# BA无标度网络BA = [[]]# ER网络感染的情况,S表示为健康,I表示已感染,R表示已康复ER_SIR = []BA_SIR = []# 用于记录每日数据的数组slist = []ilist = []rlist = []# 生成ER随机网络,n表示点.........【阅读全文】

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

登录 注册