代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/309029/13683400
txt multiply.txt
//大数乘法
#include
using namespace std;
int main()
{
int i,j;
char a[201]={0},b[201]={0};
while(scanf("%s%s",&a,&b)==2)
{
strrev(a);
strrev(b);
int res[400]={0};//注意它的位
www.eeworm.com/read/309029/13683401
txt multiply3.txt
//大数乘法
#include
using namespace std;
int main()
{
int i,j;
char a[201]={0},b[201]={0};
while(scanf("%s%s",&a,&b)==2)
{
strrev(a);
strrev(b);
int res[400]={0};//注意它的位
www.eeworm.com/read/309029/13683402
txt multiply2.txt
//大数乘法
#include
using namespace std;
int main()
{
int i,j;
char a[201]={0},b[201]={0};
while(scanf("%s%s",&a,&b)==2)
{
strrev(a);
strrev(b);
int res[400]={0};//注意它的位
www.eeworm.com/read/306573/13741775
asm pinlv.asm
;********************************************************************************
;频率计———六位数码管显示 *
;喇叭接p3.7口,数码管数据p0,数码管控制p2 *
;p3.5
www.eeworm.com/read/305887/13757281
txt 说明.txt
AD667是一款外围电路很简单的12位数模转换,在开发过程中会带来很大的方便,此程序实现了其基本转换功能,
www.eeworm.com/read/305593/13764968
txt led.txt
8位数码扫描显示电路设计(VHDL)
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY SCAN_LED IS
PORT ( CLK : IN STD_LOGIC;
www.eeworm.com/read/302902/13824895
asm aexp11.asm
;*------------------------------------------------------*
;* Aexp11.asm A/D转换-数据采集实验 *
;* A/D转换数据采集程序source file *
;* 运行步骤:1.在平台板的8位AD通道选择开关上 选定通道号 *
www.eeworm.com/read/140673/5784699
h uint.h
#ifndef UINT_H__
#define UINT_H__
#include
#include "Vector.h"
struct Digit { // 十进制数值位
typedef unsigned char Value; // 存放值的类型
enum { BASE = 10 };
/* 默认构造函数
*/
www.eeworm.com/read/129770/5970364
dat asslandat34.dat
POPAD 指令
指令格式:POPAD
指令功能: 本指令依次弹出堆栈中的32位字到 EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX中,弹出堆栈之后,ESP+32-->ESP.
www.eeworm.com/read/129770/5970369
dat asslandat32.dat
POPA 指令
指令格式:POPA
指令功能: 本指令依次弹出堆栈中的16位字到DI,SI,BP,SP,BX,DX,CX,AX中,弹出堆栈之后,SP+16-->Sp.