Interacting with the System and Managing Memory

开始时间: 04/22/2022 持续时间: Unknown

所在平台: CourseraArchive

课程类别: 其他类别

大学或机构: CourseraNew

课程主页: https://www.coursera.org/archive/interacting-system-managing-memory

课程评论:没有评论

第一个写评论        关注课程

课程详情

The final course in the specialization Introduction to Programming in C will teach you powerful new programming techniques for interacting with the user and the system and dynamically allocating memory. You will learn more sophisticated uses for pointers, such as strings and multidimensional arrays, as well as how to write programs that read and write files and take input from the user. Learning about dynamic memory allocation will allow your programs to perform complex tasks that will be applied in the final part of the specialization project: a Monte Carlo simulation for calculating poker hand probabilities.

与系统交互和管理内存:《 C语言编程简介》专业课程的最后一门课程将教您功能强大的新编程技术,以与用户和系统进行交互并动态分配内存。您将学到更复杂的指针用法,例如字符串和多维数组,以及如何编写程序来读写文件并从用户那里获取输入。学习动态内存分配将使您的程序能够执行复杂的任务,这些任务将应用到专业化项目的最后一部分:蒙特卡洛模拟,用于计算扑克手的概率。

课程大纲

So far, our programs have had a rather limited interaction with the user or rest of the system, printing some results to standard output (typically to the terminal). Now that we have learned about topics such as strings and arrays, we are ready to learn how to write a program that takes input from the user, takes arguments on the command line, accesses files, and does many other things we typically think of real programs as doing.

课程评论(0条)

课程简介

The final course in the specialization Introduction to Programming in C will teach you powerful new

课程标签

1人关注该课程

主题相关的课程