일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 김양재
- No SQL
- 빅데이터
- Statistics
- 빅 데이타
- Deep learning
- 딥러닝
- 김양재 목사님
- 빅 데이터
- Artificial Intelligence
- 데이터 과학
- probability
- 인공지능
- 주일설교
- MongoDB
- 확률
- 우리들교회
- 빅데이타
- R
- 통계
- nodeJS
- data science
- 몽고디비
- 김양재 목사
- openCV
- WebGL
- Big Data
- node.js
- Machine Learning
- c++
- Today
- Total
목록CG & Video Games (52)
Scientific Computing & Data Science
Camera tracked by The PixelFarm's PFTRack.Rendered in CINEMA 4D.Composited in AfterEffects.
Explained in Korean.Warning: You can get extremely bored in case of being tired. It is recommended that you had better watch this when you are very happy :)
Explained in Korean.Warning: You can get extremely bored in case of being tired. It is recommended that you had better watch this when you are very happy :)
#pragma strict var imageCount : int = 0; var imageNameBase : String = ""; var imageNameZeroPadding : int = 0; var changeInterval : float = 0.06; var isRunning = false; var isLooping = false; private var texture : Texture = null; function PlayRocket () { isRunning = true; } function Start () { var isRunning = false; var fileName : String = imageNameBase + ZeroPad(0,imageNameZeroPadding); texture ..
Original Website: http://blog.naver.com/PostView.nhn?blogId=wlhermit&logNo=174289380&parentCategoryNo=&categoryNo=73&viewDate=&isShowPopularPosts=true&from=search
Original Website: http://wlhermit.blog.me/174224670
Original Website: http://blog.naver.com/PostView.nhn?blogId=wlhermit&logNo=174209253&parentCategoryNo=&categoryNo=73&viewDate=&isShowPopularPosts=true&from=search
Original Website: http://blog.naver.com/PostView.nhn?blogId=wlhermit&logNo=174199707&parentCategoryNo=&categoryNo=73&viewDate=&isShowPopularPosts=true&from=search
Original Website: http://unity3d.com/learn/tutorials/projects/stealthTutorialsProjectsProject #01: StealthProject #01: StealthDifficulty: Beginner-Date: 20 Mar 2013Create a fully functioning level of a third person stealth game, learn about player characters, enemies, game logic & management systems.Download AssetsPlay the Game OnlineChapter 1: Game Setup & Alarm Logic101. Stealth: Project Overv..