將一個數進行階乘結果會是一個很大的數,在c語言里double型也最大只能存一個兩位數的整數的階乘。本算法是對大數進行階乘計算。
標簽:
上傳時間: 2013-12-15
上傳用戶:ggwz258
-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN
標簽: Hamming produced Decoder decoder
上傳時間: 2017-07-15
上傳用戶:520
In this work an implementation of a geometric nonlinear controller for chaos synchronization in a Field Programmable Gate Array (FPGA) is presented. The Lorenz chaotic system is used to show the implementation of chaos synchronization via nonlinear controller implemented in a Xilinx FPGA Virtex-II 2v2000ft896-4. The main idea is to design a nonlinear geometric controller which synchronizes a slave Lorenz system to a master system and then implement them into the FPGA.
標簽: synchronization implementation controller geometric
上傳時間: 2013-12-17
上傳用戶:3到15
In this paper, a new method is introduced to implement chaotic generators based on the Henon map and Lorenz chaotic generators given by the state equations using the Field Programmable Gate Array (FPGA). The aim of this method is to increase the frequency of the chaotic generators. The new method is based on the MATLAB® Software, Xilinx System Generator, Xilinx Alliance tools and Synplicity Synplify.
標簽: introduced generators implement chaotic
上傳時間: 2017-07-24
上傳用戶:qq521
A spatiotemporal chaotic map is digitized to develop a highly paralleled PRBS generator that accommodates to FPGA (Field Programmable Gate Array) implementation in present paper.
標簽: spatiotemporal paralleled digitized generator
上傳時間: 2013-12-12
上傳用戶:Andy123456
A quicksort algorithm sourcecode that together with the sourcecode for equalTo, sorts a integer array from lowest to highest and then checks if two numbers in the array added with eachother equals another integer.
標簽: sourcecode quicksort algorithm together
上傳時間: 2017-07-26
上傳用戶:lht618
hcon是工作在Linux控制臺下的高效雙字節中/日/韓(CJK)虛擬終端,就像DOS環境中的UCDOS一樣,為控制臺(console)環境提供完整的雙字節語言環境。-zhcon work in the Linux console is under the efficient double-byte Chinese / Japanese / Korean (CJK) virtual terminal, just like DOS environment UCDOS same for console (console) environment to provide a complete double-byte language environments.
上傳時間: 2013-12-26
上傳用戶:wsf950131
I used MFC. that code is not perfect and have some problem. But its function is Ok. You just fix and use array of display buffer. That is about How to play RAW graphic file. rotate, mirr, plus, divide ... etc
標簽: function perfect problem used
上傳時間: 2017-07-30
上傳用戶:皇族傳媒
購物車系統中的用戶類,private Integer id private Product product private String shopname private Double shopprice
標簽: 用戶
上傳時間: 2017-08-03
上傳用戶:從此走出陰霾
Desired beamformer, Beam patterns for broadband array
標簽: beamformer Desired
上傳時間: 2014-01-13
上傳用戶:牧羊人8920