程序-翻译:procedure
1、音标
英[prəˈsiːdʒər]美[prəˈsiːdʒər]
2、英语解释
a set sequence of steps, part of larger computer program.
a process or series of acts especially of a practical or mechanical nature involved in a particular form of work.
a mode of conducting legal and parliamentary proceedings.
a particular course of action intended to achieve a result.
3、相似短语
civil procedure 民事诉讼,民事诉讼程序
closing procedure结帐程序,结帐手续
backwash procedure 反洗程序
adjustment procedure 调整过程
called procedure 被调过程
catalogued procedure 编目过程,编目手续
design procedure 设计过程
dummy procedure 哑过程
function procedure 函数过程
emergency procedure 应急 *** 作步骤
4、相似单词
procedure n. 1.程序,步骤,手续2.常规;办事惯例;传统做法3.(外交,军队)礼节4【计】过程5.【废】进程
procedure oriented 面向过程
#include <stdio.h>int main()
{
char ch = 0
printf("请输入一个字母:")
scanf("%c", &ch)
if (ch >= 'A' &&ch <= 'Z')
{
printf("大写英文字母\n")
}
else if( ch >= 'a' &&ch <= 'z')
{
printf("小写英文字母\n")
}
else
{
printf("不是英文字母\n")
}
return 0
}
英文是Realization。
“实现”的中英文对照例句:
所有这一切都不是一夜之间可以实现的。
All this cannot be achieved overnight.
财富实现了在社会中更加公平地再分配。
Wealth was redistributed more equitably among society
唉,我的计划恐怕不能实现了。
Well, I'm afraid my plan won't be fulfilled.
使这项任务实现机械化的技术只能逐步发展。
Only gradually are technologies being developed to mechanize the task
他的愿望实现了,死也瞑目了。
He closed his eyes and died content after his wish came true.
该数据库在其内部以及和数千个外部链接之间充分实现了超链接。
The database is fully hyperlinked both within the database and to thousands of external links.
经济在发展,实现了高增长率。
The economy is expanding, notching up high growth rates.
你可以让那个梦想实现。
You can make that dream come true.
政府在实现政治改革的路上又迈进了一步。
The government took another step on the road to political reform.
他们已经实现了系统的计算机化,以保证比萨的送货准确无误。
They have computerized systems to ensure delivery of the right pizza to the right place.
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)