Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) Write out a function that prints out all the permutations of a string. For example, abc would give you abc, acb, bac, bca, cab, cba. You can assume that all the characters will be unique.
5 22658Write a prog to accept a given string in any order and flash error if any of the character is different. For example : If abc is the input then abc, bca, cba, cab bac are acceptable, but aac or bcd are unacceptable.
5 15098what is the best algorithm to sort out unique words from a list of more than 10 million words(1 crore+)? we need the best technique in the terms of execution time.
TCS,
9 19537
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,
How to Check if Folder Exists?
how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?
Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?
can any one give me code to keyed a flat file and used chain in RPGLE to search any item
How to add a value from textBox over an existing certain column in SQL Server
1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)
write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.
How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?
Beautiful is for 012345678 9 and a code for similar word containing the same alphabets
Write a Program to truncate a given floating point value (e.g.16.25=16).
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
write a program using virtual function to find the transposing of a square matrix?
Code for Communicating over Sockets?
What is the functionality of EnumWindows?