블로그
-
Data Types : 9주차
Data type 이란 무엇인가. data type 이란 첫번째, data 의 object 를 정의한다 예를 들어 A 라는 클래스가 있을때 A obj; 라고 정의하는것처럼 int a (data type) Test* obj = new Test; 하면.......
blog.naver.com · 2016.10.25
-
[12월 1주차 스크랩 5] Interesting graph 5
summary : The grapgh if the world were a village comment : In our economics class, we learned the types I chose to use the pie graph to represent this data because I knew that the numbers are percent out of
blog.naver.com · 2016.12.02
-
Flexible backup for demanding environments
Providing simple, cost-effective backup and recovery for the data center, remote offices, and virtual environments, these enterprise-class appliances continue to be one of the leaders in the integrated,
blog.naver.com · 2016.07.05
-
public, static, protected, this
protected //어떤 한 특정 프로그램 실행 후 호출 가능하게 하기 위한 기능 //ex) 한글을 실행한 후에 한글에 있는 기능 실행가능 1234567891011121314public class Data { public Data(int x){ this.x=x; //this는 클래스 통해서 생성된 객체!
blog.naver.com · 2016.05.06
-
폐동맥 고혈압 시장 규모 2
The PAH market confirms some of the conclusions we made from the Gaucher’s data and also provides insight drug classes. ■ First-in-Class Agents Have a Tangible Market Advantage.
blog.naver.com · 2016.02.21
-
호텔신라 ‘맛있는 제주만들기’ 13호 ‘올레낭쿰’ 재개장
‘제주갈비전골’ ‘낭쿰 순두부·콩비지’ 등 새 메뉴로 새 출발 다짐 " class="sm-image-c" src="http://www.polinews.co.kr/data/photos
blog.naver.com · 2016.03.03
-
포인터 배열 배열 포인터
[3] = { 0 }; ptr = data; tptr[0] = &data[0][0]; tptr[1] = &data[1][0]; tptr[2] = &data[2] [0]; tptr[3] = &data[3][0]; tptr[4] = &data[4][0]; /*학생들의 총점 및 평균*/ for(i = 0; i < 5; i++)
blog.naver.com · 2015.07.24
-
MFC 참고
발생할려면Static 클릭시 WM_COMMAND 발생하려면Static의 Styles에서 Notify 체크 [미완] C++에서 Private 멤버변수 직접 접근분류 > C++ class Data { int nYear; int nMonth; int nDay; } int main( void ) { Data cData; int* ptr; ptr = (int*)&
blog.naver.com · 2015.02.02
-
영진전문대 컴퓨터 정보학과 WD2A BinarySearch.java
package Search; import java.util.Arrays; import java.util.Collections; import java.util.Random; public class = new int[100]; for(int i=0;i= 0){ System.out.println("data["+result+"]:"+data[result]); }else{ System.out.println
blog.naver.com · 2014.10.20
-
영진전문대 컴퓨터 정보학과 WD2A IndexSequentialSearch.java
package Search; import java.util.Random; public class IndexSequentialSearch { public final static int [i] = rand.nextInt(1000)+1; sort(data); makeIdx(data,idxTbl);/*색인 생성*/ System.out.println("----------
blog.naver.com · 2014.10.20