搜索资源列表
自助式ADSL刷流量,刷广告软件
- 1、自动拨号:软件自带ADSL拨号功能,让你IP换不停。 2、功能领先:特有的模拟浏览器功能,让你在同一台机器上面实现多种浏览器刷流量。 3、清Cookie:每次任务运行前后,自动清除Cookie。 4、快速刷新:自动检测网页加载状态,加载完成即运行下一轮任务。 5、真实模拟:完全模拟真人操作,点击广告后再访问广告主的网站随机页面数。 6、流量巨大:多页面刷新技术,流量在迅速增涨。 7、随意设置:换页等待,网页深度,拨号等待
jinchen
- 进程调度,先来先服务,最优先服务,时间轮片算法-process scheduling, first-come first-serve, the highest priority services, round-time algorithm
进程调度模拟源程序
- 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
时间+中断(搞定)
- 单片机显示程序,通过轮循方式是数码管亮,十分经典-SCM display program, through the Round Robin is the way digital-control, classical
1_1
- 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,
ARM_00_OS
- 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定
MySerialCom_VC
- VC++写的一个串口通信API编程实例,为了读取输入的串口数据,采用轮询方式检测串口,具体的做法是设置一个定时器,每隔一段时间就访问一次串口.请在VC++6.0及以上环境下编译-VC write a serial communication API programming examples, in order to read the serial data input, Polling testing techniques used S
jinchen
- 进程调度,先来先服务,最优先服务,时间轮片算法-process scheduling, first-come first-serve, the highest priority services, round-time algorithm
进程调度模拟源程序
- 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
1_1
- 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,
SoftTime
- 基于51定时器时间片轮循调度函数软件-time timer function unit Round Robin Scheduling Software
No1mixed
- 通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限-Polling mixed communication network system simulation and analytic solution of the waiting time process. Each station has two types of data, data generated wi
1esxddsd
- 操作系统进程调度采用时间轮片及先来先服务算法-Operating system process scheduling and time-round film and first-come first-serve algorithm
fuzaduorenwu
- 如何设计复杂的多任务程序。 讲述运用时间片轮的方法设计单片机多任务的思路-How to design a complex multi-task procedure. About the use of time Katawa method to design the idea of multi-tasking microcontroller
largeTimer
- c++ 大量定时器管理,基于时间轮,可以跨平台编译-c++ timer
Timer
- 以最小堆、红黑树、时间轮三种方式实现定时器,时间轮效率最高,非常具有参考价值!-With the minimum heap, red and black tree, time round three ways to realize timer, time round the highest efficiency, has the reference value very much!
51_test
- 适合初学者学习51单片机时参考的代码,一共有7份代码。 1.最简单的点亮LED灯到实现流水灯效果 2-7.点亮数码管-数码管模拟显示时间-轮询机制实现按键调节时间-使用中断控制时间 代码有我练习时从简单到一步步增加功能的过程,希望能帮到初学者 - Suitable for beginners to learn 51 SCM reference code, a total of 7 code. 1. The
cticker
- go语言写的延时任务器,时间轮定时器,跨平台。(Go language to write the delay task, timer wheel timer.)
STM8模板 - IAR - 时间轮询法-探索 -2
- STM8模板 - IAR - 时间轮询法(STM8 template - IAR - time polling method)
RoundRobinDemo
- 多线程 时间片 轮询分配,,,,,,,,,,,(Multi thread time slice polling allocation)