首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 15 毫秒
1.
Two Turbo Pascal (versions 3.0 and 4.0) software timers for the IBM microcomputer family are described: one with a 55-msec resolution and another with a 1-msec resolution. Both can be implemented without additional hardware requirements. The 55-msec timer makes use of the system-time-of-day clock; the 1-msec timer is a Turbo Pascal translation of the timer described by Bührer, Sparrer, and Weitkunat (1987). The logic of each timer is shown by a short demonstration program.  相似文献   

2.
FREDL, a Pascal-based system for control of operant experiments, has been implemented on the IBM PC computer. In the foreground, recurring operations, such as decrementing counters that serve as local clocks, are controlled by a dictionary specifying automatic properties of user defined variables, and random logic is implemented by a user-written Pascal overlay. In the background, the remainder of the program controls communication with the user, output of data to disk, and production of cumulative records.  相似文献   

3.
This article describes a random number generator routine based on a Pascal algorithm gested by Lewis and Payne (1973) and Payne (1973).  相似文献   

4.
Undocumented characteristics of the pseudorandom number generators in Applesoft BASIC and Apple Pascal are described that cause identical sequences to be generated on different executions of programs written in those languages. Although it is relatively easy for this problem to escape notice, in both cases the problem is easily corrected once its existence is known.  相似文献   

5.
A system (PAN) that is designed to assist both the inexperienced and the experienced user in performing propositional analysis is described. The system is implemented in UCSD Pascal on the Apple II and Apple He microcomputers.  相似文献   

6.
A Turbo Pascal computer program is described that simulates the Rescorla-Wagner model of classical conditioning. The menu-driven program makes it possible to compute associative strengths for differential conditioning, conditioned inhibition, compound and contextual conditionings, trans-switching, and other designs.  相似文献   

7.
We describe an expert system written in Pascal to simulate part of Lerdahl and Jackendoff’s (1983) theory of music perception. This program, a production system based on a Hearsay II architecture (Nii, 1986), illustrates a number of techniques, including program modularity, complex data structures, and simulated parallelism using operating system concepts.  相似文献   

8.
The DECtalk text-to-speech conversion system offers promise for both basic and applied research. This paper is a report on a program library for the system that utilizes the routines by Edwards (1987). The library contains a number of useful Pascal routines which simplify the basic control of DECtalk. The demonstration program that we have devised should assist users of the system.  相似文献   

9.
Children with ADHD often demonstrate sudden and intense shifts in both positive and negative affect. This study examined the role of diagnostic status on emotional impulsivity in children utilizing ecological momentary assessment (EMA). Parents of 64 8–12 year old children (15 ADHD-only; 27 ADHD-comorbid; 22 control) completed a diagnostic structured interview and then an EMA protocol, rating the child’s affect thrice daily for 28 days. Analysis of covariance (ANCOVA) suggested that children with ADHD and a comorbid disorder demonstrated significantly more EMA-derived emotional impulsivity than children with ADHD only and control children. No difference was found between children with ADHD only and control children. This study suggested that children with ADHD demonstrate significantly higher levels of emotional impulsivity than control children only in the presence of a comorbid disorder.  相似文献   

10.
Assessing and promoting physical activity and health-related quality of life (HRQOL) have become major public health issues, but little is known regarding HRQOL and its relation with physical activity in adolescents. This study attempted to examine relationships among middle school students’ motivation, physical activity, and HRQOL by using the expectancy-value model as a theoretical framework. Participants were 282 middle school students who responded to a previously validated inventory assessing their motivation, physical activity, and HRQOL. Correlation analyses revealed that expectancy-related beliefs and task values were positively related to physical activity and HRQOL. Physical activity was positively associated with physical, emotional, and social functioning of HRQOL. Regression analyses showed a significant relationship between increasing expectancy-related beliefs and increasing degrees of HRQOL. This research line is promising in that it can provide useful information regarding the translation of theory to practice in influencing adolescents’ physical activity and HRQOL.  相似文献   

11.
MED-PC is a software system that implements the MEDSTATE NOTATION dialect of state notation on IBM PC and compatible computers equipped with MED Associates interfacing. It provides a programming environment in which users can write short programs in a specialized language to control and record the events of operant and classical conditioning experiments. As many as eight experimental stations, each with up to 8 inputs and 32 outputs, running the same or different experimental procedures, may be active simultaneously. The system provides a standard set of run-time features, including mechanisms for displaying real-time data, simulation of responses, manipulation of array and variable contents, and writing of disk files. The system is based upon polling techniques, and is implemented as a translator that generates Pascal units, which are then linked to previously compiled Pascal routines.  相似文献   

12.
A study that employed a moving-window task was designed to test the paradigm’s sensitivity to different levels of interclause integration. The program that controlled the task, implemented on a Terak 8510/a microcomputer in UCSD Pascal, is described. The results of the study indicate that word reading time is indicative of lower and “midlevel” types of integration, but not higher order domain knowledge considerations.  相似文献   

13.
Psychology users of the Unix operating system responded to questionnaire items concerning the use of Unix, the ease of learning and using Unix, and the value and quality of the system for their research needs. The data suggest that Unix is poor according to human-factors criteria, but good according to programming and systems criteria.  相似文献   

14.
A Pascal-based system and software is described for computer reinforcement of operant responding (CORE). CORE allows a single microcomputer to control up to eight different work stations simultaneously, on one of several schedules. The user need not be familiar with Pascal, although modifications of the programs require a good working knowledge. The system is menu-driven and interacts with the user in a question-and-answer format. The user can select a variety of experimental parameters, for example, session and reinforcement duration, delay, and type of reinforcement schedule. During run-time, CORE provides frequently updated on-screen graphics (Cumulative Records or Interresponse Time Distributions) and counter display. Permanently stored data and information from other counters may also be displayed or printed from the disk. Presently, three programs are implemented for a variety of related reinforcement schedules (e.g., fixed ratio, variable ratio, fixed interval, variable interval, alternation).  相似文献   

15.
The debate over Hypothetical Syllogism is locked in stalemate. Although putative natural language counterexamples to Hypothetical Syllogism abound, many philosophers defend Hypothetical Syllogism, arguing that the alleged counterexamples involve an illicit shift in context. The proper lesson to draw from the putative counterexamples, they argue, is that natural language conditionals are context-sensitive conditionals which obey Hypothetical Syllogism. In order to make progress on the issue, I consider and improve upon Morreau’s proof of the invalidity of Hypothetical Syllogism. The improved proof relies upon the semantic claim that conditionals with antecedents irrelevant to the obtaining of an already true consequent are themselves true. Moreover, this semantic insight allows us to provide compelling counterexamples to Hypothetical Syllogism that are resistant to the usual contextualist response.  相似文献   

16.
It is fairly straightforward to write a small program for a small computer, even using a relatively slow and unstructured language such as BASIC. However, current experiments in psychopharmacology require the system integration and data management services provided by large programs running on 256K microcomputers, and the efficient development of such programs requires the use of structured languages such as Pascal.  相似文献   

17.
Procedures are described for the IBM PC/AT and compatibles that measure an event’s duration with millisecond accuracy and that synchronize stimulus presentation with the vertical-retrace signal. The software is written in Turbo Pascal (Versions 2.0, 3.0, and 4.0; Borland International, Inc., 1984, 1985, 1987). Difficulties reflecting differences among video controller cards are also presented.  相似文献   

18.
Pascal routines are described for several real-time operations on Macintosh computers. Methods are presented for millisecond timing and for high-speed transfer of arbitrary bit-image displays to the screen. All routines are based on Toolbox procedures available on virtually all Macintosh computers.  相似文献   

19.
A Turbo Pascal timer with accuracy beyond 1 msec is described. Unlike some previous timers, this one does not interfere with the time-of-day clock, and works well on an unmodified IBM PC/XT.  相似文献   

20.
A program for the conversion of TIFF files of scanned images for display on IBM PCs is described. The program allows line drawings from various sources to be displayed in Turbo Pascal programs. The resultant picture files can be converted on a range of monitors, and the images displayed in different colors.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号