블로그
- about VR Overview using UnityEngine; using UnityEngine.VR; public class ToggleVR : MonoBehaviour { //Example of toggling
- Dspace를 실행하면서 생겼던 오류 bin D:\디도\dspace-5.4-src-release\dspace-5.4-src-release\dspace\bin>dspace create-a dministrator Using installation in: D:\디도\dspace-5.4-src-release\dspace-5.4-src-rele ase\dspace 사용법: java [-options] class
- 시간 (DATE) 관련 특정일까지 남은 timestamp를 계산한다. using System; using System.Collections.Generic; using System.Linq; using System.Text ; using System.Threading.Tasks; namespace Test_Ex_Date { class Program { static void Main(string[] args
- 컴네 문제 4-46 1개당 8비트씩 (class A : network 8 , host 24) 기말 문제 4-49 Private IP Addresses No two machines that RFC 1918 sets aside three blocks of IP addresses for private, internal use. Connecting a network using
- 명품 C++ programming 10장 실습문제 11번 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122#include #include #include using namespace std; const int MAX = 100; class Book{private: static vector vec; string writer; string year
- 명품 C++ programming Chapter 06 실습문제 8번 Colored By Color Scripter™#include #include #include #include using namespace std; const string DEFAULT = "main()"; class Trace { private: static vector tagVec; static vector msgVec; public: static void Put
- Hello World 분석 (* 코드는 이전 포스팅에 있던 내용을 그대로 가져왔습니다. )using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace HelloWorld{ class Program { static void Main(string
- [광주토익스피킹,광주토익스피킹학원,기토익스피킹] 환경문제 Rewarding them motivates people/to keep/using /environmentally friendly products. When i was /in university, i took /a class/called fashion illustration.
- [KOSTA 87기]2014년 9월 23일 화요일(2일차) 2014년 9월 23일 화요일(2일차) 코드정리 path : 87th\Basic_Java\Labs\Ex01_pro\src name : hello.java 원문 정리 편집 public class 시작점, 진입점 , public static void main(String[] args) { System.out.println("hello world"); } } public class
- 씬전환, 씬전환 효과 씬 Fade In Out 넘어갈 씬에 넣을 코드 using UnityEngine; using System.Collections; public class ScreenFadeInOut