answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

Are Baby Advent II speakers 8 ohm?

They are 6 ohm.


What do you mean by category 1 and category 2 in miniratna psu?

The Basic difference between a Category I & Category II Mini Ratna Company is that a category II mini ratna company can make a capital expenditure of Rs 250 crore or 50% of the net worth, whichever is less, without seeking the permission of the government. On the contrary, the board of category I mini ratna company can make a capital expenditure of Rs 500 crore or 100% of its net worth, whichever is less, on its own." Similarly, the board of a category I mini ratna company can take an independent decision to invest Rs 500 crore in joint ventures and subsidiaries. For category II mini ratnas, the investment limit has been capped at Rs 250 crore.


What was responsible for improvements in radar and sonar?

No one individual was responsible for improving both (or even either) technology. Radar and sonar were worked on by many investigators over decades to bring them along to the point where they are the effective, reliable tools we look to as we attempt to look at things in the sky, below the water and in the ground. What is arguably the most effective technology in bringing radar and sonar forward is the advancements in electronics, and in computer technology.


C program for knapsack algorithm?

#include<stdio.h> #include<conio.h> int w[10],p[10],v[10][10],n,i,j,cap,x[10]={0}; int max(int i,int j) { return ((i>j)?i:j); } int knap(int i,int j) { int value; if(v[i][j]<0) { if(j<w[i]) value=knap(i-1,j); else value=max(knap(i-1,j),p[i]+knap(i-1,j-w[i])); v[i][j]=value; } return(v[i][j]); } void main() { int profit,count=0; clrscr(); printf("\nEnter the number of elements\n"); scanf("%d",&n); printf("Enter the profit and weights of the elements\n"); for(i=1;i<=n;i++) { printf("For item no %d\n",i); scanf("%d%d",&p[i],&w[i]); } printf("\nEnter the capacity \n"); scanf("%d",&cap); for(i=0;i<=n;i++) for(j=0;j<=cap;j++) if((i==0)(j==0)) v[i][j]=0; else v[i][j]=-1; profit=knap(n,cap); i=n; j=cap; while(j!=0&&i!=0) { if(v[i][j]!=v[i-1][j]) { x[i]=1; j=j-w[i]; i--; } else i--; } printf("Items included are\n"); printf("Sl.no\tweight\tprofit\n"); for(i=1;i<=n;i++) if(x[i]) printf("%d\t%d\t%d\n",++count,w[i],p[i]); printf("Total profit = %d\n",profit); getch(); }


What is Ml2 lithography?

ii hAve nO iideA

Related Questions

What are the release dates for Advent - 2014 II?

Advent - 2014 II was released on: USA: 12 May 2014


What is the symbol for Advent Claymore Convertible Securities and Income Fund II in the NYSE?

The symbol for Advent Claymore Convertible Securities and Income Fund II in the NYSE is: AGC.


In what year did Advent Claymore Convertible Securities and Income Fund II - AGC - have its IPO?

Advent Claymore Convertible Securities and Income Fund II (AGC)had its IPO in 2007.


Are Baby Advent II speakers 8 ohm?

They are 6 ohm.


What is the market cap for Advent Claymore Convertible Securities and Income Fund II AGC?

As of July 2014, the market cap for Advent Claymore Convertible Securities and Income Fund II (AGC) is $241,482,992.80.


What are the three types of Mini PCI cards?

type I, type II and typeIII


Where can you buy a mini toy pistol with a working slide and hammer?

Target II, my friends!! <33333


Where is the obd II plug in for 2006 Mini Cooper S?

The 2006 Mini Cooper OBD 2 port is under driver side dash next to kick panel


Has the mini classic appreciated in value?

Yes, the mini classic has appreciated in value. It is considered to be one of the revolutionary compact cars developed during the post World War II era.


What would make a 2004 Ford F-250 OBD II port have no power?

Fuse # 12 is a 20 amp mini fuse for the OBD II and cigarette lighter


What is the Heads Up Display in Star Wars Battlefront II?

it is the health bar, how much ammo you have left, and the mini map


What do you mean by category 1 and category 2 in miniratna psu?

The Basic difference between a Category I & Category II Mini Ratna Company is that a category II mini ratna company can make a capital expenditure of Rs 250 crore or 50% of the net worth, whichever is less, without seeking the permission of the government. On the contrary, the board of category I mini ratna company can make a capital expenditure of Rs 500 crore or 100% of its net worth, whichever is less, on its own." Similarly, the board of a category I mini ratna company can take an independent decision to invest Rs 500 crore in joint ventures and subsidiaries. For category II mini ratnas, the investment limit has been capped at Rs 250 crore.