代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/272791/10944001
java javashy21.java
/********************************************************************************************
第3章习题1
编程:要求输入一个5位整数,将这个数分成独立的数字,并分开显示。例如输入32439则显示 3 2 4 3 9。
*****************************
www.eeworm.com/read/255028/7019420
vhd multi8x8.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
use ieee.std_logic_unsigned.all;
ENTITY MULTI8X8 IS -- 8位乘法器顶层设计
PORT ( CLKK,START : IN STD_LOGIC;
A,
www.eeworm.com/read/465931/7049117
h globe.h
#ifndef _GLOBE_H_
#define _GLOBE_H_
#include "GeometryR.h"
#define sqrt2 1.414213562373
#define CLOCKWISE 1
#define ANTICLOCK -1
#define NOCLOCK 0
//场地物体浮点位姿信息
class RobotInford
{
www.eeworm.com/read/438523/7120363
c display.c
#include "global.h"
#include "display.h"
//**********************显示的开始***************************
//显示函数,先显示万位,最后就是个位,是用共阳数码管的
void Led_Display(void)
{
Wan=
www.eeworm.com/read/457957/7142554
txt crc.txt
以前刚好写过一段时间,拿出来给你吧!(多项式可能不同,自己动下脑筋改下吧!)
//-----------------------------------------------------------------
// 计算16位CRC函数之一
//----------------------------------------------------------------
www.eeworm.com/read/316345/7144416
h gdata.h
#define BufferSize 32 //显示缓存大小
unsigned char bitcount=11; //位计数变量
unsigned char kb_buffer[BufferSize]; //显示缓存
unsigned char input=0; //数据压入缓存位置指针
unsigned char output=0;
www.eeworm.com/read/459495/7274548
c at2402.c
/*********************************************************
AT2402
按键K1为位选数码管
按键K2为加。。。。+
按键K3为加。。。。-
按键K4为保存。。。Save
*********************************************************/
#include
www.eeworm.com/read/445348/7596392
c m16_ad.c
/*************************************************
*filename:main.c
*function:AD测试
*tools:UltraEdit+avr-gcc+proteus
*Date:2009-1-8 night
*Author:Late Lee
*note:关于置位:可用_BV(),也可以用移位的方法。
*********
www.eeworm.com/read/437197/7753476
c text1.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
#define _Nop() _nop_()
#define GENERATE_STOP 0x54 /* 置位 STO, 复位 STA 、 SI */
www.eeworm.com/read/437197/7753493
c text1.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
#define _Nop() _nop_()
#define GENERATE_STOP 0x54 /* 置位 STO, 复位 STA 、 SI */