搜索资源列表
loongson
- 龙芯2E处理器用户手册 中国科学院计算技术研究所 意法半导体公司 2006年 9 月 龙芯2E处理器是一款实现64位MIPS III 指令集的通用RISC处理器。龙芯2E的指 令流水线每个时钟周期取四条指令进行译码,并且动态地发射到五个全流水的功能部件 中。虽然指令在保证依赖关系的前提下进行乱序执行,但是指令的提交还是按照程序原 来的顺序,以保证精确中断和访存顺序执行。 -Godson 2E processor user manual CAS Institute of Comp
shujujiegou-erchashu
- 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
tianweimes
- 天为MES制造执行系统 天为MES制造执行系统-days MES manufacturing execution system for days MES manufacturing execution system
Inside.Microsoft.SQL.Server.2005.T-SQL.Programming
- This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages for SQL Server. Written by a T
1
- In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t suppo
MIPS32
- 该文档包括了mips指令集的全部指令,并且对每一条指令的执行过程做了详细的分析。-This document contains all the instructions mips instruction set, and the execution of each instruction to do a detailed analysis.
pic-spwm
- PIC单片机含具有PWM功能的外围功能模块(CCP),利用此模块更容易通过软件实现SPWM,且具有更快的执行速度。本文采用软硬件结合设计的方法,利用面积等效法,并且基于PIC单片机实现对试验逆变系统的SPWM控制。 -PIC microcontroller has a PWM function with the external function module (CCP), more easily using this module software SPWM, and has a faster
fortran_9095_explained_
- Fortran has always been the principal language used in the fields of scientific, numerical, and engineering programming, and a series of revisions to the standard defining successive versions of the language has progressively enhanced its power
kill_bcb3
- a simple borland c++ builder project: examine the process of windows and kill selectively the desired process, or all user process or all process. I use this facility for test the programs speed with minimal process in execution. this version is
longson-2e-pdf
- 龙芯2E处理器是一款实现64位MIPS III指令集的通用RISC处理器。龙芯2E的指令流水线每个时钟周期取四条指令进行译码,并且动态地发射到五个全流水的功能部件中。虽然指令在保证依赖关系的前提下进行乱序执行,但是指令的提交还是按照程序原来的顺序,以保证精确中断和访存顺序执行。-Godson-2E processor is a realization of a 64-bit MIPS III instruction set of general-purpose RISC processor. G
dll_comm
- SIMATIC IT and PCS 7 within TIA Architecture SIMATIC IT and SIMATIC PCS 7 are part of the Totally Integrated Automation solution meeting all the automation requirements of the manufacturing market from field devices to Manufacturing Execution Syste
Anoop
- memory,execution time,processes,User logged on
cqf
- 在多道程序系统中,虽然是可以借助多个进程的并发执行来改善系统的资源利用率来提高系统的吞吐量,但可能发生死锁。所以死锁是指多个进程在运行中因争夺资源而造成的一种僵局,当进程处于这种僵局状态是,若无外力作用,它们都将无法再向前推进。-In the multi-channel programming system, although they can take advantage of the concurrent execution of multiple processes to improve
ARMLinuxstart-upprocessanalysis
- ARM Linux 启动过程分析。 本文以 S3C2410 ARM 处理 器为例,详细分析了系统上电后 bootloader的执行流程及 ARM Linux的启动过程。-Taking S3C2410 ARM processor, for example, a detailed analysis on the system after the execution procedures bootloader electricity and ARM Linux start-up process
Testcase
- 测试用例 是为某个特殊目标而编制的一组测试输入、执行条件以及预期结果,以便测试 某个程序路径或核实是否满足某个特定需求。 主要内容 解释 从用例中生成测试用例 从补充规约中生成测试用例 o 为性能测试生成测试用例 o 为安全性/访问控制测试生成测试 o 为配置测试生成测试用例 o 为安装测试生成测试用例 o 为其他非功能性测试生成测试用 为单元测试生成测试用例 • 白盒测试 • 黑盒测试 为产品验收
cnc_gcode
- 本文在基于ARM+DSP的网络化嵌入式数控系统的基础上,设计出一种流水线处理方式的G代码解释方法,以流水线的方式对 加工代码进行编译—解释,减少指令执行的时间,增强了嵌入式处理器的G代码处理能力。该G代码解释器在ADS1.2编译环境下调试 通过,移植在S3C44B0芯片中,运行效果良好-In this paper, a network based on ARM+ DSP embedded CNC system based on the assembly line approach to
MiniC_Design_Implementation
- 随着计算机科学技术的飞速发展,计算机技术被应用在了越来越广泛的领域,实现各种各样功能的计算机程序被大量地开发出来,应用在我们的生活、学习和工作当中。相应地,也产生了许多用以编写这些计算机程序的高级程序设计语言。程序编制者通过特定语言的编译器将自己编写的源程序翻译为特定机器上的目标程序,从而能够最终达到程序执行的目的。-With the rapid development of computer science, computer technology is used in an increasi
An-Efficient-Huffman-Decoding-Method-Using-Concur
- An Efficient Huffman Decoding Method Using Concurrent Execution in ARM
1
- it deals about the pca components and its algorithms for execution of facial pattern
symbolic-execution
- 介绍了符号执行技术的应用、原理及动态符号执行的开发技术。适合论文参考。-Symbolic execution technology, the principle and the development of dynamic symbolic execution technology. For reference papers.