블로그
- Dual class / Double class 중복 선급선(double classed vessel) 두 개의 선급에 등록된 선박으로서 각 선급이 마치 그 선박의 유일한 선급인 것처럼 모든 검사를 각 선급의 요건과 일정에 따라서 시행하는 선박 공동 선급선(dual classed vessel) 두 개의 선급에 등록된 선박으로서 업무의
- 20th July 2026 I’ve been studying English with Real Class for 210 days now. complete (형용사) = 완전한 complete (동사) = 완료하다 a double room / a double drink 등 문맥에 따라) 즉, incomplete 자체는 원래 형용사이지만, 교육.......
- 조선기술사 2026년 필기 시험 문제 합격자는 7명입니다. 1교시 선박계약문제가 2개나 1. repose angle 2. force majeure Force Majeure (불가항력) : 네이버 블로그 3. dual class vessel, double class vessel Dual class / Double class : 네이버 블로그 4.
- 2026년에는 AI 가치가 부쩍 상승할 것...가장 가치 있는 최적화 모델은 Then, last Tuesday, Anthropic released Claude Fable 5, the first of a new top tier it calls “Mythos-class ,” at double the price of its own previous best. https://interestingengineering.com/ai-robo.......
- 예산(풀이중) .*; class Solution { public int solution(int[] budgets, int M) { int avg = M/budgets.length; int mod = M%budgets.length; int n2 = 0; int cnt_over = 0; double sum = 0; int max = 0; for(int n : budgets){
- 정보처리기사 실기 : 자바 자바 기본 구조 - 소스코드 *‘클래스’ 단위 객체 지향 프로그래밍 언어의 기본 구조 변수와 메서드로 구성됨 Public class 이름{ public static void main 자료형 - 문자 char - 문자열 string - 정수 byte, shor, int, long - 부동 소수점 float, double .......
- 11 #include // Component 인터페이스 class Calculator { public: virtual double calculate(double a, double b) (double a, double b) override { return 0.0; // 기본적으로 아무 연산도 수행하지 않음 } }; // Decorator 클래스 class OperationDecorator
- 아무렇게나 c# 정리 노트- [1] C(26개) : break, case, char, const, continue, default, do, double, else, enum, extern, float, for, goto , long, return, short, sizeof, static, struct, switch, typeof, void, while C++(19개) : bool, catch, class
- [예시] java 기본법 (9) package Basic_STD; public class Main_Ex3 { public static void main(String[] args) { /* * 암시적 형 변환 */ int a = 3; float b = 1.0F; double c = a + b; System.out.println(c); /* * 명시적 형 변환 */ float a1 = (float
- 20.3.23 package Ex01; public class OperationEx1 { public static void main(String[] args) { //강제형변환 //자동형변환 // byte b2=20; byte b3; b3 = (byte)(b+b2);//연산자 +는 4바이트이다. float f1 = 12.3f; float f2=34.5f; float f3; double
1 페이지
다음 →