搜索资源列表
作业调度11
- 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
SunCal
- 用C#写的进行太阳高度角,太阳倾角,以及日照时数的计算的程序,通过输入经度和纬度,以及时间,即可得出需要的精确的地理用科学计算数字!-written in C# for the angle of the sun, the sun angle, and sunshine hours in the calculation process, through the importation of longitude and latitude and time can be obtained by the
Microsoft.Visual.C.Sharp.2005.Step.by.Step.Oct.200
- 一本C#的经典书籍,学习工作都用得上Microsoft.Visual.C.Sharp.2005.Step.by.Step.Oct.2005.chm
VisualCsharp2005StepbyStep
- Visual C sharp 2005 step by step 英文版-Visual C sharp 2005 step by step in English
Ms-Visual-C-Sharp-2005-Step-By-Step-2005
- Ms Visual C Sharp 2005 Step-By-Step (2005)
a-PictureViewer-by-CSharp
- 用C#实现的图片浏览器,其中实现了图片的显示、上下张、幻灯片展示等功能-a PictureViewer by C# Visual Studio 2008
CSharp.2010.Step.by.Step.John.Sharp
- [Visual.C-#2010从入门到精通].[Microsoft.Visual.C#.2010.Step.by.Step].(John.Sharp).文字版.pdf-[Visual.C-# 2010 From Novice to Professional]. [Microsoft.Visual.C# .2010. Step.by.Step]. (John.Sharp). Text version. Pdf
Visual-CSharp-Step-by-Step
- Visual C# Step by Step.rar
a-clock-application-written-by-cSharp
- 一个用C#写的时钟程序,用vs2010写的-a clock application written by c#,contains sorce code and the object application
MsPress-CSharp-Step-By-Step
- C# programming step by step for programmers
[MCTEAM]-Encoding-BMD---Powered-By-MCTeam
- [MCTEAM] Encoding BMD - Powered By MCTeam.rar
Visual-CSharp-Step-By-Step
- Visual CSharp Step By Step的例程,很实用-Visual CSharp Step By Step examples, very practical
AES-BY-CSharp
- AES高级数据加密标准在C#中的实现,这里应用了相应的组件并写了一个实现的方法,有需要的可以直接参考运用-Achieve of the AES(advanced encryption standard) by C#
BP-algorithm-by-CPP
- 用C++实现的bp(Back Propagation)算法程序-BP(Back Propagation)by VC++
Fetal-ECG-Extraction-by-Extended-State-Kalman-Fil
- HSF processes the distorted image ˜ x by M filters chosen to improve the image quality for regions with different characteristics. At each pixel, a feature vector yn is computed using local image data. The feature vector is then used to determi
Visual-CSharp-Step-by-Step
- Visual C# Step by Step 的配套例程-Visual C# Step by Step s supporting routines
Dining-information-by-wcf
- .net平台下 wcf框架开发的cs餐饮信息管理系统-Food and beverage information management system developed by WCF framework
read-data-from-excel-by-VS
- 在 Visual Studio C# 上读取excel数据的一个实例-an real example of reading data excel by Visual Studio C#
Visual-CSharp-Step-By-Step-CD
- 《Visual CSharp Step By Step》配套光盘。这本书假定您是开发人员想要通过使用 Visual Studio 2010 和.NET 框架版本 4.0 学习 C# 编程的基本原理。在这本书中,将学习 C# 语言的功能,然后使用它们来构建在微软的 Windows 操作系统上运行的应用程序。-The Visual CSharp Step By Step CD.This book assumes that you are a developer who wants to learn
A-program-to-reverse-a-string-word-by-word
- A program to reverse a string word by word