Search for: decompiler exe vb
Related Programming Resources
- Using Genetic Algorithms to Search for an Optimal Solution to the Schaffer f6 Function Four different genetic algorithms are used to search for optimal solutions to the Schaffer f6 function; a simple GA, a GA using adaptive mutation, a steady state GA, and a GA using an island model. The methods are compared in terms of their reliability and efficiency. Solutions to complex optimization problems
- C++ Coding Standards This document describes the C++ coding guidelines agreed upon by the software engineering team. These guidelines are expected to be adhered to in all future C++ software development. Existing code will not be required to be rewritten to adhere to these guidelines, but it is suggested that reasonable efforts are
- PERSONAL ENCRYPTED TALK - SECURING INSTANT MESSAGING WITH A JAVA APPLICATION Most users of mainstream Instant Messaging applications on the Internet don't realize their conversations are being transmitted in clear text and are vulnerable to eavesdropping during transmission. This project report presents a solution to this problem implemented in a final project for CS699 in the spring of 2005 at Rivier
- Silverlight Overview Silverlight (formerly known as WPF/E or Windows Presentation Foundation / Everywhere) is a cross-platform browser plug-in being developed by Microsoft that is designed to provide a richer internet experience for enterprise and consumer applications. Silverlight 1.0 has been called a ?Flash killer? in that it will provide enhanced animation, vector
- Databases on the Web with PHP Interfacing a Database to the Web Classical "client/server" architecture: - server program waits for requests - clients request connections - once the connection is established, the client can send queries/transactions to the server - server processes queries and transactions and returns results to respective clients A dynamic webpage is a page that interacts with the user,