블로그
-
SAS - 실험계획법
* 단순회귀분석 모형식 : yi = a + Bxi + ei / H0 : B=0 proc reg data = ~; model y(변수이름) = x(변수이름) ; run; * 분산분석 변수(이산형이라고 선언) ; model y = x (/ solution : 모수 추정) ; 모수추정할 시 Estimate에 B 붙는데 이는 Bias 즉 믿지말라는 run; 표현이며
blog.naver.com · 2017.07.24
-
[Deal] 델(Dell) XPS 13 9350 Laptop Intel Core i7-6560U 16GB 512GB 13.3" QHD- (ebay,$900)
i7-6560U Processor (Up to 3.20 GHz, 4M Cache) with Iris 540 Graphics 16GB Memory + 512GB PCIe NVMe Class 40 Solid State Drive Windows 10 Home 64-Bit 13.3 inch QHD+ (3200 x 1800) Touchsc.......
blog.naver.com · 2017.06.25
-
◈ 전북 남원 봉화산 철쭉~분홍터널 ◈
<embed name="CLIPBOARDS1491378165404325100918" width="1" height="1" align="middle" class="F1491378163380881100 1491378165404" type="application/x-shockwave-flash" style="margin: 0px !important; padding: 0px !
blog.naver.com · 2017.04.05
-
포켓몬고 무한로딩....
삼성 갤럭시 A 시리즈, 갤럭시 J 시리즈, 갤럭시 그랜드 시리즈 LG X 시리즈, K10, Stylus 시리즈, Class, Wine Smart, G3 A, Beat, Screen
blog.naver.com · 2017.01.25
-
c# ToString() Format
McGraw-Hill (March 8, 2002) ISBN: 0072134852 */ // Use ToString() to format values. using System; public class ToStringDemo { public static void Main() { double v = 17688.65849; double v2 = 0.15; int x = 21; string
blog.naver.com · 2016.10.12
-
[영진전문대학 컴퓨터정보계열]유니티 실습
using UnityEngine; using System.Collections; public class CarController : MonoBehaviour { public GameObject Use this for initialization void Start () { } // Update is called once per frame void Update () { v3.x
blog.naver.com · 2016.09.19
-
폐 건강 영양 식사법
폐 건강 영양 식사법 <embed width="0" height="0" name="mp3_swf" class="F1471492502359162518_undefined" style " allowfullscreen="true" allowaccessscript="always" flashvars="__flashID=mp3_swf" type="application/x-shockwave-flash
blog.naver.com · 2016.08.18
-
public, static, protected, this
Data { public Data(int x){ this.x=x; //this는 클래스 통해서 생성된 객체! 객체 내에 있는 특정 변수(x)를 가르키기.......
blog.naver.com · 2016.05.06
-
페로니 Styling Class, 지미테일러 X UZINE X 브라운햇 @THE TOP HAT seoul
Peroni X UZINE X Jimmy Tailor X brownhat Styling Class in THE TOP HAT seoul 이미 많은 대중들에게 잘 알려져있는 맥주 브랜드
blog.naver.com · 2015.08.01
-
[영진전문대 컴퓨터정보계열] 자바서버프로그래밍
qqqq extends Applet implements MouseListener { int x, y; public void init() { addMouseListener(this) ; } public void paint(Graphics g) { super.paint(g); g.setColor(Color.RED); g.fillRect(x, y, 20, 20);
blog.naver.com · 2015.11.24