代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/354304/10366210
c 2_4.c
/*
用8个发光管演示出8位二进制数累加过程。
*/
/*********************************************************/
#include //52单片机头文件
#include
www.eeworm.com/read/424156/10486473
h config.h
#ifndef __config_H
#define __config_H
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8; /*无符号8位整型变量
www.eeworm.com/read/424143/10487147
asm ex3-4.asm
DRL1: MOV A,R3
CLR C
RLC A
MOV R3,A
MOV A,R2
RLC A
MOV ACC.7,C ;恢复符号位
MOV R2,A
RET
www.eeworm.com/read/351751/10612144
c main.c
///////////////////////////////////////////////////////////////////
// 16位累加器测速程序(PACB累加器),PT0口输入脉冲
//每次记录脉冲时间可修改宏:TIME_INTER
//author:whut_wj
/////////////////////////////////////////////////////
www.eeworm.com/read/276337/10746525
cs biginteger.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace RSA
{
public sealed class BigInteger
{
private const int maxLength = 80; //最大32位无符号整数长度,80*32 = 25
www.eeworm.com/read/349792/10799690
h spi.h
#ifndef __LED__
#define __LED__
typedef unsigned char uint8; /* defined for unsigned 8-bits integer variable 无符号8位整型变量 */
typedef signed char int8; /* d
www.eeworm.com/read/349791/10799795
h spi.h
#ifndef __LED__
#define __LED__
typedef unsigned char uint8; /* defined for unsigned 8-bits integer variable 无符号8位整型变量 */
typedef signed char int8; /* d
www.eeworm.com/read/349787/10800079
h spi.h
#ifndef __LED__
#define __LED__
typedef unsigned char uint8; /* defined for unsigned 8-bits integer variable 无符号8位整型变量 */
typedef signed char int8; /* d
www.eeworm.com/read/349697/10803936
h spi.h
#ifndef __LED__
#define __LED__
typedef unsigned char uint8; /* defined for unsigned 8-bits integer variable 无符号8位整型变量 */
typedef signed char int8; /* d