搜索资源列表
ImgRotate
- Dim DP() As Byte, c As Long, d As Long Dim i As Long, j As Long Dim Color As Long, SRad As Double, CRad As Double Dim p As Double, q As Double, m As Double, n As Double Dim m1 As Double, n1 As Double, m2 As Double, n2 As Double, t As RGB, t1
puanduanxingqiji
- 语言根据日期判断星期几(使用基姆拉尔森计算公式) 算法如下: 基姆拉尔森计算公式 W= (d+2*m+3*(m+1)/5+y+y/4-y/100+y/400) mod 7 在公式中d表示日期中的日数,m表示月份数,y表示年数。
Hacker Disassembler Engine
- Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address
VC计算器
- VC计算器 功能 1、完成了实验要求的所有内容 2、可以连续输入运算,对于输入的表达式能够按算符优先级进行处理。如输入2+3*2时,输出为8,而不是10 3、可以处理含括号的表达式 4、十六进制、八进制、二进制可以双字、单字和字节三种长度进行处理 5、科学计数法表示,当输入值或者计算结果超过10^16时会自动以科学计数法表示 6、增加了科学计算器的一些设施,如退格键,清空与归零键,求阶乘,π,求Ln,求双曲函数等 7、可以使用键盘快捷键 8、错误提示 使用 1、Sin、Cos、Tan、Log、M
lps130-m
- Mod. 130 power supply Schematic diagram
Euler_fuction
- Euler函数: m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函数: 定义:phi(m) 表示小于等于m并且与m互质的正整数的个数。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pn)
mod-mac
- 实现修改网卡地址,简单过程明细。直接修改,快速上网。-Modified to achieve LAN address, details of a simple process. Directly modify, fast Internet access.
mima
- 试用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。(加密方法:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (I=1,2,3)。例如:m="data security"对应数字"3,0,19,0,18,......,19,24";k="best" 对应数字为"1,4,18,19"密钥长度为4。c="eeltt ……r")其中c1=m1 + k1 mod 26 = 4 (e),c5=m5+k1 mod 26=
weekday
- 算法如下: 基姆拉尔森计算公式 W= (d+2*m+3*(m+1)/5+y+y/4-y/100+y/400) mod 7 在公式中d表示日期中的日数,m表示月份数,y表示年数。 注意:在公式中有个与其他公式不同的地方: 把一月和二月看成是上一年的十三月和十四月,例:如果是2004-1-10则换算成:2003-13-10来代入公式计算。-Algorithm is as follows:基姆拉尔森formula W = (d+2* m+3* (m+1)/5+
encode
- 用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。加密方法为:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (i=1,2,3)。-Password with the Virginia approach to ART (not case sensitive) as the key for any given letter is encrypted. Encryption methods are: the let
mcfpfsf2_1
- 固定窗口的模重复平方算法,计算大数a的n次方模m余下的值,可以有效出理计算机计算过程中的大数溢出问题。-figure out the value of a^n(mod m) when a is large.
figout_e
- 求出一个数对于另一个数的指数,例如求a对模m的指数e,使 a^e(mod m)=1-Obtained a number to another number for the index, such as seeking a pair of mode indices m e, so that a ^ e (mod m) = 1
ModOfPower
- Write an efficient algorithm to calculate R=B^P mod M
Ch_Rem_Poly
- (程序Poly_GCD.m和Poly_GCD_Main.m) 多项式的中国剩余定理定义在在文学更数学符号如下(对于如在书中理查德Blahut/ P77):对于任何一组两两互素多项式[M1(X),2(X),... MK(X)],一组同余:C(X)= eqvt模(CK(x)中,MK(X))中,k=1,2,...,K具有一定程度的小于度的独特的解决方案。-The Chinese Remainder Theorem for Polynomials is defined in still mor
lincon
- X = LINCON(A,B,N)解决线性同余的系统 A(1)* X== B(1)(MOD N(1)) A(2)* X== B(2)(MOD N(2)) ... A(M)* X== B(M)(N模(M)) 的溶液中,X,将给出作为载体[X1 X2]代表的一般的解决方案 点ˉx== X1(MOD X2)
数字签名
- 表示整数k关于某个模数的逆元,并非指 k 的倒数。逆元:满足 a*b mod m =1 的a和b互为关于模数 m 的逆元。 2、H( m ):One-Way Hash函数,m为待签署的明文,DSS中选用SHA1( Secure Hash Algorithm ),此时H(m) 的输出为160bits长的数字串(16进制)。(HFTGHDGHXGHRFGFXZGVZSDFdCXVCFHGFGXFXBVXVDZf)
bin2txt
- d2 m od的源码查看文件 bin2txt为反编译器的所有源代码,ANSI C。 bin2txt.sln为VS2010工程文件,打开即可编译。 EnquettarM,这个熟悉mod的人就不用介绍了,是根据bin来产生string.txt和patchstring.txt的工具(D2 m od source view file Bin2txt is all the source code for the compilers, ANSI C. Bin2txt.sln is a VS