본문 바로가기

Computer science (이동 완료)/컴퓨터 공학

(5)
CPU 제조 사 Intel Corporation: Intel은 PC 및 서버용 프로세서를 주로 생산하는 선도적인 기업 중 하나입니다. Intel의 프로세서는 대부분의 PC 및 노트북에서 사용되고 있으며, 그들의 제품은 다양한 성능과 용도에 맞게 시장에 제공되고 있습니다. Intel은 서버 및 데이터 센터용 프로세서를 제조하는 선도적인 기업 중 하나입니다. Intel Xeon 시리즈는 서버 및 엔터프라이즈 시스템에서 널리 사용되고 있습니다. 장점: 최적화된 소프트웨어 지원: Intel CPU는 많은 소프트웨어 및 애플리케이션에서 널리 지원되며, 많은 개발자 및 업체들이 Intel 아키텍처를 기반으로 최적화된 소프트웨어를 제공합니다. 특화된 HPC 제품 라인: Intel은 HPC 분야에 특화된 제품 라인을 가지고 있으며, ..
내가 C 언어를 공부하기 전에 알았으면 좋았을 것들 modoocode.com/315 https://modoocode.com/315 모두의 코드 내가 C 언어를 공부하기 전에 알았으면 좋았을 것들 작성일 : 2020-09-06 이 글은 67981 번 읽혔습니다. 고등학교를 졸업하고 공대에 들어가게 된다면, 어떤 경로로든 컴퓨터 언어 라는 modoocode.com
컴퓨터 아키텍처, 플랫폼 Computer Architecture Computer architecture refers to the design of the internal workings of a computer system, including the CPU, memory, and other hardware components. It involves decisions about the organization of the hardware, such as the instruction set architecture, the data path design, and the control unit design. Computer architecture is concerned with optimizing the performance of a c..
동기/비동기, 블락/논블락
싱글스레드, 멀티스레드 싱글스레드(Single thread) vs 멀티스레드 (Multi thread) (velog.io) 싱글스레드(Single thread) vs 멀티스레드 (Multi thread) 오늘은 싱글 스레드와 멀티 스레드가 무엇인가와 이 둘의 장단점에 대해서 알아보자!!일단, 시작에 앞서 이해를 돕기 위해 이 그림을 봐주길 바란다.=> 싱글 스레드와 멀티 스레드의 차이는 이 velog.io