-
CPU的code banking技術實例:
This Zip file contains five (3) folders:
FastChip Project Files
* This folder contains a folder called "Bank" that
should be moved into:
<install_root>\FastChip\Projects
Keil Project Files
* These files are to be put into the directory of
your choice and the project is to be opened from
within Keil
Hex Files
* These files are the output of Keil. If you do not
want to compile and link all of the code, these files
can be loaded into FastChip directly
標簽:
This
FastChip
contains
banking
上傳時間:
2016-10-01
上傳用戶:a3318966
-
王小平《遺傳算法——理論、應用與軟件實現》隨書光盤,內容有: \GA 本書中所附源程序C或C++代碼文件及其可執行文件 Scs.cpp 基本分類算法源程序,輸入數據文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遺傳算法源程序, 輸入數據文件input,輸出文件output A_life.c 基于遺傳算法的人工生命模擬源程序, 輸入數據文件world GA_nn.c 基于遺傳算法優化神經網絡結構源程序,輸入數據文件sample Patmat.c 基于遺傳算法提取基元圖形源程序 \Sources 遺傳算法相關自由軟件及代碼。
標簽:
算法
光盤
軟件實現
上傳時間:
2016-10-04
上傳用戶:skhlm
-
正整數x 的約數是能整除x 的正整數。正整數x 的約數個數記為div(x)。例如,1,2,5,10 都是正整數10 的約數,且div(10)=4。設a 和b 是2 個正整數,a≤b,找出a 和b之間約數個數最多的數x。
對于給定的2 個正整數a≤b,編程計算a 和b 之間約數個數最多的數。
數據輸入
輸入數據由文件名為input.txt的文本文件提供。文件的第1 行有2 個正整數a和b。
結果輸出
程序運行結束時,若找到的a 和b 之間約數個數最多的數是x,將div(x)輸出到文件output.txt中。
輸入文件示例 輸出文件示例
input.txt output.txt
1 36 9
標簽:
正
整數
div
上傳時間:
2016-10-10
上傳用戶:dianxin61
-
Export a vertices/faces patch to an STL triangular mesh.This is based heavily on Bill McDonald s previous work, simply enabling his output functions for a different form of input.
標簽:
triangular
vertices
McDonald
heavily
上傳時間:
2014-01-12
上傳用戶:lindor
-
The MAX481E, MAX483E, MAX485E, MAX487E–MAX491E,
and MAX1487E are low-power transceivers for RS-485 and
RS-422 communications in harsh environments. Each driver
output and receiver input is protected against ±15kV electrostatic
discharge (ESD) shocks, without latchup. These parts
contain one driver and one receiver. The MAX483E,
MAX487E, MAX488E, and MAX489E feature reduced slewrate
drivers that minimize EMI and reduce reflections caused
by improperly terminated cables, thus allowing error-free
data transmission up to 250kbps. The driver slew rates of the
MAX481E, MAX485E, MAX490E, MAX491E, and MAX1487E
are not limited, allowing them to transmit up to 2.5Mbps.
標簽:
MAX
transceivers
485
low-power
上傳時間:
2013-12-22
上傳用戶:小寶愛考拉
-
數據加密程序
p macro buf
lea dx,buf
mov ah,9
int 21h
endm
data segment
pp db 0dh,0ah, welcome you to run this programme!$
qq db 0dh,0ah, when you input number,press enter.$
qw db 0dh,0ah, 6eh,52h,94h,52h,$
qa db 0dh,0ah, $
info1 db 0dh,0ah,0dh, input number:$
info2 db 0dh,0ah, output number:$
bufa db 20
標簽:
buf
segment
welcome
macro
上傳時間:
2013-12-24
上傳用戶:離殤
-
Snefru is a cryptographic hash function invented by Ralph Merkle which supports 128-bit and 256-bit output.
標簽:
cryptographic
bit
function
invented
上傳時間:
2014-01-13
上傳用戶:wang0123456789
-
Top module name : SHIFTER (File name : SHIFTER.v)
2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT.
3. Output pins: OUT [15:0].
4. Input signals generated from test pattern are latched in one cycle and are
synchronized at clock rising edge.
5. The SHIFT signal describes the shift number. The shift range is 0 to 15.
6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it
shifts input data to left.
7. When the signal SIGN is high, the input data is a signed number and it shifts with
sign extension. However, the input data is an unsigned number if the signal SIGN
is low.
8. You can only use following gates in Table I and need to include the delay
information (Tplh, Tphl) in your design.
標簽:
SHIFTER
name
module
Input
上傳時間:
2013-12-13
上傳用戶:himbly
-
Top module name : SHIFTER (File name : SHIFTER.v)
2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT.
3. Output pins: OUT [15:0].
4. Input signals generated from test pattern are latched in one cycle and are
synchronized at clock rising edge.
5. The SHIFT signal describes the shift number. The shift range is 0 to 15.
6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it
shifts input data to left.
7. When the signal SIGN is high, the input data is a signed number and it shifts with
sign extension. However, the input data is an unsigned number if the signal SIGN
is low.
8. You can only use following gates in Table I and need to include the delay
information (Tplh, Tphl) in your design.
標簽:
SHIFTER
name
module
Input
上傳時間:
2014-01-20
上傳用戶:三人用菜
-
a Java program that reads in the following values from the standard input device (i.e.
Keyboard) and writes its result on the standard output device (i.e. Console/Monitor):
Inputs:
A: the loan amount in dollars and cents (e.g. 150000.00).
r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%)
Y: the number of whole remaining years (for repayment)
M: the number of remaining months
Output:
The program should calculate and output the amount of monthly repayments in dollars and cents as
single value (e.g. $840.55)
標簽:
i.e.
following
the
Keyboard
上傳時間:
2013-12-15
上傳用戶:米卡