过滤 发表于 2025-3-23 10:07:12
Introduction and Program Production,rogram that does what I want it to do”. If you are a user the answer could be “One that’s nice and easy to use” (that is, user-friendly!). Should you be a programmer the answer might be “One that works”, and if you are already a good programmer you will probably add “and in six month’s time when youStress-Fracture 发表于 2025-3-23 16:01:41
Simple Coding in BASIC,ice, if you have no knowledge of the kind of processing a computer can do or the language features available to you, it can be difficult to understand the important principles of program design. So this chapter is really to give novices an idea of some of the simpler processes that can be carried ouRodent 发表于 2025-3-23 19:04:21
http://reply.papertrans.cn/39/3874/387340/387340_13.pngcornucopia 发表于 2025-3-23 23:37:12
http://reply.papertrans.cn/39/3874/387340/387340_14.pngeardrum 发表于 2025-3-24 04:45:11
http://reply.papertrans.cn/39/3874/387340/387340_15.pngolfction 发表于 2025-3-24 08:43:58
Manfred Bornhofen,Martin C. BornhofenAt various points in a program we will want to construct loops, and in BASIC there are two statements available for this: . and . We will discuss these statements and then select how best to use them.Acquired 发表于 2025-3-24 12:37:16
https://doi.org/10.1007/978-3-658-33837-4In this chapter I have tried to illustrate, using a fairly simple programming problem, the principles of programming so far described. The specification, design and coding are thus shown in detail.Estrogen 发表于 2025-3-24 16:17:40
Manfred Bornhofen,Martin C. BornhofenModular programming is used to break down a large program into smaller parts for easier design and coding. It is also useful for isolating a routine that can be of use in more than one place in a program, or in more than one program, and enables a number of programmers to work on the same program at the same time.fabricate 发表于 2025-3-24 19:58:04
http://reply.papertrans.cn/39/3874/387340/387340_19.pngBRAND 发表于 2025-3-24 23:30:35
Manfred Bornhofen,Martin C. BornhofenBBC BASIC has a number of features — principally graphics, sound and functions — not described elsewhere in this book.