搜索资源列表
MusicPlayer
- 一个处理模拟音频信号,播放PM3,OGG等文件的音频播放器.用JAVA&jmf写的.
Musicplayer
- 一个处理模拟音频信号,播放MP3,rm等文件的音频播放器.用JAVA&jmf写的.
Process-scheduling-to-achieve
- 本程序运用java语言模拟线程间的调度,在原随机调度的基础上实现轮转调度,优先级调度,处理各线程间的调度关系,并试着用信号量实现线程的锁定和释放。-This program threads using java language simulation scheduling, dispatching the former on the basis of random rotation scheduling, priority scheduling, process scheduling of th
ClockDesign
- 关于时钟设计的源码,有数字时钟,模拟时钟,信号时钟-Designed on the clock source, a digital clock, analog clock, the clock signal
PhilosopherProblem
- 编写P、V操作和信号量的模拟程序,然后用它们解决不死锁的哲学家就餐问题,并把哲学家们的活动过程用文字或可视化表示出来。-Write P, V operation and the amount of signal simulation program, and then use them to solve the undead philosophers of the lock repast questions and to the process of the philosophers in wo
JTable
- 利用ATM取钱问题来模拟操作系统中临界资源信号量的同步与互斥问题-ATM withdrawals using the issue to simulate the critical resources of the operating system semaphore synchronization and mutual exclusion problems
OS
- 用JAVA模拟操作系统上的信号量以及互斥的功能。-Using the Java operating system simulation on the amount of signal, as well as mutually exclusive functions.
Moni
- 模拟示波器 可以提供调频 调幅功能 并且提供正弦波 方波等波形信号-The analog oscilloscope AM FM sine wave square wave waveform signal
SemaphoreProducerConsumer
- 信号量模拟生产者消费者问题,亲测可用。。。。。。。(Simulated the Producer-Consumer problem in Operating System through semaphore)