블로그
-
[백준] 2501번 : 약수 구하기
12345678910111213141516171819202122232425262728import java.util.Scanner; public class Sum { public static int result = 0; public static void Main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt
blog.naver.com · 2017.02.06
-
#자바 02.변수의 이해와 활용 / 03.상수와 형 변환 / 04.이항 연산자들
#2017.01.07 #변수의 선언 및 활용의 예 public class java_study { public static void main(String[] args) { int num1 (String[] args) { double num1, num2, result; num1=1.0000001; num2=2.0000001; result=num1+num2; System.out.prin
blog.naver.com · 2017.01.09
-
열혈 C++ chapter 2 - 6
StdCPPFunc.cpp 1234567891011121314151617#include #include #include #include using namespace std; int main (){ char str1[] = "Result"; char str2[30]; strcpy(str2, str1); printf("%s: %f \n", str1, sin(0.14));
blog.naver.com · 2015.08.13
-
영진전문대 컴퓨터 정보학과 WD2A BinarySearch.java
import java.util.Collections; import java.util.Random; public class BinarySearch { public static void main +"]:"+data[result]); }else{ System.out.println("못찾겠다!")
blog.naver.com · 2014.10.20
-
for문을 이용한 회문 결정
#include #include int main() //반복문을 이용한 회문결정 { int i=0; int result=0; //결과확인을 위한 변수 int n=0; char A1[
blog.naver.com · 2014.09.29
-
[영진전문대학컴퓨터정보계열컴퓨터프로그래밍전공반]c언어 typedef 예제
#include typedef struct point { int x; int y; } POINT; POINT translate(POINT p, POINT delta); int main (void) { POINT p = { 2, 3 }; POINT delta = { 10, 10 }; POINT result; result = translate(p, delta); printf
blog.naver.com · 2014.05.20
-
good DESIGN : ‘Parametric Modeling and CAM Technologies’ – final project 01
during ‘Parametric Modeling and CAM Technologies’ seminar was finally assembled and installed in the main It is a result of a fall semester master course seminar at the WAPW , which was tutored by Workshops
blog.naver.com · 2013.12.02
-
3월 15일 실습내용
실습) 색상 : 0x00123456(초기값) 녹색성분만 추출 결과 : 0x34 #include int main(void) { unsigned int color = 0x000123456 ; unsigned int result; printf("픽셀의 색상 : %x%08x\n", color); result = (color & 0x0000FF00)>>8
blog.naver.com · 2013.03.15
-
니카라과 선거 이후 폭력 사태로 6명 사망
after Ortega election victoryOpposition parties have rejected the election resultContinue reading the main The main opposition candidate - Fabio Gadea - has denounced the election result as fraud.
blog.naver.com · 2011.11.10
-
[영진전문대 컴퓨터정보 웹데이터베이스] 2011년 9월 29일 수업
import java.util.ArrayList; import java.util.Scanner; public class MyInteger { public static void main = 0; for (int i = 0; i < list.size(); i++) result += list.get(i); System.out.println("결과 : " + result
blog.naver.com · 2011.09.29