代码搜索:熔丝位

找到约 10,000 项符合「熔丝位」的源代码

代码结果 10,000
www.eeworm.com/read/469138/6978201

txt 阶乘最后非零位.txt

//求阶乘最后非零位,复杂度O(nlogn) //返回该位,n以字符串方式传入 #include #define MAXN 10000 int lastdigit(char* buf){ const int mod[20]={1,1,2,6,4,2,2,4,2,8,4,4,8,4,6,8,8,6,8,2}; int len=strlen(buf),a[MA
www.eeworm.com/read/461524/7225905

htm 窗 口 显 示 位 置.htm

计算机世界日报: 控制Delphi的窗口显示位置
www.eeworm.com/read/460783/7240768

txt 阶乘最后非零位.txt

//求阶乘最后非零位,复杂度O(nlogn) //返回该位,n以字符串方式传入 #include #define MAXN 10000 int lastdigit(char* buf){ const int mod[20]={1,1,2,6,4,2,2,4,2,8,4,4,8,4,6,8,8,6,8,2}; int len=strlen(buf),a[MA
www.eeworm.com/read/457804/7317639

txt 阶乘最后非零位.txt

//求阶乘最后非零位,复杂度O(nlogn) //返回该位,n以字符串方式传入 #include #define MAXN 10000 int lastdigit(char* buf){ const int mod[20]={1,1,2,6,4,2,2,4,2,8,4,4,8,4,6,8,8,6,8,2}; int len=strlen(buf),a[MA
www.eeworm.com/read/448575/7530502

txt 16位hex的时间编码.txt

共8字节 表示的是1601-1-1 8:00:00到现在的时间,单位是万分之一毫秒 比如00 35 A0 59 AD 7B C9 01对应2009-1-21 17:48:2
www.eeworm.com/read/436523/7768571

c fyd12864并行8位.c

/******************************************************************************* 功能:液晶HY12864T2显示。 说明:显示两行字符串,words1[],words2[]。 制作:电子科大huang_api@sina.com *****************************************
www.eeworm.com/read/198238/7946229

txt 位寄存器:74164.txt

-- TTL164 Shift Register -- download from: www.fpga.com.cn & www.pld.com.cn library IEEE; use IEEE.Std_logic_1164.all; ENTITY dev164 IS PORT(a, b, nclr, clock : IN BIT; q : BUFFE
www.eeworm.com/read/197077/8032109

txt 阶乘最后非零位.txt

//求阶乘最后非零位,复杂度O(nlogn) //返回该位,n以字符串方式传入 #include #define MAXN 10000 int lastdigit(char* buf){ const int mod[20]={1,1,2,6,4,2,2,4,2,8,4,4,8,4,6,8,8,6,8,2}; int len=strlen(buf),a[MA