-
VB与VC混合编程中处理消息的方法(带部分源代码)
VB与VC混合编程中处理消息的方法(带部分源代码)-VB and VC mixed news programming processing methods (with source code)
- 2022-07-13 16:28:20下载
- 积分:1
-
有些功能不能用 要稍加修改 可以自己改密码 默认的密码是 代号永恒:19850126 其他的是:123456...
有些功能不能用 要稍加修改 可以自己改密码 默认的密码是 代号永恒:19850126 其他的是:123456-some functions can not be used to be some amendments to change their default password is the password eternal code : 19850126 other is : 123456
- 2022-06-15 10:10:25下载
- 积分:1
-
读者写者问题C语言实现
读者写者问题C语言实现-problem readers to write C language
- 2022-01-24 17:45:44下载
- 积分:1
-
Cairngorm code explain the various API syntax Detailed
Cairngorm 语法代码详解 各种API详解-Cairngorm code explain the various API syntax Detailed
- 2022-01-25 16:46:41下载
- 积分:1
-
Visual C++MFC编程实例(分卷2)
Visual C++MFC编程实例(分卷2) -Visual C++ MFC programming examples (sub-vol 2)
- 2022-03-05 15:04:35下载
- 积分:1
-
Windows NT/2000中以用户系统级安全上下文方式创建进程的源代码...
Windows NT/2000中以用户系统级安全上下文方式创建进程的源代码-Windows NT/2000 users to system-level security context means the process of creating the source code
- 2022-11-02 03:55:05下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
功能强大的源代码管理器,和source
功能强大的源代码管理器,和source-insight齐名,但速度更快,是阅读学习代码的必备工具,特别是大工程更是不可缺少.完整source code,支持windows/Linux.-powerful source code manager, and the source-insight famous, but faster and is learning to read the code necessary tools, especially large projects is indispensable. Complete source code, support for Windows/Linux.
- 2022-01-26 02:36:12下载
- 积分:1
-
This is on the use of 51 single
这是关于用51单片机进行软件定时中断的程序,主芯片是51-This is on the use of 51 single-chip microcomputer software program interrupted from time to time, the main chip is 51
- 2023-01-03 06:45:03下载
- 积分:1
-
这4个部分系列将讨论的窗口访问控制模型,以及它是如何。
This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve trivial problems using the SID, obtain information from an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the article s code written with the Low level APIs, the Windows 2000 APIs, and the Active Template Library.
- 2022-04-24 18:59:16下载
- 积分:1