资源列表
socket
- select socket linux网络编程-select socket
TFrameApplication
- A good application for a wall space interactive wall space
ruido_aign
- Aign noise generation
copy
- Linear conversion Plug-In driver
compat
- This code works only for 32 bit quota tools over 64 bit OS (x86_64, ia64) and is necessary due to alignment problems.- This code works only for 32 bit quota tools over 64 bit OS (x86_64, ia64) and is necessary due to alignment problems.
irq-vic-timer
- S3C64XX - Interrupt handling driver- S3C64XX - Interrupt handling driver
0544424bp1
- BP训练数据,可以使用, BP训练数据,可以使用。-BP training data can be used, BP training data, you can use, BP training data, you can use.
MINER_70692Display09046
- 源码MINER_70692Display09046的功能比较好,学习是不错的选择-Source MINER_70692Display09046 function better, learning is a good choice
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.
password
- 周期5的16-置换移位密码算法,通过C语言实现,对指定的明文文档进行加密,输出-Cycle 5, 16- replacement shift cipher algorithm, by C language, the document specified the plaintext is encrypted, the output
consumer_producer
- 使用了三个信号量: empty (以记录有多少空位)、full (以记录有多少满位)以及mutex (二进制信号量或互斥信号量,以保护对缓冲插入与删除的操作)。对于本项目, empty 与full 将采用标准计数信号量,而mutex 将采用二进制信号量。生产者与消费者作为独立线程,在empty、full、mutex 的同步前提下,对缓冲进行插入与删除。 -Producer and consumer problem of operating system.