Question:
. Create a PHP file to print any text using variable
Code:
<html>
<head>
......
Recent Post
Home
All posts
Saturday, November 4, 2017
Transformation Computer Graphics
Question:
Write a program to draw any 2-D object and perform the transformations......
Wednesday, November 1, 2017
Wt Practical 8,9,10
Code:
<html>
<head>
<link rel="stylesheet" type="text/css" href="Wt8.css">
......
Sunday, October 29, 2017
Prim's Java DAA 6
Code:
import java.util.ArrayList;
public class Prims {
static class Vertex{
......
Friday, October 27, 2017
Knapsack Java
Knapsack Using Greedy Algorithm
Code:
package com.nearur;
import java.util.ArrayList;
import......
Tuesday, October 10, 2017
MidPoint Circle Generation Algorithm
Question: Write a program to generate a complete moving wheel using Midpoint......
Sunday, October 8, 2017
Subscribe to:
Posts (Atom)