代码搜索:熔丝位

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

代码结果 10,000
www.eeworm.com/read/397776/6357002

bas spcp.bas

Attribute VB_Name = "spcp" '************************************************* '消息帧数据格式: ' 1 0 A B X X '其中 10 为消息标识, ' AB表示文本长度,L=A*100+B ' XX为配位字符,任意 '控制
www.eeworm.com/read/494149/6379195

h project_model.h

#include typedef double Ug_Matrix[4][4]; //位姿矩阵 typedef double Ug_Vector[3]; //向量 typedef double Ug_Point3d[3]; //点 typedef struct VA_component /*
www.eeworm.com/read/494112/6388395

c 参赛最终版.c

#include #include #include typedef unsigned char INT8U; //无符号8位数 #define OFF 1 #define ON 0 #define OK 1 /****************************
www.eeworm.com/read/490590/6449198

c op.c

//============================ //绕线机程序 //designor:zhu guangming //date:2009-5-6 //============================ #ifndef __op_c__ #define __op_c__ #include "included.h" //=====一位数据设置-1子程序,不管
www.eeworm.com/read/486164/6544921

cpp des.cpp

#include using namespace std; #define zero 0; class Des { private: bool subKey[16][48]; // 16圈子密钥 static char Etable[48]; // E 位选择表 static char Ptable[32]; // P换位表
www.eeworm.com/read/484047/6589919

h lcd1602.h

#ifndef LCD_CHAR_1602_2005_4_9 #define LCD_CHAR_1602_2005_4_9 #include //Port Definitions********************************************************** sbit LcdRs = P3^0; //三个控制位,建议根
www.eeworm.com/read/265198/11273227

asp zcsave.asp

function chkform(form) { var mennum=form.user_mennum.value; if(form.user_id.value.length
www.eeworm.com/read/403538/11515060

txt code_string.txt

/// /// 进行DES加密。 /// /// 要加密的字符串。 /// 密钥,且必须为8位。 /// 以Base64格式返回的
www.eeworm.com/read/402476/11534303

v alucontrl.v

module alucontrl( op , ina , inb , aluOp , aluCtrl , writein , outcalc , shiftsign , extend , luisign , sign , signslt); //???????? //控制信号生成单元 input [31:0] op ;//输入的32位的机器指令 output [1:0] aluOp, out
www.eeworm.com/read/402197/11541059

cpp frameparser.cpp

#include // 用于文件操作 #include // 用于程序流程控制 //////////////////////////////////////////////////////////////////////////////// // CRC校验,在上一轮校验的基础上继续作8位CRC校验 // // 输入参数: /