블로그
- 구글 AI검색, 검색의 '대세'로 빠르게 자리잡아 https://techcrunch.com/2026/07/27/googles-ai-search-is-rapidly-becoming-the-default-new-data-shows/ 기사요약
- [Microsoft AI Tour 2025 Seoul] Azure AI Foundry - 최신 신규 gpt 모델, gpt-4.5-preview, realtime, Seoul Takuto Higuchi / Microsoft InJun Kim / Microsoft Singapore GPT latest model VoiceRAG engage search resource constrained tasks fine tuning for sLLM Reinforcement fine-tuning optimize model's ability to new
- 영진전문대 컴퓨터 정보학과 WD2A BinarySearch.java (System.currentTimeMillis()); int[] data = new int[100]; for(int i=0;i= 0){ System.out.println("data[ "+result+"]:"+data[result]); }else{ System.out.println("못찾겠다!")
- 영진전문대 컴퓨터 정보학과 WD2A IndexSequentialSearch.java = new int [NUMOFDATA]; IDX [] idxTbl = new IDX[IDXSIZE]; Random rand = new Random(System.currentTimeMillis ()); for(int i=0; i< data.length;i++) data[i] = rand.nextInt(1000)+1; sort(data); makeIdx(data,idxTbl
- 영진전문대 컴퓨터 정보학과 WD2A Hash package Search; import java.util.Enumeration; import java.util.Hashtable; import java.util.Random; public = new Hashtable(); for(int i=0;i