일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 주일설교
- WebGL
- 통계
- Artificial Intelligence
- 딥러닝
- Big Data
- probability
- c++
- 김양재 목사님
- R
- Machine Learning
- 김양재
- 몽고디비
- 빅데이터
- 빅 데이터
- nodeJS
- MongoDB
- 우리들교회
- data science
- 김양재 목사
- Statistics
- 빅데이타
- openCV
- 인공지능
- 확률
- Deep learning
- 빅 데이타
- No SQL
- 데이터 과학
- node.js
Archives
- Today
- Total
목록protobuf (1)
Scientific Computing & Data Science
[Programming] Protocol Buffer + ZeroMQ + Python으로 메시징 전달하기
Written by Geol Choi | Apr. 9, 2016 이번 글에서는 직렬화 데이터 구조 메커니즘인 Google Protocol Buffer(protobuf)와 고성능 비동기 분산메시징 라이브러리인 ZeroMQ 를 Python으로 구현하는 방법에 대하여 알아 보겠습니다. 각각에 대한 자세한 컨셉은 각각의 웹사이트를 참고하기 바랍니다:Google Protocol Buffer : https://developers.google.com/protocol-buffers/ZeroMQ : http://zeromq.orgPython : http://python.org 개발환경본 튜토리얼의 개발환경은 다음과 같습니다:OS : Microsoft Windows 7 Professional 64 bitIDE : Micr..
Programming
2016. 4. 9. 19:43