代码搜索:LED取模
找到约 10,000 项符合「LED取模」的源代码
代码结果 10,000
www.eeworm.com/read/460783/7240770
txt 模线性方程(组).txt
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
//扩展Euclid求解gcd(a,b)=ax+by
int ext_gcd(int a,int b,int& x,int& y){
int t,ret;
if (!b){
x=1,y=0;
return a;
}
re
www.eeworm.com/read/457804/7317641
txt 模线性方程(组).txt
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
//扩展Euclid求解gcd(a,b)=ax+by
int ext_gcd(int a,int b,int& x,int& y){
int t,ret;
if (!b){
x=1,y=0;
return a;
}
re
www.eeworm.com/read/197077/8032112
txt 模线性方程(组).txt
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
//扩展Euclid求解gcd(a,b)=ax+by
int ext_gcd(int a,int b,int& x,int& y){
int t,ret;
if (!b){
x=1,y=0;
return a;
}
re
www.eeworm.com/read/307964/13712056
cpp 模重复平方计算法.cpp
#include
unsigned long fun(unsigned long b,unsigned long m,unsigned long n)
{
int a1[100]; //保存转换后的二进制数
unsigned long a[50];
long max;
for(int i=0;i
www.eeworm.com/read/493263/6399644
doc 模电试题b.doc
www.eeworm.com/read/485707/6556726
doc 可变模计数器.doc
www.eeworm.com/read/478955/6708621
txt 模线性方程(组).txt
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
//扩展Euclid求解gcd(a,b)=ax+by
int ext_gcd(int a,int b,int& x,int& y){
int t,ret;
if (!b){
x=1,y=0;
return a;
}
re
www.eeworm.com/read/403717/11512734
txt 模线性方程(组).txt
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
//扩展Euclid求解gcd(a,b)=ax+by
int ext_gcd(int a,int b,int& x,int& y){
int t,ret;
if (!b){
x=1,y=0;
return a;
}
re
www.eeworm.com/read/400753/11569524
txt 模线性方程(组).txt
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
//扩展Euclid求解gcd(a,b)=ax+by
int ext_gcd(int a,int b,int& x,int& y){
int t,ret;
if (!b){
x=1,y=0;
return a;
}
re
www.eeworm.com/read/252250/12291161