Skip to content

SHA Computing

How Sunghyun handles computer

Toggle menu
  • Computer Science
    • Architecture
    • Algorithm
    • Data Structure
    • Database & File
    • Operating System
    • Network
    • Reference
  • Data Science
    • Data Analysis
    • Data Mining
    • Machine Learning
    • Computer Vision
    • AI Paper Review
    • Statistics
    • Reference
  • Software
    • Git
    • Android App
    • Web Server
    • Design & Analysis
    • My Project
    • Reference
  • Coding
    • C/C++
    • JAVA
    • Python GUI
    • Algorithm Practice
    • Reference
  • Log In

Day: July 28, 2019

July 28, 2019April 19, 2021C/C++, Coding & Reference

C언어- getchar()함수를 쉽게 이해해보자!! (Let’s understand about getchar() easily!!)

필자가 정의하는 getchar()함수는 다음과 같다. 버퍼에 데이터가 있을 때! => 버퍼 가장 앞의 데이터를 반환한다 버퍼에 데이터가 없을 때! => 엔터(‘\n’)가 올 […]

July 28, 2019June 15, 2022Coding & Reference, The Others

코드 비교 – 선형 탐색과 이진 탐색

C로 구현한 선형 탐색 시간복잡도: O(n) C로 구현한 이진 탐색 시간복잡도: O(logn)

July 28, 2019June 15, 2022Coding & Reference, The Others

코드 비교 – 버블 정렬과 삽입 정렬

C로 구현한 버블 정렬 C로 구현한 삽입 정렬 요소를 앞에서부터 차례대로 이미 정렬된 배열 부분과 비교하여, 자신의 위치를 찾아 삽입함 다른 정렬은 […]

July 28, 2019December 1, 2021Coding & Reference, The Others

전산수학 – Matrix * Matrix. c (행렬의 곱셈)

행렬의 곱셈 로직 0. 행렬로 사용할 2차원 배열을 만듬 < 구조체로 만듬 > 0-2. 구조체 배열로 만들어서 [0]배열은 A행렬, [1]배열은 B행렬, [2]배열은 […]

July 28, 2019December 1, 2021Coding & Reference, The Others

전산수학 – matrix*n.c (행렬의 거듭 제곱)

행렬의 거듭 제곱 c언어 소스 0. 행렬로 사용할 2차원 배열을 만듬 < 구조체로 만듬 > 0-2. 구조체 변수를 여러 개 만들고 m변수는 […]

July 28, 2019August 14, 2021C/C++, Coding & Reference

C언어- 카트라이더 빙고 시스템 모방

카트라이더 빙고 시스템 모방 프로그램 설명: https://cafe.naver.com/llrarell/1547148 (레어카페)

July 28, 2019January 18, 2020Coding & Reference, JAVA

JAVA – Random Dice (중복없는 랜덤 주사위)

랜덤 주사위 1~6개 돌리기

July 28, 2019August 14, 2021C/C++, Coding & Reference

C언어- 행맨(Hangman) 프로젝트

(1차원 배열로 구현함)

July 28, 2019August 14, 2021C/C++, Coding & Reference

C언어- 연산자의 우선 순위

연산자의 우선순위는 후위연산자> 간접참조연산자=전위연산자이다. 변수옆에 가장 먼저 오는 연산자가 있을 때는 우선순위를 따지지 않고 그 연산자부터 처리한다.따라서 ++(*p)와 ++p의 값은 다르다. 애매할 때 […]

July 28, 2019July 28, 2019Coding & Reference

Simple Translator.java

Posts pagination

1 2 >

Recent Posts

  • Python – 코딩 테스트 주요 코드 모음
  • 논문 리뷰 – Temporal 2D-Variation Modeling for General Time Series Analysis
  • 논문 리뷰 – Can LLMs Understand Time Series Anomalies?
  • VideoPatchCore: An Effective Method to Memorize Normality for Video Anomaly Detection (ACCV 2024)
  • 논문 리뷰 – Toward Generalist Anomaly Detection via In-context Residual Learning with Few-shot Sample Prompts

Recent Comments

  • leds and led lighting on 논문 리뷰 – Context Encoders: Feature Learning by Inpainting
  • Master on Data Structure – Floyd Algorithm
  • cena zlata on Data Structure – Floyd Algorithm
  • whoiscall on 논문 리뷰 – Swin UNETR
  • occurring on GAN 기반 이상치 탐지

Archives

  • March 2025
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • November 2023
  • June 2023
  • May 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • September 2020
  • August 2020
  • June 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019

Categories

  • Algorithm
  • Android App
  • Android App & Web
  • C/C++
  • Coding & Reference
  • Computer Architecture
  • CS_Reference
  • CSE
  • Data Mining
  • Data Science
  • Data Structure
  • Database & File
  • Design & Analysis
  • Git
  • JAVA
  • Machine Learning
  • My Project
  • Network
  • OS
  • Paper Review
  • Practice
  • Python GUI
  • R Programming
  • Reference
  • Statistics
  • SW_Reference
  • The Others
  • Uncategorized
  • Vision
  • Web Server

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
July 2019
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  
    Aug »

search

Get in touch

Korea, Republic of
cse@shacoding.com
© 2025 SHA Computing. Proudly powered by Sydney