لغة برمجة مقادة بالزمن
أنماط البرمجة |
---|
|
لغة برمجة مقادة بالزمن Time-driven programming هي نمط من انماط لغات البرمجة بحيث تكون ادوات التحكم بالتدفق control flow هي منقادة بواسطة ساعة وغالباً ما تستخدم في انظمة الحساب الحقيقي .البرنامج يقسم الى عدة مهام (المعالجة , الthreads ... الخ) بحيث تملك نموذج دوري للعمل .ان نموذج العمل لجميع المهام يتم تخزينه في جدول ارسال dispatch table المهام .
انظر أيضاً
المراجع
للاستزادة
- Alan Burns and Andy Wellings (2009), Real-Time Systems and Programming Languages (4th ed.), Addison-Wesley, ISBN 978-0-321-41745-9
- Buttazzo, Giorgio (2011), Hard Real-Time Computing Systems: Predictable Scheduling Algorithms and Applications, New York, NY: Springer, https://books.google.com/books?id=h6q-e4Q_rzgC&printsec=frontcover#v=onepage&q=%22real-time%22&f=false.
- Liu, Jane W.S. (2000), Real-time systems, Upper Saddle River, NJ: Prentice Hall.
وصلات خارجية
- IEEE Technical Committee on Real-Time Systems
- Euromicro Technical Committee on Real-time Systems
- The What, Where and Why of Real-Time Simulation
- "DESIGN OF A REAL-TIME PROGRAMMING SYSTEM". Computers and Automation. XII (9): 26–34. Sep 1963.
[...] set of notes which will hopefully point up problem areas which should be considered in real time design.