搜索资源列表
WinGOS
- 一个更为先进的嵌入式操作系统.采用RMS线程调度算法,具有信号量等同步对象.亦包括GUI. 通过该系统您可以极大知道Windows的内部秘密.-a more advanced embedded operating system. RMS using thread scheduling algorithm, with the volume of signal synchronization objects. also includes GUI. The system can greatly Y
tdpsola
- 此算法是针对语音合成,采用时域的基音同步叠加算法,对波形进行韵律特征提取,修改,以及合成(包括短时能量分析,短时过零率分析等等算法)!算法是用matlab编写的-Speech synthesis, using time-domain synchronous Pitch stack algorithm, rhythm right waveform feature extraction, modification, and synthesis (including short-term energy
ossystem
- 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
zhe
- 进程同步算法模拟,哲学家就餐问题JAVA实现。
jincheng
- 进程同步算法模拟,FCFS、短作业优先、高响应比优,用C语言编写,用TC2.0调试结果
ofdmoffset_sc_dx
- 这是一个完整的ofdm系统仿真matlab程序,给出了同步算法,包括定时估计和频率估计算法的仿真
XssBanker
- 内附文档,有关银行家算法的程序 一、设计题目:银行家算法编程 编制银行家算法通用程序,并检测思考题中所给状态的安全性。 银行家算法最早由Dijkstra于1965年发表。从那以后几乎每本操作系统的专著都详细的描述它,许多论文的内容也围绕该算法讨论,其主要优点是不需要死锁预防中加上的种种限制,如资源剥夺或重新运行进程。但很少由作者指出该算法缺乏实用价值。因为,进程很难在运行前就知道其所需资源的最大量;而且系统中的进程必须是无关的,相互之间没有同步要求;进程的个数和分配的资源数目应该是
fl2
- 操作系统 实验二 进程同步与互斥 实现的基本的进程的同步、互斥,并用银行家算法实现与死锁预防
Blind
- 理论分析和仿真实验结果表明,该算法结构简单,同步精度灵活可变,性能良好。
哲学家进餐问题VC版
- 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock and take the two conditions (ch
os4
- 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
demostration_of_os
- os重要算法演示: 页面置换算法――最佳置换算法 页面置换算法――最近最久未使用(LRU)算法 并发进程和具有挂起状态的进程状态图 进程调度算法及银行家算法示例 进程的同步与互斥--信号量-demostration of os
IEEE802
- 基于IEEE802_11aOFDM同步算法的FPGA实现.pdf-this a paper of ofdm
single_bridge
- 用c++语言实现了操作系统中同步算法中的过桥问题-C++ language with the operating system in the synchronization algorithm in the bridge problem
dining
- 说明:本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。-Note: This procedure is typical of the operating system thread synchronization algorithm dining philosophers problem, in order to prevent deadlock, has taken two conditions (free c
BER
- 本程序主要用于通信系统中统计误比特率,其中包含TXT文件的读取和滑动相关的内容,也可供基于LabVIEW的同步算法研究-This procedure is mainly used for communication system bit error rate statistics, which contains the TXT file to read and sliding-related content, but also for synchronization algorithm base
LTE-SISO
- LTE系统的一个比较完整的编程,包括Turbo编码,CRC校验等,不过没有同步算法-A more complete programming LTE system, including Turbo coding, CRC check and so on, but there is no synchronization algorithm
ofdm-tongbusuanfa
- OFDM载波同步算法的研究,验证后顺利运行,仿真效果好-After the OFDM carrier synchronization algorithm research, validation run smoothly, good simulation effect
Gardner_matlab
- Gardner位同步算法的MATLAB仿真程序,里面包含了多个Gardner的MATLAB程序对于研究人员来说,具有重要价值。-Gardner, a synchronization algorithm of MATLAB simulation program, it contains more Gardner MATLAB programs for researchers, it has important value.
201526811019_孙旭辉_计科1501_实验三
- 银行家算法实现资源分配,通过实验,观察了解操作系统是如何实现同步与互斥的。(Resource allocation by banker algorithm)