Linux Timers Implementation & Design in C

所在平台: Udemy

课程主页: https://www.udemy.com/course/wheeltimers/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Linux计时器在C语言中的实现与设计 课程概述:计时器在几乎所有应用程序或项目中都至关重要,它们用于调度事件以便在未来触发或执行。课程将介绍计时器的实际应用场景,例如:一次性事件触发(例如在100秒后删除某物)、定期重复事件触发(每5秒向机器X发送数据包)以及周期性等待(例如每3秒尝试5次)。此外,如何设计一个计时器是面试中的常见问题,因此做好准备是非常重要的。 课程介绍:这是一个短期以项目为基础的课程,尽管课程内容重要,但也涉及到设计高效计时器所需的数据结构和算法。虽然我们将使用C语言进行编程,但学员可以选择任何自己喜欢的编程语言。该课程对编程语言没有限制。 课程前提条件:学员应能够使用任何编程语言进行编码,熟悉基本数据结构(如链表和函数指针),并了解多线程的基础知识。此外,学员应该积极动手编写自己的代码,即使与老师的代码相似也没关系。 课程要求:学员必须从头开始实现所有逻辑,不建议使用任何第三方库。使用外部库将削弱课程的目的。不过,推荐使用第三方库来处理常用的数据结构(如链表、树、队列等),这可以节省很多时间。 警告:课程提供的自动生成字幕可能不够准确,学员可以根据需要禁用字幕。

课程评论(0条)

课程详情

O Ghosh!! I just cannot shout-out more how important TIMERS are in almost all applications or projects. Timers are used to schedule events to be triggered or fired in future. How have you been doing this till now ?Timers Use case Scenarios:1. Firing One time future Event: Delete something after 100 seconds2. Firing Repeated Regular future Events: Send packet to machine X after every 5 seconds3. Periodic Waits: Try something 5 times at an interval of 3 secondsHow would you design a timer ? PET Question for interview. So better prepare for it.About this Course This is short project based course, yet important course to cover Data Structures and Algorithms involved in designing efficient timers. We shall be using C as a programming language, but you are free to use your favorite programming language. This course is Programming language agnostic.Course Pre-requisiteIf you can code in any programming language, that suffice. You should familiar with basic data structures such as linked list and function pointers.Basics of Multi-threadingAlso, Please just do not sit and watch my codes. Write your own codes, even if it is same as mine!No Third Party librariesWhatever logic you implement, you need to implement it from scratch. This course do not suggest taking help of any third party library to get the jobs done. Use of external libraries completely defeats the purpose of the course. However, it is recommended to use third party libraries for commonly used data structures such as linked lists/Trees/Queues etc which saves a lot of time implementing these data structures.Warning: This course has auto system-generated subtitles which may not be perfect. Please disable subtitles as per your convenience.

课程标签

0人关注该课程

主题相关的课程