programmingwith8086.blogspot.com
Programming the 8086
http://programmingwith8086.blogspot.com/2011/02/fibonacci-series.html
Programming the 8086: Fibonacci Series. Wednesday, February 16, 2011. Enter the number: $'. Reading 1st multidigit number. Posted by Arun Ramesh. Subscribe to: Post Comments (Atom). Sort the characters in a string. Sum of row elements of a matrix. Insert a string in middle of another string. Cursor operations-Change size and Move. Reverse each words in a sentance. Factorial of a number. No of vowels in a string. Insert a string in another string. GCD of two numbers. No of words in a sentance. Display a c...
graphics-using-c.blogspot.com
Graphics programming using c
http://graphics-using-c.blogspot.com/2010/08/filling-recursive-method.html
Graphics programming using c. Tuesday, August 3, 2010. Filling - recursive and non-recursive method. 3 Write a program to implement following seed filling algorithms on polygon, circle and an ellipse. A) floodfill b) boundary fill. Recursive and Non Recursive method. NULL) { pop(); x=p- x; y=p- y; if( getpixel(x 1,y)! Bdry)& (getpixel(x 1,y)! New) { putpixel(x 1,y,new); push(x 1,y); } if( getpixel(x-1,y)! New) { putpixel(x-1,y,new); push(x-1,y); } if( getpixel(x,y 1)! Bdry)& (getpixel(x,y 1)! Circumcircl...
programmingwith8085.blogspot.com
Programming the 8085
http://programmingwith8085.blogspot.com/2010/10/scroll-word-using-8279.html
Programming the 8085: Scroll a word using 8279. Thursday, October 21, 2010. Scroll a word using 8279. Posted by Arun Ramesh. Subscribe to: Post Comments (Atom). There was an error in this gadget. Amazon Contextual Product Ads. Scroll a word using 8279. Staircase wave using DAC. Triangular wave using DAC. Square wave using DAC. Rotate Stepper Motor in both direction. Rotate Stepper Motor in clockwise direction. Square wave with 90 degree phase shift using 8255. Square wave using 8255. Square of a number.
programmingwith8085.blogspot.com
Programming the 8085
http://programmingwith8085.blogspot.com/2010/10/staircase-wave-using-dac.html
Programming the 8085: Staircase wave using DAC. Thursday, October 21, 2010. Staircase wave using DAC. 4100 3E 00 LOOP1: MVI A,00H 4102 D3 C8 LOOP2: OUT 0C8H 4104 CD 0F 41 CALL DELAY 4107 C6 33 ADI 33H 4109 D2 02 41 JNC LOOP2 410C C3 00 41 JMP LOOP1 410F 06 FF DELAY: MVI B,0FFH 4111 05 BACK: DCR B 4112 C2 11 41 JNZ BACK 4115 C9 RET. Posted by Arun Ramesh. Subscribe to: Post Comments (Atom). There was an error in this gadget. Amazon Contextual Product Ads. Scroll a word using 8279. Staircase wave using DAC.
graphics-using-c.blogspot.com
Graphics programming using c
http://graphics-using-c.blogspot.com/2010/10/draw-following-figure1.html
Graphics programming using c. Wednesday, October 13, 2010. Draw the following figure(1). Struct point { int x,y; }pol[ 3. Int n,r; float trans[ 3. Void midpoint(int xc,int yc,int r) { int x= 0. Int y=r; int p= 1. R; plot(xc,yc,x,y); while. Plot(xc,yc,x,y); } } void plot(int xc,int yc,int x,int y) { putpixel(xc x,yc y, 10. Putpixel(xc-x,yc y, 10. Putpixel(xc x,yc-y, 10. Putpixel(xc-x,yc-y, 10. Putpixel(xc y,yc x, 10. Putpixel(xc-y,yc x, 10. Putpixel(xc y,yc-x, 10. Putpixel(xc-y,yc-x, 10. I ) { for. New,bd...
graphics-using-c.blogspot.com
Graphics programming using c
http://graphics-using-c.blogspot.com/2010/08/line-clipping.html
Graphics programming using c. Sunday, August 15, 2010. Xa) m=(float)(yb-ya)/(float)(xb-xa); while(1) { if(rcode1= 0& rcode2= 0) return 1; else if( rcode1&rcode2)! 0) return 0; else { int outcode=(rcode1= 0)? Rcode2:rcode1; if(outcode&top) { if(m! 0) x=xa (float)(1/m)*(float)(wymax-ya); else x=xa; y=wymax; } else if(outcode&bottom) { if(m! Kbhit() ; closegraph(); initgraph(&gd,&gm,NULL); printf(After Clipping ); rectangle(wxmin,wymin,wxmax,wymax); if(clipline() line(xa,ya,xb,yb); while(!
programmingwith8086.blogspot.com
Programming the 8086
http://programmingwith8086.blogspot.com/2011/05/sum-of-row-elements-of-matrix.html
Programming the 8086: Sum of row elements of a matrix. Monday, May 2, 2011. Sum of row elements of a matrix. Read a multidigit number. Enter the no of rows: $'. Enter the no of column: $'. Enter the element of matrix : $'. Sum of elements of row $'. Read no of rows. Read no of column. Calculating total no of elements. Read 1st matrix elements. Posted by Arun Ramesh. Subscribe to: Post Comments (Atom). Sort the characters in a string. Sum of row elements of a matrix. Cursor operations-Change size and Move.
programmingwith8085.blogspot.com
Programming the 8085
http://programmingwith8085.blogspot.com/2010/08/decimal-up-counter.html
Programming the 8085: Decimal up counter. Saturday, August 21, 2010. Posted by Arun Ramesh. Subscribe to: Post Comments (Atom). There was an error in this gadget. Amazon Contextual Product Ads. Scroll a word using 8279. Staircase wave using DAC. Triangular wave using DAC. Square wave using DAC. Rotate Stepper Motor in both direction. Rotate Stepper Motor in clockwise direction. Square wave with 90 degree phase shift using 8255. Square wave using 8255. Multibyte addition of two binary number.
programmingwith8085.blogspot.com
Programming the 8085
http://programmingwith8085.blogspot.com/2010/09/rotate-stepper-motor-in-both-direction.html
Programming the 8085: Rotate Stepper Motor in both direction. Monday, September 27, 2010. Rotate Stepper Motor in both direction. Posted by Arun Ramesh. Subscribe to: Post Comments (Atom). There was an error in this gadget. Amazon Contextual Product Ads. Scroll a word using 8279. Staircase wave using DAC. Triangular wave using DAC. Square wave using DAC. Rotate Stepper Motor in both direction. Rotate Stepper Motor in clockwise direction. Square wave with 90 degree phase shift using 8255.
programmingwith8085.blogspot.com
Programming the 8085
http://programmingwith8085.blogspot.com/2010/09/real-time-clock.html
Programming the 8085: Real time clock. Thursday, September 9, 2010. Posted by Arun Ramesh. Subscribe to: Post Comments (Atom). There was an error in this gadget. Amazon Contextual Product Ads. Scroll a word using 8279. Staircase wave using DAC. Triangular wave using DAC. Square wave using DAC. Rotate Stepper Motor in both direction. Rotate Stepper Motor in clockwise direction. Square wave with 90 degree phase shift using 8255. Square wave using 8255. Multibyte addition of two binary number.