-
分页存储管理的模拟实验上机报告
分页存储管理的模拟实验上机报告-tabbed storage management simulation experiments on the plane report
- 2022-09-20 07:45:03下载
- 积分:1
-
操作系统中读者写者问题
操作系统中读者写者问题-readers to write operating system problem
- 2022-03-19 06:44:20下载
- 积分:1
-
I have just started learning a WINCE driver, wrote a program, and the U.S. share
一个我刚开始学习WINCE驱动程序时,写的一个程序,和大家分享一下-I have just started learning a WINCE driver, wrote a program, and the U.S. share
- 2022-02-05 22:16:18下载
- 积分:1
-
pc保护模式描述符分析工具,采用VC编写,是你了解保护模式,分析描述符的好工具....
pc保护模式描述符分析工具,采用VC编写,是你了解保护模式,分析描述符的好工具.-pc protected mode descriptor analysis tools used to prepare VC, you know protected mode, Analysis descriptors good tool.
- 2022-12-17 21:10:03下载
- 积分:1
-
first
先近先出,时间片轮转,以及优先级的进程调度程序。采用叻C++的编程方法。值得下载。-first-out near first time films rotate, and the process of priority scheduling procedures. Using C++ featuring the programming method. Worth the download.
- 2022-02-06 11:05:38下载
- 积分: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
-
操作系统课程设计
模拟unix文件系统
心血
操作系统课程设计
模拟unix文件系统
心血-Simulation of operating systems curriculum design efforts unix file system
- 2022-10-02 12:00:05下载
- 积分:1
-
MSP430 ucos 移植实例.有兴趣可以参考.
MSP430 ucos 移植实例.有兴趣可以参考.-MSP430 ucos examples transplantation. Who are interested can refer to.
- 2022-07-10 05:01:18下载
- 积分:1
-
隐藏文件,再根据FileMon把里面的得到访问文件进程的代码提取加入了进来...
隐藏文件,再根据FileMon把里面的得到访问文件进程的代码提取加入了进来-Hidden files, and then according to FileMon to get access to files inside the code extraction process to join in.
- 2022-02-26 22:09:44下载
- 积分:1
-
真正的
实模式操作系统的设计与实现-Real-mode operating system design and implementation. . . . . . . . . . . . . . . . . . .
- 2022-01-22 05:20:17下载
- 积分:1