代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/253948/12175526
txt 九世-vincent.txt
【文道会】长篇组::九世::【游戏大杂烩】
--------------------------------------------------------------------------------
【九世】:“为君流尽三生泪,君却禁生六道魂。”三生六道,也称九世,古佛教典籍曾有三生涅磐,六道轮回,九世圆满之说。
九世
云在七彩的颜色中涌动着,一丝一连的拥抱分散,隐藏着无限 ...
www.eeworm.com/read/306178/3753250
c wdsl7.c
// by mayue
inherit ROOM;
void create()
{
set("short", "五毒山路");
set("long", @LONG
这里是五毒山中的山间小路,蜿蜒曲折盘旋而上。山路上寂静
无声,看不到一丝鸟兽的痕迹。你顺手拨开伸向路中的枝条,树枝
忽然一动,缩了回去,“哇...”竟然是一条形似枯枝的毒蛇。前面
现出一段绿瓦红墙,好象是所大宅院。
LONG
...
www.eeworm.com/read/388285/8619322
asm h42.asm
; 实验四十二 IIC总线24C02读写
; ASM51
; **********************************************************
; 24C01/02 为IIC总线EEPROM存储器, 容量为1k位(128 * 8)
; ***************************************************
www.eeworm.com/read/387291/8695423
c global.c
#include
#include "D12_Define.h"
//软件标志位
SOFT_FLAG idata Soft_Flag;
////////////////////////////
unsigned long int * lpData;
unsigned long int wLength;
unsigned long int wCount;
ui
www.eeworm.com/read/386476/8744254
asm asm2-2.asm
;=============================================================
; 文件名称: Asm2-2.asm
; 功能描述: 二进制整数(16位)转换为十进制整数(组合BCD)
;=============================================================
; 0--FFFFH(R3R4)=
www.eeworm.com/read/386298/8757181
c i2c.c
#include /*头文件的包含*/
#include
#define uchar unsigned char /*宏定义*/
#define uint unsigned int
/*端口位定义*/
sbit BELL_OUT=P3^5;
www.eeworm.com/read/375866/9347070
_h lcd._h
#ifndef __LCD_H
#define __LCD_H
// #include "D:\new_sd\define.h"
typedef unsigned char UINT8; // 无符号8位整型变量
typedef signed char INT8;
www.eeworm.com/read/375866/9347077
h lcd.h
#ifndef __LCD_H
#define __LCD_H
// #include "D:\new_sd\define.h"
typedef unsigned char UINT8; // 无符号8位整型变量
typedef signed char INT8;
www.eeworm.com/read/176727/9486755
c recframe.c
#include "recframe.h"
#include "recframeown.h"
#include "time.h"
/*********************************************************************
* 函 数 名: StatSwitch
* 功能描述: 判断每一个接收字节,进行状态转移,置标识位
* 函数
www.eeworm.com/read/176483/9496709
bas module.bas
Attribute VB_Name = "Module"
'*************************************************
'消息帧数据格式:
' 1 0 A B X X
'其中 10 为消息标识,
' AB表示文本长度,L=A*100+B
' XX为配位字符,任意
'