Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~142 People Reached

2 Posted Topics

Member Avatar for mahesh parmar

I am working on IEEE Paper "An Architectural Design Selection Tool Based on Design Tactics, Scenarios and Nonfunctional Requirements". I want to know what's the criteria for selecting Relationship between 1. Quality Attributes to Quality Attributes, 2. Quality Attributes to Tactics and 3. Tactics to Architecture Styles.

Member Avatar for Stinomus
0
89
Member Avatar for mahesh parmar

[code] <%@page import="java.util.*"%> <%@include file="mycon.jsp" %> <% String[] weight = request.getParameterValues("weight"); int[] a = (int[]) session.getAttribute("qarray"); int[] b = (int[]) session.getAttribute("qnarray"); double nweight[] = new double[500]; char cat[] = new char[50]; char cat1[] = {'a','b','c','d','e','f','g'}; char cat2[]={'k','l','m','n','o','p'}; int n = 0; int count = 0, k = 0; double sum …

-1
53

The End.