搜索资源列表
CPULoadmonitor
- cpu的使用状况编程,效果根windows的一样好-cpu of the use of programming and the results-as good as the windows
工程largealloc
- 工程largealloc用于WINDOWS编程-largealloc works for Windows Programming
ShellExtGuide1_demo
- Windows Shell扩展编程完全指南
ShellExtGuide2_demo
- Windows Shell扩展编程完全指南 2
ShellExtGuide3_demo
- Windows Shell扩展编程完全指南 3
ShellExtGuide4_demo
- Windows Shell扩展编程完全指南 4
VIRTUMEM
- 本实验是在win2000+VC6.0上实现的,实例程序利用Windows SDK编制,所以实验需要在windows下安装VC后进行。而VC是一个集成开发环境,其中包含了Windows SDK的所有定义和工具,所以安装了VC后就不用再安装SDK了。 这里由于用到了多线程编程,我们还需要设置一下编译环境,选中菜单project-> settings,在左边列表中选中工程名,在右边选中c/c++项,将其下\"project options\"中的默认值MLd改为MTd。
windows
- 讲解Windows 操作系统内部机制的专著,对了解系统,加深对编程的理解很有好处。(第一部分)-Windows operating system on the internal mechanism of the monographs, the understanding of systems, deepen their understanding of programming is very good. (Part I)
windowM
- windows信息大全,windows的没次动作都会产生相应消息代码,识别这些代码,就能更清楚的控制操作系统的各项操作域编程-Encyclopedia of windows of information, windows times the action will have no corresponding message code to identify the code, you can better control the operating system of the operating
Windows
- 这个是操作系统的核心编程,估计会对你有用。很好的,介绍了一些操作系统编程注意的地方。-This is the core of the operating system programming, it is estimated will be useful to you. Very good to introduce a number of operating system programming attention.
WindowsInternals
- 详细介绍了Windows系列操作系统的内核编程和操作系统的内部架构级运行机制。-The premier guide to the Windows kernel now covers Windows Server 2003, Windows XP, and Windows 2000, including 64-bit extensions. Get the architectural perspectives and insider insights needed to unlock the po
Windows-Via-CCPP
- 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。. -This book is to explain the internal mechanisms of Windows
123
- 银行家算法 是操作系统编程课程设计windows-Banker' s algorithm is a windows operating system programming course design
10.19
- windows操作系统编程示例,主进程由命令行参数输入两个整数,主进程创建两个子进程,分别把两个整数传给两个子进程,子进程计算1+2+..+n一直加到整数的前N项和并输出。如果是输入的整数是负数,则退出进程。-windows operating system, programming examples, the main process parameters from the command line input two integers, the main process to create
WINDOWS-core-progamming
- 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is the interpretation of the Windows operating syst
Approaches-and-Examples
- 深入研究了Windows操作系统和Linux操作系统下在C语言程序中调用Fortran语言所编写的源程序的方法和技术.重点研究了调用过程中参数的传递方式和不同操作系统下C语言与Fortran语言混合编程的实现方法.文中以实例的方式给出了完整的可以执行的C语言程序调用Fortran语言程序的源程序.该程序清晰明了,易于移植-Approaches and Examples for Calling Program Compiled by Fortran Language in Code by C La
Windows-Driver-Model(2nd)
- 《Programming the Microsoft Windows Driver Model(2nd).ctm》,学习Windows WDM编程的参考书。-Programming the Microsoft Windows Driver Model(2nd)
Test1
- 操作系统读者写者实验 windows平台下C++编程实现-Readers to write the operating system under test windows platform C++ Programming