2021年2月28日

.net编码规则

摘要: https://files.cnblogs.com/files/tuozizhang/C%E7%BC%96%E7%A0%81%E7%BB%86%E5%88%99.rar 阅读全文

posted @ 2021-02-28 20:47 拓子 阅读(57) 评论(0) 推荐(0) 编辑

2020年5月27日

tensorflow mnist

摘要: https://files.cn #!/usr/bin/env python# -*- coding: utf-8 -*-"""Created on Thu Apr 16 22:01:22 2020 @author: Administrator win7 64 tensorflow 2.1 pyth 阅读全文

posted @ 2020-05-27 22:48 拓子 阅读(226) 评论(0) 推荐(0) 编辑

2020年4月9日

The tensorflow simplest calculate

摘要: import tensorflow as tf #print("hello word") a=tf.constant(88) b=tf.constant(9) result=tf.add(a,b,name=None) op=tf.global_variables_initializer() with 阅读全文

posted @ 2020-04-09 21:52 拓子 阅读(105) 评论(0) 推荐(0) 编辑

2020年3月5日

python opencv

摘要: # -*- coding: utf-8 -*-"""Created on Thu Mar 5 17:42:05 2020 @author: Administrator""" import cv2""" 读取视频文件的帧, 采用yuv颜色编码写入到另一个帧 6 7 VideoCapture和Video 阅读全文

posted @ 2020-03-05 22:37 拓子 阅读(140) 评论(0) 推荐(0) 编辑

2020年2月9日

english

摘要: process [ˈprəʊses] n.过程;工序;程序;vt.convenience [kən'viːnɪəns] n.purpose [ˈpɜ:pəs] n.目的;意志;growth [ɡrəuθ] n.增加,增长(量);生长,发展technology [tekˈnɒlədʒi] n.theo 阅读全文

posted @ 2020-02-09 08:39 拓子 阅读(1205) 评论(0) 推荐(0) 编辑

2019年11月24日

opencv 图片识别

摘要: # -*- coding: utf-8 -*-"""Created on Fri Nov 22 21:35:12 2019 @author: Administrator""" import cv2 filepath = "img/3.jpg"img = cv2.imread(filepath) # 阅读全文

posted @ 2019-11-24 23:07 拓子 阅读(662) 评论(0) 推荐(0) 编辑

随机概率

摘要: # -*- coding: utf-8 -*-"""Spyder Editor This is a temporary script file."""import numpy as npd={0:0,1:0,2:0,3:0,4:0,5:0,6:0,7:0,8:0,9:0}print(d) ran=n 阅读全文

posted @ 2019-11-24 23:05 拓子 阅读(331) 评论(0) 推荐(0) 编辑

2019年10月16日

从excel 导入数据绘制 散点图

摘要: import xlrdimport matplotlib.pyplot as plt bok = xlrd.open_workbook(r'test.xls') sht = bok.sheets()[0] row1 = sht.row_values(0) X=sht.col_values(0 , s 阅读全文

posted @ 2019-10-16 22:53 拓子 阅读(1085) 评论(0) 推荐(0) 编辑

2019年10月5日

tensor flow 线性回归

摘要: # -*- coding: utf-8 -*-"""Spyder Editor This is a temporary script file.tensor flow 之线性回归模式2019-oct-5""" import tensorflow as tfimport numpy as npimpo 阅读全文

posted @ 2019-10-05 02:37 拓子 阅读(260) 评论(0) 推荐(0) 编辑

2019年9月26日

一些搞笑,但有意义的图片

摘要: 阅读全文

posted @ 2019-09-26 22:55 拓子 阅读(510) 评论(0) 推荐(0) 编辑

导航