본문 바로가기

Hacked Brain

VHDL.Verilog HDL. Count zeros-combination.소스. Count zeros-Combinational version. source. 제로를 카운트하는 소스 출처 : http://www.soe.ucsc.edu/classes/cmpe225/Fall01/synver.pdf the circuit must determine two things: The presence of a value containg exactly one sequence of Zeroes. 값이 정확하게 하나의 '0'의 연속으로 나와야 한다. The number of zeroes in the sequence. 연속적인 '0'의 개수. The circuit must complete this computation in a single clock cycle. 그 회로는 반드시 한클럭 사이클안에 계산이 끝.. 더보기
The concept of an Aligorithm. 알고리즘 개념 Algorithm is an ordered set of unambiguous, executable steps, defining a terminating process. An Algorithm is abstract from its representation. ex> F = (9/5)C + 32 : Algorithm Multiply the temperature readings in Celsius by 9/5 and then add 32 to the product : represent A Program is a representation of an algorithm. To execute a program is to execute the algorithm represented by the program. 이 글.. 더보기
내 블로그에 구글이웃의 새글 추가하기 1. 구글 리더기로 사이트 구독하기 먼저, 구글툴바를 설치해 본다. site : http://toolbar.google.com/T4/intl/ko/index_pack.html 일단 설치를 하면, 웹브라우저에 툴바가 설치된다. 여기서 구글리더기를 눌러주면 구글 리더 사이트로 이동한다.(로그인은 되어있어야 한다.) 좌측메뉴에서 구독추가하기를 누른다. 그곳에 해당 사이트의 주소를 적는다. (이번에 BoBo님의 사이트를 추가했다.) 그러면 새로운 포스트가 올라오게 된다. 2. 태그이용한 분류하기 즐겨찾기식으로 사이트를 분류해서 구독하는 것이 효율적이다. 좌측메뉴에서 관리하기를 누른다. 해당사이트의 폴더를 설정한다. BoBo님의 사이트의 경우 suvisor 폴더로 변경 이렇게 설정을 해놓으면, 폴더별로 스크립트를.. 더보기
외국방송을 집안에서... 히어로즈 실시간으로 바로보자. 인터넷 TV JLC's Internet TV 1. 외국방송 시청 요즘들어 아니 꽤 오래전부터 미드의 광풍은 불었다. 인기있는 미드들은 현지에서 방송한지 몇시간만에 각종 사이트에 링크되어지고, 자막들도 빠르면 영상이나온지 몇시간, 당일 안에 나와서 미드족을 즐겁게 한다. 하지만, 그도 못기다리는 미드족들은(물론 나를 포함해서) 현지 방송시간에 같이 보기를 원하니... 그래서 찾아본 툴이 인터넷TV. JLC였다. 물론 자막은 없다. 영어듣기가 좀된다 싶으면 보시길... 나중에 자막이 나오면 한번 더 볼수도 있다. 요즘 이런 현상으로 디시의 히겔에서는 얼마전 실시간 스포의 현상이 벌어졌다. 제목은 '[스포]본사람들만' 이었다. 그날은 캡쳐의 날짜를 보면 알겠지만, 히어로즈가 방영하는 화요일,즉 11월20일 이었다. 재미있는 현상이다. 물론 이 JLC의 .. 더보기
구글.안드로이드.Google.Android.소스. TranslucentFancyActivity.java 원본 : http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/TranslucentFancyActivity.html/* * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b.. 더보기
구글.안드로이드.Google.Android.소스. TranslucentActivity.java 원본 : http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/TranslucentActivity.html/* * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app.. 더보기
구글.안드로이드.Google.Android.소스. RedirectEnter.java 원본 : http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/RedirectEnter.html /* * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab.. 더보기
구글.안드로이드.Google.Android.소스. Forwarding.java 원본 : http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/Forwarding.html /* * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable .. 더보기
구글.안드로이드.Google.Android.소스. ReceiveResult.java 원본 : http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/ReceiveResult.html /* * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab.. 더보기
구글.안드로이드.Google.Android.소스. PersistentState.java 원본 : http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/PersistentState.html * Copyright (C) 2007 Google Inc. /* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab.. 더보기
구글.안드로이드.Google.Android.소스. SaveRestoreState.java 원본 : http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/SaveRestoreState.html /* * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli.. 더보기
구글.안드로이드.Google.Android.소스. HelloWorld.java 원본 : http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/HelloWorld.html /* * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable .. 더보기
구글 안드로이드.Google Android. 번역. 개발환경.System and Software Requirements 원본 : System and Software Requirements Development Requirement : 안드로이드 응용프로그램을 개발하기 위해서는 안드로이드 SDK에서 CODE와 Tool을 사용해야 한다. 아래에 나타난 적합한 지원 OS와 개발환경을 갖추어야 한다. 지원 OS Windows XP, Vista Mac OS X 10.4.8 or later(x86 only) Linux (우분투 dapper drake에서 테스트 지원개발환경 1.이클립스 IDE Eclipse 3.2, 3.3 (Europa) Eclipse JDT Plugin (included in most Eclipse IDE packages) JDK 5 or JDK 6 (JRE alone is not sufficient) Not co.. 더보기
구글 안드로이드.Google Android 번역. 설치하기. Install the SDK 원본 : Installing the SDK SDK 다운로드후, 컴퓨터의 적당한 폴더에 압출을 푼다. 기본적으로는 SDK파일들은 android_sdk_플랫폼_릴리즈_빌드. 의 디렉토리안에 풀린다. 그 디렉토리는 tool/ samples/ 등의 하위 디렉토리를 포함하고 있다. 압축푼 디렉토리의 이름을 메모한후 - 안드로이드 플러그인을 셋업하거나 SDK 툴을 사용할때 필요하다. 추가적으로, SDK 툴 디렉토리를 path에 추가할 수있다. 위에 언급한 것같이, tools/ 디렉토리는 SDK아래 위치해 있다. 리눅스에서 .bash_profile 이나 .bashrc 파일을 열어서, PATH의 항을 찾아서, tools/ 디렉토리의 경로를 기입힌다. PATH 라인을 찾을수 없을 경우 export PATH=${PATH}.. 더보기
구글 안드로이드. Google Android. SDK페이지. 한글번역. SDK Download Site: 현재 버전 Version m3-rc22a 출처 : http://code.google.com/android/intro/installing.html 원본 : System and Software Requirements 한글번역 원본 : Installing the SDK 한글번역 원본 : Installing the Eclipse Plugin (ADT) 한글번역 Developing Android Applications on Eclipse Developing Android Applications with Other IDEs and Tools Debugging Debug and Test Settings on the Device Top Debugging Tips Building and.. 더보기