登录
首页 » Python » python打印玫瑰花

python打印玫瑰花

于 2020-12-31 发布
0 236
下载积分: 1 下载次数: 0

代码说明:

python打印玫瑰花

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 计算机视觉 opencv 换脸
    借鉴github上用python实现的200行的换脸程序
    2020-11-30下载
    积分:1
  • 串口读取modous从站数据
    【实例简介】 python 用于周期性读取从站的数据
    2021-08-27 00:30:58下载
    积分:1
  • 百度地图poi爬虫.py
    【实例简介】爬取百度地图poi坐标.py
    2022-01-11 00:31:31下载
    积分:1
  • Python测试小程序;自动播报,串口读取检测
    做物联网涉及到实际使用环境语音识别准确率的测试,大量的语料如果是人来朗读的话太费功夫,编一个自动测试程序即可无人通宵测试,大大提高了效率;朗读上可以通过调用powershell来朗文档中的语料,通然后过串口抓取设备设备对语料响应的数据进行分析把识别结果写入到文档当中; 需要安装serial(串口支持模块)和openxl(Exel文档支持模块);编译调试完成打包为.exe文件,可在没有配置python环境的电脑上运行; 使用到python多线程(通过Queue线程间通信),还有文档读写操作;很有参考价值,
    2021-05-06下载
    积分:1
  • Python实例
    关于Python的小例子,适合Python初学者
    2021-05-07下载
    积分:1
  • Blender-GIS
    【实例简介】Blender软件插件。
    2021-08-06 00:30:53下载
    积分:1
  • LSTM入门正弦波序列预测
    LSTM入门学习,正弦波序列预测         for i, input_t in enumerate(input.chunk(input.size(1), dim=1)):             h_t, c_t = self.lstm1(input_t, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         for i in range(future):  # if we should predict the future             h_t, c_t = self.lstm1(output, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         outputs = torch.stack(outputs, 1).squeeze(2)  # shape after stack:[batch, n, 1], shape after squeeze: [batch,n]         return outputs
    2021-06-30 00:31:01下载
    积分:1
  • 通过深度强化学习训练打方块游戏
    tensorflow实现
    2020-11-28下载
    积分:1
  • FRS-LSTM风速预测模型
    【实例简介】python代码,亲测可用
    2021-09-07 00:31:11下载
    积分:1
  • 图像识别(于百度api)
    【实例简介】 # client_id 为官网获取的AK, client_secret 需要从百度官方申请SK
    2021-05-31 00:31:11下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载