代码搜索:高精度电压基准
找到约 4,235 项符合「高精度电压基准」的源代码
代码结果 4,235
www.eeworm.com/read/38039/1090514
mnu useqltuie.mnu
USEQLT#UIE 用面组UIE
#
Trim#Quilt 修剪面组
Specify datum quilt to intersect.
指定基准面组求交.
Quilt 面组
Specify quilt to use for feature.
指定作为特征的面组。
MaterialSide 材料侧
Specify where to add/remove material.
指定新增/删除材料的
www.eeworm.com/read/38039/1091782
mnu moveinstr.mnu
TOOL#MTN 刀具动作
#
Goto#Point 转至点
Go to a datum point and restrict moves along axes.
转至一个基准点并限制沿着轴移动。
Go#Delta 前进增量
Specify tool motions in terms of increments along the NC sequence axes.
根据沿 NC 序列轴增量指定
www.eeworm.com/read/38039/1092792
mnu seltraj.mnu
CHAIN#TYPE 链类型
#
Feat#Curves 特征曲线
Select individual datum curve feature.
选取单个基准曲线特征。
One#By#One 依次
Select individual curves or edges.
选取单一曲线或边。
Tangnt#Chain 相切链
Select chain of tangent edges.
选取相切边链。
www.eeworm.com/read/38039/1093113
mnu vswpuie.mnu
VSWP#UIE VSWP#UIE
#
Section#Type 截面类型
Specify section type
指定截面类型
Trim#Quilt 修剪面组
Specify datum quilt to intersect.
指定基准面组求交.
Pivot#Dir 枢轴方向
Specify pivot direction.
指定枢轴方向。
Origin#Traj 原点轨迹
Specify
www.eeworm.com/read/395782/8152661
c timer.c
#include
#include
#include "main.h"
unsigned char WdtTimer = 0; //外部看门狗定时器
volatile unsigned int Timer1BaseClk = 0; //Timer1基准时钟
// 看门狗初始化函数
// prescale: 512K cycles,ov
www.eeworm.com/read/334103/12634678
_c adc._c
/*ADC采样函数,采样第7通道信号,采样分辨率256*/
unsigned char get_ad(void) {
unsigned char i;
ADMUX = 0x67; /*基准AVCC、左对齐、通道7*/
ADCSRA = 0xC2; /*使能、开启、4分频*/
while(!(ADCSRA & (1
www.eeworm.com/read/10237/183873
mtx t_diode.mtx
二极管的运作象一个随电压而定的开关.
这个二极管是"正向偏置"功能相当于一个闭门开关.
阴极--用一条纹指示--相对阳极来说是负的.
注意在正向偏置二极管中有0.7至1伏的电压降.
这个二极管是"反向偏置"功能相当于一个开门开关.
阴极--用一条纹指示--相对阳极来说是正的.
因为二极管的电流非常小,几乎所有的电池电压都降在这里.
让我们来学习一下这个二极管的特性.
在正向偏置方式 ...
www.eeworm.com/read/287135/8719295
c settings.c
#include /* common defines and macros */
#include /* derivative information */
#include "lib.c"
#include "funtion.h"
uchar GATE0=0x32; //CCD比较门槛电压0
www.eeworm.com/read/342241/12033764
c adc.c
#include "adc.h"
//设置门限电压函数
void Set_Threshold( unsigned char threshold )
{
unsigned int h;
SFRPAGE = ADC2_PAGE;
h = threshold*255/400;
ADC2GT = (char)h;
ADC2LT = 0;
www.eeworm.com/read/229309/14345814
txt 说明.txt
使用ADSP-BF533的例子源代码,包括驱动AD9244,驱动LED,Booting程序下载,Flash编程代码,CPU动态电压调节程序。
开发环境使用Visual Dsp++ 4.5。源代码为C语言。