搜索资源列表
suanshubiaodashiqiuzhi.rar
- 1、 以字符序列的形式从终端输入语法正确的、不含变量的证书表达式。利用一定的运算符优先关系,实现对算术四则混合运算表达式的求值,并且在求值中运算符栈、运算数栈、输入字符和主要操作的的变化过程。 2、 设置运算符栈和运算数栈辅助分析算符的优先级。 3、 在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及相应的运算。 4、 在识别处运算符的同时,要将其字符序列形式转换成整数形式。 5、 在程序的适当的位置输入运算符栈、运算数栈、输入字符和主要操作内容。 ,1, to form
PRIORITY
- 完整的特洛伊木马 PRIORITY 源代码-PRIORITY Trojans complete source code
processschedule
- 模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密-Simulate the process of scheduling implements FCFS, SJF, and Priority algorithm is user-friendly, using C# write, exception handling tight
fenzhixianjie
- 0/1背包问题的优先队列式分支限界算法程序-0/1 knapsack problem the priority queue-type branch and bound algorithm procedure
pintos-priority
- pintos 全部原码 希望能有所帮助-pintos all code
Priority
- 在Windows操作系统中,任务是有优先级的,本程序演示了不同的线程按照优先级来运行。-In the Windows operating system, the task is a priority, the program demonstrated a different thread to run in accordance with priority.
shuziluoji
- 数字逻辑的课件 ,讲解很详细。并附74F148 8-Line to 3-Line Priority Encoder的图解-Digital logic courseware, explaining in great detail. With 74F148 8-Line to 3-Line Priority Encoder diagram
fanzhuanxinhao
- MyTask、YouTask和ThreeTask 。在主函数中创建任务MyTask。而YouTask和ThreeTask由任务MyTaskTask创建,其优先级分别为2、4、6。这三个任务都要占用资源s,任务YouTask访问时间短一些,在任务MyTask和任务ThreeTask利用while(OSTime<T) {}增加访问时间,T值分别为300,500。MyTask、YouTask和ThreeTask采用OSTimeDly(K)延时等待,K值均为200。这样出现任务优先级反转。为了解决
priority
- 验证单片机的中断优先级。外部中断的优先级高于定时器中断。-Verify SCM Interrupt Priority. External interrupt priority level higher than the timer interrupt.
priority
- 这是自己编写的一个优先编码器程序,很简单,希望大家不要见笑-This is a priority for the preparation of their own encoder procedure, very simple, hope that we will not stock
1
- 抢占式的优先级调度,可以动态演示其过程!-Preemptive priority scheduling, dynamic demonstration of its process can be!
distributed
- matlab 仿真程序可用于kalman滤波应用。- INTRODUCTION This example simulates distributed control of a DC-servo. The example contains four computer nodes, each represented by a TrueTime kernel block. A time-driven sensor node samples the process periodical
PRIORITY
- Priority Scheduling using arrays.
priority
- 处理机优先级管理程序 此源码为操作系统设计与实践的实验作业-Processor priority management procedures for the operating system of this source of experimental design and operating practice
socket_ipv6-priority.tar
- this an ipv6 server it listens to the tcp port 61616 ,you can change the port to what ever you want the compile with gcc to have it working with client and priority-this is an ipv6 server it listens to the tcp port 61616 ,you can change the port to w
ucosmem
- 设计三个任务Task1、Task2、Task3,优先级分别为12,13,14。创建一个2个64B内存块的内存分区CommMem。-The design of the three tasks Task1, Task2, Task3, priority 12,13,14, respectively. 2 64B to create a memory partition block of memory CommMem.
simple
- To support the varying Quality-of-Service (QoS) requirements of emerging applications such as those involving continuous media, a new standard IEEE 802.11e has been specified [1]. This standard aims to support QoS by providing differentiated classes
MyTest
- To support the varying Quality-of-Service (QoS) requirements of emerging applications such as those involving continuous media, a new standard IEEE 802.11e has been specified [1]. This standard aims to support QoS by providing differentiated classes
priority
- 编写并调试一个多道程序系统的作业调度模拟程序。 作业调度算法:采用基于优先级的作业调度。 -Write and debug a multi-track procedures for job scheduling system simulation program. Job scheduling algorithms: Priority-based job scheduling.
Priority
- Priority Queue. Simple but effective. Implemented with heap.