代码搜索:数字电阻

找到约 10,000 项符合「数字电阻」的源代码

代码结果 10,000
www.eeworm.com/read/187040/8881533

txt ad_temp_with_m169.txt

/-10度--60度,共71个数,这个值是通过电阻分压算出AD转换的数值. unsigned int tmpad[]={156,163,171,179,187,195,203,212,221,230, 239,249,259,268,279,289,299,310,320,331, 342,353,364,375,387,398,409,421,432,444
www.eeworm.com/read/383745/8921770

m back2.m

for G=[0 0.2 0.5 1 2 ]; for B=[-4 -2 -1 -0.5 -0.3 0.3 0.5 1 2 4];%循环输入归一化阻抗 tr=2*pi*(0:0.005:1); rr=1/(1+G);cr=1-rr; plot(-cr+rr*cos(tr),rr*sin(tr),'g');%画电阻圆 axis square; hold on; b=B;
www.eeworm.com/read/383745/8921786

m back.m

for R=[0 0.2 0.5 1 2 ]; for X=[-4 -2 -1 -0.5 -0.3 0.3 0.5 1 2 4];%循环输入归一化阻抗 tr=2*pi*(0:0.005:1); rr=1/(1+R);cr=1-rr; plot(cr+rr*cos(tr),rr*sin(tr),'g');%画电阻圆 axis square; hold on; x=X; r
www.eeworm.com/read/457711/7318917

m ag663.m

%《线性代数实验践及MATLAB入门》第六章例题程序ag663 % 电阻电路的计算 % 电子工业出版社出版 陈怀琛 龚杰民合著 2005年10月 % A=[18,-12,0; -12,28,-12; 0,-12,18]; b=[1;0;0]; U=rref([A,b])
www.eeworm.com/read/455936/7361096

c p270_s1.c

//单通道多次转换举例 P270 //#include "msp430x44x.h" /* 将8路精密可调电阻电路板接到P6口,然后运行仿真,查看结果 */ #include "msp430x14x.h" #define Num_of_Results 8 static unsigned int results[Num_of_Results]; void main(vo
www.eeworm.com/read/455936/7361113

c p269_s1.c

//序列通道单次转换举例:P269 //#include "msp430x44x.h" /* 将8路精密可调电阻电路板接到P6口,然后运行仿真,查看结果 */ #include "msp430x14x.h" static unsigned int results[4]; void main(void) { WDTCTL = WDTPW + WDTHOLD; P6
www.eeworm.com/read/398374/7991202

c key.c

#include"reg52.h" #include"def.h" #include"lcd.h" #include"key.h" #include"ls_164.h" #include"adc_test.h" sbit button_1 = P3^0; // 多芯电缆测试选择 sbit button_2 = P3^1; // 绝缘电阻测试 sbit button_3
www.eeworm.com/read/245736/12782819

c main_c.c

//频率测试,pi.5(82)与Gnd之间接一传感器(如关敏电阻),既可测出光的间断频率,如日光灯,CRT的频率,限于100hz以内 #include #include "led.c" void Init_Timer_A(void) { TACTL = TAS
www.eeworm.com/read/477297/6741421

c ad_converter2.c

/*============================================================ File Name :AD Converter2.c 说明 : 1. 学习10位 分辨率的ADC 2. 将MIC & ADC选择开关调至ADC 3. 调节可变电阻,LCD显示相应的ADC值(0~9) 4. 将MIC & ADC选择开关调至MIC 5. 向MI
www.eeworm.com/read/158703/11592174

lst organ.lst

File: ORGAN.ASM Holtek Cross-Assembler Version 2.86 Page 1 1 0000 ;第十三章中断及定时/计数器应用 2 0000 ;PA0~PA7 设置为输入同时用电阻接电源使其电位为High 当按键按下时其电位为Low 3 0000