资源列表
HONGWAI-C
- 红外遥控的C51 代码 ,比较实用的参考程序-Infrared remote control code of C51, the reference to the procedure more practical
RTC
- S3C2440ARM9芯片里面对自带的RTC模块进行操作。在实验板上测试通过-S3C2440ARM9 chip inside to bring the operation of the RTC module. In the experiment on-board test
monkey
- 猴子选大王问题,这是一个经典的问题,我感觉不错给大家分享下-Monkey king election issue, this is a classic, I feel good to share with you the next
PCM-023-K_Blinky_iFlash
- 2294 blink sw for Kiel tools chain
1602
- 用液晶1602显示两行英文字母,容易看懂,可以自己设置要显示的内容-The funtion is to show the word of English by LCD1602
ad9850test
- 本程序为单片机控制ad9850 DDS产生1~20MHZ任意频率值正弦波的程序,可通过修改子程序参数完成频率的设定。-This procedure for the single-chip control ad9850 DDS have 1 ~ 20MHZ arbitrary value of sine wave frequency of the procedure can be completed by modifying the frequency of subroutine paramete
Text3
- 矩阵键盘程序,含防抖功能,松手之后执行程序~-Matrix keyboard, including anti-shake, let go the implementation of ~
happy
- 用51单片机实现简单的音乐播放生日快乐歌。-51 MCU with a simple music player, a happy birthday song.
lcddiaoyongxiefa
- 这是LCD比较不常用的一种调用的写法,缺点是繁琐,而且显示的时候经常会有问题。LCD用的是1602,发在这里位了让新手参照理解一下就好。多注意程序里面的延时-It is less commonly used in LCD wording of a call to the disadvantage of cumbersome, but also shows that when there is often a problem. LCD using a 1602, made here for pla
Ex10_4
- 有一个菜单的窗口,窗口口有文本区组件,菜单有打开菜单,当点击该菜单项,在窗口中打开文件-Click on the open. This will download the file in a new browser window, so that you can check the contents
sbc2440_leds
- QQ2440 LED驱动,用于LINUX内核-QQ2440 LED driver on linux kernel
XOR
- 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From the most simple XOR encryption