代码搜索:Witness
找到约 48 项符合「Witness」的源代码
代码结果 48
www.eeworm.com/read/437054/7755838
ppt witness.ppt
www.eeworm.com/read/472353/6876021
doc witness.doc
www.eeworm.com/read/171159/9768654
txt readme.txt
examples文件夹下的程序可以在witness 教育版上运行;
witness2文件夹下的部分程序需要在witness工业版上才能运行;
www.eeworm.com/read/5773/71683
prt witness_line-slanted.prt
www.eeworm.com/read/5773/71698
drw witness_line-slanted.drw
www.eeworm.com/read/171157/9768715
doc witness仿真软件简介.doc
www.eeworm.com/read/281000/10274108
cpp fig10_62.cpp
/**
* Function that implements the basic primality test.
* If witness does not return 1, n is definitely composite.
* Do this by computing a^i (mod n) and looking for
* non-trivial square root
www.eeworm.com/read/466944/7024127
java fig10_62.java
import DataStructures.Random;
public class Fig10_62
{
/* START: Fig10_62.txt */
/**
* Method that implements the basic primality test.
* If witness does n
www.eeworm.com/read/142539/12940954
c fig10_62.c
#include
#include
typedef long HugeInt;
HugeInt
RandInt( HugeInt Low, HugeInt High )
{
return rand( ) % ( High - Low