태그>example(총 16개의 글)
'example' 관련 최근글
-
- Example

-
black Soybean by 꾸믈푸메|2017/01/25 09:24
"Example is not the main thing in influencing others. It is the only thing!" -submitted by: Dennis M, USA
- Example
-
- [FFMPEG] how to dump rtsp/rtp stream to file

-
기억의 조각 by muzie|2016/08/16 14:59
* How to dump file from RTSP/RTP Streaming data using ffmpeg. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
- [FFMPEG] how to dump rtsp/rtp stream to file
-
- [JDO, Spring, Maven] JDO 대충 example

-
Sigel's house made of ice 。。。 by Sigel|2011/08/18 01:08
JDO를 처음 하면서 난감했던건. 따라하기 좀 어려웠다는 점. 따라해 볼 예제도 없고. cookbook이나 getting started 같은 것도 없고. (있는데 내가 멍청해서 못 찾는걸지도 TㅅT) 일단 해보고 예외 내용 검색해서 해결 방법 알아내고. 또 예외 보고 검색하고. 또 예외 검색..
- [JDO, Spring, Maven] JDO 대충 example
-
- Java :: Object :: Wait & Notify

-
do { Jazz jzz = JazzFactory.newInstance(feel); jzz.play(); } while(true); by myou|2010/12/08 05:05
import java.io.IOException; public class ObjectWaitDemo { public static void main(String[] args) throws InterruptedException { final Object o = new Object(); new Thread(new Runnable() { public void run() { try { Syst..
java, wait, notify, synchronized, thread
- Java :: Object :: Wait & Notify
-
- ajax php 통신 simple example

-
Cliver's a Omtmoa by Fredric Cliver|2010/10/01 03:27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Hello Fucking Web div.elem{margin:20px;} //<
-
JSTYLE Egloos... by jstyle|2010/06/01 02:17
기본이 되는 할로월드 소스코드 메인홈페이지는 여기http://code.google.com/p/android-helloworld-samples/ Checkout방법은 여기http://code.google.com/p/android-helloworld-samples/source/checkout 직접 다운로드 서비스(원래는 SVN다운..
- Android helloworld example code
-
- wxPython을 이용한 간단한 UI 예제

-
flexible gameserver by 자바워크|2010/01/27 16:58
wxPython은 크로스플랫폼 GUI 라이브러리인 wxWidget의 python 라이브러리 입니다. wxPython을 이용하면 몇줄 안되는 코드로 쉽게 UI를 만들수 있습니다. [wxPython runtime]이 라이브러리이고 ..
- wxPython을 이용한 간단한 UI 예제
-
- [C++강의] 1. namespace

-
뜨거운머리 차가운 가슴 by hothead|2010/01/19 15:27
#include namespace A { void helloWorld() { printf("Hello Worldn"); } } namespace B { void helloWorld() { printf("Hello C+n"); } } using namespace A; int main() { A::helloWorld(); B::helloWorld..
- [C++강의] 1. namespace
-
- printf 계열 함수는 어떻게 만드는가?

-
獨手工房 by 승네군|2009/05/24 13:43
대충 printf계열 (즉, 동적인 갯수의 매개변수를 넘겨받는) 함수의 한가지 예이다. (간단 버전임.ㅎㅎ)당연하게도, 내가 짠게 아니다. . 인터넷에 떠도는걸 긁어온건데, (정확히는 kldp) 나중에 비슷한 함수 만들때 참조하려고 올려둔다. (저작권 있는거 아니냐고 할수..
c, lib, printf, code, programming
- printf 계열 함수는 어떻게 만드는가?
-
- [sites] good example

-
낭망글루 by 낭망백수|2008/02/20 22:40
- [sites] good example
-
- MFC Fullscreen Mode

-
「KaKalot`s Colorful Rainbow」 by KaKaLoT|2007/08/13 09:28
풀스크린. 스테레오 뷰잉을 구현하기 위해 꼭 필요한 설정임에도 불구하고, 자료를 찾는데 엄청난 시간이 소요되었다. 역시 검색어의 선택이 얼마나 중요한가를 깨닫게 된.쩝. 이번 여름동안의 프로그래밍이 ..
- MFC Fullscreen Mode
-
- Stereo Viewing example #2

-
「KaKalot`s Colorful Rainbow」 by KaKaLoT|2007/07/23 22:17
I made a Stereo Viewing Implementation example. The cube & polyhedron on Rotating / Moving by OpenGL I have a plan using MFC base on OpenGL. I can show these projects sooner or later & I`ll try. Code View #includ..
- Stereo Viewing example #2



