-
四种页面置换算法,lru,二次机会,fifo,opt
四种页面置换算法,lru,二次机会,fifo,opt -lru,nur,fifo,opt
- 2022-07-02 01:14:46下载
- 积分:1
-
MS-DOS 6.0
MS-DOS 6.0源码
- 2022-05-10 14:03:50下载
- 积分: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
-
account manager 帐户管理,管理个人常用的账号信息。
account manager 帐户管理,管理个人常用的账号信息。-account manager account management, management of personal account information commonly used.
- 2022-03-24 08:41:12下载
- 积分:1
-
solaris9安装指南!对于一个陌生的操作系统!这本书是你最好的选择...
solaris9安装指南!对于一个陌生的操作系统!这本书是你最好的选择-solaris9 Installation Guide! For an unfamiliar operating system! This book is your best choice
- 2022-03-16 19:04:50下载
- 积分:1
-
Enter the shutdown time can be turned off at the appointed time, that is, plans...
输入关机的时间即可在指定的时间关机,就是添加at的计划任务。在等待关机的时间内本程序不会运行。-Enter the shutdown time can be turned off at the appointed time, that is, plans to add at the mission. Waiting time of the shutdown process will not run.
- 2022-02-02 21:30:10下载
- 积分:1
-
哲学家进餐问题仿真
哲学家进餐问题仿真-dining philosophers problem Simulation
- 2023-06-24 23:10:04下载
- 积分:1
-
获取计算机的操作系统,内存大小,硬盘信息,光盘信息,移动磁盘信息,...
获取计算机的操作系统,内存大小,硬盘信息,光盘信息,移动磁盘信息,-Access to the computer
- 2023-04-16 16:55:03下载
- 积分:1
-
系统还原点清理工具 By Mouri_Naruto
应用背景个人编写的一个小工具;专门用于清理系统还原点关键技术用到了卷影复制(VSS)和系统还原客户端(SrClient)的API
- 2022-02-28 13:50:42下载
- 积分:1
-
mc9328mx1的初始化原代码,ini.h
mc9328mx1的初始化原代码,ini.h-initialization mc9328mx1 the original code, ini.h
- 2022-07-03 06:04:49下载
- 积分:1