# -*- coding: utf-8 -*-"""Spyder Editor This is a temporary script file.tensor flow 之线性回归模式2019-oct-5""" import tensorflow as tfimport numpy as npimport matplotlib.pyplot as plt SIZE=100np.random.seed(100)#np随机种子tf.set_random…
在C# 1.0中提出了一种新特性叫作:委托.委托本质上一种类型.是对特定方法的抽象,定义委托后,可以将方法封装,把方法当参数,传递 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;…