-
算术运算器的设计等等,一起看看研究一下哦
算术运算器的设计等等,一起看看研究一下哦-err
- 2022-02-07 21:18:31下载
- 积分: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
-
一个关于USB开发的C源程序
一个关于USB开发的C源程序-These are source code of c about USB.
- 2023-03-17 18:40:04下载
- 积分:1
-
Cunit for testing c codes
CUnit是C的单元测试框架。
- 2023-07-31 11:00:03下载
- 积分:1
-
电子工业出版社《自己动手写操作系统》源代码
电子工业出版社《自己动手写操作系统》源代码-Publishing House of Electronics Industry,
- 2022-01-28 23:03:42下载
- 积分:1
-
动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然...
动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配,完成主存空间的回收;最后编写主函数对所作工作进程测试。存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区-dynamic storage management through the distribution of the main deposit recovery. Dynamic Storage Management Division"s management style and preparation procedures are completed through dynamic storage management of main memory allocated to achieve recovery. Experiments including : first to identify the main deposit space allocation table; Then using the optimal algorithm to adapt to the completion of main memory space allocated main memory space complete recovery; Final preparation of the main function of the work done by the process of testing. When you deposit allocated for distribution free zone, and then fill in forms have been allocated to the district, mainly operating in the district idle
- 2022-07-03 06:52:38下载
- 积分:1
-
assembly language simple alphabetical input conversion of the case is a small co...
汇编语言的简单的输入字母的大小写转换的小汇编语言程序-assembly language simple alphabetical input conversion of the case is a small compilation of language program
- 2022-06-30 03:12:37下载
- 积分:1
-
write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEV...
C#写的模拟磁盘磁头调度程序 包含fcfs sstf elevator3种算法-write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEVATOR arithmetic.
- 2022-07-27 09:41:53下载
- 积分:1
-
8086 BIOS数据表,它是IBM PC/XT核心数据表
8086bios的原码,这可是IBM PC/XT的核心内容!-8086 bios datasheet,it is IBM PC/XT core datasheet
- 2022-05-24 12:48:02下载
- 积分:1
-
一个小的操作系统,开发使用GCC,成千上万的代码的作用…
一个小型的操作系统,采用gcc进行开发,几千行的代码,方便初学者学习-a small operating system, developed using gcc, thousands of the code to facilitate learning beginners
- 2022-05-13 19:41:22下载
- 积分:1