最新 最热

进程和线程关系的漫画解释

进程(process)和线程(thread)是操作系统的基本概念,但是它们比较抽象,不容易掌握。  最近,我读到一篇材料,发现有一个很好的类比,可以把它们解释地清晰易懂。  1.  计算机的核心...

2018-01-17
1

Leetcode 202 Happy Number

Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive integer, repla...

2018-01-12
0

Leetcode 258. Add Digits

Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: 3 + ...

2018-01-12
1

1.1进程和多线程的概念及线程的优点

1.1进程和多线程的概念及线程的优点。进程是操作系统结构的基础,是一次程序的执行,是程序及其数据在处理机上的顺序执行过程。线程可以理解成在进程中独立运行的子任务,可以在同一时间内处理多个不同的任务。线程是独立...

2018-01-05
0

泛函编程(37)-泛函Stream IO:通用的IO处理过程-Free Process

在上两篇讨论中我们介绍了IO Process:Process[I,O],它的工作原理、函数组合等。很容易想象,一个完整的IO程序是由 数据源+处理过程+数据终点: Source->Process-...

2018-01-05
0