Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pcc000
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kang Hyeonuk
pcc000
Commits
1bcd0338
Commit
1bcd0338
authored
3 years ago
by
Kang Hyeonuk
Browse files
Options
Downloads
Patches
Plain Diff
Update report14.md
parent
61d49274
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lec14/report14.md
+4
-2
4 additions, 2 deletions
lec14/report14.md
with
4 additions
and
2 deletions
lec14/report14.md
+
4
−
2
View file @
1bcd0338
...
...
@@ -8,9 +8,11 @@
*
버퍼 : 하나의 장치에서 다른 장치로 데이터를 전송할 경우에 양자간의 데이터의 전송속도나 처리속도의 차를 보상하여
<br>
양호하게 결합할 목적으로 사용하는 기억영역을 버퍼 또는 버퍼 에어리어라고 한다. 보통 중앙처리장치와 단말이나 다른 입출력장치사이의
<br>
데이터 송수신에는 입출력 영역으로서 버퍼를 필요로 한다.
<br>
데이터 송수신에는 입출력 영역으로서 버퍼를 필요로 한다.

*
가장 중요한 3가지 버퍼 : stdin, stdout, stderr
*
POSIX (Portable Operating System Interface) : 다른 운영체제들 사이에서 호환성을 위해 IEEE에서 만든 표준이다.
<br>
*
fifo (First in First Out) : 대기행렬에서의 선입선출 제어 방식이다. 복수의 신호 혹은 job이 처리대기로 되어 있을 경우
<br>
...
...
@@ -18,5 +20,5 @@
*
stack : 스택은 컴퓨터에서 사용되는 기본 데이터 구조 중 하나로 데이터를 후입선출 구조로 유지하는 추상 데이터형을 말한다.
*
가장 중요한 3가지 버퍼 : stdin, stdout, stderr
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment