블로그
-
대규모 투자에도 불구하고 냉대당하는 현실
"Hyundai is a major factor in the tariff talks between Seoul and Washington—a key barometer for the U.S The still-unsigned trade pact with Trump largely c.......
blog.naver.com · 2025.10.09
-
Numpy, Pandas 기본
Numpy 1.15, Pandas 0.23.4) Numpy 1) datatype boolean, 숫자형(복소수 포함) 지원. bool_, int_(long), intc(same as in C), int64가능(-2^63~2^63), uint(unsigned) cf. float16형 구조 : sign bit(1), exponent(5), mantissa(10) ex)
blog.naver.com · 2018.09.07
-
[how2heap] fastbin_dup_into_stack
extends on fastbin_dup.c by tricking malloc into\n" "returning a pointer to a controlled location (in \n"); unsigned long long stack_var; printf("The address we want malloc() to return is %p........
blog.naver.com · 2017.02.03
-
B.m.m - Destroy Beauty
B.m.m was founded solely by KaiN Kinetic in 2000. In its early stages it was a obscure experimental/electro project.
blog.naver.com · 2013.03.24
-
MSDN Thread 예제
// crt_begthrdex.cpp // compile with: /MT #include #include #include unsigned Counter; unsigned __ stdcall SecondThreadFunc( void* pArguments ) { printf( "In second thread...
blog.naver.com · 2008.03.17
-
PRB: CRT 라이브러리가 MFC 라이브러리 전에 링크되면 LNK2005 오류가 발생한다
int (__cdecl*)(void *),void *,int,unsigned int,unsigned long,struct _SECURITY_ATTRIBUTES *)" (? Delete@CWinThread@@UAEXXZ) already defined in MFC.......
blog.naver.com · 2006.12.27
-
Data Type Constants
The constants listed below give the ranges for the integral data types and are defined in LIMITS.H. Note The /J compiler option changes the default char type to unsigned.
blog.naver.com · 2006.11.28