utility used to obtain inform regarding the optimizes
choice of access strategy for SQL stmts
I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.
Write a Program to find whether the given number is a Armstrong number.
Write a Program for matrix multiplication.
what full form name of B.K.U.
How can we write an algorithm for show max and min from two integer inputs ? without using if() , without any functions ...
1.What happens to a session object when the browser associated with it is closed? 2. Explain what happens when a servlet is sent a POST request? 3. Why does only one copy of a servlet get created? 4. Explain what happens when a browser requests a servlet? (for the first time) 5.How is information stored in a session object?
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.
How can you print an address of a variable?
Write a Program to find the reverse of a given number.
Dear sirs, Hi, I would like to inform you that I want to perform a project using MLP neural network to recognize binary images containing three types of geometric shapes such as squares,rectangels and circles. Furthermore,each image includes only one geometric type. The output of network would be: '1' if the network detects square shape. '2' if the network detects rectangle shape. '3' if the network detects circle shape. '4' if none of these shapes detected. Would you please send me a matlab source code for this project? Your prompt reply would be so appreciated. regards,
Write a Program to find the sum of digits of a given number until the sum becomes a single digit.
Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)