代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/200680/15427614
cpp makedatadlg.cpp
// MakeDataDlg.cpp : implementation file
//
#include "stdafx.h"
#include "LBTree.h"
#include "MakeDataDlg.h"
// MakeDataDlg dialog
IMPLEMENT_DYNAMIC(MakeDataDlg, CDialog)
MakeDataDlg:
www.eeworm.com/read/38039/1094462
mnu cav_dev.mnu
EXPORTS
# remove the # sign and enter foreign help string in this line
Deviations
Write Deviation results into file.
#
Pts#Deviation
Write Points and Deviation results into file
#
Pts#Dev#Vector
www.eeworm.com/read/38039/1096547
mnu devuie.mnu
DEV#UIE
#
Name
Define deviation name.
#
Reference#Fit
Define reference fit.
#
Deviatn#Type
Define deviation type.
#
Deviatn#Surfs
Define deviation surfs.
#
www.eeworm.com/read/38039/1091716
mnu dev_top.mnu
DEVIATION 偏差
#
Create 创建
Create deviation features.
创建偏差特征。
Redefine 重定义
Redefine elements of a deviation feature.
重定义一偏差特征的元素。
Delete 删除
Remove a deviation feature.
删除一偏差特征。
Done/Return 完成/返回
Return
www.eeworm.com/read/167185/5463676
xsfconvert
#!/bin/sh
# This material contains unpublished, proprietary software of
# Entropic Research Laboratory, Inc. Any reproduction, distribution,
# or publication of this work must be authorized in writi
www.eeworm.com/read/38039/1095241
mnu crvdeviatn.mnu
CRV#DEVIATN
#
Scale
Change relative scale of deviation display.
#
Tolerance
Change tolerance of deviation display.
#
Select#Curve
Select curve from which to display deviation.
#
Sel#Scan#Crv
Display
www.eeworm.com/read/38039/1090501
mnu cav_dev.mnu
EXPORTS 导出
# remove the # sign and enter foreign help string in this line
Deviations 偏差
Write Deviation results into file.
把偏差结果写入文件。
Pts#Deviation 点和偏差
Write Points and Deviation results into file
www.eeworm.com/read/38039/1095681
mnu srfanl_dv.mnu
SRF#DEVIATN
#
Scale
Change relative scale of deviation graphic display.
#
Tolerance
Change deviation tolerance.
#
Select#Srf
Select surface from which to calculate deviation.
#
Sel#Scan#Set
Show devi
www.eeworm.com/read/350843/10706576
c ratecontrol.c
/* rate control */
#include "ratecontrol.h"
#define FRAMERATE_INCR 1001
#define SMALL_EPS 1e-10
//++ Foster
extern int fc_debug;
#define DBG_MSG(fmt,args...) if(fc_debug) printf(fmt , ## args)
//--