A simple C PROGRAM to strobe the LEDsvia Port D. The strobe rate is to be set by adjusting the voltage drop over a potentiometer that is sampled by an ADC.
ATmega8 taillight circuitAn assembly language PROGRAM that generates 5 different static patterns with switching from pattern-to-pattern controlled by the depression of one push-button switch (S2).
ATmega8 taillight circuitA more complex C PROGRAM that implements different flashing patterns under the control of both the push buttons and potentiometer. Use your imagination to come up with some novel ideas here. Remember however that more marks are to be awarded for the quality of the code than for the novelness of the patterns.
This PROGRAM will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.
This is a PROGRAM that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, Fibonacci series (and Pascals Triangle still under construction).
apriori java 實現 * A PROGRAM to find association rules with the apriori algorithm (Agrawal et al. 1993).<br> * Other than the standard apriori algorithm, this PROGRAM enable to find<br> * apriori all relation.