资源列表
0626C2
- 计算xk+1除CRC-CCITT后的余式,k从1到32768-Xk+1 In addition to calculating the CRC-CCITT after more than style, k from 1-32768
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+
jishupaixu
- 基数排序 可以实现一些列数之间的排序 实现从小大到大的排序功能-Radix sort can be achieved between the number of columns to sort implementation from small to large sorting large
mickey
- 打印出100-999之间所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。 例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方-Print out between 100-999 all the " Narcissus number" so-called " Narcissus number" refers to a three-digit, which you figure is equal t
lualt
- LU Decomposition programme
kxpx
- 1.i =L j = R 将基准数挖出形成第一个坑a[i]。 2.j--由后向前找比它小的数,找到后挖出此数填前一个坑a[i]中。 3.i++由前向后找比它大的数,找到后也挖出此数填到前一个坑a[j]中。 4.再重复执行2,3二步,直到i==j,将基准数填入a[i]中。 -1. i = L j = R the reference number of the first pit excavated to form a [i]. 2. j- from back
earhar
- 判断一个数是否为素数(C语言学习《C程序设计(第3版)》谭浩强)-Judgment is one number for a prime
sgsyj
- 水果收银机,选择相应水果和要买的重量,则可以得到应收钱数及应找钱数。-Fruit cash registers, we can calculate the money number and should give change
IntRectangle
- public class IntRectangle
DFT
- 离散傅里叶变换对于FDTD计算程序很有用- an algorithm resistant to print/scan process is proposed , which is based on block discrete fourier transform
Elman
- Elman神经网络:Elman网络是 J. L. Elman于1990年首先针对语音处理问题而提出来的, 它是一种典型的局部回归网络( global feed for ward l ocal recurrent)。Elman网络可以看作是一个具有局部记忆单元和局部反馈连接的前向神经网络。Elman网络具有与多层前向网络相似的多层结构。它的主要结构是前馈连接, 包括输入层、 隐含层、 输出层, 其连接权可以进行学习修正 反馈连接由一组“结构 ” 单元构成,用来记忆前一时刻的输出值, 其连接权值是固
DAZHENGSHU-
- 分治法大正数运算支持1000位以内运算,不过自己可以很方便地改长度-Divide and conquer positive operation within 1000 bit support operations, but you can easily change the length of