-
银行家算法,一斑斑吧。够用了
银行家算法,一斑斑吧。够用了-bankers algorithm, one spotted it. Adequacy of
- 2022-06-22 05:00:30下载
- 积分:1
-
人们有大量的背景知识来应对日常生活中的情况。
People have vast background knowledge to cope with everyday situations.
We don t have to be told everything explicitly because we can call on the background knowledge.
We use `default knowledge to handle situations where knowledge is incomplete.
This is called common sense reasoning.
-People have vast background knowledge to cope with everyday situations.
We don t have to be told everything explicitly because we can call on the background knowledge.
We use `default knowledge to handle situations where knowledge is incomplete.
This is called common sense reasoning.
- 2022-01-26 01:20:30下载
- 积分:1
-
本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统...
本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统。-The program design is a small store in mind the itemized account in next day management processes, not specifically to the sale of every commodity, is only documented in each of the income and expenditure. After simple expansion can become a complete shop sales management system.
- 2022-11-29 19:25:03下载
- 积分:1
-
Used for computer and NI
用来实现计算机与NI-GPIB卡的通信,具备读写功能-Used for computer and NI-GPIB card communications, have to read and write functions
- 2022-12-13 05:35:03下载
- 积分:1
-
To an algorithm of optimizing which the process dispatcher of the operating syst...
针对操作系统的进程调度而设计的一个优化算法.-To an algorithm of optimizing which the process dispatcher of the operating system designed
- 2022-10-04 04:35:03下载
- 积分:1
-
操作系统课程设计——磁盘调度
应用背景
基于C#操作系统的磁盘调度程序代码可以作为学习和了解操作系统关于磁盘调度的入门参考
关键技术
C# 窗体应用程序
通过C#窗体应用程序将操作系统的磁盘调度形象的展示出来,不同于传统的控制台应用程序
- 2022-05-12 20:58:15下载
- 积分:1
-
这是一个关于操作系统的编程实现以及源码,源码的实现是用VC,可供学习操作系统的的同学用...
这是一个关于操作系统的编程实现以及源码,源码的实现是用VC,可供学习操作系统的的同学用-This is one of the operating systems and programming source, the source code and realization of the VC, the operating system for learning with students
- 2022-04-10 16:38:04下载
- 积分:1
-
一个很好的BIOS设置教程,非常详细,对于常见的各种问题都可以找到答案
一个很好的BIOS设置教程,非常详细,对于常见的各种问题都可以找到答案-Set a good BIOS tutorial, very detailed, for a variety of problems common to find the answer
- 2022-05-19 16:06:28下载
- 积分: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
-
十大题型算法全实现――(二)可变分区存储管理方案中的内存分配...
十大题型算法全实现――(二)可变分区存储管理方案中的内存分配 -10 types of agrithment implement memory allocate in the variable partion memory management.
- 2022-03-13 03:28:24下载
- 积分:1