Discusses the concept of refining a design using a blueprint-like approach. ... In a nutshell, the concept of "stepwise refinement" is to take an object and move it from a general perspective to a precise level of detail. Architects have used such an approach for years, as have engineers building products.
it.toolbox.com/blogs/irm-blog/stepwise-refinement-25007 it.toolbox.com/blogs/irm-blog/stepwise-refinement-25007
Top-down and bottom-up design - Wikipedia, the free encyclopedia
A top-down approach is essentially breaking down a system to gain insight into its compositional sub-systems. In a top-down approach an overview of the system is first formulated, specifying but not...
en.wikipedia.org/wiki/Top-down_and_bottom-up_design
Nintendo's Profits Slide 52 Percent as Wii Fades ... Nintendo reported a 52 percent slide in quarterly profit and slashed its full-year earnings forecast, as its Wii console loses its place as the video game platform to beat. ... Home > Solutions > Encyclopedia > stepwise refinement...
www.pcmag.com/encyclopedia_term/0,2542,t=stepwise+refin... www.pcmag.com/encyclopedia_term/0,2542,t=stepwise+refinement&i=52067,00.asp
step-wise refinement A technique of writing software where you gradually add error checking and functionality. Usually you take the intermediate results to show the end user to see if experimenting with that prototype changes his mind at all about the overall program specifications.
mindprod.com/jgloss/stepwise.html mindprod.com/jgloss/stepwise.html
PRINCIPLES OF STEPWISE REFINEMENT ; In order to verify complex systems against their requirements one needs intermediate levels of abstraction. This can be achieved best by deriving a system formally by stepwise refinement.
www.cs.cornell.edu/NuPrl/PRLSeminar/PRLSeminar99_00/Man... www.cs.cornell.edu/NuPrl/PRLSeminar/PRLSeminar99_00/Mantel/nov22.html
A guideline in the process of stepwise refinement should be the principle to decompose decisions as much as possible, to untangle aspects which are only seemingly interdependent, and to defer those decisions which concern details of representation as long as possible.
sunnyday.mit.edu/16.355/wirth-refinement.html sunnyday.mit.edu/16.355/wirth-refinement.html
International Conference on Software Engineering archive; Proceedings of the 25th International Conference on Software Engineering table of contents; ... Step-wise refinement is a powerful paradigm for developing a complex program from a simple program by adding features incrementally.
portal.acm.org/citation.cfm?id=776839
hierarchies enable step-wise refinement and its generators to ...... by Stepwise Refinement,” Logic Program Synthesis and Transforma- tion, pp. 1-9, 1999. ...
ftp.cs.utexas.edu/pub/predator/TSE-AHEAD.pdf
void insert (SortedList& intoTheList, Student aNewStudent); {; // Assuming that intoTheList is sorted by student; // names, insert aNewStudent into the the list ; // with the list remaining sorted. SortedListNode current, // 0 Initialize ; /* 1 Find where to insert. ... */; // 1.1 Start at beginning of list. //
www.cs.odu.edu/~zeil/cs451/Lectures/05design/stepwise/s... www.cs.odu.edu/~zeil/cs451/Lectures/05design/stepwise/stepwise_htse1.html
As for stepwise refinement and top-down design, let us first comment that despite the fact that we will here advocate a top-down design method, sometimes in real world problems a bottom-up approach is needed.
www.openu.ac.il/Personal_sites/download/galezer/pre/nod... www.openu.ac.il/Personal_sites/download/galezer/pre/node3.html