Project/논문분석2015. 1. 12. 22:03

방학도중 눈여겨볼만한 논문들을 읽어보고 분석해서 다른 사람들에게 설명한다는 깊~고 좋은 의도로 교수님이 하자고 하셨지만... 정말 귀찮다!


하지만 그냥 자료로 가지고 있는것보다는 넷상에서 영구보관하는게 좋다고 생각하여 이렇게 게시하도록 한다.


저작권 문제가 생길경우 비공개로 돌립니다.

'Project > 논문분석' 카테고리의 다른 글

Modelling, simulation and control of an electric unicycle  (0) 2015.01.12
Posted by 십자성군
Software/Programming2015. 1. 11. 03:10


'Software > Programming' 카테고리의 다른 글

volatile(Java)  (0) 2016.04.15
volatile(C,C++)  (0) 2016.04.15
MFC)버튼을 누르는 동안 지속되는 카운팅 예제  (2) 2014.10.19
비트필드(Bit Field)  (0) 2014.08.11
[비선형 자료구조]트리.그래프 (AVL 트리)  (1) 2013.05.25
Posted by 십자성군
TMS320/F283352015. 1. 11. 02:10

typedef int                 int16;

typedef long                int32;

typedef long long           int64;

typedef unsigned int        Uint16;

typedef unsigned long       Uint32;

typedef unsigned long long  Uint64;

typedef float               float32;

typedef long double         float64;


또한 char는 2바이트로 이루어져 있다.

'TMS320 > F28335' 카테고리의 다른 글

10247-D creating output section ".sysmem" without SECTIONS specification  (0) 2015.07.31
cmd 메모리 문제  (0) 2015.07.31
DSP2812의 Endian  (0) 2015.01.11
PWM  (1) 2014.08.20
[예제분석] PWM  (0) 2014.08.20
Posted by 십자성군