代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/212794/15149159
m vtb1_2.m
function [x,xd]=VTB1_2(n,dt,x0,xd0,a,b,c)
%VTB1_2 Finds the multiple degree of freedom system
% unforced response using Euler's method.
% x=VTB1_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/212791/15149572
vtb9_2
function [x,xd]=VTB9_2(n,dt,x0,xd0,a,b,c)
%VTB9_2 Finds the multiple degree of freedom system
% undamped response using Euler's method.
% x=VTB9_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/38039/1090738
mnu flexarr.mnu
FIX#LENGTH 固定长度
#
Single#Val 单个值
Route through datum point feature using specified fixed length.
使用指定的固定长度定基准点特征的次序。
Multiple#Val 多个值
Specify the desired fixed length for each routed flexible segment
www.eeworm.com/read/38039/1091665
mnu hull_traj_select.mnu
TRAJ#SELECT 轨迹选取
#
Multi#Chain 多重链
Use multiple chain UI to select the trajectories.
使用多重链用户界面选取轨迹。
Curve#Chain 曲线链
Use curve chain UI to select the trajectories.
使用曲线链用户界面选取轨迹。
Pattern 阵列
Select tra
www.eeworm.com/read/38039/1092208
mnu sym_attach.mnu
SYM#ATTACH 附属符号
#
Single#Att 单一附属
Symbol instances may have predefined attachment points only.
符号实例只有预定义的附属点。
Multiple#Att 复合符号
Attachment points of symbol instances may be reselected.
重新选取符号实例的附属点
www.eeworm.com/read/475953/1374779
h msp430adc12.h
//$Id: MSP430ADC12.h,v 1.17 2005/10/26 19:47:42 jpolastre Exp $
#ifndef MSP430ADC12_H
#define MSP430ADC12_H
/*
* An application using the MSP430ADC12Single or MSP430ADC12Multiple interface
* need
www.eeworm.com/read/209211/4982877
c sha1block.c
#include "os.h"
void
_sha1block(uchar *p, ulong len, u32int *s)
{
u32int a, b, c, d, e, x;
uchar *end;
u32int *wp, *wend;
u32int w[80];
/* at this point, we have a multiple of 64 bytes */
for(
www.eeworm.com/read/209211/4986323
c sha1block.c
#include "os.h"
void
_sha1block(uchar *p, ulong len, u32int *s)
{
u32int a, b, c, d, e, x;
uchar *end;
u32int *wp, *wend;
u32int w[80];
/* at this point, we have a multiple of 64 bytes */
for(
www.eeworm.com/read/191809/5161711
s lifloat.s
# Source file used to test the li.d and li.s macros.
foo:
li.d $4,1.12345
li.d $f4,1.12345
li.s $4,1.12345
li.s $f4,1.12345
# Round to a 16 byte boundary, for ease in testing multiple target
www.eeworm.com/read/190682/5171026
s lifloat.s
# Source file used to test the li.d and li.s macros.
foo:
li.d $4,1.12345
li.d $f4,1.12345
li.s $4,1.12345
li.s $f4,1.12345
# Round to a 16 byte boundary, for ease in testing multiple target