谁能帮我翻译一下一份计算机专业的英文,谢谢

2024-05-14

1. 谁能帮我翻译一下一份计算机专业的英文,谢谢

Prolog
  在编程语言编程》(以下简称《Prolog逻辑)是一种declaractive编程语言的基本解决问题的算法是基于重复的决心。这种语言被称为逻辑的编程语言。程序中Prolog由收藏的初步报告,对评估潜在的排名算法的演绎推理。所有元件都从这些报表被称为谓词构造。谓语由一个谓词标识符

家长的法案,玛丽)
  
  需要注意的是,在这个谓语开始争论小写字母,即使他们代表专有名词。这是因为Prolog是常数的论点,从不同的观点是可变的,并坚持常数和变量小写字母开始,首先是大写的字母。(这里是我们所使用的术语prolog的文化,在术语常数使用的地方更通用术语面值。更准确的说,这个术语的发票(值得注意的是丧失

更加快速的(turtle.蜗牛)。
  
  而事实上,一只兔子的速度比一只乌龟可能代表了
  
  快乌龟兔子

一个Prolog规则是一个”意味着”声明。然而,取代的声明写X→形式Y,选择了Prolog程序员写

谁能帮我翻译一下一份计算机专业的英文,谢谢

2. 英译汉,计算机专业术语 机器翻译的一边去啊 满意加分

1.网络的发明极大的推广了数字服务,数以百万计的普通计算机用户因此而受益,具体包括了彩色文本和网页,格式化的文本,图片,卡通,视频和音频。简言之,网络为全世界范围内的非专业技术型计算机用户提供了能够拥有建立商业市场所需的一切丰富的元素。
2.自第一台计算机于1940年代创造出以来,正是通过各种软件,充分显现了其处理解决问题的超强能力。机器代码是第一种计算机程序语言。机器代码的序列是程序员和计算机之前进行沟通交流的第一种语言。作为被公认的事实,针对程序员与计算机之间的交流沟通,创造出一种功能强悍,且更全面的高品质的软件是至关重要的。

供参考

3. 谁能帮我翻译一下一份计算机专业的英文2,谢谢

中文:操作系统控制不同的计算机进程,如运行一个电子表格程序或访问计算机存储器里的信息。一个重要的进程是解释(interpretation)使用户得以与计算机进行通信的命令。有些命令解释器(interpreter)是面向文本的,要求将命令键入。另一些命令解释器是面向图形(graphically oriented)的,允许用户通过指向并点击图标,即屏幕上代表具体(specific)命令的图片,来进行通信。初学者一般觉得面向图形的解释器使用起来容易一些,但是许多有经验的计算机用户更喜欢使用面向文本的命令解释器,因为它们的功能更强大一些。
操作系统或者是单一任务(single-tasking)处理的,或者是多任务(multitasking)处理的。早期的单一任务处理操作系统每次仅能运行一个进程。例如,当计算机打印文件时,在打印结束之前,计算机不能开始另一个进程或响应(respond)新的命令。
所有现代操作系统都是多任务处理的,可以同时运行数个进程。在大多数计算机中,只有一个中央处理器(CPU)(计算机的计算与控制单元),因此多任务处理操作系统造成一种假象,(creates the illusion)即数个进程同时在中央处理器上运行。用来造成这种假象的最常见办法是时间片(time-slice)多任务处理,依靠这种方法(whereby)每个进程都单独运行固定的一段时间。如果进程在分配(allotted)的时间内没有完成,它即被暂停(suspend),而另一个进程开始运行。进程之间的这种切换被称为上下文转换(context switching)。操作系统进行“簿记”(bookkeeping),保存被暂停进程的状态。它还有一种确定下一步运行哪个进程的机制,称之为调度程序(scheduler)。调度程序快速运行短进程,以尽可能缩短(minimize)可察觉的延迟(perceptible delay)。由于用户对时间的感觉要比计算机的处理速度慢得多,因此多个进程看似在同时运行。
英文:The operating system control different computer advancement, like moves an electronic forms procedure or in the visit computer storage's information. An important advancement is explained that (interpretation) enables the user to carry on the correspondence with the computer the order. Some order interpreter (interpreter) is faces the text, the request will order to enter. Another some order interpreter is faces the graph (graphically oriented), the permission user through aims at and clicks on the icon, namely on the screen represents the concrete (specific) order the picture, carries on the correspondence. The beginner thought generally uses easy somewhat face the graph interpreter, but many experienced computer users like using face the text order interpreter, because their function is more formidable some. the operating system or is the sole duty (single-tasking) processing, or is the multi-duty (multitasking) processing. The early sole task processing operating system each time can only move an advancement. For example, when computer print file, before printing conclusion, the computer cannot start another advancement or respond the (respond) new order. the all modern operating system is the multitaskings, may a same fortune number of lines advancement. In majority computers, only then a central processor (CPU) (computer's computation and control unit), therefore the multitasking operating system creates one kind of false appearance, (creates the illusion) namely at the same time several advancements moves on the central processor. Uses for to create this kind of false appearance the most common means is the time piece (time-slice) multitaskings, depends upon this method (whereby) each advancement isolated operation fixed period of time. If advancement in assigns (allotted) in the time not to complete, it namely is suspended (suspend), but another advancement starts to move. Between advancement this kind of cut is called the context to transform (context switching). The operating system carries on “the bookkeeping” (bookkeeping), preserves is suspended the advancement the condition. It also has one kind to determine that which advancement mechanism next step moves, calls it scheduler program (scheduler). The scheduler program quick operating short advancement, by reduces the detention which as far as possible (minimize) may realize (perceptible delay). Because the user must be much slower than to the time feeling computer's processing speed, therefore many advancements looked that resembles is also moving.

谁能帮我翻译一下一份计算机专业的英文2,谢谢

4. 计算机英文术语

ALU(Arithmetic Logic Unit,算术逻辑单元)
AGU(Address Generation Units,地址产成单元)
BGA(Ball Grid Array,球状矩阵排列)
BHT(branch prediction table,分支预测表)
BPU(Branch Processing Unit,分支处理单元)
Brach Pediction(分支预测)
CMOS: Complementary Metal Oxide Semiconductor,互补金属氧化物半导体
CISC(Complex Instruction Set Computing,复杂指令集计算机)
CLK(Clock Cycle,时钟周期)
COB(Cache on board,板上集成缓存)
COD(Cache on Die,芯片内集成缓存)
CPGA(Ceramic Pin Grid Array,陶瓷针型栅格阵列)
CPU(Center Processing Unit,中央处理器)
Data Forwarding(数据前送)
Decode(指令解码)
DIB(Dual Independent Bus,双独立总线)
EC(Embedded Controller,嵌入式控制器)
Embedded Chips(嵌入式)
EPIC(explicitly parallel instruction code,并行指令代码)
FADD(Floationg Point Addition,浮点加)
FCPGA(Flip Chip Pin Grid Array,反转芯片针脚栅格阵列)
FDIV(Floationg Point Divide,浮点除)
FEMMS:Fast Entry/Exit Multimedia State,快速进入/退出多媒体状态
FFT(fast Fourier transform,快速热欧姆转换)
FID(FID:Frequency identify,频率鉴别号码)
FIFO(First Input First Output,先入先出队列)
flip-chip(芯片反转)
FLOP(Floating Point Operations Per Second,浮点操作/秒)
FMUL(Floationg Point Multiplication,浮点乘)
FPU(Float Point Unit,浮点运算单元)
FSUB(Floationg Point Subtraction,浮点减)
GVPP(Generic Visual Perception Processor,常规视觉处理器)
HL-PBGA: 表面黏著,高耐热、轻薄型塑胶球状矩阵封装
IA(Intel Architecture,英特尔架构)
ICU(Instruction Control Unit,指令控制单元)
ID:identify,鉴别号码
IDF(Intel Developer Forum,英特尔开发者论坛)
IEU(Integer Execution Units,整数执行单元)
IMM: Intel Mobile Module, 英特尔移动模块
Instructions Cache,指令缓存
Instruction Coloring(指令分类)
IPC(Instructions Per Clock Cycle,指令/时钟周期)
ISA(instruction set architecture,指令集架构)
KNI(Katmai New Instructions,Katmai新指令集,即SSE)
Latency(潜伏期)
LDT(Lightning Data Transport,闪电数据传输总线)
Local Interconnect(局域互连)
MESI(Modified, Exclusive, Shared, Invalid:修改、排除、共享、废弃)
MMX(MultiMedia Extensions,多媒体扩展指令集)
MMU(Multimedia Unit,多媒体单元)
MFLOPS(Million Floationg Point/Second,每秒百万个浮点操作)
MHz(Million Hertz,兆赫兹)
MP(Multi-Processing,多重处理器架构)
MPS(MultiProcessor Specification,多重处理器规范)
MSRs(Model-Specific Registers,特别模块寄存器)
NAOC(no-account OverClock,无效超频)
NI:Non-Intel,非英特尔
OLGA(Organic Land Grid Array,基板栅格阵列)
OoO(Out of Order,乱序执行)
PGA: Pin-Grid Array(引脚网格阵列),耗电大
Post-RISC
PR(Performance Rate,性能比率)
PSN(Processor Serial numbers,处理器序列号)
PIB(Processor In a Box,盒装处理器)
PPGA(Plastic Pin Grid Array,塑胶针状矩阵封装)
PQFP(Plastic Quad Flat Package,塑料方块平面封装)
RAW(Read after Write,写后读)
Register Contention(抢占寄存器)
Register Pressure(寄存器不足)
Register Renaming(寄存器重命名)
Remark(芯片频率重标识)
Resource contention(资源冲突)
Retirement(指令引退)
RISC(Reduced Instruction Set Computing,精简指令集计算机)
SEC: Single Edge Connector,单边连接器
Shallow-trench isolation(浅槽隔离)
SIMD(Single Instruction Multiple Data,单指令多数据流)
SiO2F(Fluorided Silicon Oxide,二氧氟化硅)
SMI(System Management Interrupt,系统管理中断)
SMM(System Management Mode,系统管理模式)
SMP(Symmetric Multi-Processing,对称式多重处理架构)
SOI: Silicon-on-insulator,绝缘体硅片
SONC(System on a chip,系统集成芯片)
SPEC(System Performance Evaluation Corporation,系统性能评估测试)
SQRT(Square Root Calculations,平方根计算)
SSE(Streaming SIMD Extensions,单一指令多数据流扩展)
Superscalar(超标量体系结构)
TCP: Tape Carrier Package(薄膜封装),发热小
Throughput(吞吐量)
TLB(Translate Look side Buffers,翻译旁视缓冲器)
USWC(Uncacheabled Speculative Write Combination,无缓冲随机联合写操作)
VALU(Vector Arithmetic Logic Unit,向量算术逻辑单元)
VLIW(Very Long Instruction Word,超长指令字)
VPU(Vector Permutate Unit,向量排列单元)
VPU(vector processing units,向量处理单元,即处理MMX、SSE等SIMD指令的地方)

2、主板
ADIMM(advanced Dual In-line Memory Modules,高级双重内嵌式内存模块)
AMR(Audio/Modem Riser;音效/调制解调器主机板附加直立插卡)
AHA(Accelerated Hub Architecture,加速中心架构)
ASK IR(Amplitude Shift Keyed Infra-Red,长波形可移动输入红外线)
ATX: AT Extend(扩展型AT)
BIOS(Basic Input/Output System,基本输入/输出系统)
CSE(Configuration Space Enable,可分配空间)
DB: Device Bay,设备插架
DMI(Desktop Management Interface,桌面管理接口)
EB(Expansion Bus,扩展总线)
EISA(Enhanced Industry Standard Architecture,增强形工业标准架构)
EMI(Electromagnetic Interference,电磁干扰)
ESCD(Extended System Configuration Data,可扩展系统配置数据)
FBC(Frame Buffer Cache,帧缓冲缓存)
FireWire(火线,即IEEE1394标准)
FSB: Front Side Bus,前置总线,即外部总线
FWH( Firmware Hub,固件中心)
GMCH(Graphics & Memory Controller Hub,图形和内存控制中心)
GPIs(General Purpose Inputs,普通操作输入)
ICH(Input/Output Controller Hub,输入/输出控制中心)
IR(infrared ray,红外线)
IrDA(infrared ray,红外线通信接口可进行局域网存取和文件共享)
ISA: Industry Standard Architecture,工业标准架构
ISA(instruction set architecture,工业设置架构)
MDC(Mobile Daughter Card,移动式子卡)
MRH-R(Memory Repeater Hub,内存数据处理中心)
MRH-S(SDRAM Repeater Hub,SDRAM数据处理中心)
MTH(Memory Transfer Hub,内存转换中心)
NGIO(Next Generation Input/Output,新一代输入/输出标准)
P64H(64-bit PCI Controller Hub,64位PCI控制中心)
PCB(printed circuit board,印刷电路板)
PCBA(Printed Circuit Board Assembly,印刷电路板装配)
PCI: Peripheral Component Interconnect,互连外围设备
PCI SIG(Peripheral Component Interconnect Special Interest Group,互连外围设备专业组)
POST(Power On Self Test,加电自测试)
RNG(Random number Generator,随机数字发生器)
RTC: Real Time Clock(实时时钟)
KBC(KeyBroad Control,键盘控制器)
SAP(Sideband Address Port,边带寻址端口)
SBA(Side Band Addressing,边带寻址)
SMA: Share Memory Architecture,共享内存结构
STD(Suspend To Disk,磁盘唤醒)
STR(Suspend To RAM,内存唤醒)
SVR: Switching Voltage Regulator(交换式电压调节)
USB(Universal Serial Bus,通用串行总线)
USDM(Unified System Diagnostic Manager,统一系统监测管理器)
VID(Voltage Identification Definition,电压识别认证)
VRM (Voltage Regulator Module,电压调整模块)
ZIF: Zero Insertion Force, 零插力

5. 计算机专业英语,麻烦大家帮我翻译下。专业计算机术语好多@_@

一些想法可能发生在不久的将来在超级计算机的设计可以收集到发表的新闻稿由美国能源部(能源部)。它出来的超级计算机2002会议去年十一月在巴尔的摩,马里兰州。新闻稿宣布授予美国能源部290美元(美元)万美元的合同,建造的最快的超级计算机在世界上结合峰值速度460万亿次。获得一个想法的速度计算吞吐量460万亿次浮点运算代表,新闻稿指出,“这些系统将有超过one-a-half倍的总处理能力的500台机器在最近公布的前500名名单的超级计算机。”

根据新闻发布系统,二是研究机器被称为蓝色基因/ L。它将采用先进的半导体和系统技术的基础上开发的新建筑的能源部和国际商用机器公司。蓝色基因/我将达到峰值性能为360万亿次与130000处理器runnung在操作系统。它将有能力处理数据的速度在一个比特每秒,相当于一万个气象卫星传输的数据。应用将包括模拟复杂物理现象等领域的动荡,生物学和高空爆炸。

计算机专业英语,麻烦大家帮我翻译下。专业计算机术语好多@_@

6. 计算机专业术语,计算机专业术语

   pilation 编辑
    pilation time 编译时间
    pilation unit 编译单位
    pilc 编译
    pile 编辑
   
    pile and go 编译及执行
    pile phase 编译时间
    pile time 编译时间
      计算机专业术语
    pile, machine language 机器语言编译
    pile-time error 编译时期错误
    piled resource file 编译资源文件
    pilei 编译器
    piler 编译器
    piler defect report 编译器缺失报告
    piler diagnostcs 编译程序侦断
    piler directive 编译程序定向
    piler generatoi 编译程序产生器
    piler interface 编译器界面
    piler language 编译器语言
    piler manager 偏译器经理
    piler options 编译器任选
    piler vs. interpreter 编译器对编译器
    piler, cobol cobol编译器
    piler-plier 编译程序的编译程序
    pilers 编译器
    piling duration 编译期间
    piling routine 编译例程
    piling time 编译时间
    plement base 互补基点
    plement instruction 补码指令
    plement on n n补码
    plement on n-1 n-1补码
    plement, diminished 减少补码
    plement, nines 九补码
    plement, noughts 0补码
    plement, ones 1补码
    plement, tens 10补码
    plement, two 2补码  
   

7. 关于计算机的术语


关于计算机的术语

8. 求计算机专业英语翻译

过去个人电脑的传统输出设备是CRT(阴极射线管)显示器。有点像那种老式电视机。CRT显示器里包含一个巨大的阴极射线管,阴极射线管里射出不同强度的电子束在显示器屏幕的内壁上显示出各种颜色的荧光点,从而“画出”了图像。CRT显示器比较笨重,且耗电量大于平板显示器,但仍有许多图像艺术家和游戏玩家喜欢用CRT显示器,因为CRT显示器的色彩显示比较准确,响应速度也更快。

显示器的尺寸指的是屏幕对角线的英尺长度,不是所有屏幕面积都是用来显示图像的,所以可视区域也是有限制的。屏幕分辨率是指屏幕水平方向和垂直方向能显示的最多像素点(比如说800*600,或着1024*768,1600*1200)。大多数显示器除了能显示最大分辨率,还能显示一些更低级别分辨率。

显示器要能显示,你的电脑就得产生视频信号。这可以由主板上的电路控制,但通常都是由电脑的扩展口上的显卡完成;通常这个扩展口是专门用于视频处理的,例如AGP接口(加速图形接口)。视频卡也被称为显卡。大多显卡包含独立的处理器和专用的显存,这样就可以在不加重CPU负担的情况下迅速产生复杂图像。游戏玩家们都喜欢这种显卡。
最新文章
热门文章
推荐阅读