-
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"...
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"Winamp"、"RealPlayer"等等。那么如何编写自己的托盘应用呢?此代码是系列文章中的例子代码,比较系统地示范了托盘应用的编程。并创建自己的C++类来增强系统托盘应用的特性。代码参考价值极高。-since the launch of the system tray application as a very attractive user UI deeply love. UI using the system tray of Windows applications and countless others, such as "free email" and "Winamp", "RealPlayer" and so on. So how to prepare their application tray? This code is a series of articles in the code examples, compared to model the system tray application programming. And to create their own category C to enhance the system tray application characteristics. Code high reference value.
- 2022-04-08 13:20:57下载
- 积分:1
-
本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、...
本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is to explain the internal mechanisms of Windows operating system a monograph. Authors from the basic concept, a comprehensive and systematic introduction to Windows realize the underlying mechanism, Windows applications, the basic components (including processes, threads, memory management, dynamic link library, thread local storage, and Unicode), as well as all types of Windows API and so on, and listed a large number of application examples, insightful analysis of the various Windows programming difficulties and points, in order to keep Windows programming skills to provide an effective shortcut.
- 2022-03-11 13:43:12下载
- 积分:1
-
JOS Lab 2: Memory Management
The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory.
The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.
- 2022-02-05 12:16:48下载
- 积分:1
-
There are student status management, entry and statistical results (by Student I...
主要有学籍管理、成绩录入和统计(按学号、普通总分、标准分进行排序)、毕业生学籍管理和查询、学生德育考核和操行评语、学生奖励处分记录。设置动态查询功能,由用户自行设置三个查询条件进行精确查询和模糊查询。本系统数据文件全部存贮在数据库中,不受服务器读写权限的限制。保护了服务器的安全。本系统现在有四个版本的软件。-There are student status management, entry and statistical results (by Student ID, general total score, the standard sub-sort), graduate student status management, and information, assessment and student moral conduct reviews, student awards punishment record. Set dynamic query functionality, by the user to set their own precise three query query and fuzzy query. The system data files all stored in a database, not the server to read and write access restrictions. To protect the server" s security. The system now has four versions of the software.
- 2022-08-16 00:33:36下载
- 积分:1
-
跟你说,这是一个超级好用的系统管理,你可以修改其中的代码制作自己的....
跟你说,这是一个超级好用的系统管理,你可以修改其中的代码制作自己的.-no
- 2022-02-25 12:30:05下载
- 积分:1
-
Each built on the keyboard encode realize process control, we realize the produc...
对键盘每个建进行编码,实现程序控制,我们对不同的建实现不同的音乐,可以演奏一曲交响曲了-Each built on the keyboard encode realize process control, we realize the production of different music, you can play a symphony of
- 2022-07-14 09:28:37下载
- 积分:1
-
这是一个在TCP/IP编程中经常遇到要处理的 问题,就是网络地址转换NAT,改源代码提供 一种方法,穿透内网的保护,到达目的地址。...
这是一个在TCP/IP编程中经常遇到要处理的 问题,就是网络地址转换NAT,改源代码提供 一种方法,穿透内网的保护,到达目的地址。- This the question which frequently meets in the TCP/IP
programming must process, is network address translation NAT, changes
the source code to provide one method, in the penetration the net
protection, arrives the destination address.
- 2022-06-29 16:37:21下载
- 积分:1
-
一个桌面涂鸦的小程序
一个桌面涂鸦的小程序-Spray-painted on a desktop applets
- 2023-05-24 19:50:02下载
- 积分:1
-
vc++编程详细代码大全
vc++编程详细代码大全 -vc++ detailed programming code Guinness
- 2022-08-02 11:21:43下载
- 积分:1
-
A simple hospital management system that can achieve some of the basic functions...
一个简单的医院管理系统,可以实现一些基本的功能,欢迎大家指正。-A simple hospital management system that can achieve some of the basic functions, please correct me everyone.
- 2022-08-09 13:15:40下载
- 积分:1