代码搜索:电阻元件
找到约 3,633 项符合「电阻元件」的源代码
代码结果 3,633
www.eeworm.com/read/404439/11485296
dat result.dat
馈线号 过载率
1 1.051127
2 1.051127
元件号 节点号
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
13 13
14 14
15 15
16 16
17 17
www.eeworm.com/read/38039/1091181
mnu comptwist.mnu
TWIST#COMP 扭转元件
#
Set#Ref#Port 设置参照端
Select entry port along cable segment as reference for twist operations.
沿电缆段选取入口端作为扭转操作的参照。
Set#Zero#Ref 设置零参照
Specify edge/axis to use as a zero reference for c
www.eeworm.com/read/38039/1091537
mnu bulkselitem.mnu
OWNER#MODEL 所有者模型
#
Assembly 组件
Take parameter from Assembly.
获取组件参数。
Part 零件
Take parameter from Part.
获取零件参数。
Skeleton 骨架
Take parameter from Skeleton.
获取骨架参数。
Component 元件
Take parameter from Comp
www.eeworm.com/read/38039/1091764
mnu pipeinfo.mnu
PIPE#INFO 管道信息
#
BOM 材料清单
List pipelines and solids, lengths, stocks, and assembly components.
列出管线和实体,长度,栈与装配元件。
Pipe#Line 管线
List pipeline name, line stock, etc.
列出管线名称,管线库等等。
Segment 段
List pipeli
www.eeworm.com/read/38039/1091990
mnu quick_fix.mnu
QUICK#FIX 快速修复
#
Find#Component 查找元件
Find and retrieve the failed feature.
查找和检索失败特征。
Redefine 重定义
Redefine the failed feature.
重定义失败的特征.
Reroute 重定参照
Reroute the failed feature.
重定失败特征的次序。
Suppress
www.eeworm.com/read/38039/1093221
mnu weldkind.mnu
WELD#KIND 焊接种类
#
Fillet 圆角
Create a fillet weld using component edges or surfaces as references.
参考元件边或曲面创建一个圆角。
Groove 凹槽
Create a square, bevel, V, J, flared V, flared bevel groove weld.
创建一个矩形、斜角、
www.eeworm.com/read/363398/9952759
asm zhuchengxu.asm
/************************************************************************************/
;COPYRIGHT BELONG TO 贵鹏斐(用查询方法)(动态显示必须让程序不断循环)
/*存在问题:1.按键设置上下限的时候,减法只能从9减到0
; 2.蜂鸣器,红灯,绿灯没加限流电阻,上电时红灯微亮,蜂鸣器
www.eeworm.com/read/165501/10059237
c mouse.c
#include
#include
#include
#include
union REGS r;
int s=0;
int xtop,ytop,xbottom,ybottom;
void drawrh(int x,int y)
/*画出一个小"电阻"符号来*/
{line(x,y,x+15,y);
www.eeworm.com/read/419736/10840011
c slave_test.c
#include "config.h"
void main(void)
{
DDRC=0X00;
PORTC=0x03; //使能内部上拉电阻
DDRA=0xff;
twi_slave_init(0x50); //初始化为从机,地址0x01。
SEI();
while(1)
;
}
www.eeworm.com/read/443006/7639500
c main.c
#include "msp430xg43x.h"
#include "9312.h"
void main( void )
{
WDTCTL=WDTPW+WDTHOLD;
P2DIR|=7;
P2OUT=7;
a9312set(99,0); //回到电阻最低点
a9312set(5,1);
while(1);
}