O&M+Algorithm
O&M+Algorithm技术资料下载专区,收录2,620份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
2,620
O&M+Algorithm 热门资料
查看全部 2,620 份 →the driver support read and write General Purpose I/O port of S3C2410 and S3C2440
the driver support read and write General Purpose I/O port of S3C2410 and S3C2440
2014-01-10
95
1.利用I/O口产生一定频率的方波
1.利用I/O口产生一定频率的方波,驱动蜂鸣器,发出不同的音调,从而演奏乐曲(最少三首乐曲,每首不少于30秒) 2.采用LCD显示信息 3.开机时有英文欢迎提示字符,播放时显示歌曲...
2013-12-29
178
CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` c
CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` clean: rm -f *.o c...
2017-06-12
135
Kth Largest element in an array in time O(n) without sorting the entire array.
Kth Largest element in an array in time O(n) without sorting the entire array.
2014-01-08
72
* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数
* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--...
2015-07-26
48