I am creating two threads, one is waiting for commands at the command line and the other is checking a UDP socket. Whichever happens first, I want to kill the other thread. For example, if user enters something from the commandline, the other thread waiting for UDP packets should exit.
I am...
hi,
I want to improve "rainbow"s naive bayes implementation by adding text length and some dependence between words. But there are so many codes... Which files should look at? Has anyone got some sample?
thanks
I want to make digital to analog conversion using
DAC0832 chip, driven directly by AVR microcontroller.
But DAC chip does not respond to changes in the digital
input (no, the chip is not broken). I tried to implement everything as it is told in the DAC's datasheet. But still it does not work...