代码搜索:LED取模
找到约 10,000 项符合「LED取模」的源代码
代码结果 10,000
www.eeworm.com/read/489247/6477158
h led_dis.h
/*程序名称: 数码管段码表*/
#define Led_P 0x10
#define Led_L 0x11
#define Led_H 0x12
#define Led_U 0x13
#define Led_r 0x14
#define Led__ 0x15
#define Led_- 0x16
const unsigned char DisTab[]=
{
0xFC,
www.eeworm.com/read/366028/9836288
cpp 解模线性方程ax=b(mod n).cpp
#include
int ext_euclid(int a,int b,int &x,int &y)
{
int t,d;
if (b==0){
x=1;
y=0;
return a;
}
d=ext_
www.eeworm.com/read/279550/10421275
txt 模运算 开方二分法.txt
#include
#include
#include
#include
#include
#include
using namespace std;
//模运算 开方二分法 NOJ 1088
/*
输入
2 3 3
2 3 4
输出
2
www.eeworm.com/read/333649/12667478
m 理想光子晶体的透射模宽度分布.m
%理想光子晶体的透射模宽度分布
clear
%计算透射谱(20层)
na=3.0;
nb=1.0 ;
a=1.0;
b=3.0;
c=0.001*pi/(na*a+nb*b);
x=[0,0,0,0];
z=[0,0,0,0];
for A=1:8100
ba=A*c*na*a;
bb=A*c*nb*b;
d1=cos(ba
www.eeworm.com/read/319327/13455903
caj 40 恒模算法 进展与展望 2003.caj
www.eeworm.com/read/407780/11410872
txt 模运算 开方二分法.txt
#include
#include
#include
#include
#include
#include
using namespace std;
//模运算 开方二分法 NOJ 1088
/*
输入
2 3 3
2 3 4
输出
2
www.eeworm.com/read/5741/68810
exe 一模一穴模具设计-5.exe
www.eeworm.com/read/5741/68811
exe 一模一穴模具设计-4.exe
www.eeworm.com/read/5741/68812