시간은 부족하고, 해야할 건 많고
갈수록 자신감도 줄어들고..
'개소리 왈왈' 카테고리의 다른 글
출장! (4) | 2009.09.08 |
---|---|
지름신은 오셨는데 매물이 없다! (2) | 2009.09.07 |
2009년 8월 31일 (0) | 2009.08.31 |
mabinogi - 비퍼잡기 (2) | 2009.08.27 |
NVidia PhysX 제어판 (0) | 2009.08.26 |
출장! (4) | 2009.09.08 |
---|---|
지름신은 오셨는데 매물이 없다! (2) | 2009.09.07 |
2009년 8월 31일 (0) | 2009.08.31 |
mabinogi - 비퍼잡기 (2) | 2009.08.27 |
NVidia PhysX 제어판 (0) | 2009.08.26 |
2.1.1 Primitive Data TypesOther than the primitive data types discussed here, everything in the Java programming language is an object. Even the primitive data types can be encapsulated inside library-supplied objects if required. The Java programming language follows C and C++ fairly closely in its set of basic data types, with a couple of minor exceptions. There are only three groups of primitive data types, namely, numeric types, character types, and Boolean types. Numeric Data Types Integer numeric types are 8-bit byte, 16-bit short, 32-bit int, and 64-bit long. The 8-bit byte data type in Java has replaced the old C and C++ char data type. Java places a different interpretation on the char data type, as discussed below. 2.1.2 Arithmetic and Relational OperatorsAll the familiar C and C++ operators apply. The Java programming language has no unsigned data types, so the >>> operator has been added to the language to indicate an unsigned (logical) right shift. Java also uses the + operator for string concatenation; concatenation is covered below in the discussion on strings.[링크 : http://java.sun.com/docs/white/langenv/Simple.doc1.html] |
[링크 : http://java.sun.com/docs/books/tutorial/java/nutsandbolts/datatypes.html ] |
Java 에서 파일 목록 엳어오기 (0) | 2011.10.29 |
---|---|
netbeans 에서 코드 자동정렬 (0) | 2011.10.29 |
Java용 폴더 다이얼로그 (0) | 2011.10.28 |
netbeans IDE (0) | 2010.08.23 |
unit test - 단위 테스트 (0) | 2010.08.18 |
udhcpd 용 interface 예제 (0) | 2009.12.23 |
---|---|
busybox udhcp interface 파일 주의사항 (0) | 2009.12.02 |
busybox ash 주의사항? (2) | 2009.08.06 |
비지박스 핑간격 조절하기 - busybox ping interval (0) | 2009.08.05 |
udhcpc 데몬 스크립트 (2) | 2009.07.30 |
구차니의 잉여스런 주말 라이프 - 마비노기 G13 셰익스피어 (2) | 2010.08.08 |
---|---|
마비노기 wine 실행... (0) | 2009.09.18 |
허스키 익스프레스는 플레이오네 엔진? (5) | 2009.08.24 |
마비노기 - 빛과 어둠 (4) | 2009.07.19 |
주말은 마비노기와 함께 (0) | 2009.07.19 |
HBRUSH CBarcodeDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) { HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor); // TODO: Change any attributes of the DC here switch(nCtlColor) { case CTLCOLOR_EDIT: case CTLCOLOR_MSGBOX: switch (pWnd->GetDlgCtrlID()) { default: break; } break; case CTLCOLOR_STATIC: switch (pWnd->GetDlgCtrlID()) { default: break; } break; default: break; } // TODO: Return a different brush if the default is not desired return hbr; }
2차원 배열 (0) | 2009.10.27 |
---|---|
윈도우 프로그램에서 폴더 생성하기 (0) | 2009.10.09 |
다이얼로그 박스 초기화 중에 종료하기 (0) | 2009.08.25 |
PreTranslateMessage 주의사항 (0) | 2009.08.25 |
CFile read시 "이름없는 파일에 대한 엑세스가 거부되었습니다" 에러발생 (0) | 2009.08.20 |
vi auto indent (0) | 2009.10.06 |
---|---|
busybox 1.14.3 vi editor (0) | 2009.09.16 |
VI에 ctags 사용하기 (0) | 2009.07.21 |
VI syntax highlight 사용하기 (0) | 2009.05.26 |
VI - hex mode (2) | 2009.03.03 |
Avahi daemon은 머하는 넘인고? (0) | 2009.09.14 |
---|---|
사용가능한 파일 시스템의 종류 알아내기 - How to get available file system on linux kernel (0) | 2009.09.11 |
리눅스 시리얼 터미널 프로그래밍 - linux serail(terminal) programming (0) | 2009.08.21 |
ifconfig broadcast 설정 안해도 된다! (0) | 2009.08.10 |
ifconfig Bcast 계산방법 (0) | 2009.08.07 |
출근일기 - 20090921 (16) | 2009.09.21 |
---|---|
출장의 장점? (4) | 2009.09.09 |
결국 짬밥 (0) | 2009.08.28 |
짧지만 매우 강렬한 유머(?) (11) | 2009.08.26 |
내 책상에 하나둘씩 늘어가는 장비들 (0) | 2009.08.19 |
Microsoft Windows, Microsoft Visual C++ 6 Developer Studio: We include makefiles that should work as project files in DevStudio 6.0 or later. There is a library makefile that builds the IJG library as a static Win32 library, and application makefiles that build the sample applications as Win32 console applications. (Even if you only want the library, we recommend building the applications so that you can run the self-test.) To use: 1. Copy jconfig.vc to jconfig.h makeadsw.vc6 to apps.dsw makecdep.vc6 to cjpeg.dep makecdsp.vc6 to cjpeg.dsp makecmak.vc6 to cjpeg.mak makeddep.vc6 to djpeg.dep makeddsp.vc6 to djpeg.dsp makedmak.vc6 to djpeg.mak makejdep.vc6 to jpeg.dep makejdsp.vc6 to jpeg.dsp makejdsw.vc6 to jpeg.dsw makejmak.vc6 to jpeg.mak makerdep.vc6 to rdjpgcom.dep makerdsp.vc6 to rdjpgcom.dsp makermak.vc6 to rdjpgcom.mak maketdep.vc6 to jpegtran.dep maketdsp.vc6 to jpegtran.dsp maketmak.vc6 to jpegtran.mak makewdep.vc6 to wrjpgcom.dep makewdsp.vc6 to wrjpgcom.dsp makewmak.vc6 to wrjpgcom.mak (Note that the renaming is critical!) 2. Click on jpeg.dsw and apps.dsw to load the project workspaces. (If you are using DevStudio more recent than 6.0, you'll probably get a message saying that the project files are being updated.) 3. Build the library project, then the applications project. 4. Move the application .exe files from `app`\Release to an appropriate location on your path. 5. To perform the self-test, execute the command line NMAKE /f makefile.vc test |
Microsoft Windows, Microsoft Visual C++ 2008 Developer Studio (v9): We include makefiles that should work as project files in Visual Studio 2008 or later. There is a library makefile that builds the IJG library as a static Win32 library, and application makefiles that build the sample applications as Win32 console applications. (Even if you only want the library, we recommend building the applications so that you can run the self-test.) To use: 1. Copy jconfig.vc to jconfig.h makeasln.vc9 to apps.sln makecvcp.vc9 to cjpeg.vcproj makedvcp.vc9 to djpeg.vcproj makejsln.vc9 to jpeg.sln makejvcp.vc9 to jpeg.vcproj makervcp.vc9 to rdjpgcom.vcproj maketvcp.vc9 to jpegtran.vcproj makewvcp.vc9 to wrjpgcom.vcproj (Note that the renaming is critical!) 2. Click on jpeg.sln and apps.sln to load the project solutions. (If you are using Visual Studio more recent than 2008 (v9), you'll probably get a message saying that the project files are being updated.) 3. Build the library project, then the applications project. 4. Move the application .exe files from `app`\Release to an appropriate location on your path. 5. To perform the self-test, execute the command line NMAKE /f makefile.vc test |
libjpeg colormap - 256 color jpeg (0) | 2009.07.14 |
---|---|
libjpeg colormap관련 링크 (2) | 2009.07.10 |
libjpeg 을 이용하여 흑백 jpg를 bmp로 변환하기 (0) | 2009.07.03 |
how to use libjpeg - libjpeg 사용하기 (scale) (17) | 2009.05.27 |
libjpeg 런타임 에러발생 - struct mismatch (0) | 2009.05.21 |
namke /f "project.mak" |
CLSID - CLaSs ID (2) | 2010.10.04 |
---|---|
비쥬얼 스튜디오에서 제품정보 넣기 (0) | 2010.05.11 |
윈도우즈 오디오 제어 - Direct Sound / win32API multimedia (0) | 2010.04.06 |
윈도우 고수준 멀티미디어 함수 mciSendString() - windows MultiMedia high level function (0) | 2010.04.06 |
Visual Studio C++ 6.0 프로그램의 스택 사이즈 (3) | 2009.08.26 |