krisrajz

Tuesday, October 20, 2009

Timer Obj

http://vb.mvps.org/samples/TimerObj/
Posted by Raj at 11:25 PM No comments:

Long Timer, LED Control etc.,

http://www.hardandsoftware.net/
Posted by Raj at 9:45 PM No comments:

Saturday, October 03, 2009

XOR SWAP ALGORITHM

http://en.wikipedia.org/wiki/XOR_swap_algorithm
Posted by Raj at 2:05 AM No comments:

Friday, October 02, 2009

Swap value of two variables without using third variable(.NET)

int a, b;
a = 10;
b = 20;
Console.WriteLine("Before Swapping a="+a+" b="+b);
a = a + b;
b = a - b;
a = a - b;
Console.WriteLine("After Swapping a=" + a + " b=" + b);
Posted by Raj at 11:42 PM No comments:
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ►  2012 (1)
    • ►  July (1)
  • ►  2010 (7)
    • ►  April (1)
    • ►  March (1)
    • ►  February (4)
    • ►  January (1)
  • ▼  2009 (21)
    • ►  December (2)
    • ▼  October (4)
      • Timer Obj
      • Long Timer, LED Control etc.,
      • XOR SWAP ALGORITHM
      • Swap value of two variables without using third va...
    • ►  September (7)
    • ►  July (2)
    • ►  June (4)
    • ►  April (1)
    • ►  February (1)
  • ►  2006 (2)
    • ►  July (2)
  • ►  2005 (169)
    • ►  October (1)
    • ►  September (3)
    • ►  August (3)
    • ►  July (11)
    • ►  June (24)
    • ►  May (77)
    • ►  April (7)
    • ►  March (7)
    • ►  February (18)
    • ►  January (18)
  • ►  2004 (91)
    • ►  December (8)
    • ►  November (11)
    • ►  October (20)
    • ►  August (4)
    • ►  July (16)
    • ►  June (32)
Simple theme. Powered by Blogger.