태그>constant(총 8개의 글)
'constant' 관련 최근글
-
- Constant Beauty

-
black Soybean by 꾸믈푸메|2020/06/30 21:30
Constant Beauty = 맛, 멋 發而皆中節 한계점 = 不常性 따라서 한계점 check, from time to time. next subject: 지혜와 자비
- Constant Beauty
-
- A Byte of Python - Basics

-
SCIENART BB by SCIENART BB|2019/04/19 12:24
Basics hello world 만으로는 부족할 것이다. 더 많은 것을 배워보자. 입력을 받고 처리하고 출력을 해보자. 이 것은 상수와 변수를 사용해 처리한다. 이 챕터에서는 추가적인 개념도 알아본다. 주석 주석은 #뒤의 모든 텍스트를 의미한다. 프로그램 가독성을 위해 유용하다예..
- A Byte of Python - Basics
-
- 콘스탄트(Constant) 머니클립 개봉기

-
붕감돌격님의 이글루 by 붕감돌격|2013/01/08 09:14
평소 머니클립의 필요성에 대해 막연하게만 느끼던 중, 겨울이 찾아왔고 장갑끼고 교통카드 꺼내는 일도, 보관도 쉽지 않다는 것을 깨닫고는 머니클립 검색에 들어갔다. 그러던 중 펀샵에서 판매하는 콘스탄트 머니클립을..
- 콘스탄트(Constant) 머니클립 개봉기
-
- C :: GCC :: Extension :: __builtin_constant_p()

-
do { Jazz jzz = JazzFactory.newInstance(feel); jzz.play(); } while(true); by myou|2011/11/16 08:13
1 #include 2 3 #define d(stmt) printf("" #stmt "=%dn", stmt) 4 5 int 6 main() { 7 int i; 8 const int ci; 9 #define def 1 10 11 d(_builtin_constant_p(i)); 12 d(_builtin_constant_p(ci)); 13 d(_b..
- C :: GCC :: Extension :: __builtin_constant_p()
-
- Struts2 Contant 관련 사항

-
라드웍스, RIA & Mobile by 라드웍스|2010/06/01 13:59
Struts2 상수를 반영하는 순서 - 아래로 갈수록 재정의 됨 1. struts-default.xml 2. struts-plugin.xml 3. struts.xml 4. struts.properties 5. web.xml Struts2-jQuery plugin 관련 사항 [struts.properties] ### If true then Struts serves static content f..
- Struts2 Contant 관련 사항
-
- C++ :: Enum :: Constant

-
do { Jazz jzz = JazzFactory.newInstance(feel); jzz.play(); } while(true); by myou|2010/02/04 03:19
[Array.h] 1 2 class Array { 3 public: 4 int length(); 5 6 private: 7 enum { INIT_LEN = 10 }; 8 9 int elements[INIT_LEN]; 10 }; 11 [Array.c] 1 2 #include 3 4 #include "Array.h" 5 6 using namespace std; 7 8 int 9 Array::length() { 10 ..
- C++ :: Enum :: Constant
-
- Constant

-
connect the Dots... by ddingddong|2008/01/05 13:18
Constant Shader : 라이트의 영향을 받지 않음. 단색만 지정 가능. surface my_constant() { Oi = Os; Ci = Cs * Oi; } O와 C는 RIB 내에서 color와 opacity를 나타내는 명령입니다. Oi (Provided Opacity), Os (Output Opacity) 그렇다면 Ci/Cs도 아시겠..
- Constant



