-
a simple virtual machines and virtual operating system, support for the process...
一个简单的虚拟机和虚拟操作系统,支持进程调度、文件系统,包含简单的汇编支持,偶去年的作业。-a simple virtual machines and virtual operating system, support for the process scheduling, file system, the compilation contains simple, even last year"s operations.
- 2022-07-07 00:19:27下载
- 积分:1
-
多线程实例,两个小球在不同线程里执行。bcb源码
多线程实例,两个小球在不同线程里执行。bcb源码-Examples of multi-threading, the two small balls in different threads in the implementation. BCB source
- 2022-02-13 10:46:31下载
- 积分:1
-
menuetos 操作系统源代码
menuetos 操作系统源代码-menuetos 操作系统源代码。。。。。。。。。。。。。
- 2022-04-25 13:19:10下载
- 积分:1
-
freedos32 the source code and dos compatible operating system. Now only 0. Versi...
freedos32的源代码,和dos兼容的操作系统。现在仅是0。05版本-freedos32 the source code and dos compatible operating system. Now only 0. Version 05
- 2023-02-17 17:45: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
-
This is my job to achieve a small operating system is the file system that can d...
这个是我操作系统的小作业实现的是文件系统,可以进行文件增加删减等操作-This is my job to achieve a small operating system is the file system that can delete files and other operations to increase
- 2022-02-20 04:57:21下载
- 积分:1
-
哲学家进餐问题仿真
哲学家进餐问题仿真-dining philosophers problem Simulation
- 2023-06-24 23:10:04下载
- 积分:1
-
excel vba 实例源代码e xcel vba 实例源代码excel vba 实例源代码
excel vba 实例源代码e xcel vba 实例源代码excel vba 实例源代码-excel vba examples of source code examples of e xcel vba source code excel vba examples of source code
- 2023-08-12 07:40:03下载
- 积分:1
-
RTOS Threadx 3.0f源码
threadx的线程、信号量、互斥量、消息队列、定时器、中断等操作。txe_ba.ctxe_bpc.ctxe_bpd.ctxe_br.ctxe_byta.ctxe_bytc.ctxe_bytd.ctxe_bytr.ctxe_efc.ctxe_efd.ctxe_efg.ctxe_efs.ctxe_qc.ctxe_qd.ctxe_qf.ctxe_qr.ctxe_qs.ctxe_sc.ctxe_sd.ctxe_sg.ctxe_sp.ctxe_taa.ctxe_tc.ctxe_tda.ctxe_tdel.ctxe_timd.ctxe_tmch.ctxe_tmcr.ctxe_tpch.ctxe_tra.ctxe_trel.ctxe_trpc.ctxe_tsa.ctxe_tt.ctxe_ttsc.ctx_api.htx_ba.ctx_blo.htx_bpc.ctx_bpcle.ctx_bpd.ctx_bpi.ctx_br.ctx_byt.htx_byta.ctx_bytc.ctx_bytcl.ctx_bytd.ctx_byti.ctx_bytr.ctx_byts.ctx_efc.ctx_efcle.ctx_efd.ctx_efg.ctx_efi.ctx_efs.ctx_el.ctx_el.htx_eve.htx_ghs.ctx_ghs.htx_ihl.ctx_ike.ctx_ill.68tx_
- 2022-06-15 01:08:53下载
- 积分:1
-
this is the operating system on the classroom, doing internships designed and Th...
这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-this is the operating system on the classroom, doing internships designed and The purpose of this experiment, analysis, design. The response ratio is Job Scheduling algorithm.
- 2022-12-28 01:55:03下载
- 积分:1