-
《Windows核心编程》PASCAL版示例(由VC代码转换而来)
《Windows核心编程》PASCAL版示例(由VC代码转换而来)-pascal version example(converted from vc code)
- 2022-01-24 17:05:50下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
一个有关注册表的实用程序――一键清空。
包括:最近访问文档的历史记录;上网历史;地址栏url;realone的播放列表。...
一个有关注册表的实用程序――一键清空。
包括:最近访问文档的历史记录;上网历史;地址栏url;realone的播放列表。-A registry utility- one key empty. Include: a recent visit to document the historical record 上网history address bar url realone playlist.
- 2022-03-11 11:41:40下载
- 积分:1
-
COM Design and Application
COM 组件设计与应用--用ATL写第一个组件.除了所有 COM 组件必须的 IUnknown 接口外,再实现一个自己定义的接口 IFun,它有两个函数: Add()完成两个数值的加法,Cat()完成两个字符串的连接。-COM Design and Application-- ATL wrote an article components. In addition to all the necessary COM interface pointers, then realize their own definition of a IFun interface, which has two functions : Add () completed the two numerical addition, the Cat () completed the string connecting two .
- 2022-02-03 03:01:16下载
- 积分:1
-
人脸检测,很难得的源代码。
人脸检测,很难得的源代码。- Person face examination, very rare source code.
- 2022-10-17 06:25:03下载
- 积分:1
-
学习DELPHI多线程的一个很好的实例代码。
学习DELPHI多线程的一个很好的实例代码。-DELPHI learning multi-threaded code a good example.
- 2022-01-30 17:50:25下载
- 积分:1
-
在源和二进制形式的重新分配和使用
File Name : 25Reflections.zip
File Size : 21K
Design Computer : Celeron 2.4Ghz , 512MB Ram, Windows XP Pro
Date Released : 2005/02/27
Environment : Embedded Visual C++ 4.0-Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met
- 2022-04-24 20:49:41下载
- 积分:1
-
c语言编译器源代码
c语言编译器源代码-c compiler source code!
- 2022-05-21 15:57:00下载
- 积分:1
-
FONT_COMBOBOX
FONT_COMBOBOX
- 2022-06-14 19:31:08下载
- 积分:1
-
教务系统的实现,能够实现对学生、课程、教师、课程计划及课程表等信息的管理...
教务系统的实现,能够实现对学生、课程、教师、课程计划及课程表等信息的管理-Senate system implementation, be able to achieve on the students, curriculum, teachers, curriculum planning and curriculum information management, etc.
- 2022-04-27 08:17:09下载
- 积分:1