-
进程调度 先来先服务 最大优先数 最短执行时间
进程调度 先来先服务 最大优先数 最短执行时间-Process scheduling
- 2022-02-07 19:39:40下载
- 积分:1
-
采用高响比优先的作业调度算法
采用高响比优先的作业调度算法-sound than the high-priority scheduling algorithm
- 2022-03-24 13:06:10下载
- 积分:1
-
jsp development of office software, you can run tomcat where
jsp开发的办公软件,可以在tomcat那里运行-jsp development of office software, you can run tomcat where
- 2022-11-11 01:10:04下载
- 积分:1
-
这是AT91RM9200嵌入式开发板的protel99图,方便大家制作自己的嵌入式开发板。...
这是AT91RM9200嵌入式开发板的protel99图,方便大家制作自己的嵌入式开发板。-This is the AT91RM9200 development board protel99 embedded map, to facilitate you create your own embedded development board.
- 2022-03-24 20:05:02下载
- 积分:1
-
COS 0.0.1.rar Cos操作系统源代码
COS 0.0.1.rar Cos操作系统源代码-0.0.1.rar Cos COS operating system source code
- 2023-08-22 13:25:04下载
- 积分: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
-
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、...
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex" s function and the critical region is very similar. The difference is: Mutex spent more time than the multi-Critical Section, but the Mutex is the core object (Event, Semaphore is), you can cross-process use, and has been locked waiting for a Mutex can be set to TIMEOUT, not as Critical Section did not know the critical situation in the region, for so long and so die.
- 2023-07-23 08:05:05下载
- 积分:1
-
ucos2.52版本的源代码,希望大家珍惜!
ucos2.52版本的源代码,希望大家珍惜-ucos2.52 version of the source code, we hope that the treasure!
- 2022-06-18 12:42:01下载
- 积分:1
-
AVRX is a chip AVR MEGA162 operating system source code, if given the space they...
AVRX是AVR MEGA162芯片的一种操作系统源代码,如果空间又赋予可以采用,采用后方便其他业务模块开发-AVRX is a chip AVR MEGA162 operating system source code, if given the space they can be used, after the use of modules to facilitate the development of other businesses
- 2022-01-25 19:44:19下载
- 积分:1
-
从一个指定的目录服务对象和显示的网络地址读取网络地址…
read the network addresses from a named Directory Services object and display all parts of the address.
- 2022-02-04 01:12:02下载
- 积分:1