How to use the program: The program has 2 files to run a client/server. The server resides on the victim's computer and the client connects to the server program. You do not have to worry about running the server program as it will not do anything unless it receives command from the client program. Once the server ready to accept connection it will listen on the port 40131. To connect to the
Free RTF Report creation in Visual Basic (VB) RTF Report is very easy to create and fast. It support fast draft printing, windows printing, network draft printing, Print preview, find in preview, print options – draft printing, Print options – windows printing and many other functions.
In this code I will show you how to convert digits into their words equivalent for example you type 123 it will translate in one two three. However this code is limited only to maximum of 4 digits. The development tool that I use in this application is Turbo C++ 3.0 for DOS from Borland International. If you find my code useful send me an email at [email protected]. People here in the
Hi there this is my C langauge version of my prime number determiner version 1.0. I rewrote my original code from Java to C my personal intention is to learn to transfer one code to another language in this case in C. Personal I learn C firt prior to Java this two language is almost identical by nature. I intended this code for beginning programmer that are new in using C as there development
About the code it is called merge sort program written in Java. Merge sort is another sorting algorithm the is widely used in arranging numbers and strings. It was developed by Dr. John Von Neumann in 1945. I intended this code for beginners who are new in sorting algorithm construction and uses it in a practical manner. If you find this code useful send me an email at [email protected]
This is another sorting algorithm called heap sort that I wrote using Java programming language. The heap sort code is quiete complex but it is very useful when you are sorting a big amount of numbers. If you find this code useful send me an email at [email protected]. People here in the Philippines can reach me at my mobile phone number 09296768375. Thank you very much and Happy
About this code I called this one insertion sort it is another sorting algorithm in computer science that is widely used to sort numbers and strings. I created this program to give insights on how to use and how it works. I hope this will help somebody who wish to learn sorting algorithms using Java as their tool in software development. If you like this code and find it useful send me an email at
This code is another sorting algorithm called selection sort written in Java. If you find this code useful send me an email at [email protected]. People here in the Philippines who like to reach me they can contact me at 09296768375. Thank you and Happy Programming. Regards, Mr. Jake Rodriguez Pomperada, MAED - Instructional Technology
About the code it is a quick sort program that I have created using Java. Quick sort in one of the most fastest sorting algorithm to arrange numbers or evening words. I wrote this code is a simple manner so that beginners that are new in Java will benefit and for easy understanding of the code.