虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

动态内存<b>管理</b>

  • Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。 目前

    Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。 目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持, 针对51内核函数不能重入以及51单片机的内存空间管理方式等因素, RTOS放弃了抢先式内核的调度,而使用了时间片的调度方式,除非任务主动放弃, 否则任务将独占CPU一直运行,因而任务中必须完成对本次操作的时间片设置,即等时间的设置。

    标签: Point RTOS 小系统 实时操作系统

    上传时间: 2014-12-05

    上传用户:athjac

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言

    C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言,是C语言的超集。本书是根据1998年的ISO/ANSI C++标准编写的,通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。 全书分17章和10个附录。分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出等内容。 本书针对的是C++初学者,书中从C语言基础知识开始介绍,然后在此基础上详细阐述C++新增的特性,因此不要求读者有C语言方面的背景知识。本书可作为大中院校教授C++课程的教材,也可供初学者自学C++时使用。

    标签: 编程 C语言 对象 过程

    上传时间: 2016-01-22

    上传用户:zuozuo1215

  • 详细讲述linux0.11内核源代码

    详细讲述linux0.11内核源代码,讲述系统初始化,进程产生、调度、执行、终止等过程,内存的管理等。

    标签: linux 0.11 内核 源代码

    上传时间: 2016-09-04

    上传用户:invtnewer

  • 3个vxworks 程序

    3个vxworks 程序,用来学期消息队列,中断,看门狗 1个动态内存调度的Tomasulo算法MFC实现 1个从文本文件中读取字符的程序

    标签: vxworks 程序

    上传时间: 2017-01-22

    上传用户:chongcongying

  • 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    标签: the animation Simulate movement

    上传时间: 2017-02-11

    上传用户:waizhang

  • 1.(若知道进程号

    1.(若知道进程号,那么可以通过HASH 表很快地找到该进程)2调度程序的提.3.(用户空间和内核空间动态内存

    标签: 进程

    上传时间: 2014-01-10

    上传用户:从此走出阴霾

  • 讲述了MMU地址映射机制

    讲述了MMU地址映射机制,并且阐述了ARM架构下MMU机制以及PowerPC下的MMU机制,并且详细讲述了VxWorks系统下的MMU地址映射机制、物理内存、虚拟内存的管理等等,是学习虚拟内存以及物理内存映射的很好资料。

    标签: MMU 地址 映射 机制

    上传时间: 2017-02-26

    上传用户:kiklkook

  • 将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言

    将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)

    标签: 语言 抽象 字母

    上传时间: 2013-12-19

    上传用户:aix008

  • 通过重载运算符new和delete可以克服new和delete的不足

    通过重载运算符new和delete可以克服new和delete的不足,使其按照要求完成对内存的管理。

    标签: delete new 运算符

    上传时间: 2017-06-08

    上传用户:ruixue198909