Top-down design for a system to control operant choice experiments
暂无分享,去创建一个
STATIONS, a FORTRAN program to control operant choice experiments, was developed based on the principles of top-down design and structured programming. As a consequence, the program consists of modules organized in a hierarchical fashion. Separate modules deal with different types of reinforcement schedules, such as variable ratio (VR) and variable interval (VI). These modules produce specific schedules with different parameters by using sequences of values read in at ran time and then randomly sampled. This form of organization permits modifications to be made via changes confined to one module without global repercussions. The clarity of structure that results from the application of top-down design and structured programming should enable future users to more easily adapt this package to suit their specific needs.
[1] Neill Graham. Introduction to computer science: A structured approach , 1979 .
[2] Brian W. Kernighan,et al. Software tools , 1976, SOEN.