Tuesday, December 9, 2014

Flowchart (รูปแบบการเขียนผังงาน)

โครงสร้างผังงานการทำงานแบบลำดับ

ขั้นตอนการทำงานแบบลำดับ เป็นขั้นตอนวิธีการทำงานพื้นฐาน ขั้นตอนวิธีการทำงานแบบลำดับได้รับการพัฒนามาจากโครงสร้างผังงานการทำงานแบบลำดับ การเขียนอธิบายการทำงานของวิธีการแก้ปัญหาโดยใช้ผังงาน ทำให้สามารถเห็นลำดับขั้นตอนวิธีการทำงานของการแก้ปัญหาได้ชัดเจนกว่าการอธิบายขั้นตอนวิธีการทำงานในลักษณะของข้อความโดยตรง แต่การนำผังงานมาพัฒนาให้เป็นภาษาคอมพิวเตอร์โดยตรง สำหรับผู้ที่เริ่มต้นฝึกหัดการเขียนโปรแกรม อาจจะไม่สะดวก จึงต้องมีการเปลี่ยนจากผังงานให้เป็นการอธิบายขั้นตอนวิธีการทำงานในลักษณะของข้อความก่อน จากนั้นจึงทำการเปลี่ยนจากการอธิบายขั้นตอนวิธีการทำงานในลักษณะของข้อความให้เป็นรหัสเทียม และโปรแกรมภาษาคอมพิวเตอร์ตามลำดับ

การเขียนอธิบายขั้นตอนวิธีการทำงานในลักษณะของข้อความจากผังงาน สิ่งที่ต้องทำเป็นลำดับแรกคือ การแยกจำนวนของกระบวนการทำงานทั้งหมดของผังงาน การพิจารณาว่า ผังงานนั้น มีกระบวนการทำงานทั้งหมดจำนวนกี่กระบวนการ สามารถทำการพิจารณาได้จากการทำงานของกระบวนการหนึ่งกระบวนการนั้น จะมีทิศทางเข้าและทิศทางออกจากกระบวนการ มีเพียงอย่างละหนึ่งทิศทางเท่านั้น โดยทำการเขียนอธิบายขั้นตอนวิธีการทำงานในลักษณะของข้อความจำนวนหนึ่งข้อความ ต่อกระบวนการหนึ่งกระบวนการ

ผังงานกับการทำงานแบบลำดับ

หลังจากที่ทำการหากระบวนการทำงานทั้งหมดของผังงาน ขั้นตอนต่อไปคือ การเขียนข้อความที่ใช้สำหรับอธิบายการทำงานที่เหมาะสมกับกระบวนการทำงาน ข้อความที่ใช้สำหรับอธิบายการทำงานของแต่ละสัญลักษณ์ของผังงาน สามารถเขียนได้ดังนี้



โครงสร้างผังงานการทำงานแบบเลือกทำ หรือ แบบมีเงื่อนไข


การทำงานแบบเลือกทำ
ลักษณะการทำงานของขั้นตอนวิธีการแก้ปัญหา นอกจากขั้นตอนวิธีการทำงานแบบลำดับแล้ว ยังมีขั้นตอนวิธีการทำงานแบบเลือกทำ การเขียนขั้นตอนวิธีการทำงานแบบเลือกทำใช้สำหรับกรณีที่ต้องการเลือกวิธีการทำงานสำหรับการแก้ไขปัญหา ที่เหมาะสมกับลักษณะข้อมูลในขณะนั้น การเขียนขั้นตอนวิธีการทำงานแบบเลือกทำได้รับการพัฒนามาจากโครงสร้างผังงานการเลือกทำ เมื่อได้ทำการอธิบายขั้นตอนวิธีการทำงานในลักษณะของข้อความแล้ว จากนั้นจึงทำการเปลี่ยนให้เป็นรหัสเทียม และโปรแกรมภาษาคอมพิวเตอร์ ต่อไป
การเขียนขั้นตอนวิธีสำหรับการทำงานแบบเลือกทำ
การเขียนอธิบายขั้นตอนวิธีการทำงานสำหรับการทำงานแบบเลือกทำ โดยใช้คำอธิบายคือ คำว่า “ถ้า” “แล้วทำ” และ “มิฉะนั้นแล้ว”


การเขียนอธิบายขั้นตอนวิธีการทำงาน เริ่มต้นด้วยคำอธิบาย “ถ้า” ตามด้วยเงื่อนไขที่ใช้สำหรับการตัดสินใจที่อยู่ภายในสัญลักษณ์ผังงานการตัดสินใจ ถัดจากนั้นเป็นคำอธิบาย “แล้วทำ” จากนั้นเป็นการอธิบายขั้นตอนวิธีการทำงานทุกขั้นตอนการทำงานที่ต้องทำ สำหรับกรณีที่ผลการตรวจสอบเงื่อนไขเป็นจริง จากนั้นใช้คำอธิบายว่า “มิฉะนั้นแล้ว” ตามด้วยขั้นตอนวิธีการทำงานทุกขั้นตอนการทำงานที่ต้องการสำหรับกรณีที่เงื่อนไขเป็นเท็จ




โครงสร้างผังงานการทำงานแบบทำซ้ำ

การทำงานแบบทำซ้ำลักษณะของขั้นตอนวิธีการทำงาน นอกจากขั้นตอนวิธีการทำงานแบบลำดับแลละขั้นตอนวิธีแบบเลือกทำแล้ว ยังมีลักษณะการทำงานของขั้นตอนวิธีอีกลักษณะหนึ่ง คือ ขั้นตอนวิธีการทำงานแบบทำซ้ำ ขั้นตอนวิธีการทำงานแบบทำซ้ำใช้สำหรับกรณีที่ต้องการทำกระบวนการต่าง ๆ ซ้ำกันหลายครั้ง โดยมีการตรวจสอบเงื่อนไขสำหรับการตัดสินใจ เพื่อเข้าสู่ขั้นตอนของการทำซ้ำ หรือออกจากขั้นตอนของการทำซ้ำ การเขียนขั้นตอนวิธีสำหรับการทำงานแบบทำซ้ำ ได้รับการพัฒนามาจากโครงสร้างผังงานการทำซ้ำ
วิธีการเขียนอธิบายขั้นตอนวิธีการทำงานและรหัสเทียมสำหรับโครงสร้างผังงานแบบทำซ้ำ มีวิธีการเขียนต่างไปจากการทำงานแบบลำดับและแบบเลือกทำ แต่บางครั้งการทำงานของขั้นตอนวิธีการแก้ปัญหาที่มีขั้นตอนวิธีการทำงานแบบทำซ้ำ อาจประกอบด้วยขั้นตอนวิธีการทำงานแบบลำดับหรือขั้นตอนวิธีการทำงานแบบเลือกทำร่วมอยู่ในขั้นตอนวิธีการทำงาน ดังนั้นการเขียนอธิบายขั้นตอนวิธีการทำงานแบบทำซ้ำ จะใช้การเขียนอธิบายขั้นตอน สำหรับขั้นตอนวิธีการทำงานในลักษณะนั้น

การเขียนขั้นตอนวิธีสำหรับการทำงานแบบทำซ้ำลักษณะของการทำงานแบบทำซ้ำ มีลักษณะการทำงานอยู่ 2 ลักษณะคือ
1. ทำการตรวจสอบเงื่อนไขก่อนการทำซ้ำหรือ ทำในขณะที่ ( Do – While )
2. ทำการตรวจสอบเงื่อนไขหลังจากการทำซ้ำหรือทำจนกระทั่ง ( Do – Until )
โครงสร้างผังงานการทำซ้ำมีอยู่ 2 ลักษณะคือ ทำซ้ำในขณะที่ และ ทำซ้ำจนกระทั่ง ลักษณะการทำงานของโครงสร้างผังงานการทำซ้ำทั้ง 2 มีการทำงานที่แตกต่างกัน ดังนั้น วิธีการเขียนอธิบายขั้นตอนวิธีการทำงานและรหัสเทียมสำหรับการทำซ้ำในแต่ละลักษณะ จึงมีความแตกต่างกัน


Sequence flowcharts

Sequential workflows Algorithm is the basic operation. The algorithm has been developed to run sequentially structured flowcharts run sequentially. The author describes the work of the solution using flowcharts. Making it possible to see how the sequence of steps to solve the problem more clearly describe the process of how to function in a direct message. But the flowchart to develop a computer. For those who start the training program. May not be easy We need to change the flowchart to explain the process of how it works in the text. Then change the algorithm described in the work of the text to the pseudo code. And computer programming languages, respectively

The authors describe the algorithm to work on the text of the flowchart. Things to Do first. The separation of the functions of the flowchart. Considering that the whole process is a flowchart of a process. Can be determined by the process of the process. The direction and the direction from the process. There is only one direction only. The authors describe the algorithm works in a certain number of text messages. The process of

Flowcharts to run sequentially.

After a process of flowcharts. The next step is Writing text used for the proper functioning of the process. The text used to describe the functions of each symbol of the flowchart. Can be written as




Decision flowcharts
The behavior of the solution. The algorithm then run sequentially. There are steps how to work the choice made. Writing an algorithm to do the work for if you want to choose how they work for troubleshooting. Suitable for such information at that time. Writing process, how to work the choice made has been developed from the flowchart to do. When the algorithm described in the work of text. Then turn it into a pseudo code. And computer programs to
Writing algorithms for work to do.
The authors describe an algorithm for performing work to do. The explanation is that the word "if", "then" and "else".



The authors describe the algorithm works. Starting with the description "if" in accordance with the conditions used for decision-making within the workflow decisions. Next to that is the explanation, "I do" and then describes an algorithm to work every step of work to do. For the case of an assertion is true. Then use that description "Otherwise," followed by step how to do every step of the work required for cases where the condition is false.


Loop flowcharts
Working replicate the characteristics of the algorithm to work. The algorithms run sequentially, and then choose the algorithm. Also includes the re-appearance of the algorithm is iterative algorithm works. The algorithm works in case you wanted to repeat the process of repeatedly. The terms and conditions for the decision. To enter the stage of replication. Or out of the process of reproduction. Writing an algorithm for a repeat performance. Chart was developed from repeating.
To describe algorithms for structured flowcharts and pseudocode repetitive. There are different ways to write the number and choice of work to do. But sometimes the behavior of the solution with the iterative algorithm. May contain algorithms run sequentially or algorithms do work together in the process how it works. Therefore, the authors describe the algorithm works reproduced. Is used to describe the process. For the algorithm to work that way.

Writing algorithms for working repetitive nature of the work reproduced. There are 2 types of behavior.
1. Check the pre-conditions to reproduce or do while (Do - While).
2. Check the condition after repeated or until done (Do - Until).

Chart, duplication, there are 2 types of repeat and repeat until now. Behavior of the structure, layout and repeating the two are so different, the author describes how the algorithm works and pseudo code for a repeat in each style. So there is a difference

0 comments:

Post a Comment