搜索资源列表
VoIPandSIPProtocalSlice1
- VoIP系統與SIP協定 - 1.ppt-VoIP and SIP Protocal Slice-1
VoIPandSIPProtocalSlice2
- VoIP系統與SIP協定 - 2.ppt-VoIP and SIP Protocal slice-2
chapter02
- Digital Image Processing Chapter2 Slice-Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter2 Slice
chapter03
- Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter3 Slice
chapter04
- Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter 4 slice
chapter05
- Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter 5 slice
chapter06
- Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter 6 slice
vc
- 进程调度算法性能测试主要性能指标为:周转时间,带权周转时间等。给出对以下算法的评价: ①先来先服务调度算法 ②短作业(进程)优先调度算法 ③抢占式的高优先权优先调度算法 ④时间片轮转调度算法 注意:测试的对象是作业(进程)个体或同一类型的作业(进程)。 如短作业(进程)优先调度算法应考虑对不同的进程的周转时间有何影响? -The progress adjust one degree calculate way performance test The m
software
- 分析其实时多任务软件设计。在介绍通信服务器功能结构的基础上,详细分析了系统的功能模块划分、数据流向、多任务划分、任务优先级确定、任务间通信方式的确定以及软件的编码测试过程。软件设计过程充分考虑通信服务器本身的特殊性,同时利用VxWorks多任务抢占式调度和时间片轮转调度的特性,以及丰富的任务间通信机制,有效地保证了系统的实时性。-Analysis of real-time multi-tasking software design. In introducing the communicatio
shijianpian
- 时间片轮转调度算法的实现,基于优先级的时间片轮转调度算法调度处理器-Time Flake Cycle Scheduling algorithm, priority-based scheduling algorithm scheduling time slice processor cycle
SetTimerTest
- win32基于cpu时间片轮转调度算法模拟-win32 cpu time slice based on rotation scheduling algorithm simulation
timeRR
- 基于时间片的轮转调度算法,主要包含进程名、到达时间、服务时间、完成时间、周转时间。-Rotation based on time slice scheduling algorithm, mainly contains the process name, arrival time, service time, completion time, turnaround time.
satalite-demodulator-design-based-on-SDR
- 本文介绍了基于SDR(软件无线电)的新一代卫星宽带解调器,它由CPCI刀片工控服务器、2块中频变频采集卡及4块解调译码卡组成,本文介绍了其基本原理、结构组成、性能参数,阐述了各板卡的具体设计与实现,并给出了部分性能仿真,最后介绍了实现时的技术难点。 -The main idea of SDR is to construt an open and modularized general platform,to carry out all kinds of functions with softwa
0-bug
- 本书主要针对c/c++语言在商用工程开发中的程序实战进行论述,从需求出发,从商用解决方案的角度来理解c和c++语言的程序设计技巧。首先讨论商用开 发的原则,然后是基础知识、基本技巧,接着是无错化方法,最后提升到世界观层面论述并行开发的正确理念。商用程序员在实际工作中最为关注的无错化、并行、 时间片、内存池、线程池、任务池、工程库和跨平台等相关问题,在本书中都有宝贵的经验总结和理念梳理。本书不是教科书,更多的是在开发技巧、测试调试、工 程代码库等方面给出实例与总结。本书也可以说是教科书
22.01
- 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。 轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程,直至所有的进程运行完毕。-Write and debug a simulation of the process schedul
paikesuanfa
- 目前流行的几种排课算法的介绍: 自动排课算法 冲突检测算法 基于优先级的排课算法 排课中的基本原则 排课的基本要求 基于时间片优先级排课算法描述-Course Scheduling Algorithm of several popular Introduction: Course Scheduling Algorithm conflict detection algorithm based on the basic principle of the priority in
cdsgvfdh
- (1). 每个进程有一个进程控制块(PCB)表示。进程控制块包含如下信息:进程名、优先级、到达时间、需要运行时间、已用CPU时间、进程状态等等。 (2). 进程的优先级及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 (3). 每个进程的状态可以是就绪 r(ready)、运行R(Running)、或完成F(Finished)三种状态之一。 (4). 就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。-(1) Each proc
JS-RTOS0.1
- 能够在51单片机上运行起来的微型实时操作系统,绝对原创,同时支持优先级调度和时间片轮转调度,8个优先级,同优先级最多3个任务代码 编译不足3K-Can a real-time operating system, running in the 51 SCM absolutely original, and support priority scheduling and time slice rotation scheduling, priority 8 priority, with a max
Gabor-bianhuan
- 连续Gabor变换事实上是对f 作一个好的定位切片之后,即给函数f 开窗后再取它的Fourier变换。-Continuous Gabor transform is in fact a good positioning slice of f, that is, to the function f window and then take its Fourier transform.
time-slice-polling-method-
- 单片机程序编写的主体思想--多任务分层思,即参考时间片轮询法!内容包括思想介绍和一个简单的例程。-Microcontroller programming the Juche Idea- multitasking hierarchical thinking, ie the reference time slice polling method! Includes ideas presented and a simple routine.