No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
hi i'm working with joomla and virtuemart component button in virtueMart don't have value : <input type="button" class="quantity-controls quantity-plus"> actually i want to add : value="+" in button but i have a problem . when i click inspect on browser , i can't find path address for code in my … | |
hello friends i wanna know is this algorithm for Travelling salesman problem (TSP) correct ? if isn't help me for correct algorithm plz ? tnx int tsp(int **adjMatrix, int numberPoints) { for (int i = 0; i < numberPoints; i++) for (int j = 0; j < numberPoints; j++) for … | |
hello dear friends which states of process isn't in multiprogramming systems ? states of process : " ready to run" to "running" or "running" to "ready to run" or "running" to "waiting (blocked)" or "waiting" to "ready to run" . i need a complete answer with clear reason please | |
Hi hwo to write total of 10 first setences (C languege) -1,+2/3,-3/5,+4/7,-5/9,... | |
my name is nadia and i'm iranian ,i was born in 1991 I've recently begun programming my favorit books are about astronomy and IT . have a great days:) | |
Hi could you help me ? how to implement 2 stacks with a queue in data structurs ? |
The End.