블로그
- The Verve Pipe - Colorful The Verve Pipe - Colorful show book The story over close the is encore no be There will all I shook random have that And hands the reaching the Well they're for door they leave single as backs file watch their
- 영화 써드 퍼슨Third Person @ 9/28/2014 (일) "Now you have random characters making various excuses for your life." "I came as soon as I could.
- 영진전문대 컴퓨터 정보학과 WD2A BinarySearch.java rand = new Random(System.currentTimeMillis()); int[] data = new int[100]; for(int i=0;i= 0){ System.out.println ; } for(int i = 0 ; i
- 영진전문대 컴퓨터 정보학과 WD2A Hash2 public class Hash2 { public static void main(String[] args) { // TODO Auto-generated method stub Random rd = new Random(System.currentTimeMillis()); Hashtable stds= new Hashtable(); for(int i=0;i
- 영진전문대 컴퓨터 정보학과 WD2A Student public class Hash2 { public static void main(String[] args) { // TODO Auto-generated method stub Random rd = new Random(System.currentTimeMillis()); Hashtable stds= new Hashtable(); for(int i=0;i
- R로 symmetric한 positive definite matrix를 만들어 보자. /sloth/g-post-code.R} =========================== require(MASS) # Needed to generate multivariate random normals require(stats) # For factor analysis; but if this isn't loaded # you have bigger problems!
- 영진전문대 컴퓨터 정보학과 WD2A Hash java.util.Hashtable; import java.util.Random; public class Hash { public static void main(String args [] ){ Random 동작시 Hashtable 사용 // pair Hashtable data = new Hashtable(); for(int i=0;i
- 영진전문대 컴퓨터 정보학과 WD2A IndexSequentialSearch.java rand = new Random(System.currentTimeMillis()); for(int i=0; i< data.length;i++) data[i] = rand.nextInt +1; sort(data); makeIdx(data,idxTbl);/*색인 생성*/ System.out.println("----------색인 테이블 정보----------"); for
- 4월 16일 실습내용 변수 : 하나의 기억공간 배열 - 연속적으로 할당된 기억공간(연속적이 가장 중요함) - 같은 타입의 데이터 저장 - random acccess 가능 원소 == 개별변수 배열명[인덱스 a[9] 실습) a[0]=a, a[5]=a+5*4, a[9]=a+9*4 -> 접근 속도는 3개가 다 똑같다 a[0] = 1; a[1] = 2; .... a[9] = 10; for
- 12일차(10월12일) 문제 size]; //start ~ end 까지의 수를 임의의 배열에 초기값으로 지정 int count = (end - start)+1; int [] arr = new int[count]; for Random rd = new Random(); for (int a =0; a