Welcome![Sign In][Sign Up]
Location:
Search - code round robin

Search list

[Other resourceuart1

Description: 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transceivers provide the procedure is often used for Round Robin (Polling) transceiver accomplished a simple code. But for the AVR-speaking, the adoption of this approach greatly reduces the efficiency of MUC. The use of AVR, according to the characteristics of the chip itself (large-capacity on-chip data RAM memory, more suitable for the preparation of high-level language system procedures), the preparation of highly efficient and reliable UART interface transceiver (lower) process. Below is a typical USARTs interface procedures.
Platform: | Size: 5657 | Author: 张倩 | Hits:

[DSP programuart1

Description: 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transceivers provide the procedure is often used for Round Robin (Polling) transceiver accomplished a simple code. But for the AVR-speaking, the adoption of this approach greatly reduces the efficiency of MUC. The use of AVR, according to the characteristics of the chip itself (large-capacity on-chip data RAM memory, more suitable for the preparation of high-level language system procedures), the preparation of highly efficient and reliable UART interface transceiver (lower) process. Below is a typical USARTs interface procedures.
Platform: | Size: 5120 | Author: 张倩 | Hits:

[Software Engineeringcompare11

Description: MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
Platform: | Size: 292864 | Author: gourd | Hits:

[OS DevelopRoundRobintimeslicememorymanagementsimulationsourc

Description: 操作系统有关算法,时间片轮转算法,内存管理模拟实验源代码-Operating system-related algorithms, Round Robin time slice, memory management simulation source code
Platform: | Size: 1955840 | Author: hhb | Hits:

[source in ebookRound-robin

Description: 这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。-Simple round-robin schedule algorithm, based on the C language
Platform: | Size: 1024 | Author: 陶林 | Hits:

[Windows Developroundrobin

Description: Round-robin algorithm source code
Platform: | Size: 1024 | Author: Mayur | Hits:

[OS DevelopShiYanYi_ShiJianPianLunZhuanSunaFa

Description: 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
Platform: | Size: 81920 | Author: harlant | Hits:

[Windows Developdxhlb

Description: 单循环链表的简单设计和代码实现,分享给大家-Round robin list of simple design and code implementation, share it with everyone
Platform: | Size: 7168 | Author: liyabin | Hits:

[SCMavr128usart

Description: 一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a round robin (Polling) a simple manner to send and receive code. But for high-speed AVR speaking, this approach greatly reduces the efficiency of MUC. When using the AVR should be based on the characteristics of the chip itself (on-chip high-capacity data device RAM, more suitable for high-level language for writing system programs), the preparation of highly efficient and reliable UART transceiver interface (lower) program. The following is a typical USART interface program.
Platform: | Size: 2048 | Author: 男人 | Hits:

[Algorithmxunhuansaiqxf

Description: 算法课程设计 分治法解决循环赛日程表 源代码+word报告+答辩PPT-Curriculum design of divide and conquer algorithm to solve a round robin schedule report+ source code+ word reply PPT
Platform: | Size: 241664 | Author: 秋思狐狸 | Hits:

[Windows Developgansidui

Description: 敢死队问题,数据结构的课程设计题目,用单循环链表,双循环链表,循环队列,数组四种方式实现,c++程序源码-Death squads problem, the data structure of course design topics, with a round robin list, double circular linked list, circular queue, four ways to achieve the array, c++ program source code
Platform: | Size: 2048 | Author: wangqiaoyan | Hits:

[JSP/Javacode

Description: 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
Platform: | Size: 145408 | Author: 李梦甜 | Hits:

[JSP/Javaroundroubin

Description: round robin algorithm code in java
Platform: | Size: 34816 | Author: bayan | Hits:

[OS Developucore-lab4

Description: Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore experiment 4: scheduler. Purpose: ucore familiar framework of the system scheduler, and built-in Round-Robin scheduling algorithm implement a framework based scheduler scheduler algorithm (Stride Scheduling). File, including source code, test instructions and test reports.
Platform: | Size: 1377280 | Author: gyh | Hits:

[OS DevelopProcessor-scheduling2

Description: 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码2-Process scheduling, the use of round-robin algorithm to simulate the process of computer operating system process scheduling code 2
Platform: | Size: 1024 | Author: 田坤 | Hits:

[OS DevelopProcessor-scheduling

Description: 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码1-Process scheduling, the use of round-robin algorithm to simulate the process of scheduling a computer operating system code in a process
Platform: | Size: 2048 | Author: 田坤 | Hits:

[Consolec-code

Description: 可变分区管理/时间片轮转算法/位示图管理磁盘存储空间 操作系统基本算法实现,亲测可用 -Variable partition management/time slice Round Robin/diagram Management disk storage space the operating system the basic algorithm, pro-test available
Platform: | Size: 5120 | Author: lazy | Hits:

[Linux-Unixdm-round-robin

Description: Path-handling code, paths are held in lists.
Platform: | Size: 2048 | Author: zanwidf | Hits:

[OtherRound-robin-scheduling-algorithm-RR

Description: 时间片轮转RR进程调度算法,已通过验证的代码,可正常运行,有注释-Round-robin scheduling algorithm RR process, content code, can runRR round-robin process scheduling algorithm has been validated code can be run properly, notes
Platform: | Size: 1024 | Author: 吕梦楠 | Hits:

[Internet-Networkwaighted-round-robin

Description: weighted round robin tcl code
Platform: | Size: 1024 | Author: seyvi | Hits:
« 12 3 »

CodeBus www.codebus.net