|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/demystifying-bitwise-operations-in-c/
课程评论:没有评论
课程名称:解密C语言中的位运算 课程概述:本课程将讨论位运算在现代编程中的重要性,以及如何执行位运算。我们将学习如何设置“位掩码”以测试特定的位模式或启用特定位等。本课程是我们“解密C++的面向对象编程”和“解密C编程语言”的补充课程。如果您尚未完成“解密C编程语言”课程,建议您先完成该课程,或者可以同时进行学习。本课程对理解C和C++语言中的低级运算符至关重要,掌握这些概念将帮助您成为更优秀的程序员,了解我们日常编写程序时这些特性如何及为何被使用。我们将编写小型工具应用程序,进行十进制与二进制、二进制与十进制、十进制与十六进制之间的转换。在第二节中,我们将添加至少7个关于位运算符应用的视频,定期进行更新。
In this course we will discuss the importance of bitwise operations in modern programming, how bitwise operations are performed, how to set up a "bit mask" to test for a particular bit pattern, or to turn on a specific bit, etc. This course is an additional course to our "Demystifying Object Oriented Programming with C++" and "C programming language demystified". If you have not completed the C programming Demystified course, I recommend that you complete it or maybe take them at the same time. This course is essential in understanding the lower level operators in the C and C++ language. Having an understanding of these concepts will help you to be a better programmer by learning the how and why these features are used in the programs we write each day. We will write small utility applications that will convert Decimal to Binary, Binary to Decimal, Decimal to Hex and more. In the section 2 we are going to add minimum 7 videos of applications of bit-wise operators at periodic intervals