WIN32
Win32是指MicrosoftWindows操作系统的32位环境,与Win64都为Windows常见环境。如今的Win32操作系统可以一边听音乐,一边编程,一边打印文档。Win32操作系统是一个典型的多线程操作系统
共 356 份资源
WIN32 全部资料 356 份
PDF文档
WIndows mobile 5.0 pocket pc sdk sample for win32
WIndows mobile 5.0 pocket pc sdk sample for win32...
PDF文档
K-type large number generation based on win32 system.
K-type large number generation based on win32 system....
PDF文档
这个程序是一个Win32程序
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-...