procedure 音标拼音: [prəs'idʒɚ] [pros'idʒɚ]
n . 程序,步骤,手续
程序,步骤,手续
procedure 程序; 方法; 步骤; 手续; 过程
P procedure 程序
procedure n 1 :
a particular course of action intended to achieve a result ;
"
the procedure of obtaining a driver '
s license "; "
it was a process of trial and error " [
synonym : {
procedure }, {
process }]
2 :
a process or series of acts especially of a practical or mechanical nature involved in a particular form of work ; "
the operations in building a house "; "
certain machine tool operations " [
synonym : {
operation }, {
procedure }]
3 :
a set sequence of steps ,
part of larger computer program [
synonym : {
routine }, {
subroutine }, {
subprogram }, {
procedure },
{
function }]
4 :
a mode of conducting legal and parliamentary proceedings Procedure \
Pro *
ce "
dure \,
n . [
F .
proc ['
e ]
dure .
See {
Proceed }.]
1 .
The act or manner of proceeding or moving forward ;
progress ;
process ;
operation ;
conduct . "
The true procedure of conscience ." --
South .
[
1913 Webster ]
2 .
A step taken ;
an act performed ;
a proceeding ;
the steps taken in an action or other legal proceeding . "
Gracious procedures ." --
I .
Taylor .
[
1913 Webster ]
3 .
That which results ;
issue ;
product . [
Obs .] --
Bacon .
[
1913 Webster ]
156 Moby Thesaurus words for "
procedure ":
MO ,
SOP ,
act ,
action ,
actions ,
activity ,
acts ,
address ,
affectation ,
air ,
algorithm ,
approach ,
arrangement ,
attack ,
bearing ,
behavior ,
behavior pattern ,
behavioral norm ,
behavioral science ,
blueprint ,
blueprinting ,
calculation ,
carriage ,
charting ,
common practice ,
comportment ,
conception ,
conduct ,
contrivance ,
course ,
course of action ,
creed ,
culture pattern ,
custom ,
demeanor ,
deportment ,
design ,
device ,
disposition ,
doing ,
doings ,
drill ,
enterprise ,
envisagement ,
fashion ,
figuring ,
folkway ,
foresight ,
forethought ,
form ,
game ,
gestures ,
goings -
on ,
graphing ,
ground plan ,
guidelines ,
guiding principles ,
guise ,
idea ,
intention ,
layout ,
line ,
line of action ,
lines ,
lineup ,
long -
range plan ,
maintien ,
maneuver ,
manner ,
manner of working ,
manners ,
mapping ,
master plan ,
matter of course ,
means ,
measure ,
method ,
methodology ,
methods ,
mien ,
mode ,
mode of operation ,
mode of procedure ,
modus operandi ,
modus vivendi ,
motion ,
motions ,
move ,
movements ,
moves ,
observable behavior ,
operation ,
operations research ,
order ,
organization ,
pattern ,
plan ,
plan of action ,
planning ,
planning function ,
platform ,
poise ,
policy ,
polity ,
port ,
pose ,
position paper ,
posture ,
practice ,
praxis ,
prearrangement ,
prescribed form ,
presence ,
principles ,
proceeding ,
process ,
program ,
program of action ,
rationalization ,
routine ,
rule ,
schedule ,
schema ,
schematism ,
schematization ,
scheme ,
scheme of arrangement ,
set form ,
setup ,
social science ,
standard operating procedure ,
standing orders ,
step ,
strategic plan ,
strategy ,
style ,
system ,
systematization ,
tack ,
tactical plan ,
tactics ,
technique ,
the big picture ,
the drill ,
the how ,
the picture ,
the way of ,
tone ,
tradition ,
way ,
way of life ,
ways ,
ways and means ,
wise ,
wont ,
working plan
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
process和procedure的区别? - 知乎 假如Procedure缺少或违反其中一项,那么这个procedure是不可以的,将导致其结果不合法规或不可用。 2Process更强调其中各项的顺序性,若顺序出错会导致同样的结果。 Procedure 在某些时候似乎不强调内部各项的顺序。 其中第2点是我个人的理解有可能不对。
process和procedure的区别? - 知乎 Procedure usually are structured by subject (for example, system instructions, report instructions, or Process tasks) A Procedure usually addresses only a single task This separation enables Procedure components to be comiled into special Procedure manuals for specific audiences, end users, and purposes
什么是 SAP ABAP Logon Procedure? - 知乎 Logon Procedure 的实际应用场景 Logon Procedure 在 SAP 系统中有着广泛而重要的应用,特别是在以下具体场景中: 安全管理:SAP 系统通过强制身份验证和权限检查来防止未经授权的访问。例如,当某个员工离职时,其账户可以被立即禁用,以保证公司数据的安全。
7. 1. 2 存储过程的创建与执行:CREATE PROCEDURE - 知乎 7 1 2 存储过程的创建与执行:create procedure 存储过程只能定义在当前数据库中,可以使用 T-SQL 命令或「对象资源管理器」创建。 在 SQL Server 中创建存储过程,必须具有 CREATE ROUTINE 权限。
SOP 和WI的区别是什么? - 知乎 标准作业程序(SOP),即Standard Operating Procedure,是一份书面的、为了执行复杂的事务而设计的内部程序。 SOP是一种特定于操作的程序,它描述了根据行业法规、公司的政策等制定某个活动应该 "如何进行 "的规范。
请问金融系统中提到的KYC是做什么用的? - 知乎 kyc的中文含义是了解你的客户,包含内容:国外的《反洗钱法》大多要求包括会计师事务所在内的自然人、法人和其他组织,要对自己的客户作出全面的了解,也就是了解你的客户原则。
too many attempts made for this increment? - 知乎 abaqus使用中出现这个的报错,是什么意思 该怎么操作
realtek audio console 无法连接 RPC 服务怎么办? - 知乎 知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
存储过程到底有什么用? - 知乎 create procedure getNum(num varchar(100)) begin select 姓名 from 学生表 where 学号=num; end; 其中getNum是存储过程的名称,后面括号里面的num varchar(100)是参数,参数由2部分组成:参数名称是num;参数类型是是varchar(100),这里表示是字符串类型。
怎样写出优秀的的研究计划 (Research Proposal) - 知乎 在上面这一段 Literature review 中,首先介绍 IoT Nodes 的功能和作用,接着就从现有技术中指出当前存在的问题,以及对应的解决方法,比如在涉及到多个输出时,常用的有三种方式,介绍了三种方式各自的特点;然后又说明IoT Nodes 以超低功耗模式工作时,会引起较大的泄露功率和晶体管故障,借此