-
获得系统内回收站的资源,并可以操作
获得系统内回收站的资源,并可以操作-Recycling within the system resources and can operate
- 2022-03-13 08:46:46下载
- 积分:1
-
right workflow engine bossa use of an example of how to use the example of bossa...
对工作流引擎bossa的一个使用示例,示例如何使用bossa进行系统开发-right workflow engine bossa use of an example of how to use the example of bossa systems development
- 2022-05-17 02:12:06下载
- 积分:1
-
DWR examples of procedures, entry
dwr实例程序,入门者参考,包括源码、配置、页面、等等,大家多提参考意见啊-DWR examples of procedures, entry-reference, including source code, configuration, pages, and so on, based on the U.S. with more ah
- 2022-03-19 12:27:31下载
- 积分:1
-
计算机组成原理算法实现,简单的些许小程序。
计算机组成原理算法实现,简单的些许小程序。
-Principles of Computer Organization algorithm, a simple bit of small programs.
- 2022-07-21 15:40:09下载
- 积分:1
-
des加密源码,可进行分析使用。慎重得到的得到的达到
des加密源码,可进行分析使用。慎重得到的得到的达到-的
- 2023-04-30 15:40:04下载
- 积分:1
-
服务:标准C写得服务,让初学者可以深刻
理解服务的编写!...
服务:标准C写得服务,让初学者可以深刻
理解服务的编写!-Services: Standard C written service for beginners can be a profound understanding of services to prepare!
- 2022-05-09 03:55:02下载
- 积分:1
-
在 MFC 程序中使用 MS Office 的源代码
在 MFC 程序中使用 MS Office 的源代码-MFC procedures in the use of MS Office source code
- 2022-01-26 05:47:15下载
- 积分:1
-
This component has the same functionality of the default Timer component, but it
This component has the same functionality of the default Timer component, but it provides a higher resolution, until a maximum of 1 milisecond.-This component has the same functionality of the default Timer
component, but it provides a higher resolution, until a maximum of 1
milisecond.
- 2022-02-15 20:57:15下载
- 积分:1
-
通过IO控制,在linux或unix下获得IDE物理序列号。
通过IO控制,在linux或unix下获得IDE物理序列号。-through IO control, the Linux or Unix under IDE physical serial number.
- 2022-03-19 07:52:22下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1