数据结构英文_数据结构英文版教材

高职单招 2025-01-04 10:23:14

计算机专业的一些课程用英语怎么说

哈哈我正好刚刚查完,你是做成绩公证用吧~~:)

数据结构英文_数据结构英文版教材数据结构英文_数据结构英文版教材


数据结构英文_数据结构英文版教材


数据结构英文_数据结构英文版教材


高等数学

aanced

mathematics

大学英语

english

for

academic

pures

应用电子学

applied

electronics

数据结构

data

structure

作系统

operating

数据库原理

database

principles

计算机原理与汇编

comr

principles

and

assembly

language

计算机网络基本原理

fundamental

principles

of

comr

networks

管理信息系统

rmation

mament

s

多媒体技术

multimedia

technologies

面向对象的程序设计基础

object-oriented

programming

变量 variable

常量 constant

指针 pointer

函数 function

表达式 expression

定义 definition

声明 declaration

调用 call

重载 overload

构造 construction

析构 destruction

封装 encapsulation

多态 polymorphi

面向对象 object oriented

面向过程 procedure oriented

继承 inheritance

对象 object

界面 intece

drawing theory, mathematical logic principle, formal language, electric circuit, simulation of electronic technology, digital circuit design, comr comition principle, comr atic structure, connection technology, comr network, assembly language programming, higher order language programming, construction of data and algorithm, coding programe principle, operating , database , software engineering ,etc.绘图论、数理逻辑、形式语言、电路、模拟电子技术、数字电路设计、计算机组成原理、计算机体系结构、接口技术、计算机网络、汇编语言程序设计、高级语言程序设计、数据结构与算法、编译原理、作系统、数据库系统、软件工程等。

in

this

school,

the

comr

science,

technology

profession

and

internet

education

starts

the

college

undergraduate

studies.

1计算机导论 Introduction to Comr Science

2高等数学 Aanced Mathematics

3线性代数 Linear Algebra

4离散数学 Discrete Mathematics

5数值分析 numerical ysis

6大学英语 college English

7模拟电子电路 Analogical Electronics

8数字电子电路 Digital Electronics

9软件工程 software engineering

10信号与系统 Signal and System

11多媒体技术 Multimedia Technology

12作系统 Operating System

13数据结构 Data Structure

14编译原理 Principles Techniques

15数据库原理 Principles of Database System

16信号与系统 Signal and System

17计算机组成原理 comr organization

18计算机网络 Comr Networks

19计算机图形学 Comr Graphic

20人工智能 Artificial Ince Programming

21C++语言程序设计 The C++ Programming Language

22JAVA语言程序设计 The Ja Programming Language

23ASP编程基础及应用

24LINUX作系统应用与开发

25微机原理 Microcomr Theory and Application

给你一些介绍数据结构的链表,栈,队列,树,二叉树,以及图的特点和描述的英文吧,自己删除一些,写个大概:

let's get acquainted with some of the most common data structures.

//链表

Linked_List: The formal definition is "a data structure consisting of a group of nodes which toger represent a sequence." Like arrays, linked lists he indexes, but are accessed by iterators. In the linked list below, the head is "12", which is where the iterator always begins. Supe we he a linked list object called "list", then list.head = 12 and list.head.next = 99. The last node is called the tail and is always "null" (nothing there).

//栈

stack:First come, first served

//队列

Queue:The Queue data structure provides first come, first served

//树

Tree:If you've r looked at a genealogy table, or at the chain of command in a corporation, you've seen data arranged in a tree. A tree is comed of a collection of nodes, where each node has some associated data and a set of children. A node's children are those nodes that appear immediay beneath the node itself. A node's parent is the node immediay above it. A tree's root is the single node that contains no parent.

//二叉树

Binary tree:A binary tree is a special kind of tree, one that limits each node to no more than two children. A binary search tree, or BST, is a binary tree whose nodes are arranged such that for ry node n, all of the nodes in n's left subtree he a value less than n, and all nodes in n's right subtree he a value greater than n. As we discussed, in the erage case BSTs offer log2 n asymptotic time for inserts, deletes, and searches.

//图

Graphs:Graphs are comed of a set of nodes and edges, just like trees, but with graphs there are no rules for the connections between nodes. With graphs there is no concept of a root node, nor is there a concept of parents and children. Rather, a graph is just a collection of interconnected nodes.

GIS的常用英语词汇,哪位能帮帮忙,告诉一下,感激啊!

Alogrithm:算法;

Accuracy:准确度;

Application:应用;

Artificial Ince(AI):人工智能;Aspect:方位

Attribute:属性;

Binary:二进制;

Boolean operation:布尔作(逻辑作)

Buffer:缓冲区;

Cartography:制图学;

Cell:单元;

Chain:链Continuous data:连续数据

Coordinate :坐标系统

Database:数据库;

Database approach:数据库方法

Database mament (DBMS):数据库管理系统

Data entry:数据输入;

Data set:数据集

Data standards:数据标准;

Data structure:数据结构

Data visualization:数据可视化;

Derived data:派生数据

Original data:原始数据;

Digitize:数字化;

Digitizer:数字化仪

Discrete data:离散数据;

Distributed :分布式系统

Fractal:分形;

Geocoding:地理编码(地址编码)

Georeferenced:地理参考;

Land rmation (LIS):土地信息系统

Map algebra:地图代数;Map projection:地图投影

Map scale:地图比例尺;

Metadata:元数据

Overlay:叠置;

Parcel:地块Peripherals:外设;

Pixel:像元

Plotter:绘图仪;

Polygon:多边形

Precision:精度;

Proximity ysis:邻近分析

Query:查询;

Recode:重编码

Relational database:关系数据库;

Site suitability ysis:位置适宜度分析

Spatial accuracy:空间准确度;

Spatial ysis:空间分析

Spatial precision:空间精度;

Spatial relationship:空间关系

Subset:子集;

Terrain ysis:地形分析

Thematic map:专题地图;

Topology:拓扑

Tracking GIS:动态GIS;

UTM(Universal Transverse Mercator):通用横轴麦卡托投影

Node:结点;

Vertex:

Viewshed:可视域

vector 矢量

merge 合并

slope溢出

terrain地形

infrastructure 基础设施

dynamic 动态的sequence 顺序cumulative积累

outline大纲

horizon视野

substantial真实的

paradigm范例

perceptions理解

integrated完整的

og类似物

coherence 连贯的

impairing 削弱

tentative延伸的

holographic 的

currency 流行的

ultimate

utilities公共事业

tabular表格的

distribution 分配

a bar chart直方图

depicted描述scale比例尺

retrieval 检索

spatial空间的

census人口

puch assembled 集中的

configuration配置

cutting-edge 前沿

terrific 极端

overlay 叠加

accomplishment 技巧

thematic 主题

tremendously 非常的

multidisciplinary多学科的

holistic 整体的

hub轴心

dimensional 维数

peripheral外设

innovative创新的

interdisciplinary 交学科competent 有能力的

attribute属性

interchanged相互交换

reference参照物

constitute组成

sphere球core中心

identification区别

sample采样

proximity 相近的

latitude经度

longitude纬度

landscape 外观polygon多边形

scope范围

perimeter周长

trend suce趋势面

designate 描绘

discrete离散

unambiguous明确的

zones尺度

sparse 稀少

coordinate坐标

icon图标

configuration 参数

clustered 群聚的lunar crater火山口

termed 术语为……

hydrologic水文的

function功能

buffer缓冲

temporal 暂时的

critical关键的

demographic 人口统计的vary改变

span跨度

eruption火山爆发

hazard灾难

frame结构

erosive侵蚀

animation动态

obsolete 荒废的

extrapolated推断的preliminary 预备的

address反映

spreadsheet电子表格

synergy协同

grid栅格

trait特点

cartography制图diverse不同的

magnitude数量

surveyed site测量点

statistical ysis 数据分析

query查询

filter过滤

descend下降

option选项

drag 拖

redundancy冗余

duplication

accommodate查询

decimal 十进制arbitrary 随意的

robust增强

dedicate致力于

n偶数

rectangular矩形

rasterization栅格化magnifictionfangda unaided eye肉眼

coarse粗糙

resolution分辨率

crude粗糙

digitized数字化

linear直线

三角形adjacent临近的

ends端点

bends 拐点

vert顶点

node

segment段

arc弧

view视图

inspected检查outline轮廓

hence从此以后

coordinate ition坐标位置

border边界

evolution发展

exaggerated 放大的

curve曲线

jagged锯齿状的plotter绘图仪

demonstrate演示

relevant相关

moderate中等

stack大量

manipulate作

cancel抵消,取消compensate补偿

topology拓扑的

intuitive直觉

versus与……相对

seamless无缝的

课程名翻译成英文,要地道的,不要软件直接翻译

模拟电子技术 simulated electronic technique

数字电子技术 digital electronic technique

电子商务 e-commerce

数据库原理及应用 ACCES

数据结构 data structure

Course name

数据结构英文:Data Structure。

1、数组是基础PHP语言的一部分,并可简化对数据结构的处理。

2、它是一个包含一些字段的硬编码数据结构。

3、因此,它不同于目前已知的任何算法,具有数据结构简单、运算简便、速度快而对算法语言无特殊要求等优点。

4、利用数据结构,编写一个商店营业的模拟程序。

5、一本关于数据结构和算法的书,内含源码。

6、使用该数据结构,实现了对城市中较为规则地物的三维重建。

版权声明:本文内容由互联。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发 836084111@qq.com 邮箱删除。