资源列表
demo
- 模拟我们乘法计算的方式,进行大数的阶乘计算,可以计算高达12000!的数字正确输出,但缺点是比较慢,因为是一位一位计算,优点是通用性强。-a code for factorial calculation up to 12000.
demo2
- 模拟我们乘法计算的方式,进行大数的阶乘计算,可以计算高达12000!的数字正确输出,计算速度快。-a code for fast calculation of factorial up to 12000!
crc
- 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
Graph
- 两个乒乓球队进行比赛,各出三人。甲队为a,b,c三人,乙队为x,y,z三人。已抽签决定 比赛名单。有人向队员打听比赛的名单。a说他不和x比,c说他不和x,z比,请编程序找出三队赛手的名单。-Two table tennis team to compete, each offering three. A team to a, b, c three-, B team for the x, y, z three. Has beendetermined by lotMatch list. Competi
1234
- 这是用C++编写的求最小公倍数最大公约数的程序`方便学生们实践课-This is written in C++, the least common multiple greatest common divisor of the program requirements to facilitate the students ``` Practice Course
Recursive
- 利用递归方法求5!。 利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-Using recursive method for solving 5!. Use recursive function call to the input of five characters, printed in reverse order.
1234
- 素数的判定,可以直接下载实用。可以随意下载。-dada as dasda sd asdasfaadsa
c
- C#实现二值化滤波(阈值、有序抖动、Bayer抖动、Floyd-Steinberg,Burkes, Jarvis-Judice-Ninke, Sierra, Stevenson-Arce)-C# to achieve binary filter (threshold, ordered dithering, Bayer dithering, Floyd-Steinberg, Burkes, Jarvis-Judice-Ninke, Sierra, Stevenson-Arce)
MagicCube
- 细菌。。关于编辑距离的计算。与前面那个不同。这个详细很多-Bacteria. . On the edit distance calculation. That different from the previous. The details of many
ECG_filter
- 心电的一种滤波算法,感兴趣的可以参考一下-A filtering algorithm for ECG, are interested can refer to
BeamcalculationOptimizer
- 悬臂梁受集中力优化计算,在程序中采用网格规律变化,取得较优结果-Cantilever beam under concentrated force optimization calculation procedure used in the grid changes the law to obtain optimum results
id3
- id3 java implementation
