软件工程专业的英语
- 格式:docx
- 大小:16.96 KB
- 文档页数:1
为什么选择软件工程专业的英语短文英文回答:Choosing a major in software engineering can open doors to a wide range of opportunities in the technology industry. Here are several reasons why software engineering is a rewarding and in-demand field:High Demand for Skilled Professionals: The software engineering industry is rapidly expanding, and the demandfor qualified professionals continues to grow. Companies of all sizes, from startups to multinational corporations, are constantly seeking software engineers to design, develop, and maintain their software systems.Competitive Salaries and Benefits: Software engineers are highly compensated, with median salaries well above the national average. Additionally, many software engineering companies offer generous benefits packages, includinghealth insurance, paid time off, and retirement plans.Job Security: Due to the high demand for software engineers, job security is typically strong in this field. Even during economic downturns, software engineers areoften able to find stable employment, as companies rely heavily on their software systems to operate.Opportunities for Advancement: Software engineering offers a wide range of career paths and opportunities for advancement. With experience and additional qualifications, software engineers can progress to roles such as software architects, project managers, and technical leads.Intellectual Stimulation: Software engineering is a challenging and intellectually stimulating field that requires problem-solving skills, creativity, and attentionto detail. It offers the opportunity to work on complex and rewarding projects that can make a real impact on the world.Global Opportunities: Software engineering is a global profession, and there is a demand for software engineers in every corner of the world. This can open up opportunitiesfor travel, collaboration with international teams, and working on projects that have a global reach.Continuous Learning: The technology industry is constantly evolving, and software engineers must continually learn new technologies and skills to stay relevant. This keeps the work fresh and exciting, and it ensures that software engineers are always in high demand.Making a Difference: Software engineering plays a vital role in modern society. By developing software systems, software engineers can contribute to advancements in healthcare, transportation, education, and many other areas that improve people's lives.中文回答:选择软件工程专业的原因:高需求的专业人才,软件工程行业正在迅速发展,对合格专业人员的需求持续增长。
第一章(计算机系统概论)digital computer 数字计算机decimal digits 十进制数字binary 二进制bit 位ASCII 美国国家信息交换标准代码computer system 计算机系统hardware system 硬件系统software system 软件系统I/O devices 输入输出设备central processing unit(CPU) 中央处理器memory 存储器application software 应用软件video game 计算机游戏system software 系统软件register 寄存器floating point data浮点数据Boolean布尔值character data字符数据EBCDIC扩充的二十一进制交换代码punched cards穿孔卡片magnetic tape磁带main memory主存vacuum tubes电子管magnetic drum磁鼓transistors晶体管solid-state devices固体器件magnetic cores磁芯integrated circuit(IC)集成电路silicon chip硅芯片multiprogramming多道程序设计timessharing分时分时技术minicomputers小型计算机mainframe大型计算机large-scaleintegrated(LSI)大规模集成very-large-scale integrated(VLSI)超大规模集成word processing文字处理eletronic spreedsheets电子表格database management programs数据库管理程序desktop publishing桌面印刷personalcomputer(PC)个人计算机microcomputer微型计算机storage capacities存储容量stand-alone computer独立计算机local area network(LAN)局域网peripheral devices外部设备assembly line流水线supercomputer巨型计算机第二章(计算机系统结构)memmory subsystem存储子系统I/O subsystem输入输出子系统bus总线system bus系统总线chip 芯片address bus地址总线instructions指令memory location存储单元data bus数据总线control bus控制总线local bus 局部总线microprocessor微处理器register set寄存器组arithmetic logic unit(ALU)运算器clock cycle时钟周期control unit控制器computer architecture计算机体系结构introduction format指令格式addressing modes寻址方式introduction set指令集internal memory内存main memory主存Random Access Memory(RAM)随机存取存储器Read Only Memory (ROM)只读存储器secondary storage副主存储器vitual memory虚拟存储器Dynamic RAM(DRAM)动态存储器refresh circuitry刷新电路Static RAM(SRAM)静态RAMcache memory高速缓冲存储器masked ROM掩膜ROMPROM可编程RAMEPROM可擦写PROMultraviolet light紫外线EEPROM or EEPROM电擦写PROMbasic input/output system(BIOS)基本输入输出系统flash EEPROM 快闪存储器memory hierarchy 存储器体系结构auxiliary memory 辅助存储器storage memory 存储容量keyboard 键盘alphanumeric key字母数字键function key 功能键cursor key 光标键numeric keypad 数字键mouse 鼠标touch screen触屏infrared ray红外线monitor 监视器display screen显示屏laser printer激光打印机ink-jet printer喷墨打印机dot-matrix printer点针式打印机modem调制解调器input-output interface(I/O interface)输入输出接口peripheral外部设备,外设interrupt中断program counter程序计数器vectored interrupt向量中断nonvectored interrupt非向量中断interrupt vector中断向量Direct Memory Acess(DMA)直接存储器存取timeout超时第三单元(计算机体系结构)parallel processing 并行操作serial operations 串行操作instructions stream 指令流data dream 数据流SISD 单指令单数据流SIMD 单指令多数据流MISD 多指令单数据流MIMD 多指令多数据流pipeline processing 流水线处理combinational circuit 组合电路multiplier 乘法器adder 加法器clock pulse 时钟脉冲vector processing 向量处理one-dimensional array 一维数组scalar processer 标量处理器vector instructions 向量指令CISC 复杂指令集计算机decoder 译码器RISC 精简指令集计算机backward compatibility 向下兼容第四单元(算法与数据结构)algorithm 算法parallel algotithm 并行算法primitive 原语syntax 语法semantics 语义pseudocode 伪码exhaustive search 穷举搜索divide-and-conquer algorithm 分治算法dynamic programming 动态规划bottom-up 自上而下top-down 自下而上array 数组one-dimensional array 一维数组pointer 指针program counter 程序计数器instruction pointer 指令指针list 列表linked list 链表singly-linked list 单向链表double-linked list 双向链表circularly-linked list 循环链表FIFO 先进先出LIFO 后进先出stack 栈push 压栈pop 出栈stack pointer 栈指针queue 队列tree 树root 根level 层次degree of a node 结点的度depth of a tree树的深度binary tree 二叉树traversal 遍历M-way search tree M向搜索树第五章(编程语言)Program 程序Program language 程序设计语言Software engineering 软件工程Pseudocode 伪码Flowchart 流程图Coding 编码Program testing 程序测试Desk-checking 手工检查Documentation 文档User documentation 用户文档Operator documentation 操作员文档Programmer documentation 程序员文档Machine language 机器语言Assembly languages 汇编语言High-level languages 高级语言RAD(rapid application development) 快速应用开发Natural language 自然语言Artificial intelligence(AI) 人工智能Compile 编译Assemble 汇编Source code 源代码Object code 目标代码Linker 连接器Executable file 可执行文件Object-oriented programming 面向对象的程序设计Object 对象Class 类ADT(abstract data type)抽象数据类型Member variable 成员变量Class variable 类变量Member function 成员函数Inheritance 继承Derived class 派生类Overload 超载Message 消息Static binding 静态绑定Dynamic binding 动态绑定Polymorphism 多态性Visual programming 可视化编程Markup language 标记语言HTML(hyper text markup language)超文本标记语言Hyperlink 超链接XML(extensible markup language) 可扩展标记语言Java virtual machine java虚拟机第六章(操作系统)Application software 应用软件System software 系统软件Utility software 实用软件Operating system(OS)操作系统Shell 操作系统的外壳程序Graphical user interface(GUI)图形用户界面Kernel 内核Serial processing 串行处理Job 作业Batch processing 批处理Simple batch systems 简单批处理系统Multiprogrammed batch systems 多道程序批处理系统Monitor 监控程序Scheduler 调度程序Multiprogramming 多道程序Multitasking 多任务Time-sharing systems 分时系统Uniprogramming 单道进程Process 进程Process management 进程管理Process control block 进程控制块Mutual exclusion 互斥Multiprocessing 多处理,多进程Distributed processing 分布式管理Concurrent processes 并发处理Deadlock 死锁Synchronize process同步处理Semaphore 信号量Reusable resource 可复用性资源I/O buffers 输入/输出缓冲区I/O channel 输入/输出通道Deadlock prevention 死锁预防Deadlock detection 死锁检测Deadlock avoidance 死锁避免Virtual memory 虚拟内存Logical reference 逻辑引用Real addresse 实地址Paging 分页Segmentation 分段Virtual address 虚拟地址Physical addresses 物理地址Real-time process 实时处理File management 文件管理Plug and play(PnP) 即插即用第七单元(应用软件)application software 应用软件word processing 字处理软件spreadsheet 电子表格personal finance 个人理财presentation graphic 演示图形database manager 数据库管理软件groupware 群件desktop accessory 桌面辅助工具browsers 浏览区desktop publishing 桌面印刷project management 项目管理CAD 计算机辅助设计CAM 计算机辅助制造multimedia authoring 多媒体发布animation 动画MIDI 乐器数字化接口speech synthesis 语音合成insertion point 插入点scroll bar 滚动条window 窗口menu bar 菜单栏pull-down menu 下拉式菜单Button 按钮toolbar 工具条dialog box 对话框default value 缺省值(默认值)macro 宏OLE 对象链接和嵌入clipboard 剪切板column 列row 行cell 单元格cell address 单元格地址cell pointer 单元格指针formula 公式function 函数bar chart 柱形图line chart 线图pie chart 圆饼图workflow software 工作流软件PIM 个人信息管理软件Web browser 浏览器World Wide Web 万维网home page 主页第八单元(数据库)DBMS 数据库管理系统instance 实例schema 模式physical schema 物理模式存储模式内模式logical schema 逻辑模式概念模式模式subschema 子模式外模式data independence 数据独立性physical data independence 物理数据独立性logical data independence 逻辑数据独立性data model 数据模型entity-relationship model 实体联系模型object-oriented model 面向对象模型semantic data model 语义数据类型functional data model 功能数据模型entity 实体entity set 实体集mapping cardinality 映射基数abstract data type 抽象数据类型attribute 属性relation 关系tuple 元组primary key 主键super key 超健candidate key 候选键foreign key 外键DDL 数据定义语言data dictionary 数据字典DML 数据操纵语言procedure DML 过程化DML nonprocedure DML 非过程化DMLSQL 结构化查询语言view 视图the relational algebra 关系代数the tuple relational calculus 元组关系演算atomicity 原子性consistency 一致性duration 持久性transaction 事物DBA 数据库管理员。
英语常见专业词汇分类汇总一、工程与技术:1. Architectural design(建筑设计): the process of creating a plan for the construction of a building or structure.2. Civil engineering(土木工程): the design, construction, and maintenance of structures such as roads, bridges, and buildings.3. Mechanical engineering(机械工程): the branch of engineering that deals with the design, construction, and operation of machinery.4. Electrical engineering(电气工程): the branch of engineering concerned with the study and application of electricity, electronics, and electromagnetism.5. Computer programming(计算机编程): the process of designing and writing computer programs.6. Telecommunications(电信): the transmission of information over long distances using electronic or optical signals.7. Aerospace engineering(航空航天工程): the branch of engineering concerned with the design and construction of aircraft and spacecraft.8. Environmental engineering(环境工程): the branch of engineering concerned with the development of sustainable solutions to environmental problems.二、医学与健康:1. Anatomy(解剖学): the branch of science that deals with the structure and organization of living things.2. Physiology(生理学): the branch of biology that deals with the normal functions of living organisms and their parts.3. Genetics(遗传学): the study of genes, heredity, and variation in living organisms.4. Pharmacology(药理学): the branch of medicine concerned with the study of drugs and their effects on the body.5. Radiology(放射学): the branch of medicine that uses medical imaging techniques to diagnose and treat diseases.6. Psychiatry(精神病学): the branch of medicine that deals with the diagnosis, treatment, and prevention of mental health disorders.7. Cardiology(心脏病学): the branch of medicine that deals with the diagnosis and treatment of heart diseases.8. Oncology(肿瘤学): the branch of medicine that deals with the diagnosis and treatment of cancer.三、商业与经济:1. Marketing(市场营销): the process of promoting and selling products or services.2. Accounting(会计): the process of recording, analyzing, and reporting financial transactions.3. Economics(经济学): the study of how individuals, businesses, and governments allocate resources and make decisions.4. Finance(金融学): the management of money, banking, investments, and credit.5. International trade(国际贸易): the exchange of goods and services between countries.6. Entrepreneurship(创业): the activity of starting a new business venture or taking a risk in order to make a profit.7. Supply chain management(供应链管理): the coordination and oversight of the flow of goods, information, and finances from suppliers to end consumers.8. Market research(市场调研): the process of gathering and analyzing data about customers, competitors, and market trends to make informed business decisions.四、计算机科学:1. Algorithm(算法): a step-by-step procedure for solving a problem or accomplishing a task.2. Programming language(编程语言): a formal language used to write computer programs.3. Artificial intelligence(人工智能): the development of computer systems that can perform tasks that would normally require human intelligence.4. Data mining(数据挖掘): the process of discovering patterns and relationships in large datasets.5. Network security(网络安全): the protection of computer networks and their data from unauthorized access, use, disclosure, disruption, modification, or destruction.6. Software engineering(软件工程): the application of engineering principles to the design, development, and maintenance of software systems.7. Machine learning(机器学习): the study of algorithms and statistical models that enable computers to learn from and make predictions or decisions based on data.8. User interface(用户界面): the means by which a user interacts with a computer, website, or application.五、法律与政治:1. Constitutional law(宪法法学): the body of law that defines the relationship between different entities within a state, namely the executive,the legislature, and the judiciary.2. Criminal law(刑法): the body of law that deals with offenses against the state, such as murder, theft, and assault.3. International law(国际法): the body of law that governs the relations between states and other international actors.4. Human rights( ** ): the basic rights and freedoms to which allindividuals are entitled, such as the right to life, liberty, and equality.5. Public policy(公共政策): the principles, actions, and decisions adoptedby government or public authorities to address societal problems or meetpublic needs.6. Political science(政治科学): the study of political systems, behavior,and ideologies.7. Diplomacy(外交): the profession, activity, or skill of managing international relations, typically by a country's representatives abroad.8. Legislation(立法): the process of making or enacting laws through the legislative branch of government.六、社会科学与人文学科:1. Sociology(社会学): the study of human society, social behavior, and the consequences of social relationships.2. Psychology(心理学): the scientific study of the mind and behavior.3. Anthropology(人类学): the study of human societies, cultures, andphysical characteristics.4. History(历史学): the study of past events, particularly in human affairs.5. Literature(文学): written works, especially those considered of superior or lasting artistic merit.6. Philosophy(哲学): the study of fundamental questions about existence, knowledge, values, reason, and mind.7. Linguistics(语言学): the scientific study of language and its structure, including phonetics, syntax, and semantics.8. Art history(艺术史): the study of visual arts from ancient times to the present, including painting, sculpture, architecture, and photography.七、自然科学与数学:1. Biology(生物学): the study of living organisms, including their structure, function, growth, and evolution.2. Chemistry(化学): the study of the composition, properties, and reactions of substances.3. Physics(物理学): the study of matter, energy, and the interactions between them.4. Mathematics(数学): the study of numbers, quantity, space, and structure,including algebra, geometry, calculus, and statistics.5. Geology(地质学): the study of the Earth's physical structure, history,and processes.6. Astronomy(天文学): the study of celestial objects, such as stars, planets, comets, and galaxies.7. Environmental science(环境科学): the study of the environment and the effects of human activities on it.8. Statistics(统计学): the collection, analysis, interpretation, presentation, and organization of data.八、教育与心理学:1. Pedagogy(教育学): the study and practice of teaching and educational methods.2. Educational psychology(教育心理学): the branch of psychology that deals with the study of teaching methods and learning processes.3. Curriculum development(课程开发): the process of creating and designing educational programs and courses.4. Special education(特殊教育): the education of students with special needs or disabilities.5. Counseling psychology(咨询心理学): the branch of psychology that focuses on providing therapeutic services to individuals and groups.6. Child psychology(儿童心理学): the study of children's mental andemotional development and behavior.7. School psychology(学校心理学): the application of psychologicalprinciples and techniques in educational settings to promote the learning and emotional well-being of students.8. Adult education(成人教育): the provision of educational opportunities and programs for adults, often focused on professional development or personal enrichment.九、艺术与设计:1. Fine arts(美术): the creation and appreciation of visual art, such as painting, sculpture, and printmaking.2. Graphic design(平面设计): the art and practice of planning and projecting ideas and experiences with visual and textual content.3. Fashion design(服装设计): the art of applying design, aesthetics, and natural beauty to clothing and its accessories.4. Industrial design(工业设计): the process of creating and developing concepts and specifications for products or systems.5. Architecture(建筑学): the art and science of designing and constructing buildings and other physical structures.6. Interior design(室内设计): the art and science of enhancing the interior of a building to achieve a healthier and more aesthetically pleasing environment for the people using the space.7. Photography(摄影): the art, application, and practice of creating durable images using a camera or other light-sensitive equipment.8. Film and video production(影视制作): the process of creating and producing films, television shows, and video content.十、环境与地理:1. Ecology(生态学): the study of the relationships between organisms and their environment.2. Environmental science(环境科学): the study of the environment and the impact of human activities on it.3. Geography(地理学): the study of the Earth's surface, its physical features, climate, population, and how humans interact with these factors.4. Climate change(气候变化): the long-term alteration of temperature and typical weather patterns in a place.5. Conservation(保护): the preservation, protection, or restoration of the natural environment and of wildlife.6. Sustainable development(可持续发展): the development that meets the needs of the present without compromising the ability of future generations to meet their own needs.7. Urban planning(城市规划): the practice of envisioning and regulating the use of space in urban areas, including transportation and infrastructure.8. Environmental policy(环境政策): the set of guidelines and principles that govern the regulation and management of the environment.。
高等数学Advanced Mathematics工程数学Engineering Mathematics中国革命史History of Chinese Revolutionary程序设计Programming Design机械制图Mechanical Drawing社会学Sociology体育Physical Education物理实验Physical Experiments电路Circuit物理Physics哲学Philosophy法律基础Basic of Law理论力学Theoretical Mechanics材料力学Material Mechanics电机学Electrical Machinery政治经济学Political Economy自动控制理论Automatic Control Theory模拟电子技术基础Basis of Analogue Electronic Technique数字电子技术Digital Electrical Technique电磁场Electromagnetic Field微机原理Principle of Microcomputer企业管理Business Management专业英语Specialized English可编程序控制技术Controlling Technique for Programming金工实习Metal Working Practice毕业实习Graduation Practice毕业设计Graduation ProjectXX课程设计Project of XX电力系统稳态分析Steady-State Analysis of Power System电力系统暂态分析Transient-State Analysis of Power System电力系统继电保护原理Principle of Electrical System's Relay Protection 电力系统元件保护原理Protection Principle of Power System 's Element 电力系统内部过电压Past Voltage within Power system大学英语College English高等代数Advanced AlgebraPASCAL语言PASCAL LanguageC语言C Language汇编语言Assembly Language操作系统Operating System微机接口技术Microcomputer Interface Technique数据结构Data Structure计算机网络Computer Network计算机控制技术Computer Cortrol Technique数据库技术Database Technique专家系统Expert System毕业设计Graduation Project高等数学Advanced Mathematics体育Physical Education德育Moralism机械制图Mechanical Drawing工程数学Engineering Mathematics电工学Electrotechnics计算方法Computing Method微机原理Principle of Microcomputer概率学Probability信息系统分析与设计Information System Analyse and design 编译方法Translate and edit Method专业英语阅读Specialized English Reading普通物理学General Physics数字电子技术Digital Electrical Technique高等代数Elementary Algebra数学分析Mathematical Analysis中共党史History of the Chinese Communist Party算法语言Algorithmic Language体育Physical Education英语English Language力学实验Mechanics-Practical德育Moral EducationPASCAL语言PASCAL Language政治经济学Political Economics电学实验Electrical Experiment数字逻辑Mathematical Logic普通物理General Physics计算方法Computing Method离散数学Discrete Mathematics汇编原理Principles of Assembly概率与统计Probability & Statistics数据结构Data Structure哲学Philosophy微机原理Principles of Microcomputer编译方法Compilation Method系统结构System Structure操作系统原理Principles of Operating System文献检索document.tion Retrieval数据库概论Introduction to Database网络原理Principles of Network人工智能Artificial Intelligence算法分析Algorithm Analysis毕业论文Graduation Thesis---------------------自然辩证法Natural Dialectics英语English Language数理统计Numeral Statistic/Numerical Statistic人工智能及其体系结构Artificial Intelligence & its Architecture高级数理逻辑Advanced Numerical Logic高级程序设计语言的设计与实现Advanced Programming Language's Design & Implementation软件工程基础Foundation of Software Engineering专业英语Specialized English计算机网络Computer Network高级计算机体系结构Advanced Computer ArchitectureIBM汇编及高级语言的接口IBM Assembly & its Interfaces with Advanced Programming Languages分布式计算机系统Distributed Computer System / Distributed System计算机网络实验Computer Network ExperimentAdvanced Computational Fluid Dynamics 高等计算流体力学Advanced Mathematics 高等数学Advanced Numerical Analysis 高等数值分析Algorithmic Language 算法语言Analogical Electronics 模拟电子电路Artificial Intelligence Programming 人工智能程序设计Audit 审计学Automatic Control System 自动控制系统Automatic Control Theory 自动控制理论Auto-Measurement Technique 自动检测技术Basis of Software Technique 软件技术基础Calculus 微积分Catalysis Principles 催化原理Chemical Engineering document.nbspRetrieval 化工文献检索Circuitry 电子线路College English 大学英语College English Test (Band 4) CET-4College English Test (Band 6) CET-6College Physics 大学物理Communication Fundamentals 通信原理Comparative Economics 比较经济学Complex Analysis 复变函数论Computational Method 计算方法Computer Graphics 图形学原理computer organization 计算机组成原理computer architecture 计算机系统结构Computer Interface Technology 计算机接口技术Contract Law 合同法Cost Accounting 成本会计Circuit Measurement Technology 电路测试技术Database Principles 数据库原理Design & Analysis System 系统分析与设计Developmental Economics 发展经济学discrete mathematics 离散数学Digital Electronics 数字电子电路Digital Image Processing 数字图像处理Digital Signal Processing 数字信号处理Econometrics 经济计量学Economical Efficiency Analysis for Chemical Technology 化工技术经济分析Economy of Capitalism 资本主义经济Electromagnetic Fields & Magnetic Waves 电磁场与电磁波Electrical Engineering Practice 电工实习Enterprise Accounting 企业会计学Equations of Mathematical Physics 数理方程Experiment of College Physics 物理实验Experiment of Microcomputer 微机实验Experiment in Electronic Circuitry 电子线路实验Fiber Optical Communication System 光纤通讯系统Finance 财政学Financial Accounting 财务会计Fine Arts 美术Functions of a Complex Variable 单复变函数Functions of Complex Variables 复变函数Functions of Complex Variables & Integral Transformations 复变函数与积分变换Fundamentals of Law 法律基础Fuzzy Mathematics 模糊数学General Physics 普通物理Graduation Project(Thesis) 毕业设计(论文)Graph theory 图论Heat Transfer Theory 传热学History of Chinese Revolution 中国革命史Industrial Economics 工业经济学Information Searches 情报检索Integral Transformation 积分变换Intelligent robot(s); Intelligence robot 智能机器人International Business Administration 国际企业管理International Clearance 国际结算International Finance 国际金融International Relation 国际关系International Trade 国际贸易Introduction to Chinese Tradition 中国传统文化Introduction to Modern Science & Technology 当代科技概论Introduction to Reliability Technology 可靠性技术导论Java Language Programming Java 程序设计Lab of General Physics 普通物理实验Linear Algebra 线性代数Management Accounting 管理会计学Management Information System 管理信息系统Mechanic Design 机械设计Mechanical Graphing 机械制图Merchandise Advertisement 商品广告学Metalworking Practice 金工实习Microcomputer Control Technology 微机控制技术Microeconomics & Macroeconomics 西方经济学Microwave Technique 微波技术Military Theory 军事理论Modern Communication System 现代通信系统Modern Enterprise System 现代企业制度Monetary Banking 货币银行学Motor Elements and Power Supply 电机电器与供电Moving Communication 移动通讯Music 音乐Network Technology 网络技术Numeric Calculation 数值计算Oil Application and Addition Agent 油品应用及添加剂Operation & Control of National Economy 国民经济运行与调控Operational Research 运筹学Optimum Control 最优控制Petroleum Chemistry 石油化学Petroleum Engineering Technique 石油化工工艺学Philosophy 哲学Physical Education 体育Political Economics 政治经济学principle of compiling 编译原理Primary Circuit (反应堆)一回路Principle of Communication 通讯原理Principle of Marxism 马克思主义原理Principle of Mechanics 机械原理Principle of Microcomputer 微机原理Principle of Sensing Device 传感器原理Principle of Single Chip Computer 单片机原理Principles of Management 管理学原理Probability Theory & Stochastic Process 概率论与随机过程Procedure Control 过程控制Programming with Pascal Language Pascal语言编程Programming with C Language C语言编程Property Evaluation 工业资产评估Public Relation 公共关系学Pulse & Numerical Circuitry 脉冲与数字电路Refinery Heat Transfer Equipment 炼厂传热设备Satellite Communications 卫星通信Semiconductor Converting Technology 半导体变流技术Set Theory 集合论Signal & Linear System 信号与线性系统Social Research 社会调查software engineering 软件工程SPC Exchange Fundamentals 程控交换原理Specialty English 专业英语Statistics 统计学Stock Investment 证券投资学Strategic Management for Industrial Enterprises 工业企业战略管理Technological Economics 技术经济学Television Operation 电视原理Theory of Circuitry 电路理论Turbulent Flow Simulation and Application 湍流模拟及其应用Visual C++ Programming Visual C++程序设计Windows NT Operating System Principles Windows NT操作系统原理Word Processing 数据处理生物物理学Biophysics真空冷冻干燥技术Vacuum Freezing & Drying Technology16位微机16 Digit MicrocomputerALGOL语言ALGOL LanguageBASIC 语言BASIC LanguageBASIC 语言及应用BASIC Language & ApplicationC 语言C LanguageCAD 概论Introduction to CADCAD/CAM CAD/CAMCOBOL语言COBOL LanguageCOBOL语言程序设计COBOL Language Program DesigningC与UNIX环境C Language & Unix EnvironmentC语言与生物医学信息处理C Language & Biomedical Information Processing dBASE Ⅲ课程设计C ourse Exercise in dBASE ⅢFORTRAN语言FORTRAN LanguageIBM-PC/XT Fundamentals of Microcomputer IBM-PC/XTIBM-PC微机原理Fundamentals of Microcomputer IBM-PCLSI设计基础Basic of LSI DesigningPASCAL大型作业PASCAL Wide Range WorkingPASCAL课程设计Course Exercise in PASCALX射线与电镜X-ray & Electric MicroscopeZ-80汇编语言程序设计Z-80 Pragramming in Assembly Languages板壳理论Plate Theory板壳力学Plate Mechanics半波实验Semiwave Experiment半导体变流技术Semiconductor Converting Technology半导体材料Semiconductor Materials半导体测量Measurement of Semiconductors半导体瓷敏元件Semiconductor Porcelain-Sensitive Elements半导体光电子学Semiconductor Optic Electronics半导体化学Semiconductor Chemistry半导体激光器Semiconductor Laser Unit半导体集成电路Semiconductor Integrated Circuitry半导体理论Semiconductive Theory半导体器件Semiconductor Devices半导体器件工艺原理Technological Fundamentals of Semiconductor Device半导体物理Semiconductor Physics半导体专业Semiconduction Specialty半导体专业实验Specialty Experiment of Semiconductor薄膜光学Film Optics报告文学专题Special Subject On Reportage报刊编辑学Newspaper & Magazine Editing报纸编辑学Newspaper Editing泵与风机Pumps and Fans泵与水机Pumps & Water Turbines毕业设计Graduation Thesis编译方法Methods of Compiling编译技术Technique of Compiling编译原理Fundamentals of Compiling变电站的微机检测与控制Computer Testing & Control in Transformer Substation变分法与张量Calculus of Variations & Tensor变分学Calculus of Variations变质量系统热力学与新型回转压Variable Quality System Thermal Mechanics &Neo-Ro表面活性物质Surface Reactive Materials并行算法Parallel Algorithmic波谱学Wave Spectrum材料的力学性能测试Measurement of Material Mechanical Performance 材料力学Mechanics of Materials财务成本管理Financial Cost Management财政学Public Finance财政与金融Finance & Banking财政与信贷Finance & Credit操作系统Disk Operating System操作系统课程设计Course Design in Disk Operating System操作系统原理Fundamentals of Disk Operating System策波测量技术Technique of Whip Wave Measurement测量原理与仪器设计Measurement Fundamentals & Meter Design测试技术Testing Technology测试与信号变换处理Testing & Signal Transformation Processing产业经济学Industrial Economy产业组织学Industrial Organization Technoooligy场论Field Theory常微分方程Ordinary Differentical Equations超导磁体及应用Superconductive Magnet & Application超导及应用Superconductive & Application超精微细加工Super-Precision & Minuteness Processing城市规划原理Fundamentals of City Planning城市社会学Urban Sociology成组技术Grouping Technique齿轮啮合原理Principles of Gear Connection冲击测量及误差Punching Measurement & Error冲压工艺Sheet Metal Forming Technology抽象代数Abstract Algebra传动概论Introduction to Transmission传感器与检测技术Sensors & Testing Technology传感器原理Fundamentals of Sensors传感器原理及应用Fundamentals of Sensors & Application传热学Heat Transfer传坳概论Introduction to Pass Col船舶操纵Ship Controling船舶电力系统Ship Electrical Power System船舶电力系统课程设计Course Exercise in Ship Electrical Power System 船舶电气传动自动化Ship Electrified Transmission Automation船舶电站Ship Power Station船舶动力装置Ship Power Equipment船舶概论Introduction to Ships船舶焊接与材料Welding & Materials on Ship船舶机械控制技术Mechanic Control Technology for Ships船舶机械拖动Ship Mechamic Towage船舶建筑美学Artistic Designing of Ships船舶结构力学Structual Mechamics for Ships船舶结构与制图Ship Structure & Graphing船舶静力学Ship Statics船舶强度与结构设计Designing Ship Intensity & Structure船舶设计原理Principles of Ship Designing船舶推进Ship Propeling船舶摇摆Ship Swaying船舶阻力Ship Resistance船体建造工艺Ship-Building Technology船体结构Ship Structure船体结构图Ship Structure Graphing船体振动学Ship Vibration创造心理学Creativity Psychology磁测量技术Magnetic Measurement Technology磁传感器Magnetic Sensor磁存储设备设计原理Fundamental Design of Magnetic Memory Equipment 磁记录技术Magnetographic Technology磁记录物理Magnetographic Physics磁路设计与场计算Magnetic Path Designing & Magnetic Field Calculati磁盘控制器Magnetic Disk Controler磁性材料Magnetic Materials磁性测量Magnetic Measurement磁性物理Magnetophysics磁原理及应用Principles of Catalyzation & Application大电流测量Super-Current Measurement大电源测量Super-Power Measurement大机组协调控制Coordination & Control of Generator Networks大跨度房屋结构Large-Span House structure大型锅炉概况Introduction to Large-Volume Boilers大型火电机组控制Control of Large Thermal Power Generator Networks大学德语College German大学俄语College Russian大学法语College French大学日语College Japanese大学英语College English大学语文College Chinese大众传播学Mass Media代用运放电路Simulated Transmittal Circuit单片机原理Fundamentals of Mono-Chip Computers单片机原理及应用Fundamentals of Mono-Chip Computers & Applications 弹性力学Theory of Elastic Mechanics当代国际关系Contemporary International Relationship当代国外社会思维评价Evaluation of Contemporary Foreign Social Thought当代文学Contemporary Literature当代文学专题Topics on Contemporary Literature当代西方哲学Contemporary Western Philosophy当代戏剧与电影Contemporary Drama & Films党史History of the Party导波光学Wave Guiding Optics等离子体工程Plasma Engineering低频电子线路Low Frequency Electric Circuit低温传热学Cryo Conduction低温固体物理Cryo Solid Physics低温技术原理与装置Fundamentals of Cryo Technology & Equipment低温技术中的微机原理Priciples of Microcomputer in Cryo Technology低温绝热Cryo Heat Insulation低温气体制冷机Cryo Gas Refrigerator低温热管Cryo Heat Tube低温设备Cryo Equipment低温生物冻干技术Biological Cryo Freezing Drying Technology低温实验技术Cryo Experimentation Technology低温物理导论Cryo Physic Concepts低温物理概论Cryo Physic Concepts低温物理概念Cryo Physic Concepts低温仪表及测试Cryo Meters & Measurement低温原理Cryo Fundamentals低温中的微机应用Application of Microcomputer in Cryo Technology低温装置Cryo Equipment低噪声电子电路Low-Noise Electric Circuit低噪声电子设计Low-Noise Electronic Designing低噪声放大与弱检Low-Noise Increasing & Decreasing低噪声与弱信号检测Detection of Low Noise & Weak Signals地理Geography第二次世界大战史History of World War II电测量技术Electric Measurement Technology电厂计算机控制系统Computer Control System in Power Plants电磁测量实验技术Electromagnetic Measurement Experiment & Technology 电磁场计算机Electromagnetic Field Computers电磁场理论Theory of Electromagnetic Fields电磁场数值计算Numerical Calculation of Electromagnetic Fields电磁场与电磁波Electromagnetic Fields & Magnetic Waves电磁场与微波技术Electromagnetic Fields & Micro-Wave Technology电磁场中的数值方法Numerical Methods in Electromagnetic Fields电磁场中的数值计算Numerical Calculation in Electromagnetic Fields电磁学Electromagnetics电动力学Electrodynamics电镀Plating电分析化学Electro-Analytical Chemistry电工测试技术基础Testing Technology of Electrical Engineering电工产品学Electrotechnical Products电工电子技术基础Electrical Technology & Electrical Engineering电工电子学Electronics in Electrical Engineering电工基础Fundamental Theory of Electrical Engineering电工基础理论Fundamental Theory of Electrical Engineering电工基础实验Basic Experiment in Electrical Engineering电工技术Electrotechnics电工技术基础Fundamentals of Electrotechnics电工实习Electrical Engineering Practice电工实验技术基础Experiment Technology of Electrical Engineering电工学Electrical Engineering电工与电机控制Electrical Engineering & Motor Control电弧电接触Electrical Arc Contact电弧焊及电渣焊Electric Arc Welding & Electroslag Welding电化学测试技术Electrochemical Measurement Technology电化学工程Electrochemical Engineering电化学工艺学Electrochemical Technology电机测试技术Motor Measuring Technology电机电磁场的分析与计算Analysis & Calculation of Electrical Motor & Electromagnetic Fields电机电器与供电Motor Elements and Power Supply电机课程设计Course Exercise in Electric Engine电机绕组理论Theory of Motor Winding电机绕组理论及应用Theory & Application of Motor Winding电机设计Design of Electrical Motor电机瞬变过程Electrical Motor Change Processes电机学Electrical Motor电机学及控制电机Electrical Machinery Control & Technology电机与拖动Electrical Machinery & Towage电机原理Principle of Electric Engine电机原理与拖动Principles of Electrical Machinery & Towage电机专题Lectures on Electric Engine电接触与电弧Electrical Contact & Electrical Arc电介质物理Dielectric Physics电镜Electronic Speculum电力电子电路Power Electronic Circuit电力电子电器Power Electronic Equipment电力电子器件Power Electronic Devices电力电子学Power Electronics电力工程Electrical Power Engineering电力生产技术Technology of Electrical Power Generation电力生产优化管理Optimal Management of Electrical Power Generation电力拖动基础Fundamentals for Electrical Towage电力拖动控制系统Electrical Towage Control Systems电力系统Power Systems电力系统电源最优化规划Optimal Planning of Power Source in a Power System电力系统短路Power System Shortcuts电力系统分析Power System Analysis电力系统规划Power System Planning电力系统过电压Hyper-Voltage of Power Systems电力系统继电保护原理Power System Relay Protection电力系统经济分析Economical Analysis of Power Systems电力系统经济运行Economical Operation of Power Systems电力系统可靠性Power System Reliability电力系统可靠性分析Power System Reliability Analysis电力系统无功补偿及应用Non-Work Compensation in Power Systems & Applicati电力系统谐波Harmonious Waves in Power Systems电力系统优化技术Optimal Technology of Power Systems电力系统优化设计Optimal Designing of Power Systems电力系统远动Operation of Electric Systems电力系统远动技术Operation Technique of Electric Systems电力系统运行Operation of Electric Systems电力系统自动化Automation of Electric Systems电力系统自动装置Power System Automation Equipment电路测试技术Circuit Measurement Technology电路测试技术基础Fundamentals of Circuit Measurement Technology电路测试技术及实验Circuit Measurement Technology & Experiments电路分析基础Basis of Circuit Analysis电路分析基础实验Basic Experiment on Circuit Analysis电路分析实验Experiment on Circuit Analysis电路和电子技术Circuit and Electronic Technique电路理论Theory of Circuit电路理论基础Fundamental Theory of Circuit电路理论实验Experiments in Theory of Circuct电路设计与测试技术Circuit Designing & Measurement Technology电器学Electrical Appliances电器与控制Electrical Appliances & Control电气控制技术Electrical Control Technology电视接收技术Television Reception Technology电视节目Television Porgrams电视节目制作Television Porgram Designing电视新技术New Television Technology电视原理Principles of Television电网调度自动化Automation of Electric Network Management电影艺术Art of Film Making电站微机检测控制Computerized Measurement & Control of Power Statio电子材料与元件测试技术Measuring Technology of Electronic Material and Element电子材料元件Electronic Material and Element电子材料元件测量Electronic Material and Element Measurement电子测量与实验技术Technology of Electronic Measurement & Experiment电子测试Electronic Testing电子测试技术Electronic Testing Technology电子测试技术与实验Electronic Testing Technology & Experiment电子机械运动控制技术Technology of Electronic Mechanic Movement Control电子技术Technology of Electronics电子技术腐蚀测试中的应用Application of Electronic Technology in ErosionMeasurement电子技术基础Basic Electronic Technology电子技术基础与实验Basic Electronic Technology & Experiment电子技术课程设计Course Exercise in Electronic Technology电子技术实验Experiment in Electronic Technology电子理论实验Experiment in Electronic Theory电子显微分析Electronic Micro-Analysis电子显微镜Electronic Microscope电子线路Electronic Circuit电子线路设计与测试技术Electronic Circuit Design & Measurement Technology电子线路实验Experiment in Electronic Circuit电子照相技术Electronic Photographing Technology雕塑艺术欣赏Appreciation of Sculptural Art调节装置Regulation Equipment动态规划Dynamic Programming动态无损检测Dynamic Non-Destruction Measurement动态信号分析与仪器Dynamic Signal Analysis & Apparatus锻压工艺Forging Technology锻压机械液压传动Hydraulic Transmission in Forging Machinery锻压加热设备Forging Heating Equipment锻压设备专题Lectures on Forging Press Equipments锻压系统动力学Dynamics of Forging System锻造工艺Forging Technology断裂力学Fracture Mechanics对外贸易概论Introduction to International Trade多层网络方法Multi-Layer Network Technology多目标优化方法Multipurpose Optimal Method多项距阵Multi-Nominal Matrix多元统计分析Multi-Variate Statistical Analysis发电厂Power Plant发电厂电气部分Electric Elements of Power Plants法律基础Fundamentals of Law法学概论An Introduction to Science of Law法学基础Fundamentals of Science of Law翻译Translation翻译理论与技巧Theory & Skills of Translation泛函分析Functional Analysis房屋建筑学Architectural Design & Construction非电量测量Non-Electricity Measurement非金属材料Non-Metal Materials非线性采样系统Non-Linear Sampling System非线性光学Non-Linear Optics非线性规划Non-Linear Programming非线性振荡Non-Linear Ocsillation非线性振动Non-Linear Vibration沸腾燃烧Boiling Combustion分析化学Analytical Chemistry分析化学实验Analytical Chemistry Experiment分析力学Analytical Mechanics风机调节Fan Regulation风机调节.使用.运转Regulation,Application & Operation of Fans风机三元流动理论与设计Tri-Variate Movement Theory & Design of Fans 风能利用Wind Power Utilization腐蚀电化学实验Experiment in Erosive Electrochemistry复变函数Complex Variables Functions复变函数与积分变换Functions of Complex Variables & Integral Transformation复合材料力学Compound Material Mechanics傅里叶光学Fourier Optics概率论Probability Theory概率论与数理统计Probability Theory & Mathematical Statistics概率论与随机过程Probability Theory & Stochastic Process钢笔画Pen Drawing钢的热处理Heat-Treatment of Steel钢结构Steel Structure钢筋混凝土Reinforced Concrete钢筋混凝土及砖石结构Reinforced Concrete & Brick Structure钢砼结构Reinforced Concrete Structure高层建筑基础设计Designing bases of High Rising Buildings高层建筑结构设计Designing Structures of High Rising Buildings高等材料力学Advanced Material Mechanics高等代数Advanced Algebra高等教育管理Higher Education Management高等教育史History of Higher Education高等教育学Higher Education高等数学Advanced Mathematics高电压技术High-Voltage Technology高电压测试技术High-Voltage Test Technology高分子材料High Polymer Material高分子材料及加工High Polymer Material & Porcessing高分子化学High Polymer Chemistry高分子化学实验High Polymer Chemistry Experiment高分子物理High Polymer Physics高分子物理实验High Polymer Physics Experiment高级英语听说Advanced English Listening & Speaking高能密束焊High Energy-Dense Beam Welding高频电路High-Frenquency Circuit高频电子技术High-Frenquency Electronic Technology高频电子线路High-Frenquency Electronic Circuit高压测量技术High-Voltage Measurement Technology高压测试技术High-Voltage Testing Technology高压电场的数值计算Numerical Calculation in High-Voltage Electronic Field高压电器High-Voltage Electrical Appliances高压绝缘High-Voltage Insulation高压实验High-Voltage Experimentation高压试验技术High-Voltage Experimentation Technology工程材料的力学性能测试Mechanic Testing of Engineering Materials工程材料及热处理Engineering Material and Heat Treatment工程材料学Engineering Materials工程测量Engineering Surveying工程测试技术Engineering Testing Technique工程测试实验Experiment on Engineering Testing工程测试信息Information of Engineering Testing工程动力学Engineering Dynamics工程概论Introduction to Engineering工程概预算Project Budget工程经济学Engineering Economics工程静力学Engineering Statics工程力学Engineering Mechanics工程热力学Engineering Thermodynamics工程项目评估Engineering Project Evaluation工程优化方法Engineering Optimizational Method工程运动学Engineering Kinematics工程造价管理Engineering Cost Management工程制图Graphing of Engineering工业分析Industrial Analysis工业锅炉Industrial Boiler工业会计学Industrial Accounting工业机器人Industrial Robot工业技术基础Basic Industrial Technology工业建筑设计原理Principles of Industrial Building Design工业经济理论Industrial Economic Theory工业经济学Industrial Economics工业企业财务管理Industrial Enterprise Financial Management工业企业财务会计Accounting in Industrial Enterprises工业企业管理Industrial Enterprise Management工业企业经营管理Industrial Enterprise Adminstrative Management 工业社会学Industrial Sociology工业心理学Industrial Psychology工业窑炉Industrial Stoves工艺过程自动化Technics Process Automation公差Common Difference公差技术测量Technical Measurement with Common Difference公差与配合Common Difference & Cooperation公共关系学Public Relations公文写作document.nbspWriting古代汉语Ancient Chinese古典文学作品选读Selected Readings in Classical Literature固体激光Solid State Laser固体激光器件Solid Laser Elements固体激光与电源Solid State Laser & Power Unit固体物理Solid State Physics管理概论Introduction to Management管理经济学Management Economics管理数学Management Mathematics管理系统模拟Management System Simulation管理心理学Management Psychology管理信息系统Management Information Systems光波导理论Light Wave Guide Theory光电技术Photoelectric Technology光电信号处理Photoelectric Signal Processing光电信号与系统分析Photoelectric Signal & Systematic Analysis光辐射探测技术Ray Radiation Detection Technology光谱Spectrum光谱分析Spectral Analysis光谱学Spectroscopy光纤传感Fibre Optical Sensors光纤传感器Fibre Optical Sensors光纤传感器基础Fundamentals of Fibre Optical Sensors光纤传感器及应用Fibre Optical Sensors & Applications光纤光学课程设计Course Design of Fibre Optical光纤技术实验Experiments in Fibre Optical Technology光纤通信基础Basis of Fibre Optical Communication光学Optics光学测量Optical Measurement光学分析法Optical Analysis Method光学计量仪器设计Optical Instrument Gauge Designing光学检测Optical Detection光学设计Optical Design光学信息导论Introduction of Optical Infomation光学仪器设计Optical Instrument Designing光学仪器与计量仪器设计Optical Instrument & Gauge Instrument Designing 光学仪器装配与校正Optical Instrument Installation & Adjustment广播编辑学Broadcast Editing广播新闻Broadcast Journalism广播新闻采写Broadcast Journalism Collection & Composition广告学Advertisement锅炉燃烧理论Theory of Boiler Combustion锅炉热交换传热强化Boiler Heat Exchange,Condction & Intensification锅炉原理Principles of Boiler国际金融International Finance国际经济法International Economic Law国际贸易International Trade国际贸易地理International Trade Geography国际贸易实务International Trade Affairs国际市场学International Marketing国际市场营销International Marketing国民经济计划National Economical Planning国外社会学理论Overseas Theories of Sociology过程(控制)调节装置Process(Control) Adjustment Device过程调节系统Process Adjustment System过程控制Process Control过程控制系统Process Control System海洋测量Ocean Surveying海洋工程概论Introduction to Ocean Engineering函数分析Functional Analysis焊接方法Welding Method焊接方法及设备Welding Method & Equipment焊接检验Welding Testing焊接结构Welding Structure焊接金相Welding Fractography焊接金相分析Welding Fractography Analysis焊接冶金Welding Metallurgy焊接原理Fundamentals of Welding焊接原理及工艺Fundamentals of Welding & Technology焊接自动化Automation of Welding汉语Chinese汉语与写作Chinese & Composition汉语语法研究Research on Chinese Grammar汉字信息处理技术Technology of Chinese Information Processing毫微秒脉冲技术Millimicrosecond Pusle Technique核动力技术Nuclear Power Technology合唱与指挥Chorus & Conduction合金钢Alloy Steel宏观经济学Macro-Economics宏微观经济学Macro Micro Economics红外CCD Infrared CCD红外电荷耦合器Infrared Electric Charge Coupler红外探测器Infrared Detectors红外物理Infrared Physics红外物理与技术Infrared Physics & Technology红外系统Infrared System红外系统电信号处理Processing Electric Signals from Infrared Systems厚薄膜集成电路Thick & Thin Film Integrated Circuit弧焊电源Arc Welding Power弧焊原理Arc Welding Principles互换性技术测量基础Basic Technology of Exchangeability Measurement互换性技术测量Technology of Exchangeability Measurement互换性与技术测量Elementary Technology of Exchangeability Measurement互换性与技术测量实验Experiment of Exchangeability Measurement Technology画法几何及机械制图Descriptive Geometry & Mechanical Graphing画法几何与阴影透视Descriptive Geometry,Shadow and Perspective化工基础Elementary Chemical Industry化工仪表与自动化Chemical Meters & Automation化工原理Principles of Chemical Industry化学Chemistry化学反应工程Chemical Reaction Engineering化学分离Chemical Decomposition化学工程基础Elementary Chemical Engineering化学计量学Chemical Measurement化学文献Chemical Literature化学文献及查阅方法Chemical Literature & Consulting Method化学粘结剂Chemical Felter环境保护理论基础Basic Theory of Environmental Protection环境化学Environomental Chemistry环境行为概论Introduction to Environmental Behavior。
高等数学Advanced Mathematics工程数学Engineering Mathematics中国革命史History of Chinese Revolutionary程序设计Programming Design机械制图Mechanical Drawing社会学Sociology体育Physical Education物理实验Physical Experiments电路Circuit物理Physics哲学Philosophy法律基础Basic of Law理论力学Theoretical Mechanics材料力学Material Mechanics电机学Electrical Machinery政治经济学Political Economy自动控制理论Automatic Control Theory模拟电子技术基础Basis of Analogue Electronic Technique数字电子技术Digital Electrical Technique电磁场Electromagnetic Field微机原理Principle of Microcomputer企业管理Business Management专业英语Specialized English可编程序控制技术Controlling Technique for Programming金工实习Metal Working Practice毕业实习Graduation Practice毕业设计Graduation ProjectXX课程设计Project of XX电力系统稳态分析Steady-State Analysis of Power System电力系统暂态分析Transient-State Analysis of Power System电力系统继电保护原理Principle of Electrical System's Relay Protection 电力系统元件保护原理Protection Principle of Power System 's Element 电力系统内部过电压Past Voltage within Power system大学英语College English高等代数Advanced AlgebraPASCAL语言PASCAL LanguageC语言C Language汇编语言Assembly Language操作系统Operating System微机接口技术Microcomputer Interface Technique数据结构Data Structure计算机网络Computer Network计算机控制技术Computer Cortrol Technique数据库技术Database Technique专家系统Expert System毕业设计Graduation Project高等数学Advanced Mathematics体育Physical Education德育Moralism机械制图Mechanical Drawing工程数学Engineering Mathematics电工学Electrotechnics计算方法Computing Method微机原理Principle of Microcomputer概率学Probability信息系统分析与设计Information System Analyse and design 编译方法Translate and edit Method专业英语阅读Specialized English Reading普通物理学General Physics数字电子技术Digital Electrical Technique高等代数Elementary Algebra数学分析Mathematical Analysis中共党史History of the Chinese Communist Party算法语言Algorithmic Language体育Physical Education英语English Language力学实验Mechanics-Practical德育Moral EducationPASCAL语言PASCAL Language政治经济学Political Economics电学实验Electrical Experiment数字逻辑Mathematical Logic普通物理General Physics计算方法Computing Method离散数学Discrete Mathematics汇编原理Principles of Assembly概率与统计Probability & Statistics数据结构Data Structure哲学Philosophy微机原理Principles of Microcomputer编译方法Compilation Method系统结构System Structure操作系统原理Principles of Operating System文献检索document.tion Retrieval数据库概论Introduction to Database网络原理Principles of Network人工智能Artificial Intelligence算法分析Algorithm Analysis毕业论文Graduation Thesis---------------------自然辩证法Natural Dialectics英语English Language数理统计Numeral Statistic/Numerical Statistic人工智能及其体系结构Artificial Intelligence & its Architecture高级数理逻辑Advanced Numerical Logic高级程序设计语言的设计与实现Advanced Programming Language's Design & Implementation软件工程基础Foundation of Software Engineering专业英语Specialized English计算机网络Computer Network高级计算机体系结构Advanced Computer ArchitectureIBM汇编及高级语言的接口IBM Assembly & its Interfaces with Advanced Programming Languages分布式计算机系统Distributed Computer System / Distributed System计算机网络实验Computer Network ExperimentAdvanced Computational Fluid Dynamics 高等计算流体力学Advanced Mathematics 高等数学Advanced Numerical Analysis 高等数值分析Algorithmic Language 算法语言Analogical Electronics 模拟电子电路Artificial Intelligence Programming 人工智能程序设计Audit 审计学Automatic Control System 自动控制系统Automatic Control Theory 自动控制理论Auto-Measurement Technique 自动检测技术Basis of Software Technique 软件技术基础Calculus 微积分Catalysis Principles 催化原理Chemical Engineering document.nbspRetrieval 化工文献检索Circuitry 电子线路College English 大学英语College English Test (Band 4) CET-4College English Test (Band 6) CET-6College Physics 大学物理Communication Fundamentals 通信原理Comparative Economics 比较经济学Complex Analysis 复变函数论Computational Method 计算方法Computer Graphics 图形学原理computer organization 计算机组成原理computer architecture 计算机系统结构Computer Interface Technology 计算机接口技术Contract Law 合同法Cost Accounting 成本会计Circuit Measurement Technology 电路测试技术Database Principles 数据库原理Design & Analysis System 系统分析与设计Developmental Economics 发展经济学discrete mathematics 离散数学Digital Electronics 数字电子电路Digital Image Processing 数字图像处理Digital Signal Processing 数字信号处理Econometrics 经济计量学Economical Efficiency Analysis for Chemical Technology 化工技术经济分析Economy of Capitalism 资本主义经济Electromagnetic Fields & Magnetic Waves 电磁场与电磁波Electrical Engineering Practice 电工实习Enterprise Accounting 企业会计学Equations of Mathematical Physics 数理方程Experiment of College Physics 物理实验Experiment of Microcomputer 微机实验Experiment in Electronic Circuitry 电子线路实验Fiber Optical Communication System 光纤通讯系统Finance 财政学Financial Accounting 财务会计Fine Arts 美术Functions of a Complex Variable 单复变函数Functions of Complex Variables 复变函数Functions of Complex Variables & Integral Transformations 复变函数与积分变换Fundamentals of Law 法律基础Fuzzy Mathematics 模糊数学General Physics 普通物理Graduation Project(Thesis) 毕业设计(论文)Graph theory 图论Heat Transfer Theory 传热学History of Chinese Revolution 中国革命史Industrial Economics 工业经济学Information Searches 情报检索Integral Transformation 积分变换Intelligent robot(s); Intelligence robot 智能机器人International Business Administration 国际企业管理International Clearance 国际结算International Finance 国际金融International Relation 国际关系International Trade 国际贸易Introduction to Chinese Tradition 中国传统文化Introduction to Modern Science & Technology 当代科技概论Introduction to Reliability Technology 可靠性技术导论Java Language Programming Java 程序设计Lab of General Physics 普通物理实验Linear Algebra 线性代数Management Accounting 管理会计学Management Information System 管理信息系统Mechanic Design 机械设计Mechanical Graphing 机械制图Merchandise Advertisement 商品广告学Metalworking Practice 金工实习Microcomputer Control Technology 微机控制技术Microeconomics & Macroeconomics 西方经济学Microwave Technique 微波技术Military Theory 军事理论Modern Communication System 现代通信系统Modern Enterprise System 现代企业制度Monetary Banking 货币银行学Motor Elements and Power Supply 电机电器与供电Moving Communication 移动通讯Music 音乐Network Technology 网络技术Numeric Calculation 数值计算Oil Application and Addition Agent 油品应用及添加剂Operation & Control of National Economy 国民经济运行与调控Operational Research 运筹学Optimum Control 最优控制Petroleum Chemistry 石油化学Petroleum Engineering Technique 石油化工工艺学Philosophy 哲学Physical Education 体育Political Economics 政治经济学principle of compiling 编译原理Primary Circuit (反应堆)一回路Principle of Communication 通讯原理Principle of Marxism 马克思主义原理Principle of Mechanics 机械原理Principle of Microcomputer 微机原理Principle of Sensing Device 传感器原理Principle of Single Chip Computer 单片机原理Principles of Management 管理学原理Probability Theory & Stochastic Process 概率论与随机过程Procedure Control 过程控制Programming with Pascal Language Pascal语言编程Programming with C Language C语言编程Property Evaluation 工业资产评估Public Relation 公共关系学Pulse & Numerical Circuitry 脉冲与数字电路Refinery Heat Transfer Equipment 炼厂传热设备Satellite Communications 卫星通信Semiconductor Converting Technology 半导体变流技术Set Theory 集合论Signal & Linear System 信号与线性系统Social Research 社会调查software engineering 软件工程SPC Exchange Fundamentals 程控交换原理Specialty English 专业英语Statistics 统计学Stock Investment 证券投资学Strategic Management for Industrial Enterprises 工业企业战略管理Technological Economics 技术经济学Television Operation 电视原理Theory of Circuitry 电路理论Turbulent Flow Simulation and Application 湍流模拟及其应用Visual C++ Programming Visual C++程序设计Windows NT Operating System Principles Windows NT操作系统原理Word Processing 数据处理生物物理学Biophysics真空冷冻干燥技术Vacuum Freezing & Drying Technology16位微机16 Digit MicrocomputerALGOL语言ALGOL LanguageBASIC 语言BASIC LanguageBASIC 语言及应用BASIC Language & ApplicationC 语言C LanguageCAD 概论Introduction to CADCAD/CAM CAD/CAMCOBOL语言COBOL LanguageCOBOL语言程序设计COBOL Language Program DesigningC与UNIX环境C Language & Unix EnvironmentC语言与生物医学信息处理C Language & Biomedical Information Processing dBASE Ⅲ课程设计C ourse Exercise in dBASE ⅢFORTRAN语言FORTRAN LanguageIBM-PC/XT Fundamentals of Microcomputer IBM-PC/XTIBM-PC微机原理Fundamentals of Microcomputer IBM-PCLSI设计基础Basic of LSI DesigningPASCAL大型作业PASCAL Wide Range WorkingPASCAL课程设计Course Exercise in PASCALX射线与电镜X-ray & Electric MicroscopeZ-80汇编语言程序设计Z-80 Pragramming in Assembly Languages板壳理论Plate Theory板壳力学Plate Mechanics半波实验Semiwave Experiment半导体变流技术Semiconductor Converting Technology半导体材料Semiconductor Materials半导体测量Measurement of Semiconductors半导体瓷敏元件Semiconductor Porcelain-Sensitive Elements半导体光电子学Semiconductor Optic Electronics半导体化学Semiconductor Chemistry半导体激光器Semiconductor Laser Unit半导体集成电路Semiconductor Integrated Circuitry半导体理论Semiconductive Theory半导体器件Semiconductor Devices半导体器件工艺原理Technological Fundamentals of Semiconductor Device半导体物理Semiconductor Physics半导体专业Semiconduction Specialty半导体专业实验Specialty Experiment of Semiconductor薄膜光学Film Optics报告文学专题Special Subject On Reportage报刊编辑学Newspaper & Magazine Editing报纸编辑学Newspaper Editing泵与风机Pumps and Fans泵与水机Pumps & Water Turbines毕业设计Graduation Thesis编译方法Methods of Compiling编译技术Technique of Compiling编译原理Fundamentals of Compiling变电站的微机检测与控制Computer Testing & Control in Transformer Substation变分法与张量Calculus of Variations & Tensor变分学Calculus of Variations变质量系统热力学与新型回转压Variable Quality System Thermal Mechanics &Neo-Ro表面活性物质Surface Reactive Materials并行算法Parallel Algorithmic波谱学Wave Spectrum材料的力学性能测试Measurement of Material Mechanical Performance 材料力学Mechanics of Materials财务成本管理Financial Cost Management财政学Public Finance财政与金融Finance & Banking财政与信贷Finance & Credit操作系统Disk Operating System操作系统课程设计Course Design in Disk Operating System操作系统原理Fundamentals of Disk Operating System策波测量技术Technique of Whip Wave Measurement测量原理与仪器设计Measurement Fundamentals & Meter Design测试技术Testing Technology测试与信号变换处理Testing & Signal Transformation Processing产业经济学Industrial Economy产业组织学Industrial Organization Technoooligy场论Field Theory常微分方程Ordinary Differentical Equations超导磁体及应用Superconductive Magnet & Application超导及应用Superconductive & Application超精微细加工Super-Precision & Minuteness Processing城市规划原理Fundamentals of City Planning城市社会学Urban Sociology成组技术Grouping Technique齿轮啮合原理Principles of Gear Connection冲击测量及误差Punching Measurement & Error冲压工艺Sheet Metal Forming Technology抽象代数Abstract Algebra传动概论Introduction to Transmission传感器与检测技术Sensors & Testing Technology传感器原理Fundamentals of Sensors传感器原理及应用Fundamentals of Sensors & Application传热学Heat Transfer传坳概论Introduction to Pass Col船舶操纵Ship Controling船舶电力系统Ship Electrical Power System船舶电力系统课程设计Course Exercise in Ship Electrical Power System 船舶电气传动自动化Ship Electrified Transmission Automation船舶电站Ship Power Station船舶动力装置Ship Power Equipment船舶概论Introduction to Ships船舶焊接与材料Welding & Materials on Ship船舶机械控制技术Mechanic Control Technology for Ships船舶机械拖动Ship Mechamic Towage船舶建筑美学Artistic Designing of Ships船舶结构力学Structual Mechamics for Ships船舶结构与制图Ship Structure & Graphing船舶静力学Ship Statics船舶强度与结构设计Designing Ship Intensity & Structure船舶设计原理Principles of Ship Designing船舶推进Ship Propeling船舶摇摆Ship Swaying船舶阻力Ship Resistance船体建造工艺Ship-Building Technology船体结构Ship Structure船体结构图Ship Structure Graphing船体振动学Ship Vibration创造心理学Creativity Psychology磁测量技术Magnetic Measurement Technology磁传感器Magnetic Sensor磁存储设备设计原理Fundamental Design of Magnetic Memory Equipment 磁记录技术Magnetographic Technology磁记录物理Magnetographic Physics磁路设计与场计算Magnetic Path Designing & Magnetic Field Calculati磁盘控制器Magnetic Disk Controler磁性材料Magnetic Materials磁性测量Magnetic Measurement磁性物理Magnetophysics磁原理及应用Principles of Catalyzation & Application大电流测量Super-Current Measurement大电源测量Super-Power Measurement大机组协调控制Coordination & Control of Generator Networks大跨度房屋结构Large-Span House structure大型锅炉概况Introduction to Large-Volume Boilers大型火电机组控制Control of Large Thermal Power Generator Networks大学德语College German大学俄语College Russian大学法语College French大学日语College Japanese大学英语College English大学语文College Chinese大众传播学Mass Media代用运放电路Simulated Transmittal Circuit单片机原理Fundamentals of Mono-Chip Computers单片机原理及应用Fundamentals of Mono-Chip Computers & Applications 弹性力学Theory of Elastic Mechanics当代国际关系Contemporary International Relationship当代国外社会思维评价Evaluation of Contemporary Foreign Social Thought当代文学Contemporary Literature当代文学专题Topics on Contemporary Literature当代西方哲学Contemporary Western Philosophy当代戏剧与电影Contemporary Drama & Films党史History of the Party导波光学Wave Guiding Optics等离子体工程Plasma Engineering低频电子线路Low Frequency Electric Circuit低温传热学Cryo Conduction低温固体物理Cryo Solid Physics低温技术原理与装置Fundamentals of Cryo Technology & Equipment低温技术中的微机原理Priciples of Microcomputer in Cryo Technology低温绝热Cryo Heat Insulation低温气体制冷机Cryo Gas Refrigerator低温热管Cryo Heat Tube低温设备Cryo Equipment低温生物冻干技术Biological Cryo Freezing Drying Technology低温实验技术Cryo Experimentation Technology低温物理导论Cryo Physic Concepts低温物理概论Cryo Physic Concepts低温物理概念Cryo Physic Concepts低温仪表及测试Cryo Meters & Measurement低温原理Cryo Fundamentals低温中的微机应用Application of Microcomputer in Cryo Technology低温装置Cryo Equipment低噪声电子电路Low-Noise Electric Circuit低噪声电子设计Low-Noise Electronic Designing低噪声放大与弱检Low-Noise Increasing & Decreasing低噪声与弱信号检测Detection of Low Noise & Weak Signals地理Geography第二次世界大战史History of World War II电测量技术Electric Measurement Technology电厂计算机控制系统Computer Control System in Power Plants电磁测量实验技术Electromagnetic Measurement Experiment & Technology 电磁场计算机Electromagnetic Field Computers电磁场理论Theory of Electromagnetic Fields电磁场数值计算Numerical Calculation of Electromagnetic Fields电磁场与电磁波Electromagnetic Fields & Magnetic Waves电磁场与微波技术Electromagnetic Fields & Micro-Wave Technology电磁场中的数值方法Numerical Methods in Electromagnetic Fields电磁场中的数值计算Numerical Calculation in Electromagnetic Fields电磁学Electromagnetics电动力学Electrodynamics电镀Plating电分析化学Electro-Analytical Chemistry电工测试技术基础Testing Technology of Electrical Engineering电工产品学Electrotechnical Products电工电子技术基础Electrical Technology & Electrical Engineering电工电子学Electronics in Electrical Engineering电工基础Fundamental Theory of Electrical Engineering电工基础理论Fundamental Theory of Electrical Engineering电工基础实验Basic Experiment in Electrical Engineering电工技术Electrotechnics电工技术基础Fundamentals of Electrotechnics电工实习Electrical Engineering Practice电工实验技术基础Experiment Technology of Electrical Engineering电工学Electrical Engineering电工与电机控制Electrical Engineering & Motor Control电弧电接触Electrical Arc Contact电弧焊及电渣焊Electric Arc Welding & Electroslag Welding电化学测试技术Electrochemical Measurement Technology电化学工程Electrochemical Engineering电化学工艺学Electrochemical Technology电机测试技术Motor Measuring Technology电机电磁场的分析与计算Analysis & Calculation of Electrical Motor & Electromagnetic Fields电机电器与供电Motor Elements and Power Supply电机课程设计Course Exercise in Electric Engine电机绕组理论Theory of Motor Winding电机绕组理论及应用Theory & Application of Motor Winding电机设计Design of Electrical Motor电机瞬变过程Electrical Motor Change Processes电机学Electrical Motor电机学及控制电机Electrical Machinery Control & Technology电机与拖动Electrical Machinery & Towage电机原理Principle of Electric Engine电机原理与拖动Principles of Electrical Machinery & Towage电机专题Lectures on Electric Engine电接触与电弧Electrical Contact & Electrical Arc电介质物理Dielectric Physics电镜Electronic Speculum电力电子电路Power Electronic Circuit电力电子电器Power Electronic Equipment电力电子器件Power Electronic Devices电力电子学Power Electronics电力工程Electrical Power Engineering电力生产技术Technology of Electrical Power Generation电力生产优化管理Optimal Management of Electrical Power Generation电力拖动基础Fundamentals for Electrical Towage电力拖动控制系统Electrical Towage Control Systems电力系统Power Systems电力系统电源最优化规划Optimal Planning of Power Source in a Power System电力系统短路Power System Shortcuts电力系统分析Power System Analysis电力系统规划Power System Planning电力系统过电压Hyper-Voltage of Power Systems电力系统继电保护原理Power System Relay Protection电力系统经济分析Economical Analysis of Power Systems电力系统经济运行Economical Operation of Power Systems电力系统可靠性Power System Reliability电力系统可靠性分析Power System Reliability Analysis电力系统无功补偿及应用Non-Work Compensation in Power Systems & Applicati电力系统谐波Harmonious Waves in Power Systems电力系统优化技术Optimal Technology of Power Systems电力系统优化设计Optimal Designing of Power Systems电力系统远动Operation of Electric Systems电力系统远动技术Operation Technique of Electric Systems电力系统运行Operation of Electric Systems电力系统自动化Automation of Electric Systems电力系统自动装置Power System Automation Equipment电路测试技术Circuit Measurement Technology电路测试技术基础Fundamentals of Circuit Measurement Technology电路测试技术及实验Circuit Measurement Technology & Experiments电路分析基础Basis of Circuit Analysis电路分析基础实验Basic Experiment on Circuit Analysis电路分析实验Experiment on Circuit Analysis电路和电子技术Circuit and Electronic Technique电路理论Theory of Circuit电路理论基础Fundamental Theory of Circuit电路理论实验Experiments in Theory of Circuct电路设计与测试技术Circuit Designing & Measurement Technology电器学Electrical Appliances电器与控制Electrical Appliances & Control电气控制技术Electrical Control Technology电视接收技术Television Reception Technology电视节目Television Porgrams电视节目制作Television Porgram Designing电视新技术New Television Technology电视原理Principles of Television电网调度自动化Automation of Electric Network Management电影艺术Art of Film Making电站微机检测控制Computerized Measurement & Control of Power Statio电子材料与元件测试技术Measuring Technology of Electronic Material and Element电子材料元件Electronic Material and Element电子材料元件测量Electronic Material and Element Measurement电子测量与实验技术Technology of Electronic Measurement & Experiment电子测试Electronic Testing电子测试技术Electronic Testing Technology电子测试技术与实验Electronic Testing Technology & Experiment电子机械运动控制技术Technology of Electronic Mechanic Movement Control电子技术Technology of Electronics电子技术腐蚀测试中的应用Application of Electronic Technology in ErosionMeasurement电子技术基础Basic Electronic Technology电子技术基础与实验Basic Electronic Technology & Experiment电子技术课程设计Course Exercise in Electronic Technology电子技术实验Experiment in Electronic Technology电子理论实验Experiment in Electronic Theory电子显微分析Electronic Micro-Analysis电子显微镜Electronic Microscope电子线路Electronic Circuit电子线路设计与测试技术Electronic Circuit Design & Measurement Technology电子线路实验Experiment in Electronic Circuit电子照相技术Electronic Photographing Technology雕塑艺术欣赏Appreciation of Sculptural Art调节装置Regulation Equipment动态规划Dynamic Programming动态无损检测Dynamic Non-Destruction Measurement动态信号分析与仪器Dynamic Signal Analysis & Apparatus锻压工艺Forging Technology锻压机械液压传动Hydraulic Transmission in Forging Machinery锻压加热设备Forging Heating Equipment锻压设备专题Lectures on Forging Press Equipments锻压系统动力学Dynamics of Forging System锻造工艺Forging Technology断裂力学Fracture Mechanics对外贸易概论Introduction to International Trade多层网络方法Multi-Layer Network Technology多目标优化方法Multipurpose Optimal Method多项距阵Multi-Nominal Matrix多元统计分析Multi-Variate Statistical Analysis发电厂Power Plant发电厂电气部分Electric Elements of Power Plants法律基础Fundamentals of Law法学概论An Introduction to Science of Law法学基础Fundamentals of Science of Law翻译Translation翻译理论与技巧Theory & Skills of Translation泛函分析Functional Analysis房屋建筑学Architectural Design & Construction非电量测量Non-Electricity Measurement非金属材料Non-Metal Materials非线性采样系统Non-Linear Sampling System非线性光学Non-Linear Optics非线性规划Non-Linear Programming非线性振荡Non-Linear Ocsillation非线性振动Non-Linear Vibration沸腾燃烧Boiling Combustion分析化学Analytical Chemistry分析化学实验Analytical Chemistry Experiment分析力学Analytical Mechanics风机调节Fan Regulation风机调节.使用.运转Regulation,Application & Operation of Fans风机三元流动理论与设计Tri-Variate Movement Theory & Design of Fans 风能利用Wind Power Utilization腐蚀电化学实验Experiment in Erosive Electrochemistry复变函数Complex Variables Functions复变函数与积分变换Functions of Complex Variables & Integral Transformation复合材料力学Compound Material Mechanics傅里叶光学Fourier Optics概率论Probability Theory概率论与数理统计Probability Theory & Mathematical Statistics概率论与随机过程Probability Theory & Stochastic Process钢笔画Pen Drawing钢的热处理Heat-Treatment of Steel钢结构Steel Structure钢筋混凝土Reinforced Concrete钢筋混凝土及砖石结构Reinforced Concrete & Brick Structure钢砼结构Reinforced Concrete Structure高层建筑基础设计Designing bases of High Rising Buildings高层建筑结构设计Designing Structures of High Rising Buildings高等材料力学Advanced Material Mechanics高等代数Advanced Algebra高等教育管理Higher Education Management高等教育史History of Higher Education高等教育学Higher Education高等数学Advanced Mathematics高电压技术High-Voltage Technology高电压测试技术High-Voltage Test Technology高分子材料High Polymer Material高分子材料及加工High Polymer Material & Porcessing高分子化学High Polymer Chemistry高分子化学实验High Polymer Chemistry Experiment高分子物理High Polymer Physics高分子物理实验High Polymer Physics Experiment高级英语听说Advanced English Listening & Speaking高能密束焊High Energy-Dense Beam Welding高频电路High-Frenquency Circuit高频电子技术High-Frenquency Electronic Technology高频电子线路High-Frenquency Electronic Circuit高压测量技术High-Voltage Measurement Technology高压测试技术High-Voltage Testing Technology高压电场的数值计算Numerical Calculation in High-Voltage Electronic Field高压电器High-Voltage Electrical Appliances高压绝缘High-Voltage Insulation高压实验High-Voltage Experimentation高压试验技术High-Voltage Experimentation Technology工程材料的力学性能测试Mechanic Testing of Engineering Materials工程材料及热处理Engineering Material and Heat Treatment工程材料学Engineering Materials工程测量Engineering Surveying工程测试技术Engineering Testing Technique工程测试实验Experiment on Engineering Testing工程测试信息Information of Engineering Testing工程动力学Engineering Dynamics工程概论Introduction to Engineering工程概预算Project Budget工程经济学Engineering Economics工程静力学Engineering Statics工程力学Engineering Mechanics工程热力学Engineering Thermodynamics工程项目评估Engineering Project Evaluation工程优化方法Engineering Optimizational Method工程运动学Engineering Kinematics工程造价管理Engineering Cost Management工程制图Graphing of Engineering工业分析Industrial Analysis工业锅炉Industrial Boiler工业会计学Industrial Accounting工业机器人Industrial Robot工业技术基础Basic Industrial Technology工业建筑设计原理Principles of Industrial Building Design工业经济理论Industrial Economic Theory工业经济学Industrial Economics工业企业财务管理Industrial Enterprise Financial Management工业企业财务会计Accounting in Industrial Enterprises工业企业管理Industrial Enterprise Management工业企业经营管理Industrial Enterprise Adminstrative Management 工业社会学Industrial Sociology工业心理学Industrial Psychology工业窑炉Industrial Stoves工艺过程自动化Technics Process Automation公差Common Difference公差技术测量Technical Measurement with Common Difference公差与配合Common Difference & Cooperation公共关系学Public Relations公文写作document.nbspWriting古代汉语Ancient Chinese古典文学作品选读Selected Readings in Classical Literature固体激光Solid State Laser固体激光器件Solid Laser Elements固体激光与电源Solid State Laser & Power Unit固体物理Solid State Physics管理概论Introduction to Management管理经济学Management Economics管理数学Management Mathematics管理系统模拟Management System Simulation管理心理学Management Psychology管理信息系统Management Information Systems光波导理论Light Wave Guide Theory光电技术Photoelectric Technology光电信号处理Photoelectric Signal Processing光电信号与系统分析Photoelectric Signal & Systematic Analysis光辐射探测技术Ray Radiation Detection Technology光谱Spectrum光谱分析Spectral Analysis光谱学Spectroscopy光纤传感Fibre Optical Sensors光纤传感器Fibre Optical Sensors光纤传感器基础Fundamentals of Fibre Optical Sensors光纤传感器及应用Fibre Optical Sensors & Applications光纤光学课程设计Course Design of Fibre Optical光纤技术实验Experiments in Fibre Optical Technology光纤通信基础Basis of Fibre Optical Communication光学Optics光学测量Optical Measurement光学分析法Optical Analysis Method光学计量仪器设计Optical Instrument Gauge Designing光学检测Optical Detection光学设计Optical Design光学信息导论Introduction of Optical Infomation光学仪器设计Optical Instrument Designing光学仪器与计量仪器设计Optical Instrument & Gauge Instrument Designing 光学仪器装配与校正Optical Instrument Installation & Adjustment广播编辑学Broadcast Editing广播新闻Broadcast Journalism广播新闻采写Broadcast Journalism Collection & Composition广告学Advertisement锅炉燃烧理论Theory of Boiler Combustion锅炉热交换传热强化Boiler Heat Exchange,Condction & Intensification锅炉原理Principles of Boiler国际金融International Finance国际经济法International Economic Law国际贸易International Trade国际贸易地理International Trade Geography国际贸易实务International Trade Affairs国际市场学International Marketing国际市场营销International Marketing国民经济计划National Economical Planning国外社会学理论Overseas Theories of Sociology过程(控制)调节装置Process(Control) Adjustment Device过程调节系统Process Adjustment System过程控制Process Control过程控制系统Process Control System海洋测量Ocean Surveying海洋工程概论Introduction to Ocean Engineering函数分析Functional Analysis焊接方法Welding Method焊接方法及设备Welding Method & Equipment焊接检验Welding Testing焊接结构Welding Structure焊接金相Welding Fractography焊接金相分析Welding Fractography Analysis焊接冶金Welding Metallurgy焊接原理Fundamentals of Welding焊接原理及工艺Fundamentals of Welding & Technology焊接自动化Automation of Welding汉语Chinese汉语与写作Chinese & Composition汉语语法研究Research on Chinese Grammar汉字信息处理技术Technology of Chinese Information Processing毫微秒脉冲技术Millimicrosecond Pusle Technique核动力技术Nuclear Power Technology合唱与指挥Chorus & Conduction合金钢Alloy Steel宏观经济学Macro-Economics宏微观经济学Macro Micro Economics红外CCD Infrared CCD红外电荷耦合器Infrared Electric Charge Coupler红外探测器Infrared Detectors红外物理Infrared Physics红外物理与技术Infrared Physics & Technology红外系统Infrared System红外系统电信号处理Processing Electric Signals from Infrared Systems厚薄膜集成电路Thick & Thin Film Integrated Circuit弧焊电源Arc Welding Power弧焊原理Arc Welding Principles互换性技术测量基础Basic Technology of Exchangeability Measurement互换性技术测量Technology of Exchangeability Measurement互换性与技术测量Elementary Technology of Exchangeability Measurement互换性与技术测量实验Experiment of Exchangeability Measurement Technology画法几何及机械制图Descriptive Geometry & Mechanical Graphing画法几何与阴影透视Descriptive Geometry,Shadow and Perspective化工基础Elementary Chemical Industry化工仪表与自动化Chemical Meters & Automation化工原理Principles of Chemical Industry化学Chemistry化学反应工程Chemical Reaction Engineering化学分离Chemical Decomposition化学工程基础Elementary Chemical Engineering化学计量学Chemical Measurement化学文献Chemical Literature化学文献及查阅方法Chemical Literature & Consulting Method化学粘结剂Chemical Felter环境保护理论基础Basic Theory of Environmental Protection环境化学Environomental Chemistry环境行为概论Introduction to Environmental Behavior。
计算机专业课程名称英文翻译(计算机科学与技术(教师教育)专业的课程名称和英文名称)4 中国现代史纲要 Outline of Moderm Chinese History5 大学英语 College English6 大学体育 College PE7 心理学 Psychology8 教育学 Pedagogy9 现代教育技术 Modern Technology10 教师口语 Teachers' Oral Skill11 形势与政策 Current Situation and Policy12 大学生就业与指导 Career Guidance13 学科教学法 Course Teaching Methodology14 生理与心理健康教育 Health and Physiology Education15 环境与可持续发展 Environment and Sustainable Development16 文献检索 Literature Retrieval17 大学体育 College PE18 大学语文 College Chinese19 高等数学 Higher Mathematics20 计算机导论 Introduction to ComputerScience21 程序设计基础 Programming Foundations22 程序设计基础实验 Experimentationof ProgrammingFoundations23 线性代数 Linear Algebra24 大学物理 College Physics25 大学物理实验 Experimentation of CollegePhysics26 电路与电子技术 Circuits and Electronics27 电工与电子技术实验 Experimentation of Circuits andElectronics28 数字逻辑电路 Digital Logic Circuit29 数字逻辑电路 Experimentation of DigitalLogic Circuit30 离散数学 Discrete Mathematics31 数据结构 Data Structures32 数据结构实验 Experimentation of DataStructures33 计算机组成与系统结构 Computer Organization and Architecture34 操作系统 Operating System35 操作系统实验 Experimentation of Operating System36 计算机网络 Computer Network37 计算机网络实验 Experimentation of Computer Network38 面向对象程序设计 Object-Oriented Programming39 面向对象程序设计实验 Experimentation of Object-Oriented Programming40 汇编语言程序设计 Assembly Language41 汇编语言程序设计实验 Experimentation of Assembly Language42 概率与数理统计 Probability and Statistics43 JAVA语言 Java Language45 JAVA语言实验 Experimentation of Java Language46 数据库原理 Databases Principles47 数据库原理实验 Experimentation of Databases Pninciples48 专业英语 Discipline English49 人工智能导论 Introduction to Artificial Intelligence50 算法设计与分析 Design and Analysis Of Algorithms51 微机系统与接口 Microcomputer System and Interface52 编译原理 Compiling Principles53 编译原理实验 Experimentation of Compiling54 数学建模 Mathematics Modeling55 软件工程 Software Engineering计算机专业课程名称英文翻译下(2)(计算机科学与技术(教师教育)专业的课程名称和英文名称)56 软件工程实验 Experimentation of Software Engineering57 嵌入式系统 Embedded System58 嵌入式系统实验 Experimentation of Embedded System59 多媒体技术 Multimedia Technology60 Experimentation of Multimedia Technology61 信息系统分析与设计 Object-Oriented Analysis and Design62 UNIX操作系统分析 UNIX System Analysis63 UNIX/Linux操作系统分析Experimentation of UNIX/Linux SystemAnalysis64 单片机原理 Principles of Single-ChipComputer65 信息安全与保密概论Introduction to Security andm Cryptography66 Web应用技术 Applications of Web67 高级数据库应用技术Advanced Application of Database Technology68 组网技术 Technology ofBuildingNetwork69 组网技术实验 Technology of Building Network70 计算机图形学 Computer Graphics71 嵌入式接口技术 Embedded Interface72 嵌入式接口技术实验Experimentation ofEmbedded Interface73 数字图像处理 Digital Images Processing74 数字图像处理实验 Digital Images Processing75 网络应用软件开发 Network Application Development76 XML原理与应用 XML Principle and Application77 XML原理与应用实验 ExperimentationofXML Principle andApplication78 计算机系统维护 Maintenance of Computer System79 计算机系统维护实验 Experimentation ofComputer Maintenance80 网络管理技术 Network Management Technology81 网络管理技术实验Experimentation of NetworkManagement82 数据仓库与数据挖掘 Data Storage and Data Digging83 项目管理 Project Management84 软件开发实例 Cases of Sotiware Development85 企业资源规划( ERP) Enterprise Resource Planning86 新技术 New Technology87 科研创作指导Supervision in Science ResearchCreation88 电子商务概论 Introduction of ElectronicBusiness89 计算机辅助教学 Computer Aided Teaching另:计算机导论 Introduction to ComputerScience程序设计基础 Foundations ofProgramming电路与电子技术 Circuits and Electronics数字逻辑电路 Digital Logic Circuit离散数学 Discrete Mathematics数据结构 Data Structures计算机组成与系统结构 Computer Organization and Architecture操作系统 Operating System计算机网络 Computer Network面向对象程序设计 Object-Oriented Progjamming数据库原理 Databases Principles。
软件工程英语文档:Documents软件工具:Software Tools工具箱:Tool Box集成工具:Integrated Tool软件工程环境:Software Engineering Environment传统:Conventional经典:Classical解空间:Solution Domain问题空间:Problem Domain清晰第一,效率第二Clarity the first,Efficiency the next。
设计先于编码Design before coding使程序的结构适合于问题的结构Make the program fit the problem开发伴随复用,开发为了复用Development with reuse, Development for reuse。
靠度量来管理:Management by Measurement软件度量学:Software Metrics软件经济学:Software Economics软件计划WHY软件分析WHAT软件实现HOW软件生存周期过程的开发标准Standard for Developing Software Life Cycle Process软件开发模型:Software Development Model编码员:Coder瀑布模型:Waterfall Model快速原型模型:Rapid Prototype Model 增量模型:Incremental Model线性思维:Linear Thinking演化模型:Evolutionary Model螺旋模型:Spiral Model对象:Object类:Class继承:Inheritance聚集:Aggregation消息:Message面向对象=对象Object+分类Classification+继承Inheritance+消息通信Communication with Messages 构件集成模型:Component Integration Model转换模型:Transformational Model净室软件工程:Cleanroom Software Engineering净室模型:Cleanroom Model软件需求规格说明书:Software Requirement Specification ,SRS分析模型:Analysis Model便利的应用规约技术:Facilitated Application Specification Techniques ,FAST结构化语言:Structured Language判定树:Decision Tree基数:Cardinality事件轨迹:Event Trace对象-关系Object—Relationsship结构化分析:SA(Structured Analysis)由顶向下,逐步细化Top-Down Stepwise Refinement面向对象分析:Object-Oriented Analysis包含:Contains临近:Is Next To传到:Transmits to来自:Acquires from管理:Manages 控制:Controls组成:Is Composed of细化:Refinement抽象:Abstraction模块:Module策略:Strategy信息隐藏:Information Hiding数据封装:Data Encapsulation抽象数据类型:Abstract Data type模块化设计:Modular Design分解:Decomposition模块性:Modularity单模块软件:Monolithic Software模块独立性:Module Independence内聚:Cohesion偶然性内聚:Coincidental Cohesion逻辑性内聚:Logical Cohesion时间性内聚:Temporal Cohesion过程性内聚: Procedural Cohesion通信性内聚:Communicational Cohesion顺序性内聚:Sequential Cohesion功能性内聚:Functional Cohesion非直接偶合:No Direct Coupling数据偶合:Data Coupling特征偶合:Stamp Coupling控制偶合:Control Coupling外部偶合:External Coupling公共偶合:Common Coupling内容偶合: Content Coupling由底向上设计:Bottom-Up Design自顶向下设计:Top-Down Design正式复审:Formal Review非正式复审:Informal Review走查,排练:Walk-Through会审:Inspection映射:Mapping传入路径:Afferent path传出路径:Efferent path变换中心:Transform Center接受路径:Reception path动作路径:Action path事务中心:Transaction Center分支分解:Factoring of Brandches瓮形:oval-shaped一个模块的控制域:Scope of Control 一个模块的作用域:Scope of Effect 结构化程序设计:Structured Programming通心面程序:Bowl of Spaghetti流程图:Flow Diagram编码:Coding方框图:Block DiagramPDL (Pidgin):Program Design Language伪代码:Pseudo CodeJSD:Jackson System Development对象建模技术:Object Modeling Technique基础设施:Infrastructure控制线程:Thread of Control保护者对象:Guardian Object协议:protocolUML:Unified Modeling Language OMG:Object Management Group统一方法:Unified Method关联:Association泛化:Generalization依赖:Dependency结点:Node接口:Interface包:Package注释: Note特化:Specialization元元模型:Meta—Meta Model用户模型:User Model静态图:Static Diagram动态图:Dynamic Diagram用例视图:Use Case View逻辑视图:Logical View并发视图:Concurrent View构件视图:Component View实现模型视图:Implementation Model View部署视图:Deployment View航向:Navigability重数:Multiplicity共享聚集:Shared Aggregation组合:Composition泛化:Generalization简单消息:Simple Message同步消息:Synchronous Message异步消息:Asynchronous Message事件说明:Event_Signature守卫条件:Guard_Condition动作表达式:Action_Expression 发送子句:Send_Clause时序图:Sequence Diagram协作图:Collaboration Diagram前缀:Predecessor循环子句:Iteration-Clause活动图:Activity Diagram构件图:Component Diagram配置图:Deployment Diagram建模过程指导(RUP):Rational Unified Process可执行代码:Executalbe Codes实现:Implementation编码风格:Coding Style标准:Classical控制流的直线性:Linearity of Control Flow程序风格设计要素:先求正确后求快 Make it right before you make it faster.先求清楚后求快 Make it clear before you make it faster.求快不忘保持程序正确 Keep it right when you make it faster.保持程序简单以求快 Keep it simpleto make it faster。
自动化专业常用英语词汇一、Automation专业概述Automation:自动化Automation engineering:自动化工程Automatic control:自动控制Control system:控制系统Intelligent control:智能控制Digital control:数字控制Analog control:模拟控制Control theory:控制理论Control engineering:控制工程Control algorithm:控制算法Programmable logic controller (PLC):可编程逻辑控制器Distributed control system (DCS):分布式控制系统Supervisory control and data acquisition (SCADA):监控与数据采集系统Human-Machine Interface (HMI):人机界面二、传感器与测量技术Sensor:传感器Transducer:传感器/电传换器Measurement:测量Measurement accuracy:测量精度Measurement range:测量范围Calibration:校准Pressure sensor:压力传感器Temperature sensor:温度传感器Flow sensor:流量传感器Level sensor:液位传感器Light sensor:光线传感器Force sensor:力传感器Torque sensor:扭矩传感器Accelerometer:加速度传感器Gyroscope:陀螺仪Encoder:编码器三、执行器Actuator:执行器Pneumatic actuator:气动执行器Hydraulic actuator:液压执行器Electric actuator:电动执行器Step motor:步进电机Servo motor:伺服电机Linear motor:线性电机Solenoid valve:电磁阀Directional valve:方向控制阀Pneumatic cylinder:气动缸Hydraulic cylinder:液压缸Four、机器视觉Machine vision:机器视觉Image processing:图像处理Image analysis:图像分析Pattern recognition:模式识别Optical character recognition (OCR):光学字符识别Optical mark recognition (OMR):光学标志识别Bar code recognition:条形码识别Two-dimensional code recognition:二维码识别Inspection system:检测系统Five、工控机和嵌入式系统Industrial computer:工控机Embedded system:嵌入式系统Real-time system:实时系统Single board computer:单板计算机Fieldbus:现场总线PROFIBUS:工业场总线CAN bus:控制器局域网Modbus:通用ModbusEthernet:以太网Wireless sensor network (WSN):无线传感器网络Six、软件工程Software engineering:软件工程Development process:开发过程Requirement analysis:需求分析Design:设计Implementation:实现Testing:测试Maintenance:维护Programming language:编程语言C++:C++Java:JavaPython:PythonLabVIEW:LabVIEWConfiguration management:配置管理Version control:版本控制Seven、自动化应用领域Industrial automation:工业自动化Building automation:建筑自动化Home automation:家居自动化Smart grid:智能电网Intelligent transportation system (ITS):智能交通系统Robotic automation:机器人自动化Process automation:过程自动化Power automation:电力自动化Medical automation:医疗自动化Eight、其他专业术语Artificial intelligence (AI):人工智能Internet of things (IoT):物联网Big data:大数据Cloud computing:云计算Cybersecurity:网络安全Human factors engineering:人因工程Maintenance engineering:维修工程Reliability engineering:可靠性工程Safety engineering:安全工程System integration:集成系统Technological innovation:技术创新。