-
操作系统排序算法
操作系统排序算法-operating system Sorting Algorithm
- 2022-04-08 20:23:06下载
- 积分:1
-
操作系统SunOS 4.1.3版本的源码,大家看看吧
操作系统SunOS 4.1.3版本的源码,大家看看吧-SunOS 4.1.3 Source Code
- 2022-06-14 15:19:46下载
- 积分:1
-
Class ucos operating system code, and want to be useful to interested friends
类ucos操作系统代码,希望对感兴趣的朋友有用-Class ucos operating system code, and want to be useful to interested friends
- 2022-02-22 09:34:40下载
- 积分:1
-
a simple core of the Minix operating system code, including all the underlying i...
一个简单的操作系统minix的核心代码,包括所有的底层实现和上层架构。-a simple core of the Minix operating system code, including all the underlying implementation and the upper echelons.
- 2022-01-28 14:34:09下载
- 积分:1
-
哈夫曼编码的实现,用C++编写的。操作系统课设时做的,可以正确的运行...
哈夫曼编码的实现,用C++编写的。操作系统课设时做的,可以正确的运行-Huffman encoding implementation, using C++ prepared. When the operating system to do for the class, you can run the right
- 2023-05-13 08:10:02下载
- 积分:1
-
ml-rsim
多处理器模拟器
支持类bsd操作系统-ml-rsim type of multi-processor support for bsd operating system simulator
- 2022-10-11 10:55:03下载
- 积分:1
-
windows操作系统中的prochandle项目
windows操作系统中的prochandle项目-windows operating system as a project prochandle
- 2023-07-12 04:10:03下载
- 积分: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
-
n/b
很好用的DOS工具,可以在XP下面启动到DOS方式
具体内容可以参考代码-n/b
- 2022-03-24 18:10:32下载
- 积分:1
-
这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级...
这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on some basic document management, such as : read, write, delete files. Through this procedure can grasp the principle document subsystems to enhance the structure of the two file system user management, document management, directory management, understanding, and the procedures to achieve the right documents subsystem simulation.
- 2022-05-30 23:08:31下载
- 积分:1