亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

priority

  • A Detect Motion Algorithm with Efficiency priority for Embedded Systems

    A Detect Motion Algorithm with Efficiency priority for Embedded Systems

    標簽: Efficiency Algorithm Embedded priority

    上傳時間: 2016-07-11

    上傳用戶:zhichenglu

  • 大頂堆實現(xiàn)一個優(yōu)先隊列。對于隊列的操作應(yīng)該至少支持下列幾種指令: Void enqueue[int ObjectID, int priority] Int dequeue[]

    大頂堆實現(xiàn)一個優(yōu)先隊列。對于隊列的操作應(yīng)該至少支持下列幾種指令: Void enqueue[int ObjectID, int priority] Int dequeue[] Void changeweight[int ObjectID, int newpriority]

    標簽: int ObjectID priority enqueue

    上傳時間: 2013-12-28

    上傳用戶:lunshaomo

  • priority Scheduling in TinyOS - A Case Study 一個介紹如何更改TinyOs調(diào)度的論文

    priority Scheduling in TinyOS - A Case Study 一個介紹如何更改TinyOs調(diào)度的論文,講的比國內(nèi)的論文具體的多,而且都還有步驟

    標簽: Scheduling priority TinyOS TinyOs

    上傳時間: 2013-12-22

    上傳用戶:hn891122

  • java csharp program that ask users a input(process arrival time, burst time and priority)

    java csharp program that ask users a input(process arrival time, burst time and priority)

    標簽: time priority arrival program

    上傳時間: 2014-10-25

    上傳用戶:rishian

  • A small program to simulate priority scheduling in Unix.

    A small program to simulate priority scheduling in Unix.

    標簽: scheduling priority simulate program

    上傳時間: 2017-07-20

    上傳用戶:標點符號

  • FREERTOS的官方移植文檔

    FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, or explicitly callstaskYIELD().• Co-routines (light weight tasks that utilise very little RAM).• Message queues• Semaphores [via macros]• Trace visualisation ability (requires more RAM)• Majority of source code common to all supported development tools• Wide range of ports and examples

    標簽: FREERTOS 移植 文檔

    上傳時間: 2013-10-13

    上傳用戶:13162218709

  • 基于(英蓓特)STM32V100的看門狗程序

    This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI). The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent a WWDG reset and led connected to PC.07is toggled.The EXTI line9 is connected to PB.09 pin and configured to generate an interrupton falling edge.In the NVIC, EXTI line9 to 5 interrupt vector is enabled with priority equal to 0and the WWDG interrupt vector is enabled with priority equal to 1 (EXTI IT > WWDG IT). The EXTI Line9 will be used to simulate a software failure: once the EXTI line9event occurs (by pressing Key push-button on EVAL board) the correspondent interruptis served, in the ISR the led connected to PC.07 is turned off and the EXTI line9pending bit is not cleared. So the CPU will execute indefinitely EXTI line9 ISR andthe WWDG ISR will never be entered(WWDG counter not updated). As result, when theWWDG counter falls to 3Fh the WWDG reset occurs.If the EXTI line9 event don抰 occurs the WWDG counter is indefinitely refreshed inthe WWDG ISR which prevent from WWDG reset. If the WWDG reset is generated, after resuming from reset a led connected to PC.06is turned on. In this example the system is clocked by the HSE(8MHz).

    標簽: V100 STM 100 32V

    上傳時間: 2013-11-11

    上傳用戶:gundamwzc

  • 項目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for

    項目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descriptors, and environmental variables. It comes with test configurations for anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, and xterm. env_audit是一個搜索有關(guān)環(huán)境的所有東西的程序。它查詢進程IDs,UID, GID,信號掩碼,umask,優(yōu)先權(quán),文件描述符,和環(huán)境變量。它提供了用于anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, 和xterm的測試配置。 類別: Development Status: 5 - Production/Stable Environment: Console (Text Based) Intended Audience: System Administrators License: GNU General Public License (GPL) Operating System: POSIX Topic: Security

    標簽: environment everything Env_audit ferrets

    上傳時間: 2013-12-02

    上傳用戶:qweqweqwe

  • 算法ebook(10部算法經(jīng)典著作的合集) 算法ebook> 10部算法經(jīng)典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Hor

    算法ebook(10部算法經(jīng)典著作的合集) 算法ebook> 10部算法經(jīng)典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles

    標簽: ebook Fundamentals Structures Ellis

    上傳時間: 2015-04-04

    上傳用戶:tfyt

  • ARMask.The ARM has six operating modes: • User (unprivileged mode under which most tasks run)

    ARMask.The ARM has six operating modes: • User (unprivileged mode under which most tasks run) • FIQ (entered when a high priority (fast) interrupt is raised) • IRQ (entered when a low priority (normal) interrupt is raised) • Supervisor (entered on reset and when a Software Interrupt instruction is executed) • Abort (used to handle memory access violations) • Undef (used to handle undefined instructions) * ARM Architecture Version 4 adds a seventh mode: • System (privileged mode using the same registers as user mode)

    標簽: unprivileged operating ARMask modes

    上傳時間: 2013-12-24

    上傳用戶:bcjtao

主站蜘蛛池模板: 遵化市| 蓝田县| 垣曲县| 合川市| 色达县| 陕西省| 东光县| 勐海县| 集安市| 遵化市| 五指山市| 金坛市| 资阳市| 本溪市| 嘉荫县| 钟山县| 衡南县| 黄骅市| 巴青县| 安平县| 涿州市| 泸溪县| 巴南区| 措美县| 三门峡市| 平安县| 寿宁县| 丘北县| 黄山市| 铁岭市| 枣阳市| 孟州市| 包头市| 阿荣旗| 邵阳市| 南漳县| 清原| 漠河县| 东平县| 九寨沟县| 汽车|