-
这是个银行家算法看看哦
这是个银行家算法看看哦-This is a look at the banker"s algorithm oh
- 2022-02-16 01:24:11下载
- 积分:1
-
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够...
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm is the basic concept : When the memory of the remaining available space is insufficient, the first buffer as possible to retain the most common users of the data used, In other words priority is to eliminate the "more rarely use the data," and the release of its space
- 2022-06-29 21:11:52下载
- 积分:1
-
银行家算法C++描述,操作系统中的经典问题,算法较为简易
银行家算法C++描述,操作系统中的经典问题,算法较为简易-bankers algorithm C descriptions of the operating system classic problem, the algorithm is a summary
- 2022-04-08 22:56:57下载
- 积分:1
-
操作系统内存调度例子
操作系统内存调度例子-operating system memory scheduling example
- 2022-01-26 05:27:43下载
- 积分:1
-
探测设备,并与标准文件进行比较
Probe PCI devices, and compare information with standard file
- 2023-02-07 00:25:08下载
- 积分:1
-
一本关于windows mobile操作系统的开发手册,是从事基于windows mobile手机软件开发者的必备参考资料。...
一本关于windows mobile操作系统的开发手册,是从事基于windows mobile手机软件开发者的必备参考资料。-A book on the windows mobile operating system, development of manuals, is engaged in software development based on windows mobile phones are an essential reference.
- 2022-12-16 02:05:03下载
- 积分:1
-
The operating system memory management simulation, a good understanding of the b...
操作系统 内存管理的模拟,很好的理解内存管理的基本原则和方法-The operating system memory management simulation, a good understanding of the basic principles of memory management and methods of
- 2023-07-16 20:55:02下载
- 积分:1
-
银行家算法程序,操作系统的,用c编的
银行家算法程序,操作系统的,用c编的-bankers algorithm procedures, operating systems, with the series c
- 2022-09-29 16:10:04下载
- 积分:1
-
Bochs是# 20010 #存在巨大的字母2001 #死亡23398 32479 2
博克斯要么#20010#23398存在死亡巨人字母表2001#32479新2
- 2023-03-11 06:10: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