-
GDIjianhua
GDI 使用的一款程序。提大家免费供研究,谢谢(GDI uses a program. Provides research)
- 2013-05-15 10:19:39下载
- 积分:1
-
disk
磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。(Disk is the high-speed, large capacity, rotating, direct access storage device. As a secondary computer system memory, to carry out heavy work input and output in modern computer systems often also have a number of requests to access the disk input and output requirements. System can use a strategy, as far as possible the best order of implementation of the disk access requests. As the disk access time is mainly affected by the impact of seek time T, which requires use of appropriate seeking algorithms to reduce the seek time. This experiment requires students to design a disk scheduling simulation program, observe the dynamic process scheduler. Experiments for students to understand and grasp the disk scheduling functions.)
- 2010-05-29 16:06:53下载
- 积分:1
-
MyVideo
avi视频打开的小程序,可以再次基础上进行大量的开发(avi video to open a small program that can once again a lot of development on the basis of)
- 2012-05-26 16:09:31下载
- 积分:1
-
Desktop
假设有n个任务由k个可并行工作的机器来完成,完成任务i需要的时间为ti,试设计一个算法找出完成这n个任务的最佳调度,式的完成全部任务的时间最早(Suppose there are n tasks done by the k-th machine can work in parallel, needed to complete the task i time Ti, try to design an algorithm to find the complete optimal scheduling of the n tasks, the task time of the completion of the formula earliest)
- 2013-01-23 14:40:57下载
- 积分:1
-
CPP
几个用C++编写的关于GPS、惯性导航和卡尔曼滤波的程序(Several written in c++ about GPS, inertial navigation and kalman filtering program)
- 2015-06-04 08:48:42下载
- 积分:1
-
VB物流管理系统
说明: 基于VB开发的物流管理系统,包括物流管理系统说明,源代码,是一份相当好的毕业论文或者设计(The logistics management system based on VB, including the description and source code of the logistics management system, is a quite good graduation thesis or design.)
- 2020-06-18 08:00:02下载
- 积分:1
-
Qvod_P2P
Qvod_P2P-------------源码(Qvod P2P code)
- 2014-01-01 14:20:38下载
- 积分:1
-
TIN
利用点的数据,首先读入文件,然后构建TIN三角网(Using the point of data, first read the file, and then build TIN triangulation)
- 2020-06-29 02:20:01下载
- 积分:1
-
ntservicecpl
用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;(create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remaining two were : NTService : is a simple Win32 service, which is described in this paper with the method; NTServCtrl : one is independent the procedure)
- 2005-05-06 22:54:00下载
- 积分:1
-
PMMv1.0
MFC架构下,通过ADO方式连接Access数据库的实例,事先了完整的添加、修改、删除功能,VS2010编写。特点是实现了数据库中日期数据类型的读写,比较有借鉴意义。(MFC framework, connected through the Access database, ADO instance, in advance of the complete add, modify, delete function, VS2010 preparation. Feature is realized in the database to read and write the date data type, compared with reference.)
- 2010-07-31 15:11:21下载
- 积分:1