搜索资源列表
7_Rsa
- RSA公钥加密算法基于大整数因式分解困难这样的事实。 选择两个素数,p,q。(一般p,q选择很大的数) 然后计算 z=p*q f=(p-1)(q-1) 选择一个n,使gcd(n,f)=1(gcd代表greatest common divider,一般n也选择一个素数), n和z就作为公钥。 选择一个s,0<s<f,满足n*s % f=1,s就作为私钥。-RSA public key encryption algorithm based on the integer fa
div2
- 大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法-majority of the division algorithm, is not only able to make large numbers of division two, but to achieve a float and between integer and floating point divider between the
giantnumber
- 无符号大数类 实现了大数四则运算 比较 求余数 其中大数乘法采用分治 除法采用模拟竖式-No sign of large numbers class implements the large numbers seeking four more than the number of operations in which the multiplication of large numbers using analog vertical divider partition
clkt34xx_dpll3m2
- OMAP34xx M2 divider clock code
rv740_dpm
- rv740 get decoded reference divider for Linux v2.13.6.
clk-fixed-factor
- basic fixed multiplier and divider clock that cannot gate.
clk-imx6q
- The multiplexer and divider of imx6q clock gpu3d_shader get redefined reused as gpu2d_core_sel and gpu2d_core_podf on imx6dl. -The multiplexer and divider of imx6q clock gpu3d_shader get redefined reused as gpu2d_core_sel and gpu2d_core_podf on im
clk-ls1x
- imx integer fixup divider clock for Linux v2.13.6.
irq_nmi_defs_asm
- mxs fractional divider clock for Linux v2.13.6.
clkt34xx_dpll3m2
- OMAP34xx M2 divider clock code.
clk-divider
- Frontend part of the Linux driver for the Afatech 9005 USB1.1 DVB-T receiver.
mvebu-corediv-clock
- Core Divider Clock bindings for Marvell MVEBU SoCs.
at91_matrix
- Slow Clock Divider Mask.
cvmx-helper-jtag
- Clock divider for QLM JTAG operations. eclk is divided.
icst
- ICST307 VCO frequency must be between 6MHz and 200MHz (3.3 or 5V). This frequency is pre-output divider.
berlin2-div
- Clock dividers in Berlin2 SoCs comprise a complex cell to input pll and divider. -Clock dividers in Berlin2 SoCs comprise a complex cell to input pll and divider.
rs780_dpm
- r600 engine clock entry enable post divider for Linux v2.13.6.
divider
- Binding status: Unstable - ABI compatibility may be broken in the future.
global_reg
- TODO: TVC clock divider for Linux v2.13.6.
Divider
- 用Verilog HDL语言实现分频器,初学,简单(The realization of frequency divider in Verilog HDL, Elementary learning is simple)