代码搜索:公差标注
找到约 582 项符合「公差标注」的源代码
代码结果 582
www.eeworm.com/read/199261/7874955
java standerdio.java
import java.util.*;
import java.io.*;
/**
* Title: 标注输入输出
* Description: 接收标准的键盘输入,和输出到屏幕。
* Copyright: Copyright (c) 2003
* Filename: standerdIO.java
* @author
www.eeworm.com/read/243217/12954970
m ex1512.m
%例15-12 概率分布函数
x=-4:4;
y=unidcdf(x,10)
tx=-5:0.01:12;
plot(tx,ty,x,y,'*') %绘制离散均匀分布的分布函数图并标注计算点,如图15-17
www.eeworm.com/read/319437/13451773
m ex1512.m
%例15-12 概率分布函数
x=-4:4;
y=unidcdf(x,10)
tx=-5:0.01:12;
plot(tx,ty,x,y,'*') %绘制离散均匀分布的分布函数图并标注计算点,如图15-17
www.eeworm.com/read/319404/13452472
m ex1512.m
%例15-12 概率分布函数
x=-4:4;
y=unidcdf(x,10)
tx=-5:0.01:12;
plot(tx,ty,x,y,'*') %绘制离散均匀分布的分布函数图并标注计算点,如图15-17
www.eeworm.com/read/345494/11812855
m ex1512.m
%例15-12 概率分布函数
x=-4:4;
y=unidcdf(x,10)
tx=-5:0.01:12;
plot(tx,ty,x,y,'*') %绘制离散均匀分布的分布函数图并标注计算点,如图15-17
www.eeworm.com/read/38039/1091302
mnu exitgpdim.mnu
EXIT#DIM#PROMPT 退出尺寸提示
# remove the # sign and enter foreign help string in this line
Redraw#Dims 重绘尺寸
Redraw dimension scheme.
重新绘制标注形式
Done 完成
Continue with the current process.
继续当前处理。
Quit 退出
Qui
www.eeworm.com/read/411497/11240070
pas hmmseg.pas
unit hmmseg;
{$J+}
// 删除了姓"兵"
interface
uses {$ifdef win32}windows, {$endif}comlib, mystr;
// HMM seg/tag besed on liuqun's resource, but my algorithm
{ 2003-10-16 决定今天开始实现 HMM 分词标注算法
www.eeworm.com/read/38039/1092953
mnu tol_tblact.mnu
TOL#TBL#ACT 公差表操作
#
Modify#Value 修改值
Change value of a table entry.
修改表入口的值。
Retrieve 检索
Retrieve a table from database.
从数据库中检索一个表。
Save 保存
Store table in database.
在数据库中保存表。
Show 显示
Examine table.
www.eeworm.com/read/391300/8410448
txt mch04-22.txt
用户定制的二维枝干图
alpha = .02; beta = .5; t = 0:4:200;
y = exp(-alpha*t).*sin(beta*t);
stem(t,y)
xlabel('时 间 ( 微 秒 )') % 坐标轴的标注
ylabel('Magnitude')
stem(t,y, ':sr','fill')
www.eeworm.com/read/186670/8919178
txt mch04-22.txt
用户定制的二维枝干图
alpha = .02; beta = .5; t = 0:4:200;
y = exp(-alpha*t).*sin(beta*t);
stem(t,y)
xlabel('时 间 ( 微 秒 )') % 坐标轴的标注
ylabel('Magnitude')
stem(t,y, ':sr','fill')