VijayNetwork.Com
  • facebook

RTOS

RTOS( Real time operating system ) is specifically designed for real time applications. It should respond the external events with in a short and predictable time frame. more >>

Android

Android is a mobile operating system (OS) based on the Linux kernel that is currently developed by Google. With a user interface based on direct manipulation, Android is designed primarily for touchscreen mobile devices such as smartphones and tablet computers, with specialized user interfaces for televisions (Android TV), cars (Android Auto), and wrist watches (Android Wear).

Embedded System

Electrical control system which is designed to perform predefined specific function with combination of computer hardware and software.more >>

C Programming

Reverse Bits - 16 bits

    
int main( void )
{
	int a= 0xFF00, i, rev=0;

	for( i = 0; i < 16; ++i )
	{
		if( a & ( 1 << i ) )
		{
			rev |= ( 0x8000 >> i );
		}
	}
	printf( "Input is 0x%04x\n", a );
	printf( "Reverse Bit Is 0x%04x\n", rev );

	return 0;
}
more >>


Tax deductions under 80C