代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/27607/985276
c lcd1602_4bit.c
//-----------------------------------------------------------------
// 名称: 1602LCD工作于四位模式实时显示当前时间
//-----------------------------------------------------------------
// 说明: 与上一案例不同的是本例液晶数据端口仅使用了四
www.eeworm.com/read/28664/1004472
txt 源码更新.txt
//-----------------------------------------------------------------
//原始程序中相邻两位密码不能相同.
//本压缩包中的HEX由修改后的新程序编译生成,允许输入任意密码.
//-----------------------------------------------------------------
//实训100
www.eeworm.com/read/28694/1005264
c main.c
//-----------------------------------------------------------------
// 名称: 1602LCD工作于四位模式实时显示当前时间
//-----------------------------------------------------------------
// 说明: 与上一案例不同的是本例液晶数据端口仅使用了四
www.eeworm.com/read/28694/1006013
c 8只数码管扫描显示多个不同字符.c
//-----------------------------------------------------------------
// 名称: 八只数码管扫描显示多个字符
//-----------------------------------------------------------------
// 说明: 本例运行时,数字0~7同时显示在8位集成式数码管上.
//
www.eeworm.com/read/471111/1433322
txt lx2_8.txt
2.8
(1)12345.678000(默认6位小数)
(2)X12345.678 (左补一个空格)
(3)12345.678 (宽度不够,突破限制)
(4)12345.67800 (突破限制,按小数位显示)
www.eeworm.com/read/461975/1548755
java ds.java
package net;
import java.util.*;
import java.text.*;
import java.lang.*;
import sun.io.*;
public class ds
{
public static long makeID ( int uid )
{
//用户占5位
uid += 10000 ;
www.eeworm.com/read/456138/1607540
java ds.java
package net;
import java.util.*;
import java.text.*;
import java.lang.*;
import sun.io.*;
public class ds
{
public static long makeID ( int uid )
{
//用户占5位
uid += 10000 ;
www.eeworm.com/read/452376/1656538
cs tlvint32.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace SMPP.Variable
{
///
/// TLV32位整型
///
public class TLVInt32 : TLV
{
public Int32 Va
www.eeworm.com/read/452376/1656546
cs tlvint16.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace SMPP.Variable
{
///
/// TLV16位整型
///
public class TLVInt16 : TLV
{
public Int16 Va
www.eeworm.com/read/452376/1656558
cs tlvint64.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace SMPP.Variable
{
///
/// TLV64位整型
///
public class TLVInt64 : TLV
{
public Int64 Va