搜索资源列表
编程核心剖析之游戏篇
- 系统全面的介绍WINDOWS中游戏的编程-comprehensive system introduced WINDOWS game programming
TC 2.0 挖地雷
- TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如
Visual Basic 6.0应用编程150例.RAR
- Visual Basic 6.0应用编程150例 《Visual Basic 6.0应用编程150例》中的《Example095-媒体文件浏览器 》和《Example096-列表播放媒体文件》在运行过程中需要Windows Media Player 9.0的支持,请读者自行安装.-Visual Basic 6.0 application programming 150 cases "Visual Basic 6. 0 Application Programming 150 case
195
- 第1章 Visual C++概述 1.1 Visual C++概述 1.2 Windows编程模式 1.2.1 面向过程的MS-DOS编程 1.2.2 面向用户的事件驱动编程 1.2.3 Windows消息机制 1.2.4 Windows系统消息类型 1.3 MFC类库 1.3.1 MFC类库的优越性 1.3.2 MFC类库说明 1.3.3 MFC框架与消息映射 1.4 Windows应用程序框架 1.4.1
starmodel
- 用C语言编程,星空模拟,就像WINDOWS中的一个屏保差不多的-C programming language, simulated night sky, like the Windows screensaver similar to the one
declareAPIInPB
- windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助-windows api pb in the definition shows, and I hope to pb programming enthusiasts help
Windows_program
- windows下编程的入门资料,一份给初学者很不错的资料-windows under introductory information on the program, a very good beginners to the information
WIN32API2
- Windows API编程文档,Windows下面编程必备常识。^_^-Windows API programming documents, the following Windows programming knowledge required. ^ _ ^
gfortran-windows
- 该软件是运行fortran语言的平台,fortran语言适合进行科学计算的编程-the software is running fortran language platform fortran language suitable for scientific computing Programming
parent12
- windows编程源代码-----获取父进程id-windows programming access to the source code ----- parent process id
drawing12
- 用C++builder编写的应用程序,是模仿windows画图板的,适合编程者学习-C builder of the application, it is an imitation windows drawing board. suitable for programmers learning
guideforC~C++programming
- 本书名为《C~C++程序员实用大全》,其中收录了上百种有关C、C++和WINDOWS编程过程中遇到的实际问题-The title of "C-C programmers Practical Solutions", which contains more than 100 species of the C, C and Windows programming course of the practical problems encountered
graphSource
- 本系统是一个基于Windows平台,Visual C++ 6.0编程环境下的交互式图形接口系统,实现一些图形学和CAD相关的一些具体功能-the system is a Windows-based platform, Visual C + + 6.0 Programming Environment interactive graphical interface system, achieve graphics and CAD related to the specific functions
HiddenTimer
- 练习利用Windows时钟编程-exercises using Windows clock programming
asdf
- 模拟实现可变分区存储管理 一、设计目的 在熟练掌握计算机分区存储管理方式的原理的基础上,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能,一方面加深对原理的理解,另一方面提高根据已有原理通过编程解决实际问题的能力,为进行系统软件开发和针对实际问题提出高效的软件解决方案打下基础。 二、各功能模块分析实现 设计合理的数据结构来描述存储空间: 对于未分配出去的部分,用空闲分区链表来描述。-simulation variable Storage M
Windowsnetwork
- Windows网络编程(完成端口及网络编程)详细介绍(转载一)
Windows_core_code
- windows核心编程宝典,经典中的经典,高手必学之
Windows
- 1.理解Winsock编程模型; 2.掌握Winsock编程的基本方法
底层编程
- 一些关于windows的vc 编程-some windows on the vc Programming
模拟时钟的实现
- windows编程实现模拟时钟。