代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/439153/7716270
c timer2.c
/*******************************************************************
* *
* ME500单片机开发系统演示程序 - Timer2 中断应用 *
* *
* 8位数码管显示 *
* *
* 邮箱: gguoqing@willar.com *
* 网站: http://www.willar.com *
* 作者:
www.eeworm.com/read/199907/7814748
cpp menufunc.cpp
#include "head.h"
#include
#include
bool protect(Account * inewP) //密码保护
{
char key[7];
for(int i = 0 ; i < 3 ; i ++) //有3次机会
{
cout
www.eeworm.com/read/397415/8051317
java decode.java
//package mypub;
import java.io.*;
public class Decode
{
static int num=0;
public char DecodeAscII(String hex) //八位,一个字节,
{
StringToInt to=new StringToInt();
int i=to.H
www.eeworm.com/read/397415/8051322
java decode.java
//package mypub;
import java.io.*;
public class Decode
{
static int num=0;
public char DecodeAscII(String hex) //八位,一个字节,
{
StringToInt to=new StringToInt();
int i=to.H
www.eeworm.com/read/397415/8051338
java decode.java
//package mypub;
import java.io.*;
public class Decode
{
static int num=0;
public char DecodeAscII(String hex) //八位,一个字节,
{
StringToInt to=new StringToInt();
int i=to.H
www.eeworm.com/read/397415/8051355
java decode.java
//package mypub;
import java.io.*;
public class Decode
{
static int num=0;
public char DecodeAscII(String hex) //八位,一个字节,
{
StringToInt to=new StringToInt();
int i=to.H
www.eeworm.com/read/397415/8051360
java decode.java
//package mypub;
import java.io.*;
public class Decode
{
static int num=0;
public char DecodeAscII(String hex) //八位,一个字节,
{
StringToInt to=new StringToInt();
int i=to.H
www.eeworm.com/read/196300/8101033
h config.h
//这一段无需改动
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed c
www.eeworm.com/read/332446/12757271
c initializing.c
#include "F2407REGS_c.h"
extern signed int U_data_in[320]; // 10个周波AD采样数据,为16位2的补码
/*************************************************************************
文件名: DSP2407_Initializing()
日期:
www.eeworm.com/read/243023/12968102
h display.h
void send(unsigned char add,unsigned char dat) //发送16位数据
{
unsigned char A,B,i,j;
j=1;
wait(10);
CLK_0;
wait(10);
while(j