搜索资源列表
huiwen
- 回文(palindrome)是指一个字符串从前面读和从后面读都一样,仅使用若干栈和队列、栈和队列的ADT函数以及若干个int类型和char类型的变量,设计一个算法来判断一个字符串是否为回文。假设字符串从标准输入设备一次读入一个字符,算法的输出结果为true或者false。-Palindrome (palindrome) refers to a string read from the front and from the back to read the same, only a number
IOTest
- 将键盘上输入的字符在屏幕上显示出来。键盘和显示器屏幕是标准输入输出设备,数据输入的起点为键盘,数据输出的终点是屏幕,输出的数据可以在屏幕上显示出来。-The characters entered on the keyboard displayed on the screen. A keyboard and a display screen is the standard input and output devices, the keyboard data input start point,
GPIO_DRV
- 自己写的VxWorks6.6下的GPIO驱动程序,注释详尽,大家可以用来学习VxWorks字符驱动的基本流程,也可以直接在自己设备上使用,只要改下GPIO的IO地址即可。-Write your own VxWorks6.6 under GPIO driver, detailed notes, you can use to learn the basic VxWorks character-driven process can also be used directly on their devi
main
- 串口终端字符显示程序,加入自己设计的命令就可以像linux系统的串口终端一样,操作自己的设备-the programmer for display char in serial console ,add your design command ,make your have a serial console just like linux console,easy to use your device.
字符设备控制之buzzer蜂鸣器
- arm开发板字符设备测试蜂鸣器,区别于裸机测试。(arm development board test buzzer)