资源列表
70-351
- Tai lieu hoc mon quan tri bao mat isa 2004
running-text-at89s8252-e03b016
- Running Text Display A 10-character display for the Elektor Flash Micro board
PWM30KVA_20120604
- 一款30KVA电焊机三菱PLC完整程序,包括伺服电机驱动程序-Welding machine PLC complete program
Singly-Linked-List
- 用链表输出制定ascll码范围所有符号。-All symbols linked list output develop ascll yard range.
Max_Glass
- 简单的放大镜功能,代码简单易懂,适用于初学者学习java技术。-Simple magnifying glass function, the code is simple and easy to understand, suitable for beginners to learn java technology.
Reflection
- 简单的烟花程序,源码简单,易懂。适用于初学者学习java语言-The a simple fireworks program, the source code is simple, easy to understand. Suitable for beginners to learn java language
chapter-one
- 安卓教程的第一章学习源代码。简单的安卓小程序,适用于初学者。-Andrews tutorial to learn the source code. Simple Andrews applet, suitable for beginners.
chapter-two
- 安卓教程的第一章学习源代码。简单的安卓小程序,适用于初学者。-Andrews tutorial to learn the source code. Simple Andrews applet, suitable for beginners.
chapter4
- 安卓教程的第一章学习源代码。简单的安卓小程序,适用于初学者。-Andrews tutorial to learn the source code. Simple Andrews applet, suitable for beginners.
chapter5
- 安卓教程的第一章学习源代码。简单的安卓小程序,适用于初学者。-Andrews tutorial to learn the source code. Simple Andrews applet, suitable for beginners.
tpl_page
- 带模板的php分页类,超好用,自定义显示模板样式和参数-Php pagination class with a template, super useful custom template styles and parameters
FCFSandRR
- 时间片轮转调度,具体做法是调度程序每次把 CPU 分配给就绪队列首进程使用一个时间片。当这个时间片结束时,就强迫一个进程让出处理器,让它排列到就绪队列的尾部,等候下一轮调度。实现这种调度要使用一个间隔时钟。当一个进程开始运行时,就将时间片的值置入间隔时钟内,当发生间隔时钟中断时,就表明该进程连续运行的时间已超过一个规定的时间片。此时,中断处理程序就通知处理器调度进行处理器的切换工作。-The round-robin scheduling, specific practices scheduler