O-Reilly
探索O'Reilly资源库,涵盖1810个精选项目,专为电子工程师设计。作为技术学习与实践的宝库,O'Reilly提供从基础到前沿的技术书籍、教程和案例研究,覆盖物联网、嵌入式系统开发、人工智能等多个领域。无论是初学者还是资深开发者,都能在这里找到提升技能所需的知识。立即访问,下载权威资料,加速您的...
资源总数
500
O-Reilly 热门资料
查看全部 500 份 →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