#include<stdio.h> int maximum(int a, int b) //to find the maximum timestamp between two events { if (a>b) return...
Friday 13 June 2014
Sunday 8 June 2014
CREATE A LOGIN APPLICATION USING SESSION USING SERVLET
6/08/2014 09:26:00 am
Login.java import java.io.IOException; import java.io.PrintWriter; import java.util.Enumeration; import javax.servlet.ServletExcep...
IMPLEMENTATION OF “HELLO WORLD” SERVICE USING RPC(REMOTE PROCEDURE CALL)
6/08/2014 09:05:00 am
firsttry.x program FIRSTTRYPROG { version FIRSTTRYVERS { string FIRSTTRY(void) = 1; ...
IMPLEMENTATION OF “CALCULATOR” SERVICE USING RPC(REMOTE PROCEDURE CALL)
6/08/2014 09:04:00 am
cal.x struct variable { int x; int y; int ans; int choice; }; program calc_prg { version calc_version { int cal...
TO IMPLEMENT FUZZY PROPERTIES IN MATLAB
6/08/2014 09:01:00 am
Fuzzy Properties are as follows- · Commutative: Ø Union of sets is commutative: that is, A ∪ B = B ∪ A Ø Intersect...
Subscribe to:
Posts (Atom)