代码搜索:熔丝位

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

代码结果 10,000
www.eeworm.com/read/140349/13086777

h membitmap.h

#ifndef WMEMBITMAP #define WMEMBITMAP #include "math.h" #define PIE 3.1415925 //支持按位取数据的操作,返回字节 class BitData { public: BYTE *Data; long int BytePtr; long int BufLen; int BitPtr; BO
www.eeworm.com/read/318474/13477864

c i2c.c

#include /*头文件的包含*/ #include #define uchar unsigned char /*宏定义*/ #define uint unsigned int /*端口位定义*/ sbit BELL_OUT=P3^5;
www.eeworm.com/read/305993/13755411

h membitmap.h

#ifndef WMEMBITMAP #define WMEMBITMAP #include "math.h" #define PIE 3.1415925 //支持按位取数据的操作,返回字节 class BitData { public: BYTE *Data; long int BytePtr; long int BufLen; int BitPtr; BO
www.eeworm.com/read/304227/13797783

c initializing.c

#include "F2407REGS_c.h" extern signed int U_data_in[320]; // 10个周波AD采样数据,为16位2的补码 /************************************************************************* 文件名: DSP2407_Initializing() 日期:
www.eeworm.com/read/302902/13824873

asm aexp8.asm

;********************************************************************* ; Aexp8.asm 走马灯(灯光变幻)程序 * ; 内容:用DIP的8位开关控制走马灯的花样,用SW3控制走马灯的起/停
www.eeworm.com/read/302902/13824880

asm asm81.asm

;********************************************************************* ; Aexp8.asm 走马灯(灯光变幻)程序 * ; 内容:用DIP的8位开关控制走马灯的花样,用SW3控制走马灯的起/停
www.eeworm.com/read/302160/13840439

txt 6.txt

下城墙的斜坡踏道通常位於城内靠近城门处,一边紧靠城墙,另一边以高墙围砌,入口设单开间的门楼,以便管制进出。
www.eeworm.com/read/490112/6458698

prg main.prg

CLOSE ALL CLEAR ALL SET CENTURY ON && 显示四位年代 SET CURRENCY TO "¥" && 货币符号为“¥” PUBLIC cuser,mph,act,isadm,sertb,sertj && 声明全局全变量 _SCREEN.VISIBLE=.
www.eeworm.com/read/485735/6545260

java bitoperation.java

/* *测试位的四种运算 */ public class BitOperation { public static void main(String[] args) { int a = 15; int b = 2; int x = a & b; int y = a | b; int z = a ^ b; System.out.println(a
www.eeworm.com/read/400221/11580426

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 徐安全五位数的读出.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx