- 가위바위보/영동 . . . . 30 matches
int sunho_win=0;
int sunho_lose=0;
int sunho_draw=0;
char sunho;
fin.get(sunho);
result=gawibawibo(sunho, insu);
sunho_win++;
sunho_draw++;
sunho_lose++;}
cout<<"sunho의 승수: "<<sunho_win<<endl;
cout<<"비긴 수: "<<sunho_draw<<endl;
cout<<"sunho의 패수: "<<sunho_lose<<endl;
cout<<"insu의 승수: "<<sunho_lose<<endl;
cout<<"비긴 수: "<<sunho_draw<<endl;
cout<<"insu의 패수: "<<sunho_win<<endl;
int gawibawibo(char sunho, char insu)
if(sunho=='0' && insu=='2')
result=0; //sunho가 이긴 경우는 0을 대입
else if(sunho=='2' && insu=='0')
else if(sunho=='2' && insu=='1')
- 실습 . . . . 16 matches
SungJuk Class
11) C/C++ Header File을 선택한 후, 오른쪽 File 칸에 "SungJuk.h"라고 기입한다.
14) Tree를 모두 펼쳐 보면, SungJuk.h와 SungJuk.cpp가 존재한다.각 File을 밑에 보여주는 Source를 작성한다.
SungJuk.h
class SungJuk
SungJuk();
SungJuk.cpp
#include "SungJuk.h"
SungJuk sung[5];
sung[0].Input("Kim1",90,70,80);
sung[1].Input("Lee1",100,90,80);
sung[2].Input("Kim2",100,100,100);
sung[3].Input("Lee2",80,70,100);
sung[4].Input("Park",85,75,70);
sung[i].SetRank(i+1);
if(sung[i].GetTotal() > sung[j].GetTotal()) {
if(sung[i].GetRank() > sung[j].GetRank()) {
nTemp = sung[i].GetRank();
sung[i].SetRank(sung[j].GetRank());
sung[j].SetRank(nTemp);
- WOWAddOn/2011년프로젝트/초성퀴즈 . . . . 8 matches
Chosung = {"ㄱ","ㄲ","ㄴ","ㄷ","ㄸ","ㄹ","ㅁ","ㅂ","ㅃ","ㅅ","ㅆ","o","ㅈ","ㅉ","ㅊ","ㅋ","ㅌ","ㅍ","ㅎ"};
return Chosung[cho+1];
chosungtable = {}
chosungtable[#chosungtable+1] = cstc(v.type, samplingFirst(v.body))
chosungtable[#chosungtable+1] = cstc(v.type, v.body)
return stringtable, chosungtable
- 우리홈만들기 . . . . 7 matches
*강지혜 ["setsuna"]
* 그 상품은 광식이가 준비하는 거게찌?? -setsuna-
* 광식! 프레임 나눈거 잘 감상해따.. 우호호호... 하아.. 내가 웃을 처지가 아니지.. ㅠ_ㅠ 어여 해야 할 터인디... -setsuna-
* 후우~~~ 나는 왜 아무 생각도 나지 않는 거지?? ㅠ_ㅠ 감기는 떨어질 생각을 안하고.. 정신없어라~~ @_@ -setsuna-
* 내 머리는 백지상태~~~ 갈켜주신 분들?? 분?? 한테는 죄송하지만... 이 석화되고 있는 나의 머리는... 그나마 배운 대부분의 것을 잊어가고 있는듯.. ㅠ_ㅠ 사실.. 머리속에 원래 있던것도 별로 없다고 사료되어짐.. ㅡ.,ㅡ;; 어쨋거나 뭔가 해야 할텐데.... 바보같구만그려.. ㅡㅡ;; -setsuna-
*종료라니... 아직 시작도 못해 본거 가튼데.. ㅠ.ㅠ -setsuna-
* 무슨 책을 빌리느뇨?? 홈페이지 이뿌게 만드는법.. 이런거?? ^^; -setsuna-
- 상협/삽질일지/2002 . . . . 5 matches
* Driver driver = (Driver)Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance(); 이거 할때 메인 함수에서 throws Exception 를 하지 않으면 thrown 을 잡거나 선언 해야만 한다는 메시지가 뜬다. 아직 이유는 모르겠다.
* Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); 이거는 main 함수 내부가 아닌 곳에서는 에러 뜬다. 엄청 삽질했다. ㅠㅜ 아직 이유는 모르겠다.
* 방금 삽질 하나 해결..Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); 이게 메인 함수에서만 되는게 아니라 이 구문을 사용할때는 throws Exception 을 항상 해줘야만 한다는 사실.. ㅡㅡ; 그런데 이 사실을 진작 체감하고 있었다. 그런데 계속 삽질 했다. 그 이유는
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); 이게 사용된 바로 그 메소드에서 throws Exception 를 해줘야 하는데 계속 전체 클래스에서 이것을 했었다. 이게 문제의 원인.. 그러나 아직 왜 꼭 throws Exception 구문을 써야 하는지 모르겠고, Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");이게 없는 곳에서 throws Exception 를 쓰면 에러 뜨는 이유도 자세히는 모르겠다. 모르는것 투성.. ㅡㅡ;;
- Linux/RegularExpression . . . . 4 matches
코드 => $email="xs9_tx-abc.yyy_c@cne.kyungsung.ac.kr";
결과 => 0, xs9_tx-abc.yyy_c@cne.kyungsung.ac.kr
2, cne.kyungsung.ac.
결과 => 0, xs9_tx-abc.yyy_c@cne.kyungsung.ac.kr
- 마스코트이름토론 . . . . 4 matches
저거 마녀 아닌데여.... ㅡㅡa 아마 성별도... 여자는 아니었던 거 같은데.. ^^; --setsuna
쩝.. 생각해 보니 여자인것도 같네염... 저게.. 제로미 만들려고 하다가 용도가 이렇게 바뀐 것이니.. ^^; --setsuna
이름은 좋을대로 생각해 주세요.. 후후.. ^^; --setsuna
하하... 실은 이름같은거 생각하기 귀찮다고요.. ^^;;;;; 아하하하... --setsuna
- 새싹교실/2012/아우토반/앞반/4.12 . . . . 4 matches
int Sundae = 1000;
int sundaeattack;
printf("선대의 체력 : %d\n",Sundae);
while(Sundae>=1){
sundaeattack = rand()%101+50;
Player - sundaeattack;
printf("Player는 %d의 데미지를 입었습니다.\n",sundaeattack);
Sundae - userpunch;
Sundae - userkick;
if(Sundae <= 0 && Player <= 0){
else if(Sundae <= 0){
- Applet포함HTML/영동 . . . . 3 matches
http://java.sun.com/getjava/index.html
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_0_03-win.cab#Version=1,4,0,30">
pluginspage="http://java.sun.com/products/plugin/index.html#download">
- Java2MicroEdition . . . . 3 matches
java.sun.com/j2me 에 가면 CDC, CLDC, MIDP 등을 다운받을 수 있다. 다운받으면 소스코드까지 포함되어 있고, 개발하려는 하드웨어에 포팅하면 된다. (자세한건 잘 모르겠음...ㅡ.ㅡ)
java.sun.com/j2me 에 가면 J2ME Wireless Toolkit 을 다운받을 수 있다. J2ME Wireless Toolkit 에 에뮬레이터가 포함되어 있어서 직접 테스트 해볼 수 있다.
* http://java.sun.com/j2me
- JavaStudy2004 . . . . 3 matches
http://java.sun.com/ - Java 제작사인 sun사의 홈페이지. tutorial이나 api, example 등을 찾아볼 수 있고 다운받을 수 있는 곳
http://sunny.sarang.net/api/ - Java에 대해 찾아볼 수 있는 api
- PHP Programming . . . . 3 matches
00학번 강지혜 ["setsuna"] [[BR]]
* 혜영~~ 우린 또 언제 공부하는건데.. ㅡ,.ㅡ;; 나 혼자하믄 논단마랴.. ㅠ.ㅠ -setsuna
* 오늘 PHP4책을 빌렸다. 물론 혜영이가.. 책 목차라던가.. 3이랑은 많이 틀려보인다.. 어쨌거나 더 맘에 든다는 소리고.. 어여 봐야지... 보지만 말고.. 슬슬 소스도 좀 쳐봐야겠다 시픈.. ㅡㅡ;; -setsuna-
- fm_jsung . . . . 3 matches
*MSN : fm_jsung@hotmail.com
* fm_jsung 뜻이 머에여? -0- free style mc jin sung 멋진 아뒤 찾는 도중에, 친구의 도움으로^^
- 서지혜/Calendar . . . . 3 matches
private int startDate; // 1:mon 2:tue 3:wed 4:thu 5:fri 6 :sat 0:sun
System.out.println("sun\tmon\ttue\twed\tthu\tfri\tsat");
return (totalDays + 1) % 7; // +1 for sunday
- 송치완 . . . . 3 matches
* ChosunTruck Founder
* 유로 트럭 시뮬레이터 2 자율주행 프로젝트인 ChosunTruck의 Founder
* [https://github.com/bethesirius/ChosunTruck]
- Ant . . . . 2 matches
Ant 를 사용하여 Build 하기 위해서는 JAXP 호환 XML파서가 있어야 합니다. 그런데 Ant 를 다운받으면 그 패키지 안에 포함되어 있으므로 따로 다운받으실 필요는 없습니다. JAXP 에 대해서는 http://java.sun.com/xml/ 정보를 얻을 수 있습니다.
* [http://developer.java.sun.com/developer/Quizzes/misc/ant.html Test your knowledge of Ant]
- Applet포함HTML/상욱 . . . . 2 matches
codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_01-windows-i586.cab#Version=1,4,1,1"
pluginspage = "http://java.sun.com/products/plugin/index.html#download">
- Applet포함HTML/진영 . . . . 2 matches
codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_01-windows-i586.cab#Version=1,4,1,1"
pluginspage = "http://java.sun.com/products/plugin/index.html#download">
- CauGlobal/Interview . . . . 2 matches
* 석천아~ 전에 쓰려고 했던말 쓸꺼지? :) --sun
저도 그 점이 참 고민이에요. 날카로운 지적 감사합니다 :) 일단 학교에서 지원해주는 행사라 학교에서 원하는 답을 만들어주기 위한 의식이 어느정도 작용했던것 같습니다. 만약 형이 이런 기회로 가시게 된다면, 어떤걸 해보고 싶으세요? 힌트가 있으면 정말 도움이 될것 같습니다. --sun
- Cpp에서의멤버함수구현메커니즘 . . . . 2 matches
이를 실행하면, 다음과 같은 exception을 출력합니다. 이는 [http://java.sun.com/docs/books/jls/second_edition/html/j.title.doc.html Java Language Specification 2nd] (3rd가 아직 안나왔군요.) 와 [http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html jvm specification]을 참고하세요.
- InterMap . . . . 2 matches
MetaWiki http://sunir.org/apps/meta.pl?
JargonFile http://sunir.org/apps/meta.pl?wiki=JargonFile&redirect=
- JTDStudy . . . . 2 matches
* [http://java.sun.com/docs/books/tutorial/] : Java 공부를 위한 튜토리얼
* [http://java.sun.com/javase/downloads/index.jsp]
- Java2MicroEdition/MidpHttpConnectionExample . . . . 2 matches
package com.minnysunny.mobilerssreader.spike;
package com.minnysunny.mobilerssreader.spike;
- JavaStudy2002/영동-3주차 . . . . 2 matches
사소한 것이지만 지적한다면 class main 의 이름을 Main 으로 바꾸시기를 강력(?) 추천합니다. Java 에는 지켜야하는 규칙인 문법외에 [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html 코딩 약속]을 추천하고 있씁니다. 과거 MS라면 헝가리안표기법 이겠지요? 현재의 .net 에서 헝가리안표기법은 없어졌습니다. --["neocoin"]
collection framework를 알고 싶으시면 [http://java.sun.com/j2se/1.4/docs/guide/collections/ 여기] 에서 보세요. 그리고 보셨으면 저에게 세미나 시켜주세요. 쿨럭.. --["neocoin"]
- MoreEffectiveC++/C++이 어렵다? . . . . 2 matches
* 다른 언어 : Java는 공통의 플랫폼 차원([http://java.sun.com/j2se/1.3/docs/guide/serialization/ Serialization]), C#은 .NET Specification에서 명시된 attribute 이용, 직렬화 인자 구분, 역시 플랫폼에서 지원
[http://java.sun.com/javaone/javaone2001/pdfs/2733.pdf]
- PairSynchronization . . . . 2 matches
["sun"]이 PairProgramming을 하기에 앞서 CrcCard 섹션을 가지게 되었는데, 서로의 아이디어가 충분히 공유되지 않은 상태여서 CrcCard 섹션의 진도가 나가기 어려웠다. 이때 - 물론, CrcCard 섹션과는 별도로 행해져도 관계없다. - 화이트보드와 같은 도구를 이용해서 서로가 생각한 바를 만들어나가면서, 서로의 사상공유가 급속도로 진전됨을 경험하게 되었다.
["sun"]은 기존 프로그램의 업그레이드 작업에 새로 한명의 파트너와 함께 둘이 작업하게 되었다. XP를 개발에 적용해보기로 하고, 프로그램 디자인에 CrcCard 섹션을 이용하고자 했다. 처음 CrcCard 섹션을 진행해서 그런지, 별다른 진척이 보이지 않아 우선 화이트보드를 이용해서 개념을 정리해보고자 다른 색의 마커를 들고 한 번에 하나씩 개념을 그리고 선을 이어 나가며 디자인을 했다.
- PrimaryArithmetic . . . . 2 matches
|| [sun] || Java || 1시간 || [PrimaryArithmetic/sun] ||
- SharedSourceProgram . . . . 2 matches
아이디어가 필요하면 사람들이 활발하게 논의하는 kldp 같은곳에 이야기를 꺼내봐도 좋을것 같습니다. --sun
http://bbs.kldp.org/viewtopic.php?t=54295 올렸습니다 :) --sun
- ZP도서관 . . . . 2 matches
|| 이윤기의 그리스 로마 신화 vol.1|| 이윤기 || setsuna || 신화? ^^a ||
|| 천사 || 마노 다카야 || setsuna || 판타지 라이브러리 ||
- ZeroPageServer/Wiki . . . . 2 matches
검색에 버그가 있는것 같네요. CVS로 검색하면 정작 [CVS]페이지는 나오지 않습니다. --[sun]
* Q : 로그인을 했는데도, RecentChanges 페이지에서 diff 아이콘 이외에 update, delete, new 등의 아이콘이 안생기는데, 노스모크 안정버전에서는 원래 그러한 것인가요? --[sun]
- ZeroPageServer/set2002_815 . . . . 2 matches
''게시판 Admin 툴을 이야기하는건지? 맞다면.. '''만든이는''' ["sun"]이고 '''용도'''는 게시판 생성/삭제를 쉽게 하려는 의도에서 였으며, '''모든''' 게시판이 표시되지는 않는것은 툴을 만들었던 시점이, 자게,질/답 등 이미 몇몇 게시판이 만들어진 이후였기 때문(변경을 게을러서 안했음). --["sun"]''
- ZeroPageServer/계정신청상황 . . . . 2 matches
|| 강지혜 || setsuna || 00 || 2000 || zm ||zmdpt 엣 hotmail.com ||zr ||
|| 이선우 || sun || 97 || 1997 || z ||we4ever 엣 hanmail.net ||zr ||
- ZeroPagers . . . . 2 matches
* 강지혜 : ["setsuna"]
* 이선우 : ["sun"]
- 2006신입생/연락처 . . . . 1 match
|| 이태양 || onlysun87 at hotmail dot com || 010-9770-7065 ||
- 5인용C++스터디/클래스상속 . . . . 1 match
employee park("Park","Ji-sung");
- ADisciplineOfProgramming . . . . 1 match
http://cs.sungshin.ac.kr/~dkim/dop-chapter0.html
- BasicJava2005/3주차 . . . . 1 match
* [http://java.sun.com/j2se/1.5.0/docs/api/] : 영문 5.0 API문서
- CauGlobal/Episode . . . . 1 match
--["sun"]
- CodeConvention . . . . 1 match
* [http://java.sun.com/docs/codeconv/ Java Code Convention] : ["Java"] Platform
- CollectiveOwnership . . . . 1 match
Contributors: JuNe, ["1002"], ["Benghun"], ["sun"]
- EffectiveC++ . . . . 1 match
''이곳에는 특별히 허락을 하거나, 허락을 받을만한 사람이 없습니다. 언제든 환영입니다 :) --[sun]''
- ExploringWorld/참고링크 . . . . 1 match
http://java.sun.com - 자바
- Ieee754Standard . . . . 1 match
* [http://docs.sun.com/htmlcoll/coll.648.2/iso-8859-1/NUMCOMPGD/ncg_goldberg.html What Every Computer Scientist Should Know About Floating-Point Arithmetic] (''강추'')
- Java/ServletFilter . . . . 1 match
http://java.sun.com/products/servlet/Filters.html
- JavaStudy2003 . . . . 1 match
http://java.sun.com/docs/books/tutorial/java/index.html
- JavaStudy2003/첫번째과제 . . . . 1 match
http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
- JavaStudy2004/자바따라잡기 . . . . 1 match
http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
- MobileJavaStudy . . . . 1 match
* http://java.sun.com/j2me - Sun사의 J2ME 사이트
- MoinMoinTodo . . . . 1 match
* Implement http://sunir.org/apps/visits.pl
- NeoCoin/Server . . . . 1 match
jvm설정에서 dummy를 설정하고, jdk는 따로 sun에서 받아 오거나, http://blackdown.org 를 이용한다.
- OperatingSystemClass . . . . 1 match
* http://java.sun.com/docs/books/tutorial/essential/threads/synchronization.html
- ProjectPrometheus/Journey . . . . 1 match
''Requirements always change (from DesignPatternsExplained). 결국 사람이 개입된 일이니 실생활과 다를바 없음. :) --["sun"]''
- ProjectWMB . . . . 1 match
* This page's object aim to submit project - Web Map Browser - for Samsung Software Membership.
- ProjectZephyrus/ClientJourney . . . . 1 match
DeleteMe) ''참고로 자바에서는 순수한 형태의 MVC 모델을 사용하지 않습니다. 변형된 형태의 MVC 모델을 사용합니다 [http://java.sun.com/products/jfc/tsc/articles/getting_started/getting_started2.html Introducing Swing Architecture]. 이론과 실제의 차이랄까요. --이선우''
- RandomWalk2 . . . . 1 match
* 질문: '''변경4'''에서 음식의 위치는 의도적으로 바퀴가 지나가지 않는 곳에 놓은건가요? --["sun"]
- SeminarHowToProgramIt . . . . 1 match
* [http://zeropage.org/~sun/eclipse-SDK-20020321-win32.zip Eclipse]
- Spring/탐험스터디/2011 . . . . 1 match
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
- SystemPages . . . . 1 match
* MeatBall:MetaWiki - http://sunir.org/apps/meta.pl
- TheJavaMan . . . . 1 match
* [http://java.sun.com/docs/books/tutorial/java/index.html The Java Tutorial]
[NetBeans] - Sun사에서 만든 툴인데 GUI쪽이 이클립스보다 난거 같다. 진석이형이 추천해줌 -[iruril]
- TheJavaMan/설치 . . . . 1 match
http://java.sun.com/j2se/1.4.2/download.html
- TkinterProgramming/Calculator2 . . . . 1 match
vscrollmode = 'dynamic', hull_relief = 'sunken',
- User Stories . . . . 1 match
One of the biggest misunderstandings with user stories is how they differ from traditional requirements specifications. The biggest
- WikiProjectHistory . . . . 1 match
|| ["우리홈만들기"] || ["물푸"],["setsuna"],["woodpage"],["zennith"]|| 2002년 2.28 종료 || 종료 ||
- WinCVS . . . . 1 match
''DeleteMe 맞는 이야기인가요? ["sun"]의 기억으로는 아닌것으로 알고 있고, 홈페이지의 설명에서도 다음과 같이 나와있습니다. 'WinCvs is written using the Microsoft MFC.' '' [[BR]]
- ZPBoard/AuthenticationBySession . . . . 1 match
문제 자체가 중요한가요? 어떤게 문제이고, 왜 문제가 되는지, 문제가 왜 문제가되는아는 과정이 중요하다고 생각해서 이런식의 문답법을 의도하게 됬습니다. 단순히 문/답을 열거하는것보다 문제를 발견하는 과정이 중요하게 생각되어 이렇게 했는데, 받아들이는 입장에서는 그게 아니었나 보군요. 다시한번 묻겠습니다. 그냥 문제와 답을 원하는지 답을 달아주기 바랍니다. --["sun"]
- ZeroPage . . . . 1 match
* 2015 Samsung Software Friendship 4기 동아리 선정
- ZeroPageServer/set2001 . . . . 1 match
* 구성 : 이선우(97 ["sun"]), 조동현(97, ["혀뉘"])
- ZeroWiki/제안 . . . . 1 match
찾아보니 예전에 덕준이가 만든 플래시 로고가 남아있네요 Upload:logo.swf --[sun]
- [Lovely]boy^_^/Diary/2-2-10 . . . . 1 match
* The XB Project starts really. A customer is Jae-dong. So we determine to programm network othelo, that Jae-dong's preparation. At first, we start hopefully, but..--; after all integration is failed. In our opinion, we start beginner's mind. but we learned much, and interested it. And new customer is Hye-sun. Since now, our project begins really. Since tomorrow, during 2 weeks, we'll focus on TDD and pair programming with simple programming.
- [Lovely]boy^_^/Diary/2-2-16 . . . . 1 match
* I had drunken with friend until A.M. 2:00. and had sung until A.M. 4:00--;
= 12/22 Sun =
- 경태 . . . . 1 match
[http://NeoM7.ssm.samsung.co.kr 멤버십위키] (죽어있음..)
- 데블스캠프2005/월요일 . . . . 1 match
[http://java.sun.com/docs/books/tutorial/java/concepts/QandE/questions.html Java OOP Example]
- 사랑방 . . . . 1 match
만약, 정규표현으로 표현되면 깔끔할텐데. 아는분 없소. :) --["sun"]
- 상협/프로젝트관련 . . . . 1 match
''방화벽을 자유 자재로 넘나들기 위해서는 80번 포트 위로 올라가는게 좋고, 그렇게 하려할때 가장 손쉽게 할 수 있는 기술은 SOAP을 이용하는 것이니, 이를 고려해봄이 어떨까 하는데. socket을 이용할 경우 80번 포트에서 웹서버가 돌아가면 '''말짱꽝'''으로 방화벽을 통과하기는 어려운일이고.. 그럼 SOAP은 어떻게 쓰느냐? 가장 손쉽게 접근할 수 있는것으로는 [http://java.sun.com/xml/jaxm/index.html JAXM]을 추천함. 그럼 어떻게 돌리는가? '''RTFM''' '' :) --이선우
- 새싹교실/2012/startLine . . . . 1 match
// 각 요일의 숫자를 받아서 문자열 값을 반환합니다. (ex. 0-"Sun", 1-"Mon" ...)
printf("Enter the name of day(0:sun ~ 6:sat) : ");
Sun Mon Tue Wed Thu Fri Sat
- 새싹교실/2012/나도할수있다 . . . . 1 match
char_ sunjun = {10000,10000};
- 송년회날짜정하기 . . . . 1 match
* 다른 분 맞습니다. ^^ --setsuna
- 영호의해킹공부페이지 . . . . 1 match
Scenario: It's a Sunday afternoon. There is nothing to do. The sun is cooking
- 임시 . . . . 1 match
http://cs.sungshin.ac.kr/~jwlee/os/chap9.ppt
- 정모/2002.5.16 . . . . 1 match
* HCI(Human Computer Interaction)발표 하겠습니다. 이번 심리학과 리포트 때문에 작성하던 것인데, 같이 하시는 분께서 관련 업계 종사자라서, 너무 많은 자료 때문에 제가 치일 정도 입니다. 일단 방대한 자료는 필요시 드릴수 있고, (관련 논문, Samsung 개발자료 etc, xp, aqua, palm guide line 등) 발표 골자는 기본적으로 심리학의 이해 시간에 발표 자료 기반으로 컴공과에 맞추어 발표 하겠습니다. 못했지요. 약간 아쉽네요. 차후 HCI자료가 필요하신분이 있거나, 이런 분야도 있구나 란걸 알고 싶으면 세미나 해드립니다. --상민
- 정모/2002.7.11 . . . . 1 match
''DeleteMe 앗... 전 알바가... 종~일 시간이 아니나요. -_-;;; 5시 반에야 끝나는고로... 방학(?) 내내 시간이 아니 납니다. 괴로워라.. ''-setsuna
- 정모/2003.2.12 . . . . 1 match
''조금은(사실은 쫌 많이 -_-) 냉소적인 상민이의 말투를 모르는 새내기라면 상처받을 접대로구려.. 6ㅡㅡ --["sun"]'' [[BR]]
- 지금그때2003 . . . . 1 match
주제가 어떤거지? 현재 지어진 제목을 보면 '미래를 예측하는 방법'에 관한 내용인것 같고, [지금알고있는걸그때도알았더라면]은 '어떤것에 초점을 두어야 하는가'라는거 같은데.. 전자라면.. 앨런 케이의 말을 살짝 인용하며 정말 멋질것 같은데.. "The best way to predict the future is to invent it." - Alan Kay --[sun]
- 지금그때2005/회고 . . . . 1 match
[지금그때]와 같은 행사를 제로페이지 내에서만 단독적으로 할 필요는 없는것 같습니다. JStorm에서도 http://gift2005.ce.ro 와 같은 행사를 하더군요. 겹치는 부분도 많다고 보여집니다. 내년에는 Netory, JStorm과 같이 연계해서 해보는건 어떨까요? -[sun]
- 황재선 . . . . 1 match
--[sun]
- 회원정리 . . . . 1 match
갑자기 이상하게 들릴지도 모르겠으나... 회원정리를 하는 이유가(목적이) 무엇인지 궁금합니다. --["setsuna"]
Found 86 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.