Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (5)
MySQL PHP database instance of the book
no vote
Application background With PHP, you can connect to and manipulate databases. MySQL is the most popular database system used with PHP. MySQL is ideal for both small and large applications. MySQL is very fast, reliable, and easy to use. MySQL uses standard SQL. MySQL compiles on a number of platforms. MySQL is free to download and use. MySQL is developed, distributed, and supported by Oracle Corporation. PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform). SAME Databse queries are used in both systems. Key Technology The program uses three technology. First it requires a XAMPP or other integrated web development bundle containt a wen server and mysql server. The second technology id PHP, to run PHP we need to install a web server. Third technology is Mysql. MySQL is a database system used on the web. MySQL is a database system that runs on a server.
jksingh
2016-08-23
0
1
Comparison of DSDV routing protocol der AODV
4.0
Application background The code is simulating the main three routing protocols in mobile adhoc network. The three protocols are AODV (Ad hoc on demand distance vector), DSR (dynamic source routing) and DSDV (Destination sequenced distance vector). The AODV and DSR fall in the category of Reactive protocols while DSDV fall in the category of proactive routing protocols. Key Technology The NS-2 with Cygwin is used for simulation and results are collected using awk scripts from the trave files. The NAM file are not included in the project, but can be easily generated wiht the given code for the visualization purpose. The Cygwin in a cross plateform application which provide the linux environment on the windows plateform on which we can run the NS 2 simulator. The project also include the plotted graph which are created with GUNPLOT script file(draw.plt). To get the graphs in windows the window
jksingh
2016-08-23
0
1
Monte Carlo method
no vote
Application background Monte Carlo methods (or Monte Carlo experiments) are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. They are often used in physical and mathematical problems and are most useful when it is difficult or impossible to use other mathematical methods. Monte Carlo methods are mainly used in three distinct problem classes: optimization, numerical integration, and generating draws from a probability distribution. Key Technology Here Monte Carlo Method is used to calculate the approximate value of Pi. The project contains monte carlo function as well as full program with figures and plots.
jksingh
2016-08-23
1
1
MySQL Ajax instance
no vote
Application background The Application is using MySQL database which is containing tables to store the person information like name, address and job etc. The database is used in PHP programs to display the person information. The user can select a person name from a drop down list and then the php program displyes the information of the person on the same page. This is done by using AJAX, because AJAX allows us to display information without reloading the complete page. AJAX is also used for making the web page responsive and faster. Key Technology AJAX is about updating parts of a web page, without reloading the whole page. AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, w
jksingh
2015-11-04
0
1
Ajax connection
no vote
Application background PHP is most popular web programming language. AJAX is about updating parts of a web page, without reloading the whole page.AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page. Classic web pages, (which do not use AJAX) must reload the entire page if the content should change. Examples of applications using AJAX: Google Maps, Gmail, Youtube, and Facebook tabs. This example shows how AJAX can update parts of a web page, without reloading the whole page. The server script will be written in PHP. Key Technology AJAX was made popular in 2005 by Google, with Google Suggest. Google suggest is using AJAX to create a very dynamic web interface: When you start typing in Google's search bo
jksingh
2015-11-04
0
1
No more~