相关文章推荐
威武的毛豆  ·  Coursera, Udemy, ...·  1 月前    · 
威武的毛豆  ·  学界| ...·  1 月前    · 
Peking University

C#程序设计

唐大仕

Instructor: 唐大仕

9,480 already enrolled

Included with Coursera Plus

Gain insight into a topic and learn the fundamentals.
4.6

(51 reviews)

Intermediate level
Some related experience required
60 hours to complete
3 weeks at 20 hours a week
Flexible schedule
Learn at your own pace
Gain insight into a topic and learn the fundamentals.
4.6

(51 reviews)

Intermediate level
Some related experience required
60 hours to complete
3 weeks at 20 hours a week
Flexible schedule
Learn at your own pace

Details to know

Shareable certificate

Add to your LinkedIn profile

Assessments

18 quizzes

Taught in Chinese (Simplified)

See how employees at top companies are mastering in-demand skills

Placeholder
Placeholder

Earn a career certificate

Add this credential to your LinkedIn profile, resume, or CV

Share it on social media and in your performance review

Placeholder

There are 13 modules in this course

C#是一门很好的语言,很容易入门。本讲介绍C#语言的特点、开发步骤、程序构成、输入输出以及开发工具。 通过本讲的学习,可以对C#程序有一个初步的认识。

What's included

9 videos 16 readings 1 quiz 1 peer review 1 discussion prompt

本讲介绍C#语言基础知识,是编写C#程序的前提条件。内容包括数据、表达式和流程控制语句、数组等。其中数组是重点。

What's included

13 videos 8 readings 3 quizzes 1 peer review 2 discussion prompts

本讲进入到面向对象的编程技术,重点是类的基础(类的定义、类的成员、类的继承、修饰符),还介绍与类相关的接口、结构、枚举等。

What's included

7 videos 8 readings 3 quizzes 1 peer review 5 discussion prompts

C#语言强大之处在于它有一些独有的高级特性,包括:名字空间、嵌套类型、程序集、委托、事件、操作符重载、异常处理、Attribute、指针等,学习本讲可以对C#语言有全面的理解。

What's included

10 videos 10 readings 1 quiz 1 peer review 3 discussion prompts

从本讲开始,要介绍的是C#语言类库及其应用。本讲首先介绍基础类和工具类,包括数学类、日期类、字符串等;然后讨论一些常用的数据结构,包括集合、堆栈和队列以及在它们上面实现排序及查找;最后,本章还将介绍一些常用算法,如遍试、迭代、递归等。

What's included

11 videos 16 readings 1 quiz 1 peer review 3 discussion prompts

输入输出操作是程序重要的功能,本讲介绍流式输入输出、文件及目录管理。

What's included

7 videos 10 readings 1 quiz 1 peer review

图形用户界面(GUI)是程序最常用的界面方式,本讲介绍Windows窗体、控件、对话框、菜单、工具栏、状态栏等。

What's included

5 videos 12 readings 2 quizzes 1 peer review 2 discussion prompts

在窗体和控件上绘图是一种常见的操作,本讲介绍有关绘图、字体及图像的基本类及常见的操作。

What's included

6 videos 17 readings 1 quiz 1 peer review

本讲介绍文本处理,特别是使用正则表达式来进行文本的匹配、查找、替换。

What's included

3 videos 5 readings 1 quiz 1 peer review

网络时代的程序离不开网络,本讲介绍如何从网络获取信息,以及常见的xml格式的数据的处理。

What's included

4 videos 16 readings 1 quiz 1 peer review

在多核计算机时代,多线程、并行编程、异步编程也是C#最有特色、最实用的功能之一,本讲中你会学到这些。

What's included

6 videos 17 readings 1 quiz 1 peer review

数据库是管理数据最重要的方式,本讲介绍C#中使用ADO.NET进行数据库访问的编程。