Showing posts with label cocomo. Show all posts
Showing posts with label cocomo. Show all posts

Monday, March 31, 2014

C code for Basic Cocomo Model

//C program to calculate effort, development time, productivity and average staff required in Basic cocomo model// #include<stdio.h> #... Read More