블로그
- [영진전문대학 컴퓨터정보계열] 자료구조 실습 .*; public class CardBiz extends JFrame { /** * Creates new form CardBiz */ public CardBiz() { initComponents //stackcontrol = new MyStack(null); stackcontrol = MyStack.getInstance(); } /** * This method is called
- [영진전문대학 컴퓨터정보계열] 자료구조 실습 . */ /** * * @author user */ public class MyTreeCard extends javax.swing.JFrame { MyBinaryTree biTree MyTreeCard */ public MyTreeCard() { initComponents(); biTree = new MyBinaryTree(); } /** * This method is called
- [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 used the site called create a grapgh.
- [영진전문대학 컴퓨터정보계열]유니티 실습 using UnityEngine; using System.Collections; public class GenericsSample : MonoBehaviour { public BoxCollider initialization void Start () { boxcoll = GetComponent(); boxcoll.isTrigger = true; } // Update is called
- [영진전문대학 컴퓨터정보계열] 유니티 실습 using UnityEngine; using System.Collections; public class HelloWorld : MonoBehaviour { int num = 1; int num2 = 1; // Use this for initialization void Start () { } // Update is called once per frame void Update
- [영진전문대학 컴퓨터정보계열]유니티 실습 using UnityEngine; using System.Collections; public class CarController : MonoBehaviour { public GameObject moveSpeed = 0.1f; public Vector3 v3; // Use this for initialization void Start () { } // Update is called
- [영진전문대학 컴퓨터정보계열]유니티 실습 using UnityEngine; using System.Collections; public class ParentClass : MonoBehaviour { public int pubVar once per frame void Update () { } } ---------- using UnityEngine; using System.Collections; public class
- [영진전문대학 컴퓨터정보계열]유니티 과제 using UnityEngine; using System.Collections; public class Test : MonoBehaviour { public GameObject car ; public float moveSpeed = 0.1f; public Vector3 v3; public int num = 1; //불리언 대신 // Update is called
- [영진전문대학 컴퓨터정보계열] 자료구조 실습 .*; public class MyBizManager extends javax.swing.JFrame { /** * Creates new form MyBizManager */ public MyBizManager() { initComponents(); } /** * This method is called from within the constructor to initialize
- Servlet is not thread safe1. There aren’t multiple instances of any servlet class, except in one special case (called SingleThreadModel