-
操作系统课程设计
操作系统课程设计- The operating system curriculum designs
- 2022-03-30 08:28:33下载
- 积分:1
-
User' s file system fuse windows version of the realization of
用户文件系统dokan java版本实现-User" s file system fuse windows version of the realization of
- 2022-06-29 19:21:03下载
- 积分:1
-
qt-x11-opensource-src-4.1.4.tar.gz源码-qt- x11- opensource- src- 4.1.4.tar.gz FOSS
- 2023-08-31 06:00:10下载
- 积分:1
-
操作系统的存储管理实验~自己修改完善的
操作系统的存储管理实验~自己修改完善的-Operating system storage management experiment ~ own modified sound
- 2023-07-20 10:25:04下载
- 积分:1
-
fsdfsd 好超级好是酷我
废话废话 blahblahblahblahblahblah
使用系统 ;
使用 System.Collections.Generic ;
使用 System.Linq ;
使用 System.Text ;
使用 System.Data.SqlClient ;
使用 System.Data ;
使用 System.Threading ;
ConsoleApplication3 的命名空间
{
类的程序
{
静态 void Main (字符串 [] args)
{
字符串 connectionString = @"数据源 =。SQLEXPRESS2008R2 ;
初始目录 = lab8 ;
集成安全性 = True";
System.Data.SqlClient.SqlConnection cn = 新 System.Data.SqlClient.SqlConnection(connectionString) ;
cn。Open ();
字符串路径 = @"c:lab8";
foreach (文件路径字符串中 System.IO.Directory.GetFiles(path))
{
SqlCommand cmd = 新 SqlCommand ("插入到 Files2(Name,Date) 值 (@Name,@Date)",cn) ;
SqlParameter param = 新 SqlParameter() ;
param。ParameterName ="@Name";
param。值 = System.IO.Path.GetFileName(filePath) ;
param。SqlDbType = SqlDbType.VarChar ;
cmd.Parameters.Add(param) ;
param = 新 SqlParameter()
- 2023-07-19 16:15:03下载
- 积分:1
-
这是一个电梯调度问题,为您的信息
这是关于一部电梯进行调度问题,供大家参考-This is carried out on an elevator scheduling problem, for your information
- 2022-09-20 09:05:03下载
- 积分:1
-
操作系统的课程设计 包括银行家算法;内存分配回收;进程调度;作业调度...
操作系统的课程设计 包括银行家算法;内存分配回收;进程调度;作业调度-Operating system, including curriculum design bankers algorithm memory allocation recovery the process of scheduling job scheduling
- 2022-03-15 19:50:44下载
- 积分:1
-
此代码为PXA270的EBOOT代码,代码包含了所有启动的信息.
此代码为PXA270的EBOOT代码,代码包含了所有启动的信息.-This code for the PXA270
- 2022-03-17 14:15:31下载
- 积分:1
-
DOS operating system source code
DOS操作系统源代码-DOS operating system source code
- 2022-02-11 15:02:05下载
- 积分:1
-
1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{...
1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anquan1()判断当前系统是否安全。GetAll()取得所有进程的的各个资源数据。详细说明请参见附录中的程序的文档说明。-1. The experiment : Simulation Algorithm bankers, bankers algorithm with the allocation of resources. 2. Experiment : Design 5 (process P0, P1, P2, P3, P4) (resource sharing three categories A, B, C), (A, B, C) amount of resources to 10,5,7. Dynamic process could apply to the resources and the release of resources, according to the system processes the application to dynamically allocate resources. Procedures required to display and print the process of a moment of the distribution of resources and safety sequence; Display and print the process followed for seeking resources, as well as a process of distribution of resources in the resource data. 3. Program design and description : F
- 2022-04-07 18:24:35下载
- 积分:1