用bc脚本求解大质数日期:2013-01-21下面是求解大质数bc脚本,程序是从网上查找的C语言程序,然后做的修改。/*this is a bc scripts, it can find some prime numbers. the numbers between n to n+m, they are maybe some big numbers. You can change k and m, k can affect n. This program more part is copied from web You ca