블로그
- [영진전문대학 컴퓨터정보게열] 안드로이드 실습 package com.example.android.lunarlander; import android.graphics.Bitmap; public abstract class BitmapList protected Bitmap[] _Bitmaps = null; private int nextIndex = -1; public Bitmap getBitmap(int index) { if
- [영진전문대학 컴퓨터정보계열] 안드로이드 실습 import android.graphics.BitmapFactory; import android.graphics.Canvas; import java.util.Random; public class getInstance(){ // return _Instance; // } public static ResourceAsteroid getNewInstance(int maxX, int maxY){ if
- [12월 1주차 스크랩 5] Interesting graph 5 summary : The grapgh if the world were a village comment : In our economics class, we learned the types I thought it will be easier to see if it is shown in pie graph because the total is 100.
- [영진전문대학 컴퓨터정보계열] 자료구조 실습 . */ /** * * @author user */ public class MyStack extends LinkedList { private static MyStack obj = null ; public MyStack(Card root) { super(root); } public static MyStack getInstance() { if(obj==null) obj
- [영진전문대학 컴퓨터정보게열] 안드로이드 실습 package com.example.android.lunarlander; public class Scroll { public Scroll() { super(); } public Scroll _Distance = 0; _DX = 0; } public int move(long tick) { int result = 0; _DX = _DX + (_Speed * tick); if
- [영진전문대학 컴퓨터정보계열] 자료구조 실습 . */ /** * * @author user */ public class LinkedList { private Card root; private static LinkedList obj =null; public LinkedList(Card root) { this.root = root; } public static LinkedList getInstance() { if
- [POWER Java] 제6장 - 조건과 반복 지난 번에 5장의 실습문제를 살펴보았는데, 이번에는 6장 조건과 반복에 대한 실습문제를 살펴보겠습니다. 01. 3개의 숫자를 받아서 크기 순으로 정렬하는 프로그램을 작성하여 보자. if-else를 사용한다. 123456789101112131415161718192021222324252627282930313233343536import java.util.Scanner; public class
- [영진전문대학 컴퓨터정보계열] 유니티 실습 using UnityEngine; using System.Collections; public class HelloWorld : MonoBehaviour { int num = 1; int / Use this for initialization void Start () { } // Update is called once per frame void Update () { if
- [영진전문대학 컴퓨터정보계열]유니티 과제 using UnityEngine; using System.Collections; public class Test : MonoBehaviour { public GameObject car public Vector3 v3; public int num = 1; //불리언 대신 // Update is called once per frame void Update () { if
- about VR Overview using UnityEngine; using UnityEngine.VR; public class ToggleVR : MonoBehaviour { //Example of toggling VRSettings private void Update () { //If V is pressed, toggle VRSettings.enabled if (Input.GetKeyDown
← 이전
10 페이지