资源列表
led8
- mega8L上点亮LED的小程序,注释清楚,适合初学者-mega8L on a small LED lights procedures Notes clear, for beginners
facai
- 一个小游戏,给你几次机会,分别输入一个数字,看你发财的机会!
fmdemod
- demodulates the FM modulated signal Y at the carrier frequency Fc (Hz). Y and Fc have sample frequency Fs (Hz). FREQDEV is the frequency deviation (Hz) of the modulated signal.
display
- 古典密码学中的一些实现加密的算法,用Matlab实现的。-Classical Cryptography to achieve some of the encryption algorithm, using Matlab to achieve.
Vigenere
- C语言 Vigenere 加密,解密的实现。-C language Vigenere encryption, decryption of the implementation.
giveio_ini
- ini file for driver giveio
J2mereceiveandsendmessage
- J2ME实现手机收发短信的功能,很不错,简单,功能可实现。推荐下载。-J2ME mobile phone messaging to achieve the function, very good, simple, function can be realized. Recommended download.
password
- 周期5的16-置换移位密码算法,通过C语言实现,对指定的明文文档进行加密,输出-Cycle 5, 16- replacement shift cipher algorithm, by C language, the document specified the plaintext is encrypted, the output
CStringToChar
- 将16进制文本转换为ascii码的C语言代码。16进制文本复制到文件test.txt中,运行程序,将得到输入。 例: 运行:./CSTRING test.txt 其中,test.txt文件内容为: 30:31:32 则得到的"Cstring.txt"输入文件中 012 本程序能自动跳过0或多个分隔符(分隔符可以为任意的符号,如“:”,“ ”或空格等,判断的函数实现见SkipDelimiter函数)。 如:输入文件内容为: 30
cg6reg
- These constants are the offset that address Device Driver for linux v2.13.6. -These constants are the offset that address Device Driver for linux v2.13.6.
audioio
- GETREG and SETREG are used to read and write the chip s registers, using the audio_ioctl structure to pass data back and forth.
consumer_producer
- 使用了三个信号量: empty (以记录有多少空位)、full (以记录有多少满位)以及mutex (二进制信号量或互斥信号量,以保护对缓冲插入与删除的操作)。对于本项目, empty 与full 将采用标准计数信号量,而mutex 将采用二进制信号量。生产者与消费者作为独立线程,在empty、full、mutex 的同步前提下,对缓冲进行插入与删除。 -Producer and consumer problem of operating system.
