问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

怎么用英语描述以下计算机专业课程啊?

发布网友 发布时间:2022-04-20 04:03

我来回答

4个回答

热心网友 时间:2023-10-16 11:33

高等数学 Higher Mathematics
This course enables you to build on your previous mathematical experience in the areas of algebra, geometry and trigonometry and introces you to elementary calculus. The study of Mathematics provides you with many valuable skills. It is often very important when seeking employment or entry to further or higher ecation and is an important part of your general ecation.

模拟电子技术 Analog Electronic Technology
This course covers complex semiconctor electronic circuits to include application of field-effect transistor circuitry, amplitude/phase shift response of transistor amplifiers, integrated circuits, negative and positive feedback circuits, active filters, instrial control circuits, switching power supplies, voltage regulators, operational amplifiers, spectrum analysis, and harmonic distortion. The course offers practical hands-on experience using an array of test equipment and assigned laboratory projects incorporated to supplement classroom lectures.

大学IT university IT
This course is for students interested in pursuing a career in the field of Information Technology. Students will be introced to the four career clusters in information technology to determine where their interests lie. Students will complete assignments and projects in interactive media, information support and services, network systems and, programming and software development.

C语言 C language
This course provides a solid introction to all the fundamental aspects of C, including elementary data types; arithmetic, logical, and bitwise operators; control-flow statements; functions; structures; pointers; program scope rules; good program design practices; and C debugging techniques. Emphasis is on ANSI-standard C, but earlier versions of C are also discussed. No computing facilities are provided; each participant is required to have access to a C compiler and hard-copy output device for programming assignments.

高等数学 Higher mathematics (第一个就介绍了)

面向对象程序设计 object-oriented programming
A course that focuses on introcing students to computer science through object-oriented design and programming, using Java. The course features an "objects first" approach to object-oriented programming (OOP), starting with objects, classes and methods, and then moves on to inheritance, interfaces and polymorphism, before covering traditional topics such as arithmetic and flow-of-control. OOP is then used to teach simple 2D graphics and graphical user interfaces, and the course finishes up with an overview of basic data structures, exceptions and file I/O. The course reinforces concepts with practical exercises in weekly laboratory sessions (under the supervision of undergraate teaching assistants) and with challenging and engaging programming assignments such as Tetris, all of which have GUIs.

汇编语言 assembly language
An introction to assembly language for mainframes or PC's. Topics include internal representation of data, arithmetic operations, logic statements, and general assembly language commands. Introce low level language architecture including assemblers, linkage editors, and loaders.

VFP程序设计 VFP programming
You will learn to plan, create, and modify tables, views and databases and create forms. You will use the Application Wizard and Builder to build applications quickly. Create information from your data with queries and reports. Understand the fundamentals of programming including operators, expressions, program flow, branching and looping. Be proctive working with code using IntelliSense, Quick Info, hyperlinks, keyboard shortcuts, Beautify, document view and bookmarks. Manage programming tasks with the Task List Manager.

数字电子技术 Digital Electronic Technology
Introction to basic concepts in digital electronics. Basic discrete electronics, digital logic, circuit laws, components, troubleshooting and use of test equipment. Digital components, digital architecture, digital systems, troubleshooting and use of test equipment. Hands-on experience, practical applications and projects.

计算机组成原理 computer composition principle
This course introce the principle of computer composition. It is very useful for computer science students to know computer and for the better use in both hardware and software.

离散数学 discrete mathematics
The purpose of this course is to understand and use (abstract) discrete structures that are backbones of computer science. In particular, this class is meant to introce logic, proofs, sets, relations, functions, counting, and probability, with an emphasis on applications in computer science.

数据结构 Data Structure
Data abstraction with formal specification. Elementary algorithm analysis. Basic concepts of data and its representation inside a computer. Linear, linked, and orthogonal lists; tree structures. An overview of the structure and implementation of data structures, including lists, trees, heaps, and tables, and an examination of searching, sorting and other algorithms, including implementation and analysis of their efficiency.

计算机网络 computer network
Principles, design, implementation, and performance of computer networks. Topics include: Internet protocols and routing, local area networks, TCP, performance analysis, congestion control, switching and routing, mobile IP, peer-to-peer overlay networks, network security, and other current research topics.

操作系统JAVA语言 operating system JAVA language
Use Java to teach the principles of concurrent programming, not in particularly operating-systems related context, to write indivial operating system components. For example, it is possible to write a file system in Java. Use Java to write a simulator for a full operating system, including the machine it is running on, to write programs that make non-trivial use of operating-system services (such as network communication) in order to teach more about those services.

微机原理与接*术 microcomputer principle and the connection technology
Introction to microcomputer hardware and software. Topics include computer fundamentals, word processing, electronic spreadsheets, data bases, and other microcomputer application areas. Students will study additional concepts of microcomputers and microcomputer applications software including: word processing, spreadsheets, databases, and presentation software, emphasizing more advanced applications and integration of the packages in dealing with typical professional usage.

程序综合课程设计procere comprehensive curriculum designs
Introction to problem-solving with algorithm and program development. Includes: problem analysis, algorithm representation and verification, scalar and structured data types, file input and output, techniques for program design, coding, testing, and documentation and basic sorting, and searching algorithms. Study of algorithmic design, implementation, and analysis including object oriented design and implementation, abstract data types, stacks, queues, and linked structures

数据库系统原理 Database system principle
This course is for students interested in the design of database management systems to obtain integrity and availability of data. We will focus mainly on relational data models and relational query operations, together with SQL for data definitions and queries. We will discuss design methods including the entity-relationship model and relational normalization theory. We will also discuss how data is stored and indexed and how queries are processed and optimized. Students undertake a semester project that includes the design and implementation of a database system. We will touch upon advanced topics such as object-oriented databases as time permits.

编译原理Complier Construction Principles

Acquire the practical skills to write a simple compiler for an imperative programming language. Understand the concepts of scanning, parsing, name management in nested scopes, and code generation. Learn to transfer the skills also to general software engineering tasks (e.g. parsing of structured data files or argument lists)

算法设计与分析 design and analysis of algorithm
An advanced, in-depth study of the design and analysis of algorithms. 'Topics include models of computation, sorting, data structures, graph algorithms, matrix multiplication, fast Fourier transforms, polynomial arithmetic, pattern matching, and NP-complete problems.

计算机图形学Computer graphics
This course will provide an introction to graphics systems and applications. Basic structure of interactive graphics systems, characteristics of various hardware devices. Control of display devices, implementation of simple packages, device independence, and standard packages. Distributed architectures for graphics, hidden line and hidden surfaces algorithms, representation of surfaces.

概率 probability
The course covers the basic principles of the theory of probability and its applications. Topics include combinatorial analysis used in computing probabilities, the axioms of probability, conditional probability and independence of events; discrete and continuous random variables; joint, marginal, and conditional densities, moment generating function; laws of large numbers; binomial, Poisson, gamma, univariate, and bivariate normal distributions

网页设计 web page design
The course is designed to provide the necessary skills and training for an entry-level position in the field of Web Design. Learn to develop and maintain Web sites for a corporation or your own small business.
The class focuses on Web page planning, basic design, layout and construction, and setup and maintenance of a Web site. HTML/XHTML, Cascading Style Sheets, Dreamweaver, Fireworks, Flash, Photoshop, Illustrator, InDesign, PHP, MySQL and various other Web page and image creation tools are taught in the course.

人工智能artificial intelligence
The incorporation of advanced techniques in reasoning and problem solving into modern, complex systems has become pervasive. Often, these techniques fall within the realm of artificial intelligence. This course focuses on artificial intelligence from an agent perspective, and explores issues of knowledge representation and reasoning. Students will participate in lectures and discussions on various topics, including heuristic and stochastic search, logical and probabilistic reasoning, planning, learning, and perception. Advanced topics will be selected from areas such as robotics, vision, natural language processing, and philosophy of mind. Students will complete problem sets and small software projects to gain hands-on experience with the techniques and issues covered.

软件开发技术与实训 Software development technology and practic
The overall purpose of the course is to give an understanding of the problems of large-scale software development and how this can be solved using object-oriented techniques. The main aim of the mole is to teach the understanding and use of object-oriented methods to analyze, specify, design and implement large computer systems.

网络数据库Network database
This course introces the database that runs in a network and holds addresses of other users in the network. It includes a database organization method that allows for data relationships in a net-like form. A single data element can point to multiple data elements and can itself be pointed to by other data elements.

网络工程 network engineering
Network Engineering provides the basic networking and computing infrastructure for campus, from securing and managing bandwidth to providing DNS, DHCP, email, backups and more.

软件工程 software engineering
This course is about problems we face when constructing large software systems. Students will learn about various methodologies used in all parts of the software life cycle. We will illustrate the use and application of these methodologies by examining how they can be supported by the Java language. By the end of the semester students will have acquired a strong grounding in object-oriented design in Java and, more generally, improved their skills for programming in the large. We will study several topics related to software design, including: Inheritance, Exceptions, Namespaces, Abstract Types, Representation Invariants, Procere Specifications, Object Models, Data Models, Design Patterns, Design Strategy.

Linux操作系统Linux operating system
This course will provide the basics of the UNIX/Linux operating system, including the history and the use of Linux with hands-on experience using commands and files. Topics to be covered include basic Linux commands, text editing, files and directories, electronic mail, pipes and filters, and shell programming.

计算机系统维护 computer system maintenance
This course focuses on basic computer hardware and software systems. Subjects include hardware systems and subsystems found in personal computers, digital numbering systems, and personal computer operating systems. Curriculum includes on-line content delivery, and in class hands-on labs.

参考资料:http://www.najah.e/index.php?page=750

热心网友 时间:2023-10-16 11:34

高等数学 Advanced Mathematics
模拟电子技术 Analog Electronics Technique
大学IT University's Information Technology organization (CIT)
C语言 C Programming Languages
高等数学 Advanced Mathematics
面向对象程序设计 OOP Object Oriented Programming
汇编语言 assembly language
VFP程序设计 Video Fine Processor Program Designing
数字电子技术 Digital Electronic Technique
计算机组成原理 Principles of Computer Composition
离散数学 Discrete Mathematics
数据结构 data structure
计算机网络 computer network
操作系统JAVA语言 operating system Java (programming language
微机原理与接*术 Computer Principles and Interface Techniques
程序综合课程设计 procere comprehensive curriculum designs
数据库系统原理 Principles of Database System
编译原理 Fundamentals of Compiling
算法设计与分析 Algorithmic Design &Analysis
计算机图形学 Computer Graphics
概率 probability
网页设计 Web Design
人工智能 Artificial Intelligence
软件开发技术与实训 Component-based Development and actual simulated
网络数据库 network database
网络工程 Network Project
软件工程 software engineering
Linux操作系统 Linux operating system
计算机系统维护 computer system safeguard

真不容易 累坏了呀!怎么感谢我啊!o(∩_∩)o...

热心网友 时间:2023-10-16 11:34

高等数学 Higher

模拟电子技术 mathematical simulation

electronic

大学IT university IT

C语言 C language

高等数学 Higher mathematics

面向对象程序设计 object-oriented

programming

汇编语言 assembly language

VFP程序设计 VFP programming

数字电子技术 numeral electronic technology

计算机组成原理 computer composition principle

离散数学 discrete mathematics

数据结构 The construction of data

计算机网络 computer network

操作系统JAVA语言 operating system JAVA language

微机原理与接*术 microcomputer principle and the connection technology

程序综合课程设计procere comprehensive curriculum designs

数据库系统原理 Database system principle

编译原理translation principle

算法设计与分析Algorithm design and analysis

计算机图形学Computer graphics

概率 probability

网页设计homepage design

人工智能artificial intelligence

软件开发技术与实训The software development technology and really teaches

网络数据库Network database

网络工程 network project

软件工程 software engineering

Linux操作系统Linux operating system

计算机系统维护 computer system maintenance

楼主啊,给你弄好拉```是够麻烦的```给我加分噢```知道你最好拉```(*^__^*) 嘻嘻……

热心网友 时间:2023-10-16 11:35

The higher mathematics simulates the digital electronic technology of electron technology university IT C language higher mathematics be geared to the needs of marriage partner programming assembly language VFP programming computer being composed of principle Discrete Mathematics data structure computer network OS JAVA language Principles of Personal Computer and the interface technology procere synthetical curriculum design Database principle compiling principle algorithm designing and analysing the computer artwork learn probability Web page design artificial intelligenceAI software develop technology and reality model network data base network project software engineering Linux OS computer system upkeep
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
八月中国最凉快的地方 八月份哪里最凉快,去哪旅游好?美丽的地方 乱字同韵字是什么意思 华硕笔记本电脑触摸板怎么开笔记本电脑触摸板怎么开启和关闭_百度知 ... 陕西职务侵占案立案准则 结婚后我的恋情维系了十年,怎么做到的? 玉米仁子饭产自哪里 中国期货交易所的交易品种有哪些? 历史要怎么读,有啥诀窍 高中历史诀窍 电子产品知名品牌有什么 简述autocad的发展历史? 葱姜炒花蛤怎么做好吃 鲜美好吃的炒花哈做法是什么呢? 洋葱爆炒花蛤肉怎么做 洋葱炒花蛤怎么做 洋葱炒花蛤 怎么做好吃 葱爆蛤蜊的做法 花蛤怎么炒?你知道吗? 洋葱炒花蛤的做法步骤图,洋葱炒花蛤怎么做 葱姜炒花蛤怎么做如何做好吃 葱香蛤蜊的好吃做法? 葱爆花蛤怎么做? 洋葱炒花蛤怎么做好吃 葱姜炒花蛤的做法 葱爆花蛤怎么做 小葱炒花蛤的做法步骤图,小葱炒花蛤怎么做 葱炒花蛤的做法步骤图,葱炒花蛤怎么做好吃 autoCAD2007有哪些特点 父亲家暴迫使母亲出走,如何面对让自己缺少母爱,... 会计英语中,accounting concept 包括什么,怎么理... 什么是信息技术? 英译汉 Automation Concepts 机械专业 关于光学工艺方面的中英文对照翻译 谁能帮我翻译成英语~谢谢啊 急 请用两三句英语简单介绍一下下列课程(计算机课程) 急求大学的课程介绍的英文翻译。。求准确,可追加悬赏 有一小段要麻烦大家帮忙翻译下。急谢谢 跪请将中文简历翻译成英文(高分回报) 请各位英语高手 帮忙翻译以下英语 毕业设计用谢谢拉 英文论文翻译 求好心人帮帮忙,翻译下我大学的课程描述,汉译英 请牛人帮忙翻译一下,不胜感激 请帮忙翻译以下文字 哪有写中小企业的英文论文啊,谁能给我一篇,谢谢了 求翻译成英语 关于英语语言学的 如下 arrhenius acid-base concept是什么意思 请帮忙将以下课程描述翻译成英文,急急急 设计制图AutoCAD和CAXA软件谁更好?它有什么特点? win10屏幕变黄电脑屏幕泛黄 没开护眼模式