中文/
中文/
中文/
中文/
中文/
中文/
中文/
中文/
中文/
简体中文/
Microsoft Visual C++ 2010 x64 Redistributable Package 安装 Visual C++ 库的运行时组件,使用户能够在未安装 Visual C++ 2010 的计算机上运行使用 Visual C++ 开发的应用程序。
此软件包安装 C 运行时 (CRT)、标准 C++、ATL、MFC、OpenMP 和 MSDIA 库的运行时组件。
Windows 7, Windows Server 2003 R2 x64 editions, Windows Server 2003 Service Pack 2, Windows Server 2008 R2, Windows Server 2008 Service Pack 2, Windows Vista Service Pack 2, Windows XP Service Pack 3
Windows Vista Service Pack 2 或更高版本(除 Starter Edition 之外的所有版本)
Windows 7
Windows Server 2003 Service Pack 2 或更高版本(所有版本)
Windows Server 2003 R2 或更高版本(所有版本)
Windows Server 2008 Service Pack 2 或更高版本
Windows Server 2008 R2
配备 900 MHz 或更快的处理器的计算机
RAM:128 MB RAM
25 MB 的可用硬盘空间
LIB有两种,一种是静态库,静态库,一般在编程序的软件里才带有的库文件。另一种当然是动态库了,这种库文件,是主要供其它程序调用的,直接打不开。需要借助VB、PB等软件才能打开,或者用编程语言来打开,当然VC自带