블로그
-
생존분석
of Survival Analysis T : 생존시간을 나타내는 확률변수 Right Censoring(우측 중도절단) : 가장 흔함 - greater than some value c ( T > c ) Left Censoring(좌측 중도절단) - Less than some value c ( T < c ) Interval Cesnoring -> a
blog.naver.com · 2017.12.27
-
집법변환문제
Write function hexToDec which converts hex number (given as a string) to decimal number. 예 : 1 -> 1 a -> 10 16 -> 10 FF -> 255 -C -> -12 https://www.codewars.com/kata/57a4d500e298a7952100035d
blog.naver.com · 2017.10.31
-
LOUVER
Louver is Classified by blade function as Fixed Blade or Adjustable Blade as follows; 1)Fixed Louver( A Type) 2) Operating Louver(B Type) 3)Operating Dual Combination Louver(C Type) 4)Back Draft Dual Combination
blog.naver.com · 2017.05.31
-
[2017.06.26 개강] CS Leaders(관리사) 자격증 과정 개설안내
고객만족이라는 부문이 점차 기업 경영에 있어 재무, 마케팅, 인사 등과 같이 하나의 기능(Function)으로 자리 잡아가고 있는 현 추세에 비추어 보아 고객만족에 대한 전문성을 가지고 C S Leaders(관리사)는 다양한 고객의 입장에서 고품질 서비스의 필요성과 역할에 부합되도록 직무를 정의하고, 비즈니스 경쟁력 향상을.......
blog.naver.com · 2017.05.11
-
image
(c) {c.getEl().on('click', function(e) { this.setSrc('imgname0'); /* click logic */ }, c);c.getEl().on ('mouseover', function(e) { this.setSrc('imgname1'); }, c);c.getEl().on('mouseout', function(e) { this.setSrc
blog.naver.com · 2016.04.04
-
ExtJs Node Select
var me = this, panel = me.up('panel'), rn = panel.getRootNode(), regex = new RegExp("ASP.net"); //var c = rn.findChild("text", " asp.net", true); rn.findChildBy(function (child) { var text = child.data.text
blog.naver.com · 2016.03.02
-
EntryForm
fEntryForm_Callback ; callback function )" fields := [ " (Join`s C -p 'Single-line input field:' ; prompt -d 'Default text' ; default text )", " (Join`s C -p 'Multi.......
blog.naver.com · 2015.06.24
-
Jquery + html5 에서 스크립트 실행순서 컨트롤 하기.
스크립트에서 실행 순서를 컨트롤 해야할때가 있습니다. function A() {} function B() {} function C() {} function D() {} 기타 플러그인
blog.naver.com · 2015.02.26
-
Visual C++ 2010의 새기능 - 람다 표현식(Lambda Expression)
Visual C++ 2010의 새기능 - 람다 표현식(Lambda Expression)프로그래밍/C & C++ 2012/02/11 15:52Visual Studio 2010이 발표된지 꽤 오랜 시간이 지났는데 이제야 이런 포스팅을 올립니다.Visual C++ 2010은 새로운 C++ 표준안이 나오기 전 거의 확정된 일부 기능을 포함시켰는데요.그중 하나가
blog.naver.com · 2015.03.09
-
Equivalents of the Axiom of Choice (1)
That is, if H is a function with domain I and if (∀i ∈ I) H(i) ≠ ∮, then there is a function f with domain Then there exists a set C containing exactly .......
blog.naver.com · 2015.01.12