-
有用的MATLAB仿真源程序和教程,多多交流,多多指教噢
有用的MATLAB仿真源程序和教程,多多交流,多多指教噢-MATLAB simulation of useful source code and tutorials, a lot of exchange of exhibitions Oh
- 2022-10-28 10:55:04下载
- 积分:1
-
读取注册表的例子, 利用了 API, 可读注册表中所有的项目。...
读取注册表的例子, 利用了 API, 可读注册表中所有的项目。-read registry example, the use of the API, readable registry for all projects.
- 2023-02-04 01:45:03下载
- 积分:1
-
本程序主要介绍如何通过该函数实现估算程序的复制时间
本程序主要介绍如何通过该函数实现估算程序的复制时间-This procedure describes how the main function of the adoption of the estimation procedure realize the replication time
- 2022-06-21 08:31:59下载
- 积分:1
-
读写usb
上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了...
读写usb
上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了。可以使用UsbView工具查看USB设备到底支持几个Endpoint,每个都以什么方式读写。
如果你的设备支持3个EndPoint,0号是控制的,1号是读,2号是写,那你直接读取0号Endpoint,搞不好就会发生重起的问题 -literacy usb above OpenDevice function is to demonstrate how open the equipment GUID a USB interface equipment literacy and communications equipment when there is a need to understand the driving equipment in the end all support the way. UsbView tools can use USB devices in the end View supports several Endpoint. each of the ways to read and write. If your equipment supports three EndPoint, 0, control, on the 1st of reading, writing on the 2nd, you direct read 0, Endpoint, will take place regardless of the starting weight problem
- 2023-04-27 09:00:04下载
- 积分:1
-
JOS Lab 2: Memory Management
The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory.
The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.
- 2022-02-05 12:16:48下载
- 积分:1
-
这是作者在开发上位监控的一个部分…
这是作者在开发主机监控工程中的一段代码,可以获取进程中的CPU利用率。-This is the author of works in the development of the host to monitor a section of code that can be accessed in the process of CPU utilization.
- 2022-06-18 17:05:23下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
获取磁盘总容量和空闲容量等信息,可以学习几个相关的api用法!...
获取磁盘总容量和空闲容量等信息,可以学习几个相关的api用法!
-Access to the disk total capacity and idle capacity and other information, can learn several related api usage!
- 2022-04-20 19:27:20下载
- 积分:1
-
Windows Registry Guide:深入了解windows注册表
Windows Registry Guide:深入了解windows注册表-Windows Registry Guide: in-depth understanding of windows registry
- 2022-10-18 06:15:03下载
- 积分:1
-
java核心技术中的java源代码,这本书很经典,其中的例子很有参考价值...
java核心技术中的java源代码,这本书很经典,其中的例子很有参考价值-core technology of java source code, this book is classic, an example of great reference value
- 2023-08-25 07:55:04下载
- 积分:1