-
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存...
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存储器,使它们程序”。-have access to processor operation, which was known as the "Job Scheduling." To achieve this part of the procedure is to function "Job Scheduling allows parallel operating system based on the work of the Road and a few algorithms from the system selected a number of operations they packed the main memory, so that they procedures."
- 2023-03-30 19:35:04下载
- 积分:1
-
这是一个用vb编写的小程序,有兴趣的朋友可能DOWN下来
这是一个用vb编写的小程序,有兴趣的朋友可能DOWN下来-This is a little program completed in vb,friends who are interedting in it can diwn it
- 2022-02-24 11:56:51下载
- 积分:1
-
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大...
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of this data into a file and read the documents, there are four small computer program, and factorial, and the average order value and exchange value.
- 2022-11-09 12:05:04下载
- 积分:1
-
很久以前从网上找到的咚咚。对于ASP编程者可能有用,一个自动生成目录树的脚本...
很久以前从网上找到的咚咚。对于ASP编程者可能有用,一个自动生成目录树的脚本-long time ago from the Internet to find the behind. For ASP programmers may be useful automatically generate a script tree
- 2022-03-19 14:27:06下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
SUN公司CDC参考实现,非常权威的设计参考资料
SUN公司CDC参考实现,非常权威的设计参考资料-SUN company CDC Reference Implementation, very authoritative reference design
- 2022-10-31 19:05:03下载
- 积分:1
-
利用C++编写的种子填充算法
利用C++编写的种子填充算法-prepared seed filling algorithm
- 2022-01-22 03:15:58下载
- 积分:1
-
题目:用c语言编写的程序,求0―7所能组成的奇数个数。
题目:用c语言编写的程序,求0―7所能组成的奇数个数。-Topic: a program in C can calculate the number of all odd numbers that created by the combination of digits between 0 and 7
- 2023-03-13 20:10:03下载
- 积分:1
-
用vc实现的药品销售系统,实现了各种功能.能满足你学习的需要....
用vc实现的药品销售系统,实现了各种功能.能满足你学习的需要.-Vc realize drugs with sales system, realize the various functions. To meet your learning needs.
- 2022-01-28 10:58:10下载
- 积分:1
-
自己制作的一个七星彩开奖器,通过按钮逐个产生一组开奖结果...
自己制作的一个七星彩开奖器,通过按钮逐个产生一组开奖结果-To produce their own as a lottery prize Qixing, and through the button generated by a group of lottery results
- 2022-05-12 18:03:36下载
- 积分:1