Welcome![Sign In][Sign Up]
Location:
Search - vc win32 application

Search list

[Game Programyesadmin_com_20051126122430201

Description: 利用vc++(win32 Application)开发的程序-use vc (win32 Application) developed procedures
Platform: | Size: 139135 | Author: 王码 | Hits:

[Game Programbtm

Description: 利用vc++(Win32 Application)开发的程序-use vc (Win32 Application) developed procedures
Platform: | Size: 169641 | Author: 王码 | Hits:

[Game Programxswz

Description: 利用vc++(Win32 Application)开发的程序-use vc (Win32 Application) developed procedures
Platform: | Size: 8589 | Author: 王码 | Hits:

[Game Programxxy

Description: 利用vc++(Win32 Application)开发的程序-use vc (Win32 Application) developed procedures
Platform: | Size: 419071 | Author: 王码 | Hits:

[Othertimer4

Description: 用VC++ Win32 Application编的简单的多媒体定时器程序。
Platform: | Size: 99911 | Author: llw | Hits:

[Books用VC++设计win32应用程序

Description: vc++ 设计win32-vc++ design win32
Platform: | Size: 6718464 | Author: 谢坤 | Hits:

[Game Program有趣的粒子爆炸效果编程

Description: 有趣的粒子爆炸效果....Win32 编程 [代码性质] VC完整应用程序代码 [代码作者] a1324@yeah.net [文件大小] 13K-interesting particle effects explosion .... Win32 programming [character code] VC complete application code [code Author] a1324@yeah.net [File Size : 13K
Platform: | Size: 13312 | Author: 杨波 | Hits:

[Multimedia programVCDwizard-2700-win32-src

Description: VCDwizard是一个VCDimager的GUI。这个应用程序用于使用XML创建兼容(S)VCD的MPeG流。你可以完全控制创建(S)VCD的PBC(菜单/播放结构)。-VCDwizard VCDimager is a GUI. Application procedures for the use of XML to create compatibility (S) VCD MPeG flow. You can completely control the creation (S) VCD PBC (menu/playback structure).
Platform: | Size: 839680 | Author: 刘晓冬 | Hits:

[GUI Develop可运行程序

Description: VC中ODBC数据库技术应用源码详解 Serial Communication in Win32 属性页-VC ODBC database application source Elaborates on Serial Communication in Win32 attributes page
Platform: | Size: 7557120 | Author: 陈苏 | Hits:

[Windows Develop一个屏保程序

Description: 本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是"kkcocoon". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
Platform: | Size: 1218560 | Author: 阿的 | Hits:

[Windows Developb030717-心得三

Description: 心得三——按下鼠标哪个键 1.实验目的 (1)首先打开VC++6.0打开File菜单,New命令建立一个Win32 Application类型的工程,注意,在建立工程时在第2步选择"A simple Win32 application.".利用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口. (2)在此基础上实现如下功能:鼠标键按下时,弹出消息框通知用户是按下了鼠标的哪个键 -experience-- which press the mouse button 1. Experiment (1) First, open the VC 6.0 Open File menu, the establishment of a New Order Win32 Application types of projects, that the establishment of projects in the first two-step selection "A simple Win32 application." . windows API function using programmed entry, to prepare a simple Windows application procedures, the establishment of the window. (2) In this on the basis of the following functions : pressing the mouse button, pop-up message box to inform the user is pressing the mouse button which
Platform: | Size: 37888 | Author: 小钟 | Hits:

[Game Programyesadmin_com_20051126122430201

Description: 利用vc++(win32 Application)开发的程序-use vc (win32 Application) developed procedures
Platform: | Size: 139264 | Author: 王码 | Hits:

[Game Programbtm

Description: 利用vc++(Win32 Application)开发的程序-use vc (Win32 Application) developed procedures
Platform: | Size: 1342464 | Author: 王码 | Hits:

[Game Programxswz

Description: 利用vc++(Win32 Application)开发的程序-use vc (Win32 Application) developed procedures
Platform: | Size: 1186816 | Author: 王码 | Hits:

[Game Programxxy

Description: 利用vc++(Win32 Application)开发的程序-use vc (Win32 Application) developed procedures
Platform: | Size: 2390016 | Author: 王码 | Hits:

[OpenGL programOGLWiz7

Description: A Custom AppWizard for VC++.NET that creates an OpenGL enabled Win32 application suitable for demos and simple games.
Platform: | Size: 26624 | Author: Xiaobin Zhang | Hits:

[Othertimer4

Description: 用VC++ Win32 Application编的简单的多媒体定时器程序。-With VC++ Win32 Application provision of the multimedia timer easy process.
Platform: | Size: 1250304 | Author: llw | Hits:

[VC/MFCVC

Description: 文件操作是应用程序最为基本的功能之一,Win32 API 和 MFC 均提供有支持文件处理的函数 和类,常用的有 Win32 API 的 CreateFile()、WriteFile()、ReadFile()和 MFC 提供的 CFile 类 等。一般来说,以上这些函数可以满足大多数场合的要求,但是对于某些特殊应用领域所需要的 动辄几十 GB、几百 GB、乃至几 TB 的海量存储,再以通常的文件处理方法进行处理显然是行不通 的。目前,对于上述这种大文件的操作一般是以内存映射文件的方式来加以处理的,本文下面将 针对这种 Windows 核心编程技术展开讨论。 -File operations is the application one of the most basic function, Win32 API and MFC are providing support for document processing functions and classes, commonly used in the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile class provides and so on. In general, these functions can satisfy the requirements of most situations, but for some special applications frequently need several GB, hundreds of GB, and even a few TB of mass storage, then the usual method of dealing with file handling obviously does not work. Currently, for the general operation of such large files is the way memory mapped files to be processed, this article will focus on the following Windows core programming techniques such discussions.
Platform: | Size: 211968 | Author: chenjun | Hits:

[Othervc-win32application

Description: 显示了vc中win32 application 的编程实例-The show vc win32 application programming instance
Platform: | Size: 1024 | Author: zhangyuchen | Hits:

[Internet-NetworkVC+++串口通信

Description: 实现串口的同步异步通信,基于vc++,win32控制应用台(Serial synchronous asynchronous communication, based on vc++, Win32 control application platform)
Platform: | Size: 19525632 | Author: 12qwer | Hits:
« 12 3 4 »

CodeBus www.codebus.net