블로그
-
ARMANI EXCHANGE Messenger bag monogram in cotton 942699-3F742-MZ317 Green
Delivering both function and personality, it offers a straightforward approach to contemporary streetwear Fabric: 100% cotton Main outside coating: .......
blog.naver.com · 2026.07.11
-
ARMANI EXCHANGE Messenger bag monogram in cotton 942699-3F742-00850 Black
Delivering both function and personality, it offers a straightforward approach to contemporary streetwear Fabric: 100% cotton Main outside coating: .......
blog.naver.com · 2026.07.11
-
Helm Commands Cheat Sheet
Install and Uninstall Apps The main function of Helm is Kubernetes app management.
blog.naver.com · 2023.01.10
-
암호프로그래밍 설계 및 구현작업중(신용다중중계암호)
암호의 설계 Ⅰ. main function is encoding as cipher data and decoding as raw data. using korea patent "신용다중중계 method and program and business using multibridge) patent No of korea is '1020140066601'" Ⅱ. sub function
blog.naver.com · 2020.10.04
-
C++ using 사용법
예제 ) include int main() { namespace a { int function(int a, int b) { return 0; } int function2(int c ,int d) { return 0; } } a::function(); using a::function; function(); a::function2(); using namespace
blog.naver.com · 2019.02.28
-
미술 (Fine Arts) 전공 상위 대학 비교 및 학비 비교
primarily for aesthetics, distinguishing them from applied arts that also have to serve some practical function Historically, the 5 main fine arts were painting, sculpture, architecture, music and poetry, with minor
blog.naver.com · 2019.02.23
-
[i2sec 교육]GDB 명령어
. ● 명령어 명령어 설명 break [file:]function break linenumber (file 안의) function에 breakpoint를 설정 해당 라인번호에 breakpoint를 설정 (gdb) break *main+78
blog.naver.com · 2013.11.06
-
C언어 printf 함수
print - 출력하다, 에 function -함수, 의 약자 f를 붙인 출력하는함수 printf. C언어를 공부하면서 가장 처음 배우는 기초적이고 많이쓰이는 중요한 함수. "과 "사이의 공간에 글자를 넣으면 화면에 그대로 표시해줌. ex) #include main() { printf("Hello, world!"); //안녕, 세상아?
blog.naver.com · 2013.06.12
-
2011년 12월 28일 오후 4시 40분에 저장한 글입니다.
%ode45를 이용한 미분방정식의 풀이 function main span=[0 3]; y0=1; [t,y]=ode45(@myode1,span,y0); plot(t,y) %미분방정식을 풀 함수 정의 function dy=myode1(t,y) dy = sin(pi*t)+acos(y);
blog.naver.com · 2011.12.28
-
lorenz 미분방정식과 상평면
%ode45를 이용한 미분방정식의 풀이 function main span=[0 50]; y0=[0 1 0]'; [t,y]=ode45(@lorenz,span,y0); plot(y(:, 1),y(:,3)) %미분방정식을 풀 함수 정의 function dy=lorenz(t,y) dy = [10*(y(2)-y(1)) 28*y(1)-y(2)-y(1)*y(3) y(1)*y
blog.naver.com · 2011.12.28
블로그 결과 더보기 →