代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/493830/6391317
txt shumaguan.txt
6位8段数码管动态驱动电路原理图及Keil C51驱动程序
/* 6位数码管演示程序: 显示数码从0---99循环,按 P3.2 按键,显示从"0" 开始*/
#i nclude
int count1s;
unsigned int count1m;
unsigned char dis_bitcount=0;
www.eeworm.com/read/489683/6468698
vhd stopwatch.vhd
--------分---------------秒-------------毫秒------
---count6-count5---count4-count3---count2-count1---
---毫秒位count2-count1采用每10ms计数一次,计数100次即1s向高位count3进1
---秒位count4-count3每60s到向分进1
---本秒表最大计时为59分59秒
www.eeworm.com/read/489683/6468711
txt 秒表vhdl.txt
--------分---------------秒-------------毫秒------
---count6-count5---count4-count3---count2-count1---
---毫秒位count2-count1采用每10ms计数一次,计数100次即1s向高位count3进1
---秒位count4-count3每60s到向分进1
---本秒表最大计时为59分59秒
www.eeworm.com/read/485633/6555542
txt 中断.txt
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P3^0;
sbit wela=P3^1;
//特殊位定义
sbit P24=P2^4;
sbit P25=P2^5;
sbit P26=P2^6;
sbit P27=P2^7;//位选
sbit d1=P1^3
www.eeworm.com/read/485633/6555545
c 2.c
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P3^0;
sbit wela=P3^1;
//特殊位定义
sbit P24=P2^4;
sbit P25=P2^5;
sbit P26=P2^6;
sbit P27=P2^7;//位选
sbit d1=P1^3
www.eeworm.com/read/483478/6597971
c 2543_1.c
/*ICL2543封装程序--2006年9月8日*/
#include
sbit cs_2543=P1^4;
sbit clk_2543=P1^7;
sbit input=P1^6;
sbit output=P1^5;
//mode高四位通道号,低四位为零;
unsigned int tlc2543(unsigned char mode)
{
unsigne
www.eeworm.com/read/482732/6621890
txt 5-5.txt
/* 范例:5-5 */
#include
void main(void)
{
printf("13>>1=%d\n",13>>1); /* 将13的二进制表示式向右位移1个位 */
printf("13
www.eeworm.com/read/481963/6633342
s43 asm.s43
#include "msp430x22x4.h"
;WDT在看门狗模式下,当看门狗溢出时,再系统复位时来查询WDTIFG位,
;来判断复位是不是由WDT溢出引起的,
;如果是由于WTD溢出引起就点亮LED.
;然后再将WDT关闭,看WDTIFG还是否会置位.
; MSP430F2274
; -----------------
;
www.eeworm.com/read/263494/11360885
sql 5.3.2 融合了补号处理的编号生成处理示例.sql
--1.融合了补号处理的流水号编号处理
--下面是使用补号法生成流水编号的用户定义函数,生成的编号总长度为8位,以BH开头,其余6位为流水号。
--得到新编号的函数
CREATE FUNCTION f_NextBH()
RETURNS char(8)
AS
BEGIN
DECLARE @r char(8)
SELECT @r='BH'+RIGHT(1000001+MI
www.eeworm.com/read/408526/11383857
txt readme.txt
开发范例 说 明 文件名 大小(KB) 更新日期
4a,4b,4c扫描仪的DOS下的驱动及开发范例 4a.zip* 53 1998/09/21
Windows 环境Twain接口开发范例(16位) Twain.zip* 38 1998/09/21
Windows 环境Twain接口开发范例(32位) Twain32.zip* 62 1998/09