代码搜索结果

找到约 10,000 项符合 Power 的代码

内存管理单元mmu.txt

1. 内存管理单元MMU VxWorks提供两级虚内存支持:与VxWorks捆绑在一起的其本级和需要可选产品VxVMI的完全级。 1.1 指令和数据MMU <mark>Power</mark>PC MMU允许指令和数据MMU被分别运许或禁止。在SELECT_MMU下的属性窗口的参数表中的参数USER_I_MMU_ENABLE和USER_D_MMU_ENABLE缺省是被允许的。为了允许/禁止一个或两个MMU ...

treeview.aspx.cs

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using

4-6-1.c

#include extern long power(int); int A = 2; main() { int n = 10,total; total = power(n); printf("2^10 = %d \n",total); return 0; }

ssj_reqi.m

% Use this input file to excite function "ssj_req" clear all pt = 50.0e+3; % peak power in Watts g = 35.0; % antenna gain in dB freq = 5.6e+9; % radar operating frequency in Hz sigma =

ssj_reqi.m

% Use this input file to excite function "ssj_req" clear all pt = 50.0e+3; % peak power in Watts g = 35.0; % antenna gain in dB freq = 5.6e+9; % radar operating frequency in Hz sigma =

div16.v

// // Integer Multicycle Divide circuit (divide a 16-bit number by a 16-bit number in 16 cycles). // // a / b = q with remainder r // // Where a is 16-bits, // Where b is 16 bits // // Module

xt4-16file1.cpp

#include using namespace std; int a; int main() {extern int power(int); int b=3,c,d,m; coutm; c=a*b; cout

log_module.pin

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

dividend4.pin

-- Copyright (C) 1991-2007 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

powers.cpp

// powers.cpp A program to prepare and reference a 2-d array of integer powers // ASSUMPTIONS: the integers 0 through 9 are represented by powers 1 through 4 #include // A function t