package KeepCoding.algorithm;
//位运算知识点
/* 1. 0 ^ x x x ^ x 1
* 2. 位运算满足结合律和交换律,即运算顺序无关
*/
//位运算练习题
//1.整数数组中有一个出现次数为奇数的整数,其余整数的出现次数均为偶数个,请找出数组中这位…
使用的Go库
gonum.org/v1/plotimage/color
待绘图函数
直接使用三角函 s i n sin sin:
func f(x float64) float64 {return math.Sin(x)
}绘图过程
1 创建一个绘图 p : plot.New()assert.NotNil(t, p)p.Title.Text "Function Image"p.X.Label.Text "X&qu…