会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pxxx
博客园
首页
新随笔
联系
订阅
管理
2023年4月2日
第十一章
摘要:
阅读全文
posted @ 2023-04-02 22:39 pxxxx
阅读(16)
评论(0)
推荐(0)
2023年3月26日
第十章
摘要:
阅读全文
posted @ 2023-03-26 21:01 pxxxx
阅读(29)
评论(0)
推荐(0)
2023年3月20日
第八章
摘要:
阅读全文
posted @ 2023-03-20 20:04 pxxxx
阅读(23)
评论(0)
推荐(0)
2023年3月12日
第七章
摘要:
阅读全文
posted @ 2023-03-12 21:06 pxxxx
阅读(69)
评论(0)
推荐(0)
2023年3月5日
第六章
摘要:
阅读全文
posted @ 2023-03-05 15:23 pxxxx
阅读(17)
评论(0)
推荐(0)
2023年2月26日
python绘图
摘要: 通过本次绘图学习,我发现 Pandas是非常强大的一个数据分析包,很多功能都需要我们自己去慢慢摸索。 Matplotlib是Python强大的数据可视化工具、2D绘图库(2D plotting library),可以方便的创建海量类型的2D图表和一些基本的3D图表,类似于MATLAB和R语言。
阅读全文
posted @ 2023-02-26 17:37 pxxxx
阅读(32)
评论(0)
推荐(0)
2022年3月19日
人工智能BP神经网络
摘要: import mathimport numpy as npimport pandas as pdfrom pandas import DataFrame y =[0.14 ,0.64 ,0.28 ,0.33 ,0.12 ,0.03 ,0.02 ,0.11 ,0.08 ]x1 =[0.29 ,0.50
阅读全文
posted @ 2022-03-19 20:15 pxxxx
阅读(70)
评论(0)
推荐(0)
2021年12月7日
GUI程序设计--班级信息收集
摘要: # 创建数据库 import pymysqlimport wxdb = pymysql.connect(host="localhost", user="root", password="root", database="mrsoft")# 使用cursor()方法创建一个游标对象cursor = d
阅读全文
posted @ 2021-12-07 12:53 pxxxx
阅读(55)
评论(0)
推荐(0)
2021年11月13日
模拟体育竟技分析
摘要: from random import randomdef printInfo(): # 打印程序介绍信息 print('模拟体育竟技分析--乒乓球比赛规则--31号') print('这个程序模拟两个选手A和B的某种竞技比赛') print('程序运行需要A和B的能力值(以0到1之间的小数表示)')
阅读全文
posted @ 2021-11-13 16:58 pxxxx
阅读(45)
评论(0)
推荐(0)
西游记词频统计
摘要: import jiebajieba.setLogLevel(jieba.logging.INFO)txt = open('西游记.txt', 'r', encoding='gb18030').read()words = jieba.lcut(txt)counts = {}for word in wo
阅读全文
posted @ 2021-11-13 15:31 pxxxx
阅读(97)
评论(0)
推荐(0)
下一页
公告