登录
首页 » Windows开发 » 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大...

本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大...

于 2022-01-21 发布 文件大小:25.74 MB
0 166
下载积分: 2 下载次数: 1

代码说明:

本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal mechanisms of monographs, the authors start from the basic concept, a comprehensive and systematic introduction to basic Windows components, such as process, thread, DLL and memory management, etc., and listed a large number of applications, incisive analysis of the use of components, in order to keep Windows programming skills to provide an effective shortcut. For different levels of Windows programmers, this book has an excellent reference value.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Curso dedicado a la calidad y mejoramiento de procesos de software
    Curso dedicado a la calidad y mejoramiento de procesos de software
    2023-08-27 14:50:03下载
    积分:1
  • This one a typical one number value issue, is it is it belong to algorithm ask a...
    这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法的过程是典型的抽取问题本质、建立递归算法 并最终解决非数值问题递归实例。-This one a typical one number value issue, is it is it belong to algorithm ask and solve this question to pass to use, design the complicated algorithm , will write very long procedure . It can make the whole algorithm clear and use and pass and belong to the algorithm, make the procedure succinct . Case study this is it is it belong to course of algorithm typical extraction issue essence , is it pass algorithm of belonging to to set up to pass to set up And it is not a number value problem to solve finally and pass and belong to the instance
    2022-05-23 18:27:16下载
    积分:1
  • TC256图形函数库的使用方法,浙江大学TC图形处理教程
    TC256图形函数库的使用方法,浙江大学TC图形处理教程-TC256
    2022-07-19 03:40:42下载
    积分:1
  • c8051f020产生的函数生器
    c8051f020产生的函数发生器-----产生sin函数通过查表的方法-C8051f020 the function generator----- produce sin function through the look-up table
    2022-07-11 08:33:46下载
    积分:1
  • PERL编程24小时的教程。rar
    PERL编程24学时教程.rar-PERL programming 24 hours tutorial. Rar
    2022-01-27 20:55:58下载
    积分:1
  • 运筹学单纯形法方法的演算实现
    在我们一般运筹学的学习中,在遇到运输、分配等问题时,需要用到单纯形法来解决,直接利用程序算的结果,避免了手动演算的麻烦,此程序代码为方便学习者使用。
    2022-02-25 22:36:42下载
    积分:1
  • 一个超强的万年历算法,全程公元元年
    一个超强的万年历算法,全程公元元年--3000年。可以自己根据需要,改变自己的需要年限.置方便,函数调用即可。-A super calendar algorithm, the whole year 3000 AD. According to their own needs, the need to change their life. Home convenience, function call can be.
    2022-04-22 13:42:58下载
    积分:1
  • vb的绘图程序,方便实用,简单易学绘图程序 绘图程序 绘图程序...
    vb开发的绘图程序,方便实用,简单易学绘图程序 绘图程序 绘图程序 -Plot programe of VB. practicality,and simly study.
    2023-05-17 07:20:03下载
    积分:1
  • 迷宫追寻小游戏 C++MFC
    应用背景 这个游戏为玩家控制红色方块,去吃掉棕色,绿色,蓝色的方块,一旦一个方块被吃,便会自动生成另一个相同颜色的方块。直到游戏时间结束为止。 程序函数功能: ondraw函数: 显示游戏界面(用画刷刷成白色),显示地图(黑色),显示食物0,1,2(分别为:棕色,绿色,蓝色),显示玩家(红色) 显示文字,时间,分数。 OnEraseBkgnd函数: 用来更新窗口背景,游戏以位图为窗口背景。 OnGameStart函数: 关联窗口菜单中的开始游戏。包括:     IniGame();(初始化游戏)     m_nGameStatus=1;(游戏状态1,开始)     SetTimer(1,100,NULL);(定时器0.1秒执行一次OnTime)     Invalidate();(转向OnDraw) IniGame函数: 初始化游戏,确定游戏显示位置,确定玩家初始位置,转向IniAim函数 IniAim函数: 初始化目标,这里的三个目标的位置为随机产生。 OnKeyDown函数: 监控设备按下的键,确定玩家移动方向。 ReDisPlay函数: 重画点所在的小方块。减少对Invalidate()的调用,使屏幕不太闪硕。 OmTimer函数: 完成时间的计算。 关键技术游戏中的人工智能: 棕色方块的移动算法为基本寻路算法—物体沿着墙走。 绿色方块的移动算法为基本的逃避算法—物体总会向玩家的反方向移动。 蓝色方块的移动算法为漫游算法—随机产生一个方向值,物体移动的方向不
    2022-03-23 18:25:51下载
    积分:1
  • 随机抽奖小程序
    资源描述 资源描述 晚会的抽奖,活动抽奖品,随机选择出场顺序等等 C#开发,简单易用 抽奖内容为使用者自己指定的图片文件夹 支持全屏,可以调节速度 开发者:179787865
    2022-09-09 21:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载