-
操作系统加载的源代码
操作系统加载的源代码-loading the operating system source code
- 2022-04-23 03:36:27下载
- 积分:1
-
A multi
一个多任务实时操作系统,可以运行在arm7tdmi芯片上。带有中断管理、设备管理和LCD控制驱动-A multi-task real-time operating system, you can run in arm7tdmi chip. With disruption management, equipment management and control-driven LCD
- 2022-10-18 09:40:03下载
- 积分:1
-
C源代码的实时操作系统
C源代码的实时操作系统-C source code for the real-time operating system
- 2022-08-16 19:15:40下载
- 积分: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
-
WINCE下,背光驱动源码.
WINCE下,背光驱动源码.
-WINCE, the backlight driver source code.
- 2022-05-25 17:09:24下载
- 积分:1
-
一个简单的文件系统
一个简单的文件系统-a simple file system
- 2022-02-03 02:42:17下载
- 积分:1
-
ucos_ii,源盘,也许是对你有用如果你想学习UCOSII。
ucOS_ii,source from disk,Maybe it s useful for you if you would studt ucosii.
- 2023-02-26 13:30:03下载
- 积分:1
-
操作系统原理实验――进程调度实验报告
实验内容或题目:
1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。
2)模拟调度程序可任选...
操作系统原理实验――进程调度实验报告
实验内容或题目:
1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。
2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。
3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。
4)本次实验内容(项目)的详细说明以及要求请参见实验指导书。
-Operating principle experiment- the process of scheduling the content or subject experiment on the experiment: 1) design process, concurrent implementation of the five simulation scheduler, each program consists of a PCB, said. 2) The simulation scheduler can be optional, one of two kinds of scheduling algorithm to achieve (with the ability of students can simultaneously achieve the two scheduling algorithms). 3) program implementation should be able to screen out the process of change of state in order to observe the entire process of scheduling. 4) The content of this experiment (project) and to require a detailed explanation, see the experimental instructions.
- 2022-03-17 08:42:49下载
- 积分:1
-
Bochs is a highly portable open source IA
Bochs is a highly portable open source IA-32 (x86) PC emulator
written in C++, that runs on most popular platforms. It includes
emulation of the Intel x86 CPU, common I/O devices, and a custom
BIOS. Currently, Bochs can be compiled to emulate a 386, 486,
Pentium, Pentium Pro or AMD64 CPU, including optional MMX, SSE,
SSE2 and 3DNow! instructions. Bochs is capable of running most
Operating Systems inside the emulation including Linux, DOS,
Windows 95/98 and Windows NT/2000.
Bochs was written by Kevin Lawton and is currently maintained by
the Bochs project at "http://bochs.sourceforge.net".
- 2022-02-03 13:51:22下载
- 积分:1
-
操作系统的设计与实现
操作系统的设计与实现-Operating System Design and Implementation
- 2022-04-07 06:06:37下载
- 积分:1