-
nucleus10版本源码,著名的嵌入式操作系统
nucleus10版本源码,著名的嵌入式操作系统-nucleus10 versions of source code, well-known embedded operating system
- 2022-03-31 00:01:10下载
- 积分:1
-
操作系统课程设计
操作系统课程设计- The operating system curriculum designs
- 2022-03-30 08:28:33下载
- 积分:1
-
dfasdfs风光背后的风格和分公司东风公司大法官
dfasdfs风光背后的风格和分公司东风公司大法官-时代发生大幅杀跌afsdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfsadf
- 2022-08-09 02:40:17下载
- 积分:1
-
进程同步问题模拟
进程同步问题模拟-simulation process synchronization problem
- 2023-07-06 03:35:03下载
- 积分:1
-
OS guide mapping procedure
操作系统引导映像程序-OS guide mapping procedure
- 2022-03-19 07:09:02下载
- 积分: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
-
处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程...
处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-processor systems process scheduling procedures for the preparation of single-processor system to complete the scheduling process, requiring time-Cycle Scheduling algorithm. Specific experiments include : first determine the process control block, process control block of composition; Then complete the process of creating original language and the process of scheduling the original language; Final preparation of the main function of the work done by the process of testing.
- 2023-03-02 07:10:03下载
- 积分:1
-
虚拟机的PC实现核心代码.rar
虚拟机的PC实现核心代码.rar-Virtual Machine PC core code. Rar
- 2022-10-24 06:25:03下载
- 积分:1
-
33个经典的例子程序,通过调试和学习UCOSII的弱点…
ucosII的33个经典例题,均调试通过的,学习ucosII的捷径,强烈推荐!因文件太多,分成了5个上载,请大家谅解!-ucosII of 33 classic examples, both through debugging and learning ucosII shortcut, strongly recommended! Because too many documents, divided into five available, please understanding!
- 2022-12-07 18:20:02下载
- 积分:1
-
achieve operating system threads
操作系统中实现线程-achieve operating system threads
- 2022-10-26 04:55:03下载
- 积分:1