A clock writing by Verilog which can count from 00:00 to 23:59. With a C file to see the simulation results. A co-design example of C and Verilog.
标签: simulation Verilog writing clock
上传时间: 2016-10-12
上传用户:王者A
数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
上传时间: 2014-01-25
上传用户:爺的气质
51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: { unsigned char input_string[]={"bang"} unsigned char chines_string[100] sprintf(chines_string,"%s",py_ime(input_string)) }
标签: unsigned char input_py_val input_py
上传时间: 2014-12-01
上传用户:源弋弋
powerpc内核mpc8241linux系统下char驱动程序
上传时间: 2016-10-30
上传用户:familiarsmile
Vegenere Cipher is a kind of encryption it only can cipher the char pliantext
标签: encryption pliantext Vegenere Cipher
上传时间: 2016-11-01
上传用户:cainaifa
JAVA编写的一个reading char,言简意赅的阐述了用法!
上传时间: 2014-01-21
上传用户:Altman
The program can count the number of the girth 4 of LDPC codes.
上传时间: 2016-11-03
上传用户:leixinzhuo
wheatstone bridge. able to count the voltage once resistor changed.
标签: wheatstone resistor changed voltage
上传时间: 2014-01-27
上传用户:zhuimenghuadie
Methods void close() int read() reads and returns a chracter. int read(char[] characterArray) populates an array of characters with data. boolean ready() - returns “true” if there is data available. ……
标签: read characterArray int chracter
上传时间: 2013-12-18
上传用户:小儒尼尼奥
//DS1302工作开始 void TimeWorkStart(void) { unsigned char val val = TimeByteRead(timereadseg) //读秒数据 val &= 0x7f //打开晶振 TimeWrieDisbale() //开放DS1302写保护 TimeByteWrite(timewriteseg, val) //打开晶振 TimeByteWrite(tricklewrite, 0xa5) //打开充电二极管 TimeWriteEnable() //使能DS1302写保护 }
标签: void TimeWorkStart TimeByteRead timereadseg
上传时间: 2013-12-11
上传用户:爺的气质