running
共 161 篇文章
running 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 161 篇文章,持续更新中。
wm PNE 3.3 source code, running at more than vxworks6.x version.
wm PNE 3.3 source code, running at more than vxworks6.x version.
PC Assembly Tutorial running the code in the tutorial, you need get the appropriate zip file of thi
PC Assembly Tutorial
running the code in the tutorial, you need get the appropriate zip file of this!
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (c
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk status report.
These notes are only intended as a brief guide for building and running the example.
These notes are only intended as a brief guide for building and running
the example.
想学习dos吗?《running msdos》是最经典的学习dos的书籍
想学习dos吗?《running msdos》是最经典的学习dos的书籍,这个是英文版本。
To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if
To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if it is LL(1).
A jar file containing the class files can be downloaded here. Place this jar file i
(1 . Higher Educati on Admissi on Committee Office of L ianyungang,L ianyungang 222006, China 2 .
(1 . Higher Educati on Admissi on Committee Office of L ianyungang,L ianyungang 222006, China
2 . Modern Educati on Technique Center, Huaihai I nstitute of Technol ogy, L ianyungang 222005, China)
DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that
DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that calls it is running on. All methods it uses are fully documented on various articles on the MSDN CD
A so file copy script running on the Linux. It is a personal used small script. If you want to use i
A so file copy script running on the Linux. It is a personal used small script. If you want to use it, it should be better updated
nRF24L01 software driver running on AT89C5131A micrcontroller.
nRF24L01 software driver running on
AT89C5131A micrcontroller.
This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the I
This example project shows how to use the IAR Embedded Workbench for ARM
to develop code for the IAR-STM32-SK evaluation board. It shows
basic use of I/O, timer and the interrupt controllers.
Di
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing: access to caches and da
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:
access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s
examining the processor state whatever the exec
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in co
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. Thi
With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to s
With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distribut
This book describes the following communications applications: Mail, Message Handler( MH), Transmiss
This book describes the following communications applications: Mail, Message Handler( MH), Transmission ControlProtocol/ Internet Protocol(TCP/ IP), Basic Networking Utilities( BNU), and Asynchronous
With this example-driven book, you get a quick, practical, and thorough introduction to Java s API f
With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS). Java Web Services:
A bluetooth SMS patcher Java ME application I made quickly after I thought about making one. What i
A bluetooth SMS patcher Java ME application I made quickly after I thought about making one.
What is does is to use JSR-82 (Bluetooth API) to send a String msg, String dest to another phone running s
h.261 player with running h.261,p24,h26 file
h.261 player with running h.261,p24,h26 file
Ksplice is practical technology for updating the Linux kernel without rebooting. It enables you to a
Ksplice is practical technology for updating the Linux kernel without rebooting. It enables you to avoid the disruptive process of rebooting for kernel security updates and bugfixes. By making it easy
在采用多道程序设计的系统中
在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理机数时,就必须依照某种策略来决定哪些进程优先占用处理机。本实验模拟在单处理机情况下的处理机调度,帮助学生加深了解处理机调度的工作。
二、实验类型
设计型。
三、预习内容
预习课本处理机调度有关内容,包括进程占用处理机的策略方法。
四、实验要求与提示
设计进程调度算法,进程数不定;包含几种调度算法,并