优酷hd安卓版 2017:英译汉 另一段 谢谢了!

来源:百度文库 编辑:中科新闻网 时间:2024/05/03 06:06:18
RAM
The ATmega128 has 4K bytes of on chip Random Access Memory (RAM). This memory is used by the bootstrap loader and the RoboJDE virtual machine.
Another 128K bytes of external RAM on the IntelliBrain main board provides space for your Java application data and for temporarily loading your Java application while developing and testing. You can load a Java application of up to 30K bytes into RAM, but it will be lost when power is switched off or the batteries drain. Using RAM for program storage while developing your robot application reduces the wear on the flash memory and results in faster program downloading, but the RAM it occupies is not available for your application objects and stacks. Downloading your program to flash allows you to load larger applications and have the most memory available for its data and stacks.
When you have an application loaded in RAM, it will be the application that runs when you press the START button. If you want to run the application that is in flash memory when there is also an application stored in RAM, switch the IntelliBrain off then back on to erase the application in RAM. This will allow you to run the application stored in flash memory.
The virtual machine manages the allocation of memory as the program creates new objects. The virtual machine also recovers memory (garbage collects) when the program no-longer references an object. The virtual machine s garbage collector uses a reference counting garbage collector rather than a mark-and-sweep algorithm to provide predictable real-time performance.
CPU EEPROM
The ATmega128 includes 4K bytes of EEPROM memory with a life of at least 100,000 writes, according to ATmega128 specifications. The first 96 bytes of the EEPROM memory are reserved by IntelliBrain and RoboJDE and are not visible to the application. The remaining 4000 bytes are available to the application.
Direct Memory Access
Under most circumstances you should access features of the IntelliBrain controller via the Java API rather than attempting to access the microcontroller registers or memory directly. RoboJDE does provide direct memory access via methods in the com.ridgesoft.vm.VM class; however, direct use of these methods by end users is not recommended. Should you choose to use direct memory access methods, you must be careful to avoid interfering with RoboJDE.All RAM memory is managed by the virtual machine; therefore, it is not advisable to use the direct memory access methods to access RAM.
Main Board Power Connections
The IntelliBrain main board provides connectors for two DC power sources,allowing you to power the board using a battery (pack) or a regulated DC power supply. Using a DC power supply while developing and debugging your robot on the desktop will extend the life of your battery by disconnecting it when the power supply is attached.

太长了
你还是一段一段的来吧
看的头疼

RAM
ATmega128 有4K 在芯片随机存取存储装置(RAM) 字节。 这记忆由引导装入程序和RoboJDE 虚拟机使用。
外在RAM 其它128K 字节在IntelliBrain 主板为临时地装载提供空间为您的Java 应用数据和您的Java 应用当显现出和测试。 您能装载由30K 字节的Java 应用决定入RAM, 但它将丢失当力量被交换或电池流失。 使用RAM 为节目存贮当开发您的机器人应用减少穿戴在闪存和结果在更加快速的节目下载, 但它占领的RAM 不是可利用的为您的应用对象和堆。 下载您的节目对闪光允许您装载更大的应用和有多数记忆可利用为它的数据和堆。
当您有一种应用被装载在RAM, 这将是运行的应用当您按开关。 如果您想要跑是在闪存的应用当有并且应用被存放在RAM, 交换IntelliBrain 然后删掉应用在RAM 。 这将允许您跑应用被存放在闪存。
虚拟机处理记忆的分派当节目创造新对象。 虚拟机并且恢复记忆(垃圾收集) 当节目更没有长的参考对象。 虚拟机s 垃圾收集工使用参考计数垃圾收集工而不是标记和清扫算法提供可预测的实时表现。
CPU EEPROM
ATmega128 包括4K EEPROM 记忆字节以生活至少100,000 写, 根据ATmega128 规格。 EEPROM 记忆的第一96 个字节由IntelliBrain 和RoboJDE 预留和不是可看见的对应用。 残余的4000 个字节对应用是可利用的。
直接存储器存取
在多数情况下您应该访问IntelliBrain 控制器的特点通过Java API 而不是试图直接地访问微型控制器记数器或记忆。CPU EEPROM
ATmega128 包括4K EEPROM 记忆字节以生活至少100,000 写, 根据ATmega128 规格。 EEPROM 记忆的第一96 个字节由IntelliBrain 和RoboJDE 预留和不是可看见的对应用。 残余的4000 个字节对应用是可利用的。
直接存储器存取
在多数情况下您应该访问IntelliBrain 控制器的特点通过Java API 而不是试图直接地访问微型控制器记数器或记忆。 RoboJDE 提供直接存储器存取通过方法在com 。ridgesoft 。vm 。VM 组; 但是, 对这些方法的直接用途由终端用户不被推荐。 如果您选择使用直接存储器存取方法, 您必须小心避免干涉RoboJDE 。所有随机存取存储器由虚拟机处理; 因此, 它不是适当使用直接存储器存取方法对通入RAM 。
主板电源接头
IntelliBrain 主板为二个直流电功率来源提供连接器,允许您供给委员会动力使用电池(叠板) 或一个被调控的直流电源。 使用直流电源当开发和调试您的机器人在桌面上延长您的电池生活将由分开它当电源附上。