搜索资源列表
virtualMem
- 使用win32 API 实现分配虚拟内存。对window操作系统的内存结构,以及应用程序的内存使用情况都有帮助。-use win32 API virtual memory allocation. Window operating system to the memory structure and the application of the use of memory can help.
bochs-2.1.1.win32-bin
- 可用于虚拟主机,适用WIN98/WIN2-for virtual server, application WIN98/WIN2
SDLRef
- SDL Library Documentation. The SDL library is designed to make it easy to write games that run on Linux, *BSD, MacOS, Win32 and BeOS using the various native high-performance media interfaces, (for video, audio, etc) and presenting a single source-co
VertDrawDemo
- 你想把一行水平的文字垂直排列吗?这是一个很好的例子,应用win32编程,没有用MFC。-you want the level of his characters vertical public? This is a good example of win32 application programming without using MFC.
tibco
- tibco远程缓冲区溢出漏洞利用代码,适用各操作系统,本程序为win32平台下的-tibco Remote Buffer Overflow Vulnerability use code, the application of the operating system, The procedures for the win32 platform
Win32API
- Win32 API即为Microsoft 32位平台的应用程序编程接口(Application Programming Interface)。所有在Win32平台上运行的应用程序都可以调用这些函数。 使用Win32 API,应用程序可以充分挖掘Windows的32位操作系统的潜力。 Mircrosoft的所有32位平台都支持统一的API,包括函数、结构、消息、宏及接口。使用 Win32 API不但可以开发出在各种平台上都能成功运行的应用程序,而且也可以充分利用每个平台特有的功能和属
SDL-1[1].2.5.tar
- Simple DirectMedia Layer - Simple DirectMedia Layer 是一个跨平台的多媒体库设计用来提供快速图形framebuffer和音频驱动。应用MPEG为软件,模拟器或其他流行的游戏回放声音。支持Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD-Simple DirectMedia Layer-Simple DirectMedia Layer is a cross-platform multimed
MyTraceapi
- 重写Detours3.0自带的Traceapi.dll实例 Detours3.0下的Traceapi.dll实例可以Attach到任意Win32应用程序中并监控API调用的情况。 原版的Traceapi.dll使用Makefile编译并调用首先用syelogd实例监听然后调用withdll实例将traceapi.dll挂载到目标应用程序中。文件多,调用频繁,在以后的使用当中十分不方便。 -Rewrite Detours3.0 comes Traceapi.dll instance De
opencsp
- 微软CSP实现源码。 CSP:密码服务提供者。 微软的CryptoAPI是PKI推荐使用的加密 API。其功能是为应用程序开发者提供在Win32环境下使用加密、验证等安全服务时的标准加密接口。CryptoAPI处于应用程序和CSP(cryptographic service provider)之间 。 -Microsoft CSP achieve source. CSP: Cryptographic Service Provider. Microsoft' s CryptoAP
Win32Tetris_C
- 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏-In order to challenge a new level, the authors of original programming that he has been engaged in WEB the first application of a Win32 API, the reason for the preparation of a game because th
iconv-1.8.win32
- 部署rails应用的重要组件包,linux服务器上使用。-Rails deployment of key components of the application package, linux servers.
windowsapi10
- 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-As a Microsoft 32-bit platform application programming i
vcsetup
- Visual C++即VC,全称是 MicroSoft Visual C++,是由微软公司推出的开发Win32应用程序(Windows 95/98/2000/XP/NT)的、面向对象的高级可视化计算机程序开发工具,是一个可视化的集成开发系统。Visual C++提供了一套开发环境:Visual Studio,它是以C++语言和C语言为蓝本的可视化编译、开发环境,用微软的C++语言编写程序,并兼容C语言,可以识别C/C++语言并进行编译等,并且支持功能强大MFC类库。-Visual C++ or
template_match
- Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Win32 Console Application.-Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Wi
KernelMem
- 通常在WINDOWS下的应用程序工作在保护模式,只能读取WINDOWS虚拟内存管理分配的地址空间 DOS下16位程序可以以虚拟86模式下访问实模式地址空间,WINDOWS提供了一个物理内存内核对象,经由此对象可以访问整个物理内存区,BIOS信息就在物理内存的FF400处.-Generice Physical memory access under win32 plateform. In x86 protect mode,windows application only can access 4G
WinMain
- 创建基于win32 Application的应用程序,如何创建应用程序-win32 Application
lesson2
- 基于对象程序设计的基本特性,结构体类-win32 Application
Following-camera.rar
- WIN32 应用程序 : MySql数据库访问 项目概况 应用程序向导已为您创建了这个 MySql数据库访问 应用程序。 此文件包含组成 MySql数据库访问 应用程序 的每个文件的内容摘要。,WIN32 application: MySql Database Access Project Overview Application Wizard has created for you this MySql database access applications. This file co
NaiveApp
- 在这个例子中,我将向你展示如何将现有的Win32应用程序自动化添加COM支持它。对于未来的快速开发很有帮助。-In this article, I m going to show you how you can take an existing Win32 application and add COM automation support to it.
operator-use
- 这是我开始学习C++编程时写的一个关于运算符的运用的win32程序。-This is when I began to learn c++ programming to write about the use of the operator of the win32 application.