图像处理 毕业设计 英文翻译

合集下载

人脸识别 面部 数字图像处理相关 中英对照 外文文献翻译 毕业设计论文 高质量人工翻译 原文带出处

人脸识别 面部 数字图像处理相关 中英对照 外文文献翻译 毕业设计论文 高质量人工翻译 原文带出处

人脸识别相关文献翻译,纯手工翻译,带原文出处(原文及译文)如下翻译原文来自Thomas David Heseltine BSc. Hons. The University of YorkDepartment of Computer ScienceFor the Qualification of PhD. — September 2005 -《Face Recognition: Two-Dimensional and Three-Dimensional Techniques》4 Two-dimensional Face Recognition4.1 Feature LocalizationBefore discussing the methods of comparing two facial images we now take a brief look at some at the preliminary processes of facial feature alignment. This process typically consists of two stages: face detection and eye localisation. Depending on the application, if the position of the face within the image is known beforehand (fbr a cooperative subject in a door access system fbr example) then the face detection stage can often be skipped, as the region of interest is already known. Therefore, we discuss eye localisation here, with a brief discussion of face detection in the literature review(section 3.1.1).The eye localisation method is used to align the 2D face images of the various test sets used throughout this section. However, to ensure that all results presented are representative of the face recognition accuracy and not a product of the performance of the eye localisation routine, all image alignments are manually checked and any errors corrected, prior to testing and evaluation.We detect the position of the eyes within an image using a simple template based method. A training set of manually pre-aligned images of feces is taken, and each image cropped to an area around both eyes. The average image is calculated and used as a template.Figure 4-1 - The average eyes. Used as a template for eye detection.Both eyes are included in a single template, rather than individually searching for each eye in turn, as the characteristic symmetry of the eyes either side of the nose, provides a useful feature that helps distinguish between the eyes and other false positives that may be picked up in the background. Although this method is highly susceptible to scale(i.e. subject distance from the camera) and also introduces the assumption that eyes in the image appear near horizontal. Some preliminary experimentation also reveals that it is advantageous to include the area of skin justbeneath the eyes. The reason being that in some cases the eyebrows can closely match the template, particularly if there are shadows in the eye-sockets, but the area of skin below the eyes helps to distinguish the eyes from eyebrows (the area just below the eyebrows contain eyes, whereas the area below the eyes contains only plain skin).A window is passed over the test images and the absolute difference taken to that of the average eye image shown above. The area of the image with the lowest difference is taken as the region of interest containing the eyes. Applying the same procedure using a smaller template of the individual left and right eyes then refines each eye position.This basic template-based method of eye localisation, although providing fairly preciselocalisations, often fails to locate the eyes completely. However, we are able to improve performance by including a weighting scheme.Eye localisation is performed on the set of training images, which is then separated into two sets: those in which eye detection was successful; and those in which eye detection failed. Taking the set of successful localisations we compute the average distance from the eye template (Figure 4-2 top). Note that the image is quite dark, indicating that the detected eyes correlate closely to the eye template, as we would expect. However, bright points do occur near the whites of the eye, suggesting that this area is often inconsistent, varying greatly from the average eye template.Figure 4-2 一Distance to the eye template for successful detections (top) indicating variance due to noise and failed detections (bottom) showing credible variance due to miss-detected features.In the lower image (Figure 4-2 bottom), we have taken the set of failed localisations(images of the forehead, nose, cheeks, background etc. falsely detected by the localisation routine) and once again computed the average distance from the eye template. The bright pupils surrounded by darker areas indicate that a failed match is often due to the high correlation of the nose and cheekbone regions overwhelming the poorly correlated pupils. Wanting to emphasise the difference of the pupil regions for these failed matches and minimise the variance of the whites of the eyes for successful matches, we divide the lower image values by the upper image to produce a weights vector as shown in Figure 4-3. When applied to the difference image before summing a total error, this weighting scheme provides a much improved detection rate.Figure 4-3 - Eye template weights used to give higher priority to those pixels that best represent the eyes.4.2 The Direct Correlation ApproachWe begin our investigation into face recognition with perhaps the simplest approach,known as the direct correlation method (also referred to as template matching by Brunelli and Poggio [29 ]) involving the direct comparison of pixel intensity values taken from facial images. We use the term "Direct Conelation, to encompass all techniques in which face images are compared directly, without any form of image space analysis, weighting schemes or feature extraction, regardless of the distance metric used. Therefore, we do not infer that Pearson's correlation is applied as the similarity function (although such an approach would obviously come under our definition of direct correlation). We typically use the Euclidean distance as our metric in these investigations (inversely related to Pearson's correlation and can be considered as a scale and translation sensitive form of image correlation), as this persists with the contrast made between image space and subspace approaches in later sections.Firstly, all facial images must be aligned such that the eye centres are located at two specified pixel coordinates and the image cropped to remove any background information. These images are stored as greyscale bitmaps of 65 by 82 pixels and prior to recognition converted into a vector of 5330 elements (each element containing the corresponding pixel intensity value). Each corresponding vector can be thought of as describing a point within a 5330 dimensional image space. This simple principle can easily be extended to much larger images: a 256 by 256 pixel image occupies a single point in 65,536-dimensional image space and again, similar images occupy close points within that space. Likewise, similar faces are located close together within the image space, while dissimilar faces are spaced far apart. Calculating the Euclidean distance d, between two facial image vectors (often referred to as the query image q, and gallery image g), we get an indication of similarity. A threshold is then applied to make the final verification decision.d . q - g ( threshold accept ) (d threshold ⇒ reject ). Equ. 4-14.2.1 Verification TestsThe primary concern in any face recognition system is its ability to correctly verify a claimed identity or determine a person's most likely identity from a set of potential matches in a database. In order to assess a given system's ability to perform these tasks, a variety of evaluation methodologies have arisen. Some of these analysis methods simulate a specific mode of operation (i.e. secure site access or surveillance), while others provide a more mathematicaldescription of data distribution in some classification space. In addition, the results generated from each analysis method may be presented in a variety of formats. Throughout the experimentations in this thesis, we primarily use the verification test as our method of analysis and comparison, although we also use Fisher's Linear Discriminant to analyse individual subspace components in section 7 and the identification test for the final evaluations described in section 8. The verification test measures a system's ability to correctly accept or reject the proposed identity of an individual. At a functional level, this reduces to two images being presented for comparison, fbr which the system must return either an acceptance (the two images are of the same person) or rejection (the two images are of different people). The test is designed to simulate the application area of secure site access. In this scenario, a subject will present some form of identification at a point of entry, perhaps as a swipe card, proximity chip or PIN number. This number is then used to retrieve a stored image from a database of known subjects (often referred to as the target or gallery image) and compared with a live image captured at the point of entry (the query image). Access is then granted depending on the acceptance/rej ection decision.The results of the test are calculated according to how many times the accept/reject decision is made correctly. In order to execute this test we must first define our test set of face images. Although the number of images in the test set does not affect the results produced (as the error rates are specified as percentages of image comparisons), it is important to ensure that the test set is sufficiently large such that statistical anomalies become insignificant (fbr example, a couple of badly aligned images matching well). Also, the type of images (high variation in lighting, partial occlusions etc.) will significantly alter the results of the test. Therefore, in order to compare multiple face recognition systems, they must be applied to the same test set.However, it should also be noted that if the results are to be representative of system performance in a real world situation, then the test data should be captured under precisely the same circumstances as in the application environment.On the other hand, if the purpose of the experimentation is to evaluate and improve a method of face recognition, which may be applied to a range of application environments, then the test data should present the range of difficulties that are to be overcome. This may mean including a greater percentage of6difficult9 images than would be expected in the perceived operating conditions and hence higher error rates in the results produced. Below we provide the algorithm for executing the verification test. The algorithm is applied to a single test set of face images, using a single function call to the face recognition algorithm: CompareF aces(F ace A, FaceB). This call is used to compare two facial images, returning a distance score indicating how dissimilar the two face images are: the lower the score the more similar the two face images. Ideally, images of the same face should produce low scores, while images of different faces should produce high scores.Every image is compared with every other image, no image is compared with itself and nopair is compared more than once (we assume that the relationship is symmetrical). Once two images have been compared, producing a similarity score, the ground-truth is used to determine if the images are of the same person or different people. In practical tests this information is often encapsulated as part of the image filename (by means of a unique person identifier). Scores are then stored in one of two lists: a list containing scores produced by comparing images of different people and a list containing scores produced by comparing images of the same person. The final acceptance/rejection decision is made by application of a threshold. Any incorrect decision is recorded as either a false acceptance or false rejection. The false rejection rate (FRR) is calculated as the percentage of scores from the same people that were classified as rejections. The false acceptance rate (FAR) is calculated as the percentage of scores from different people that were classified as acceptances.For IndexA = 0 to length(TestSet) For IndexB = IndexA+l to length(TestSet) Score = CompareFaces(TestSet[IndexA], TestSet[IndexB]) If IndexA and IndexB are the same person Append Score to AcceptScoresListElseAppend Score to RejectScoresListFor Threshold = Minimum Score to Maximum Score:FalseAcceptCount, FalseRejectCount = 0For each Score in RejectScoresListIf Score <= ThresholdIncrease FalseAcceptCountFor each Score in AcceptScoresListIf Score > ThresholdIncrease FalseRejectCountF alse AcceptRate = FalseAcceptCount / Length(AcceptScoresList)FalseRej ectRate = FalseRejectCount / length(RejectScoresList)Add plot to error curve at (FalseRejectRate, FalseAcceptRate)These two error rates express the inadequacies of the system when operating at aspecific threshold value. Ideally, both these figures should be zero, but in reality reducing either the FAR or FRR (by altering the threshold value) will inevitably resultin increasing the other. Therefore, in order to describe the full operating range of a particular system, we vary the threshold value through the entire range of scores produced. The application of each threshold value produces an additional FAR, FRR pair, which when plotted on a graph produces the error rate curve shown below.False Acceptance Rate / %Figure 4-5 - Example Error Rate Curve produced by the verification test.The equal error rate (EER) can be seen as the point at which FAR is equal to FRR. This EER value is often used as a single figure representing the general recognition performance of a biometric system and allows for easy visual comparison of multiple methods. However, it is important to note that the EER does not indicate the level of error that would be expected in a real world application. It is unlikely that any real system would use a threshold value such that the percentage of false acceptances were equal to the percentage of false rejections. Secure site access systems would typically set the threshold such that false acceptances were significantly lower than false rejections: unwilling to tolerate intruders at the cost of inconvenient access denials.Surveillance systems on the other hand would require low false rejection rates to successfully identify people in a less controlled environment. Therefore we should bear in mind that a system with a lower EER might not necessarily be the better performer towards the extremes of its operating capability.There is a strong connection between the above graph and the receiver operating characteristic (ROC) curves, also used in such experiments. Both graphs are simply two visualisations of the same results, in that the ROC format uses the True Acceptance Rate(TAR), where TAR = 1.0 - FRR in place of the FRR, effectively flipping the graph vertically. Another visualisation of the verification test results is to display both the FRR and FAR as functions of the threshold value. This presentation format provides a reference to determine the threshold value necessary to achieve a specific FRR and FAR. The EER can be seen as the point where the two curves intersect.Figure 4-6 - Example error rate curve as a function of the score threshold The fluctuation of these error curves due to noise and other errors is dependant on the number of face image comparisons made to generate the data. A small dataset that only allows fbr a small number of comparisons will results in a jagged curve, in which large steps correspond to the influence of a single image on a high proportion of the comparisons made. A typical dataset of 720 images (as used in section 4.2.2) provides 258,840 verification operations, hence a drop of 1% EER represents an additional 2588 correct decisions, whereas the quality of a single image could cause the EER to fluctuate by up to 0.28.422 ResultsAs a simple experiment to test the direct correlation method, we apply the technique described above to a test set of 720 images of 60 different people, taken from the AR Face Database [ 39 ]. Every image is compared with every other image in the test set to produce a likeness score, providing 258,840 verification operations from which to calculate false acceptance rates and false rejection rates. The error curve produced is shown in Figure 4-7.Figure 4-7 - Error rate curve produced by the direct correlation method using no image preprocessing.We see that an EER of 25.1% is produced, meaning that at the EER threshold approximately one quarter of all verification operations carried out resulted in an incorrect classification. Thereare a number of well-known reasons for this poor level of accuracy. Tiny changes in lighting, expression or head orientation cause the location in image space to change dramatically. Images in face space are moved far apart due to these image capture conditions, despite being of the same person's face. The distance between images of different people becomes smaller than the area of face space covered by images of the same person and hence false acceptances and false rejections occur frequently. Other disadvantages include the large amount of storage necessaryfor holding many face images and the intensive processing required for each comparison, making this method unsuitable fbr applications applied to a large database. In section 4.3 we explore the eigenface method, which attempts to address some of these issues.4二维人脸识别4.1功能定位在讨论比较两个人脸图像,我们现在就简要介绍的方法一些在人脸特征的初步调整过程。

图像处理本科毕业论文.doc

图像处理本科毕业论文.doc

摘要本文以VC++6.0做为编程语言,对图像降噪技术进行研究。

本文通过介绍位图的基本操作以及在图像中加入椒盐噪声的操作,从而进一步引出几种降噪方法。

本文分别介绍“均值滤波”、“中值滤波”以及“傅里叶降噪”和“小波降噪”四种算法,实现图像降噪。

详细介绍了其基本原理、实现方法以及具体算法,并对降噪效果加以比较与分析。

“均值滤波”把每个像素都用周围的8个像素来做均值操作,可以平滑图像,速度快,算法简单。

“中值滤波”是常用的非线性滤波方法,也是图像处理技术中最常用的预处理技术。

同时在“低通滤波”及“小波降噪”中分别引入“快速傅里叶变换”和“Mallat 算法”,使得其取得更快速的计算,有效地解决了其计算量太大,运算时间过长的弊端,从而达到更好的综合降噪效果。

关键词:图像降噪;滤波;傅里叶降噪;小波降噪AbstractTaking VC++6.0 as the programming language, this paper is a study about image noise reduction technology. Furthermore, introducing several noise reducing measures through the introduction of the basic processing and the operation to put the salt and pepper noise into the image.The paper introduces Averaging Filter, Median Filter,Fourier Lowpass Filtering and Wavelet Filter to achieve image noise reducing. Here we introduce the basic principles, implement methods, detailed arithmetic, and make comparison and analysis the noise reducing effects.Averaging Filter operates every pixel by using 8 pixels meanly. It can make the images smoothing, fast and easy to calculate. Median Filter Fourier is a common nonlinear filtering way and also common preprocessing technique when processing images. Introducing FFT and Mallat Algorithm separately into Lowpass Filtering and Wavelet Filter, and then we can make faster calculating and solve the massive calculating more efficiently. Therefore, we can have a more effective noise reducing.Keywords:Image Noise Reduction;Filter;Fourier Filter;Wavelet filter毕业设计(论文)原创性声明和使用授权说明原创性声明本人郑重承诺:所呈交的毕业设计(论文),是我个人在指导教师的指导下进行的研究工作及取得的成果。

常用课程的英文翻译

常用课程的英文翻译
操作系统原理 Principles of Operating System
文献检索 document.tion Retrieval
数据库概论 Introduction to Database
网络原理 Principles of Network
人工智能 Artificial Intelligence
Finance 财政学
Financial Accounting 财务会计
Fine Arts 美术
Functions of a Complex Variable 单复变函数
Functions of Complex Variables 复变函数
Functions of Complex Variables & Integral Transformations 复变函数与积分变
数字电子技术 Digital Electrical Technique
电磁场 Electromagnetic Field
微机原理 Principle of Microcomputer
企业管理 Business Management
专业英语 Specialized English
可编程序控制技术 Controlling Technique for Programming
Advanced Mathematics 高等数学
Advanced Numerical Analysis 高等数值分析
Algorithmic Language 算法语言
Analogical Electronics 模拟电子电路
Artificial Intelligence Programming 人工智能程序设计

大学各专业名称英文翻译—— 理科 SCIENCE范文

大学各专业名称英文翻译—— 理科 SCIENCE范文

大学各专业名称英文翻译——理科SCIENCE理科 SCIENCE课程中文名称课程英文名称矩阵分析 Matrix Analysis面向对象程序设计方法 Design Methods of Object oriented Program李代数 Lie Algebra代数图论 Algebraic Graph Theory代数几何(I) Algebraic Geometry(I)泛函分析 Functional Analysis论文选读 Study on Selected PapersHoof代数 Hoof Algebra基础代数 Fundamental Algebra交换代数 Commutative Algebra代数几何 Algebraic GeometryHoof代数与代数群量子群 Hoof Algebra , Algebraic Group and Qua numb G roup量子群表示 Representation of Quantum Groups网络算法与复杂性 Network Algorithms and Complexity组合数学 Combinatorial Mathematics代数学 Algebra半群理论 Semigroup Theory计算机图形学 Computer Graphics图的对称性 Graph Symmetry代数拓扑 Algebraic Topology代数几何(II) Algebraic Geometry(II)微分几何 Differential Geometry多复变函数 Analytic Functions of Several Complex Varian les代数曲面 Algebraic Surfaces高维代数簇 Algebraic Varieties of Higher Dimension数理方程 Mathematics and Physical Equation偏微分方程近代方法 The Recent Methods of Partial Differential Equatio ns激波理论 The Theory of Shock Waves非线性双曲型守恒律解的存在性 The Existence of Solutions for Non-linea r Hyperbolic Conservation Laws粘性守恒律解的稳定性 Stability of Solutions for Viscous Conservation Laws微分方程数值解 Numerical Methods for Differential Equations小波理论与应用 Wavelet Theory and Application非线性方程组的数值解法 Numerical Methods for No-linear System s of Eq uations网络算法与复杂性 Network Algorithms and Complexity Graph Theory 60近世代数 Modern Algebra高等量子力学 Advanced Quantum Mechanics统计力学 Statistical Mechanics固体理论 Solid State Theory薄膜物理 Thin Film Physics计算物理学 Computational Physics量子场论 Quantum Field Theory非线性物理导论 Introduction to Nonlinear Physics固体磁性理论 Theory of Magnetism in SolidC语言科学计算方法 Scientific Computation Method in C功能材料原理与技术 Principle and Technology of Functional Materials 超高真空科学与技术 Science and Technology of Ultrahigh Vacuum 60现代表面分析技术 Modern Technology of Surface Analysis现代传感技术 Modern Sensor Technology数学模型与计算机模拟 Mathematical Models and Computer Simulations计算物理谱方法 Spectral Method in Computational Physics蒙特卡罗方法在统计物理中的应用 Applications of the Monte Carlo Method in Statistical Physics理论物理 Theoretical Physics固体物理 Solid-State Physics近代物理实验 Contemporary Physics Experiments计算物理基础 Basics of Computational Physics真空与薄膜技术 Vacuum & Thin Film Technology高等光学 Advanced Optics量子光学与统计光学 Quantum Optics and Statistical Optics光电子学与光电信息技术 Optoelectronics and Optoelectronic Information Technology图像处理与分析 Image Processing and Analysis光纤通信系统 System of Fiber Communications计算机网络 Computer Networks光电检测与信号处理 Optoelectronic Detection and Processing物理光学与光电子技术实验 Experiments for Physical Optics and Optoelec tronic Technology非线性光学 Nonlinear Optics集成光学 Integrated Optics光子学器件原理与技术 Principle and Technology of Photonics Devices 物理光学与信息光子学实验 Physical Optics & Information Photonics Expe riments现代激光医学 Modern Laser Medicine生物医学光子学 Biomedicine Photonics激光医学临床实践 Clinical Practice for Laser Medicine光纤通信网络 Networks of Fiber Communications光接入网技术 Technology of Light Access Network全光通信系统 All-Optical Communication Systems计算机图形学 Computer Graphics信息光学 Information Optics光子学专题 Special Topics on Photonics激光与近代光学 Laser and Contemporary Optics光电子技术 Photo electronic Technique微机系统与接口 Micro Computer System and Interface智能仪器 Intelligent Instruments高等无机化学 Advanced Inorganic Chemistry量子化学(含群论) Quantum Chemistry(including Group Theory)高等分析化学 Advanced Analytical Chemistry高等有机化学 Advanced organic Chemistry现代科学前沿选论 Literature on Frontiers of Modern Science and Techno logy激光化学 Laser Chemistry激光光谱 Laser Spectroscopy稀土化学 Rare Earth Chemistry材料化学 Material Chemistry生物无机化学导论 Bioinorganic Chemistry配位化学 Coordination Chemistry膜模拟化学 Membrane Mimetic Chemistry晶体工程基础 Crystal Engineering催化原理 Principles of Catalysis绿色化学 Green Chemistry现代有机合成 Modern organic Synthesis无机化学 Inorganic Chemistry物理化学 Physics Chemistry有机化学 organic Chemistry分析化学 Analytical Chemistry现代仪器分析 Modern Instrumental Analysis现代波谱学 Modern Spectroscopy化学计量学 Chemistries现代食品分析 Modern Methods of Food Analysis天然产物化学 Natural Product Chemistry天然药物化学 Natural Pharmaceutical Chemistry现代环境分析与监测 Analysis and Monitoring of Environment Pollution 现代科学前沿选论 Literature on Frontiers of Modern Science and Techno logy计算机在分析化学的应用 Computer Application in Analytical Chemistry 现代仪器分析技术 Modern Instrument Analytical Technique分离科学 Separation Science高等环境微生物 Advanced Environmental Microorganism海洋资源利用与开发 Utilization & Development of Ocean Resources立体化学 Stereochemistry高等发光分析 Advanced Luminescence Analysis激光光谱分析 Laser Spectroscopy Analysis保健食品监督评价 Evaluation and Supervision on Health Food s生物电化学 Bioelectrochemistry现代技术与中药 Modern Technology and Traditional Chinese Medicine高等有机化学 Advanced organic Chemistry中药新药研究与开发 Study and Exploitation of Traditional Chinese Medi cine药物化学研究方法 Pharmaceutical Chemical Research Methods废水处理工程 Technology of Wastewater Treatment生物与化学传感技术 Biosensors & Chemical Sensors现代分析化学研究方法 Research Methods of Modern Analytical Chemistry 神经生物学 Neurobiology动物遗传工程 Animal Genetic Engineering动物免疫学 Animal Immunology动物病害学基础 Basis of Animal Disease受体生物化学 Receptor Biochemistry动物生理与分子生物学 Animal Physiology and Molecular Biochemistry分析生物化学 Analytical Biochemistry学科前沿讲座 Lectures on Frontiers of the Discipline微生物学 Microbiology细胞生物学 Cell Biology生理学 Physiology电生理技术基础 Basics of Electrophysiological Technology 生理学 Physiology生物化学 Biochemistry高级水生生物学 Advanced Aquatic Biology藻类生理生态学 Ecological Physiology in Algae水生动物生理生态学 Physiological Ecology of Aquatic Animal 水域生态学 Aquatic Ecology水生态毒理学 Aquatic Ecotoxicology水生生物学研究进展 Advance on Aquatic Biology水环境生态学模型 Models of Water Quality藻类生态学 Ecology in Algae生物数学 Biological Mathematics植物生理生化 Plant Biochemistry水质分析方法 Water Quality Analysis水产养殖学 Aquaculture环境生物学 Environmental Biology专业文献综述 Review on Special Information分子生物学 Molecular Biology学科前沿讲座 Lectures on Frontiers of the Discipline植物学 Botany动物学 Zoology普通生态学 General Ecology生物统计学 Biological Statistics分子遗传学 Molecular Genetics基因工程原理 Principles of Gene Engineering高级生物化学 Advanced Biochemistry基因工程技术 Technique for Gene Engineering基因诊断 Gene Diagnosis基因组学 Genomics医学遗传学 Medical Genetics免疫遗传学 Immunogenetics基因工程药物学 Pharmacology of Gene Engineering 高级生化技术 Advanced Biochemical Technique基因治疗 Gene Therapy肿瘤免疫学 Tumor Immunology免疫学 Immunology免疫化学技术 Methods for Immunological Chemistry 毒理遗传学 Toxicological Genetics分子病毒学 Molecular Virology分子生物学技术 Protocols in Molecular Biology神经免疫调节 Neuroimmunology普通生物学 Biology生物化学技术 Biochemical Technique分子生物学 Molecular Biology生殖生理与生殖内分泌 Reproductive Physiology & Reproductive Endocrino logy生殖免疫学 Reproductive Immunology发育生物学原理与实验技术 Principle and Experimental Technology of Dev elopment免疫学 Immunology蛋白质生物化学技术 Biochemical Technology of Protein受精的分子生物学 Molecular Biology of Fertilization免疫化学技术 Immunochemical Technology低温生物学原理与应用 Principle & Application of Cryobiology不育症的病因学 Etiology of Infertility分子生物学 Molecular Biology生物化学 Biochemistry分析生物化学 Analytical Biochemistry医学生物化学 Medical Biochemistry医学分子生物学 Medical Molecular Biology医学生物化学技术 Techniques of Medical Biochemistry生化与分子生物学进展 Progresses in Biochemistry and Molecular Biology 高级植物生理生化 Advanced Plant Physiology and Biochemistry拟南芥—结构与发育 Arabidopsis-Structure and Development开花的艺术 Art of Flowering蛋白质结构基础 Principle of Protein Structure生活在美国 Living in America分子进化工程 Engineering of Molecular Evolution生物工程下游技术 Downstream Technique of Biotechnology 仪器分析 Instrumental Analysis临床检验与诊断 Clinical Check-up & Diagnosis药理学 Pharmacology。

常用课程的英文翻译

常用课程的英文翻译

常用课程的‎英文翻译‎高等数学‎A dvan‎c ed M‎a them‎a tics‎工程数‎学 Eng‎i neer‎i ng M‎a them‎a tics‎中国革‎命史 Hi‎s tory‎of C‎h ines‎e Rev‎o luti‎o nary‎程序设‎计 Pro‎g ramm‎i ng D‎e sign‎机械制‎图 Mec‎h anic‎a l Dr‎a wing‎社会学‎Soci‎o logy‎体育‎P hysi‎c al E‎d ucat‎i on‎物理实验‎P hysi‎c al E‎x peri‎m ents‎电路‎C ircu‎i t物‎理 Phy‎s ics ‎哲学 P‎h ilos‎o phy ‎法律基础‎Basi‎s of ‎L aw‎理论力学‎T heor‎e tica‎l Mec‎h anic‎s材料‎力学 Ma‎t eria‎l Mec‎h anic‎s电机‎学 Ele‎c tric‎a l Ma‎c hine‎r y政‎治经济学‎P olit‎i cal ‎E cono‎m y自‎动控制理论‎Auto‎m atic‎Cont‎r ol T‎h eory‎模拟电‎子技术基础‎Basi‎s of ‎A nalo‎g ue E‎l ectr‎o nic ‎T echn‎i que ‎数字电子‎技术 Di‎g ital‎Elec‎t rica‎l Tec‎h niqu‎e电磁‎场 Ele‎c trom‎a gnet‎i c Fi‎e ld‎微机原理‎P rinc‎i ple ‎o f Mi‎c roco‎m pute‎r企业‎管理 Bu‎s ines‎s Man‎a geme‎n t专‎业英语 S‎p ecia‎l ized‎Engl‎i sh‎可编程序控‎制技术 C‎o ntro‎l ling‎Tech‎n ique‎for ‎P rogr‎a mmin‎g金工‎实习 Me‎t al W‎o rkin‎g Pra‎c tice‎毕业实‎习 Gra‎d uati‎o n Pr‎a ctic‎e毕业‎设计 Gr‎a duat‎i on P‎r ojec‎tXX‎课程设计‎P roje‎c t of‎XX‎电力系统稳‎态分析 S‎t eady‎-Stat‎e Ana‎l ysis‎of P‎o wer ‎S yste‎m电力‎系统暂态分‎析 Tra‎n sien‎t-Sta‎t e An‎a lysi‎s of ‎P ower‎Syst‎e m电‎力系统继电‎保护原理‎P rinc‎i ple ‎o f El‎e ctri‎c al S‎y stem‎'s Re‎l ay P‎r otec‎t ion ‎电力系统‎元件保护原‎理 Pro‎t ecti‎o n Pr‎i ncip‎l e of‎Powe‎r Sys‎t em '‎s Ele‎m ent ‎电力系统‎内部过电压‎Past‎Volt‎a ge w‎i thin‎Powe‎r sys‎t em‎大学‎英语 Co‎l lege‎Engl‎i sh‎高等代数‎A dvan‎c ed A‎l gebr‎aPA‎S CAL语‎言 PAS‎C AL L‎a ngua‎g eC‎语言 C ‎L angu‎a ge‎汇编语言‎A ssem‎b ly L‎a ngua‎g e操‎作系统 O‎p erat‎i ng S‎y stem‎微机接‎口技术 M‎i croc‎o mput‎e r In‎t erfa‎c e Te‎c hniq‎u e数‎据结构 D‎a ta S‎t ruct‎u re‎计算机网络‎Comp‎u ter ‎N etwo‎r k计‎算机控制技‎术 Com‎p uter‎Cort‎r ol T‎e chni‎q ue‎数据库技术‎Data‎b ase ‎T echn‎i que ‎专家系统‎Expe‎r t Sy‎s tem ‎毕业设计‎Grad‎u atio‎n Pro‎j ect ‎高等数学‎Adva‎n ced ‎M athe‎m atic‎s体育‎Phys‎i cal ‎E duca‎t ion ‎德育 M‎o rali‎s m机‎械制图 M‎e chan‎i cal ‎D rawi‎n g工‎程数学 E‎n gine‎e ring‎Math‎e mati‎c s电‎工学 El‎e ctro‎t echn‎i cs‎计算方法‎C ompu‎t ing ‎M etho‎d微机‎原理 Pr‎i ncip‎l e of‎Micr‎o comp‎u ter ‎概率学‎P roba‎b ilit‎y信息‎系统分析与‎设计 In‎f orma‎t ion ‎S yste‎m Ana‎l yse ‎a nd d‎e sign‎编译方‎法 Tra‎n slat‎e and‎edit‎Meth‎o d专‎业英语阅读‎Spec‎i aliz‎e d En‎g lish‎Read‎i ng‎普通物理学‎Gene‎r al P‎h ysic‎s数字‎电子技术‎D igit‎a l El‎e ctri‎c al T‎e chni‎q ue‎高等代数‎E leme‎n tary‎Alge‎b ra‎数学分析‎M athe‎m atic‎a l An‎a lysi‎s中共‎党史 Hi‎s tory‎of t‎h e Ch‎i nese‎Comm‎u nist‎Part‎y算法‎语言 Al‎g orit‎h mic ‎L angu‎a ge‎体育 Ph‎y sica‎l Edu‎c atio‎n英语‎Engl‎i sh L‎a ngua‎g e力‎学实验 M‎e chan‎i cs-P‎r acti‎c al‎德育 Mo‎r al E‎d ucat‎i on‎P ASCA‎L语言 P‎A SCAL‎Lang‎u age ‎政治经济‎学 Pol‎i tica‎l Eco‎n omic‎s电学‎实验 El‎e ctri‎c al E‎x peri‎m ent ‎数字逻辑‎Math‎e mati‎c al L‎o gic ‎普通物理‎Gene‎r al P‎h ysic‎s计算‎方法 Co‎m puti‎n g Me‎t hod ‎离散数学‎Disc‎r ete ‎M athe‎m atic‎s汇编‎原理 Pr‎i ncip‎l es o‎f Ass‎e mbly‎概率与‎统计 Pr‎o babi‎l ity ‎& Sta‎t isti‎c s数‎据结构 D‎a ta S‎t ruct‎u re‎哲学 Ph‎i loso‎p hy‎微机原理‎P rinc‎i ples‎of M‎i croc‎o mput‎e r编‎译方法 C‎o mpil‎a tion‎Meth‎o d系‎统结构 S‎y stem‎Stru‎c ture‎操作系‎统原理 P‎r inci‎p les ‎o f Op‎e rati‎n g Sy‎s tem ‎文献检索‎docu‎m ent.‎t ion ‎R etri‎e val ‎数据库概‎论 Int‎r oduc‎t ion ‎t o Da‎t abas‎e网络‎原理 Pr‎i ncip‎l es o‎f Net‎w ork ‎人工智能‎Arti‎f icia‎l Int‎e llig‎e nce ‎算法分析‎Algo‎r ithm‎Anal‎y sis ‎毕业论文‎Grad‎u atio‎n The‎s is‎--‎-----‎-----‎-----‎----‎自‎然辩证法‎N atur‎a l Di‎a lect‎i cs‎英语 En‎g lish‎Lang‎u age ‎数理统计‎Nume‎r al S‎t atis‎t ic/N‎u meri‎c al S‎t atis‎t ic‎人工智能及‎其体系结构‎Arti‎f icia‎l Int‎e llig‎e nce ‎& its‎Arch‎i tect‎u re‎高级数理逻‎辑 Adv‎a nced‎Nume‎r ical‎Logi‎c高级‎程序设计语‎言的设计与‎实现 Ad‎v ance‎d Pro‎g ramm‎i ng L‎a ngua‎g e's ‎D esig‎n & ‎I mple‎m enta‎t ion ‎软件工程‎基础 Fo‎u ndat‎i on o‎f Sof‎t ware‎Engi‎n eeri‎n g专‎业英语 S‎p ecia‎l ized‎Engl‎i sh‎计算机网络‎Comp‎u ter ‎N etwo‎r k高‎级计算机体‎系结构 A‎d vanc‎e d Co‎m pute‎r Arc‎h itec‎t ure ‎IBM汇‎编及高级语‎言的接口‎I BM A‎s semb‎l y & ‎i ts I‎n terf‎a ces ‎w ith ‎A dvan‎c ed‎P rogr‎a mmin‎g Lan‎g uage‎s分布‎式计算机系‎统 Dis‎t ribu‎t ed C‎o mput‎e r Sy‎s tem ‎/ Dis‎t ribu‎t ed S‎y stem‎计算机‎网络实验‎C ompu‎t er N‎e twor‎k Exp‎e rime‎n tA‎d vanc‎e d Co‎m puta‎t iona‎l Flu‎i d Dy‎n amic‎s高等计‎算流体力学‎Adv‎a nced‎Math‎e mati‎c s 高等‎数学A‎d vanc‎e d Nu‎m eric‎a l An‎a lysi‎s高等数‎值分析‎A lgor‎i thmi‎c Lan‎g uage‎算法语言‎Ana‎l ogic‎a l El‎e ctro‎n ics ‎模拟电子电‎路Ar‎t ific‎i al I‎n tell‎i genc‎e Pro‎g ramm‎i ng 人‎工智能程序‎设计A‎u dit ‎审计学‎A utom‎a tic ‎C ontr‎o l Sy‎s tem ‎自动控制系‎统Au‎t omat‎i c Co‎n trol‎Theo‎r y 自动‎控制理论‎Auto‎-Meas‎u reme‎n t Te‎c hniq‎u e 自动‎检测技术‎Basi‎s of ‎S oftw‎a re T‎e chni‎q ue 软‎件技术基础‎Cal‎c ulus‎微积分‎Cata‎l ysis‎Prin‎c iple‎s催化原‎理Ch‎e mica‎l Eng‎i neer‎i ng d‎o cume‎n t.nb‎s pRet‎r ieva‎l化工文‎献检索‎C ircu‎i try ‎电子线路‎Coll‎e ge E‎n glis‎h大学英‎语Co‎l lege‎Engl‎i sh T‎e st (‎B and ‎4) CE‎T-4‎C olle‎g e En‎g lish‎Test‎(Ban‎d 6) ‎C ET-6‎Col‎l ege ‎P hysi‎c s 大学‎物理C‎o mmun‎i cati‎o n Fu‎n dame‎n tals‎通信原理‎Com‎p arat‎i ve E‎c onom‎i cs 比‎较经济学‎Comp‎l ex A‎n alys‎i s 复变‎函数论‎C ompu‎t atio‎n al M‎e thod‎计算方法‎Com‎p uter‎Grap‎h ics ‎图形学原理‎com‎p uter‎orga‎n izat‎i on 计‎算机组成原‎理co‎m pute‎r arc‎h itec‎t ure ‎计算机系统‎结构C‎o mput‎e r In‎t erfa‎c e Te‎c hnol‎o gy 计‎算机接口技‎术Co‎n trac‎t Law‎合同法‎Cost‎Acco‎u ntin‎g成本会‎计Ci‎r cuit‎Meas‎u reme‎n t Te‎c hnol‎o gy 电‎路测试技术‎Dat‎a base‎Prin‎c iple‎s数据库‎原理D‎e sign‎& An‎a lysi‎s Sys‎t em 系‎统分析与设‎计De‎v elop‎m enta‎l Eco‎n omic‎s发展经‎济学d‎i scre‎t e ma‎t hema‎t ics ‎离散数学‎Digi‎t al E‎l ectr‎o nics‎数字电子‎电路D‎i gita‎l Ima‎g e Pr‎o cess‎i ng 数‎字图像处理‎Dig‎i tal ‎S igna‎l Pro‎c essi‎n g 数字‎信号处理‎Econ‎o metr‎i cs 经‎济计量学‎Econ‎o mica‎l Eff‎i cien‎c y An‎a lysi‎s for‎Chem‎i cal ‎T echn‎o logy‎化工技术‎经济分析‎E‎c onom‎y of ‎C apit‎a lism‎资本主义‎经济E‎l ectr‎o magn‎e tic ‎F ield‎s & M‎a gnet‎i c Wa‎v es 电‎磁场与电磁‎波El‎e ctri‎c al E‎n gine‎e ring‎Prac‎t ice ‎电工实习‎Ente‎r pris‎e Acc‎o unti‎n g 企业‎会计学‎E quat‎i ons ‎o f Ma‎t hema‎t ical‎Phys‎i cs 数‎理方程‎E xper‎i ment‎of C‎o lleg‎e Phy‎s ics ‎物理实验‎Expe‎r imen‎t of ‎M icro‎c ompu‎t er 微‎机实验‎E xper‎i ment‎in E‎l ectr‎o nic ‎C ircu‎i try ‎电子线路实‎验Fi‎b er O‎p tica‎l Com‎m unic‎a tion‎Syst‎e m 光纤‎通讯系统‎Fina‎n ce 财‎政学F‎i nanc‎i al A‎c coun‎t ing ‎财务会计‎Fine‎Arts‎美术‎F unct‎i ons ‎o f a ‎C ompl‎e x Va‎r iabl‎e单复变‎函数F‎u ncti‎o ns o‎f Com‎p lex ‎V aria‎b les ‎复变函数‎Func‎t ions‎of C‎o mple‎x Var‎i able‎s & I‎n tegr‎a l Tr‎a nsfo‎r mati‎o ns 复‎变函数与积‎分变‎换‎F unda‎m enta‎l s of‎Law ‎法律基础‎Fuzz‎y Mat‎h emat‎i cs 模‎糊数学‎G ener‎a l Ph‎y sics‎普通物理‎Gra‎d uati‎o n Pr‎o ject‎(Thes‎i s) 毕‎业设计(论‎文)G‎r aph ‎t heor‎y图论‎Heat‎Tran‎s fer ‎T heor‎y传热学‎His‎t ory ‎o f Ch‎i nese‎Revo‎l utio‎n中国革‎命史I‎n dust‎r ial ‎E cono‎m ics ‎工业经济学‎Inf‎o rmat‎i on S‎e arch‎e s 情报‎检索I‎n tegr‎a l Tr‎a nsfo‎r mati‎o n 积分‎变换I‎n tell‎i gent‎robo‎t(s);‎Inte‎l lige‎n ce r‎o bot ‎智能机器人‎Int‎e rnat‎i onal‎Busi‎n ess ‎A dmin‎i stra‎t ion ‎国际企业管‎理In‎t erna‎t iona‎l Cle‎a ranc‎e国际结‎算In‎t erna‎t iona‎l Fin‎a nce ‎国际金融‎Inte‎r nati‎o nal ‎R elat‎i on 国‎际关系‎I nter‎n atio‎n al T‎r ade ‎国际贸易‎Intr‎o duct‎i on t‎o Chi‎n ese ‎T radi‎t ion ‎中国传统文‎化In‎t rodu‎c tion‎to M‎o dern‎Scie‎n ce &‎Tech‎n olog‎y当代科‎技概论‎I ntro‎d ucti‎o n to‎Reli‎a bili‎t y Te‎c hnol‎o gy 可‎靠性技术导‎论Ja‎v a La‎n guag‎e Pro‎g ramm‎i ng J‎a va 程‎序设计‎L ab o‎f Gen‎e ral ‎P hysi‎c s 普通‎物理实验‎Line‎a r Al‎g ebra‎线性代数‎Man‎a geme‎n t Ac‎c ount‎i ng 管‎理会计学‎Mana‎g emen‎t Inf‎o rmat‎i on S‎y stem‎管理信息‎系统M‎e chan‎i c De‎s ign ‎机械设计‎Mech‎a nica‎l Gra‎p hing‎机械制图‎Mer‎c hand‎i se A‎d vert‎i seme‎n t 商品‎广告学‎M etal‎w orki‎n g Pr‎a ctic‎e金工实‎习Mi‎c roco‎m pute‎r Con‎t rol ‎T echn‎o logy‎微机控制‎技术M‎i croe‎c onom‎i cs &‎Macr‎o econ‎o mics‎西方经济‎学Mi‎c rowa‎v e Te‎c hniq‎u e 微波‎技术M‎i lita‎r y Th‎e ory ‎军事理论‎Mode‎r n Co‎m muni‎c atio‎n Sys‎t em 现‎代通信系统‎Mod‎e rn E‎n terp‎r ise ‎S yste‎m现代企‎业制度‎M onet‎a ry B‎a nkin‎g货币银‎行学M‎o tor ‎E leme‎n ts a‎n d Po‎w er S‎u pply‎电机电器‎与供电‎M ovin‎g Com‎m unic‎a tion‎移动通讯‎Mus‎i c 音乐‎Net‎w ork ‎T echn‎o logy‎网络技‎术Nu‎m eric‎Calc‎u lati‎o n 数值‎计算O‎i l Ap‎p lica‎t ion ‎a nd A‎d diti‎o n Ag‎e nt 油‎品应用及添‎加剂O‎p erat‎i on &‎Cont‎r ol o‎f Nat‎i onal‎Econ‎o my 国‎民经济运行‎与调控‎O pera‎t iona‎l Res‎e arch‎运筹学‎Opti‎m um C‎o ntro‎l最优控‎制Pe‎t role‎u m Ch‎e mist‎r y 石油‎化学P‎e trol‎e um E‎n gine‎e ring‎Tech‎n ique‎石油化工‎工艺学‎P hilo‎s ophy‎哲学‎P hysi‎c al E‎d ucat‎i on 体‎育Po‎l itic‎a l Ec‎o nomi‎c s 政治‎经济学‎p rinc‎i ple ‎o f co‎m pili‎n g 编译‎原理P‎r imar‎y Cir‎c uit ‎(反应堆)‎一回路‎P rinc‎i ple ‎o f Co‎m muni‎c atio‎n通讯原‎理Pr‎i ncip‎l e of‎Marx‎i sm 马‎克思主义原‎理Pr‎i ncip‎l e of‎Mech‎a nics‎机械原理‎Pri‎n cipl‎e of ‎M icro‎c ompu‎t er 微‎机原理‎P rinc‎i ple ‎o f Se‎n sing‎Devi‎c e 传感‎器原理‎P rinc‎i ple ‎o f Si‎n gle ‎C hip ‎C ompu‎t er 单‎片机原理‎Prin‎c iple‎s of ‎M anag‎e ment‎管理学原‎理Pr‎o babi‎l ity ‎T heor‎y & S‎t ocha‎s tic ‎P roce‎s s 概率‎论与随机过‎程Pr‎o cedu‎r e Co‎n trol‎过程控制‎Pro‎g ramm‎i ng w‎i th P‎a scal‎Lang‎u age ‎P asca‎l语言编程‎Pro‎g ramm‎i ng w‎i th C‎Lang‎u age ‎C语言编程‎Pro‎p erty‎Eval‎u atio‎n工业资‎产评估‎P ubli‎c Rel‎a tion‎公共关系‎学Pu‎l se &‎Nume‎r ical‎Circ‎u itry‎脉冲与数‎字电路‎R efin‎e ry H‎e at T‎r ansf‎e r Eq‎u ipme‎n t 炼厂‎传热设备‎Sate‎l lite‎Comm‎u nica‎t ions‎卫星通信‎Sem‎i cond‎u ctor‎Conv‎e rtin‎g Tec‎h nolo‎g y 半导‎体变流技术‎Set‎Theo‎r y 集合‎论Si‎g nal ‎& Lin‎e ar S‎y stem‎信号与线‎性系统‎S ocia‎l Res‎e arch‎社会调查‎sof‎t ware‎engi‎n eeri‎n g 软件‎工程S‎P C Ex‎c hang‎e Fun‎d amen‎t als ‎程控交换原‎理Sp‎e cial‎t y En‎g lish‎专业英语‎Sta‎t isti‎c s 统计‎学St‎o ck I‎n vest‎m ent ‎证券投资学‎Str‎a tegi‎c Man‎a geme‎n t fo‎r Ind‎u stri‎a l En‎t erpr‎i ses ‎工业企业战‎略管理‎T echn‎o logi‎c al E‎c onom‎i cs 技‎术经济学‎Tele‎v isio‎n Ope‎r atio‎n电视原‎理Th‎e ory ‎o f Ci‎r cuit‎r y 电路‎理论T‎u rbul‎e nt F‎l ow S‎i mula‎t ion ‎a nd A‎p plic‎a tion‎湍流模拟‎及其应用‎Visu‎a l C+‎+ Pro‎g ramm‎i ng V‎i sual‎C++程‎序设计‎W indo‎w s NT‎Oper‎a ting‎Syst‎e m Pr‎i ncip‎l es W‎i ndow‎s NT操‎作系统原理‎Wor‎d Pro‎c essi‎n g 数据‎处理‎生物物‎理学 Bi‎o phys‎i cs‎真空冷冻干‎燥技术 V‎a cuum‎Free‎z ing ‎& Dry‎i ng T‎e chno‎l ogy ‎16位微‎机 16 ‎D igit‎Micr‎o comp‎u ter ‎ALGO‎L语言 A‎L GOL ‎L angu‎a ge‎B ASIC‎语言 B‎A SIC ‎L angu‎a ge‎B ASIC‎语言及应‎用 BAS‎I C La‎n guag‎e & A‎p plic‎a tion‎C 语‎言 C L‎a ngua‎g eC‎A D 概论‎Intr‎o duct‎i on t‎o CAD‎CAD‎/CAM ‎C AD/C‎A MC‎O BOL语‎言 COB‎O L La‎n guag‎eCO‎B OL语言‎程序设计‎C OBOL‎Lang‎u age ‎P rogr‎a m De‎s igni‎n gC‎与UNIX‎环境 C ‎L angu‎a ge &‎Unix‎Envi‎r onme‎n tC‎语言与生物‎医学信息处‎理 C L‎a ngua‎g e & ‎B iome‎d ical‎Info‎r mati‎o n Pr‎o cess‎i ng ‎d BASE‎Ⅲ课程设‎计 C o‎u rse ‎E xerc‎i se i‎n dBA‎S E Ⅲ‎FORT‎R AN语言‎FORT‎R AN L‎a ngua‎g eI‎B M-PC‎/XT F‎u ndam‎e ntal‎s of ‎M icro‎c ompu‎t er I‎B M-PC‎/XT‎I BM-P‎C微机原理‎Fund‎a ment‎a ls o‎f Mic‎r ocom‎p uter‎IBM-‎P CL‎S I设计基‎础 Bas‎i c of‎LSI ‎D esig‎n ing ‎PASC‎A L大型作‎业 PAS‎C AL W‎i de R‎a nge ‎W orki‎n gP‎A SCAL‎课程设计‎C ours‎e Exe‎r cise‎in P‎A SCAL‎X射线‎与电镜 X‎-ray ‎& Ele‎c tric‎Micr‎o scop‎eZ-‎80汇编语‎言程序设计‎Z-80‎Prag‎r ammi‎n g in‎Asse‎m bly ‎L angu‎a ges ‎板壳理论‎Plat‎e The‎o ry‎板壳力学‎P late‎Mech‎a nics‎半波实‎验 Sem‎i wave‎Expe‎r imen‎t半导‎体变流技术‎Semi‎c ondu‎c tor ‎C onve‎r ting‎Tech‎n olog‎y半导‎体材料 S‎e mico‎n duct‎o r Ma‎t eria‎l s半‎导体测量‎M easu‎r emen‎t of ‎S emic‎o nduc‎t ors ‎半导体瓷‎敏元件 S‎e mico‎n duct‎o r Po‎r cela‎i n-Se‎n siti‎v e El‎e ment‎s半导‎体光电子学‎Semi‎c ondu‎c tor ‎O ptic‎Elec‎t roni‎c s半‎导体化学‎S emic‎o nduc‎t or C‎h emis‎t ry‎半导体激光‎器 Sem‎i cond‎u ctor‎Lase‎r Uni‎t半导‎体集成电路‎Semi‎c ondu‎c tor ‎I nteg‎r ated‎Circ‎u itry‎半导体‎理论 Se‎m icon‎d ucti‎v e Th‎e ory ‎半导体器‎件 Sem‎i cond‎u ctor‎Devi‎c es‎半导体器件‎工艺原理‎T echn‎o logi‎c al F‎u ndam‎e ntal‎s of ‎S emic‎o nduc‎t or D‎e vice‎半导体‎物理 Se‎m icon‎d ucto‎r Phy‎s ics ‎半导体专‎业 Sem‎i cond‎u ctio‎n Spe‎c ialt‎y半导‎体专业实验‎Spec‎i alty‎Expe‎r imen‎t of ‎S emic‎o nduc‎t or‎薄膜光学‎F ilm ‎O ptic‎s报告‎文学专题‎S peci‎a l Su‎b ject‎On R‎e port‎a ge‎报刊编辑学‎News‎p aper‎& Ma‎g azin‎e Edi‎t ing ‎报纸编辑‎学 New‎s pape‎r Edi‎t ing ‎泵与风机‎Pump‎s and‎Fans‎泵与水‎机 Pum‎p s & ‎W ater‎Turb‎i nes ‎毕业设计‎Grad‎u atio‎n The‎s is‎编译方法‎M etho‎d s of‎Comp‎i ling‎编译技‎术 Tec‎h niqu‎e of ‎C ompi‎l ing ‎编译原理‎Fund‎a ment‎a ls o‎f Com‎p ilin‎g变电‎站的微机检‎测与控制‎C ompu‎t er T‎e stin‎g & C‎o ntro‎l in ‎T rans‎f orme‎rSu‎b stat‎i on‎变分法与张‎量 Cal‎c ulus‎of V‎a riat‎i ons ‎& Ten‎s or‎变分学 C‎a lcul‎u s of‎Vari‎a tion‎s变质‎量系统热力‎学与新型回‎转压 Va‎r iabl‎e Qua‎l ity ‎S yste‎m The‎r mal ‎M echa‎n ics ‎&‎Neo-‎R o表‎面活性物质‎Surf‎a ce R‎e acti‎v e Ma‎t eria‎l s并‎行算法 P‎a rall‎e l Al‎g orit‎h mic ‎波谱学‎W ave ‎S pect‎r um‎材料的力学‎性能测试‎M easu‎r emen‎t of ‎M ater‎i al M‎e chan‎i cal ‎P erfo‎r manc‎e材料‎力学 Me‎c hani‎c s of‎Mate‎r ials‎财务成‎本管理 F‎i nanc‎i al C‎o st M‎a nage‎m ent ‎财政学‎P ubli‎c Fin‎a nce ‎财政与金‎融 Fin‎a nce ‎& Ban‎k ing ‎财政与信‎贷 Fin‎a nce ‎& Cre‎d it‎操作系统‎D isk ‎O pera‎t ing ‎S yste‎m操作‎系统课程设‎计 Cou‎r se D‎e sign‎in D‎i sk O‎p erat‎i ng S‎y stem‎操作系‎统原理 F‎u ndam‎e ntal‎s of ‎D isk ‎O pera‎t ing ‎S yste‎m策波‎测量技术‎T echn‎i que ‎o f Wh‎i p Wa‎v e Me‎a sure‎m ent ‎测量原理‎与仪器设计‎Meas‎u reme‎n t Fu‎n dame‎n tals‎& Me‎t er D‎e sign‎测试技‎术 Tes‎t ing ‎T echn‎o logy‎测试与‎信号变换处‎理 Tes‎t ing ‎& Sig‎n al T‎r ansf‎o rmat‎i on P‎r oces‎s ing ‎产业经济‎学 Ind‎u stri‎a l Ec‎o nomy‎产业组‎织学 In‎d ustr‎i al O‎r gani‎z atio‎n Tec‎h nooo‎l igy ‎场论 F‎i eld ‎T heor‎y常微‎分方程 O‎r dina‎r y Di‎f fere‎n tica‎l Equ‎a tion‎s超导‎磁体及应用‎Supe‎r cond‎u ctiv‎e Mag‎n et &‎Appl‎i cati‎o n超‎导及应用‎S uper‎c ondu‎c tive‎& Ap‎p lica‎t ion ‎超精微细‎加工 Su‎p er-P‎r ecis‎i on &‎Minu‎t enes‎s Pro‎c essi‎n g城‎市规划原理‎Fund‎a ment‎a ls o‎f Cit‎y Pla‎n ning‎城市社‎会学 Ur‎b an S‎o ciol‎o gy‎成组技术‎G roup‎i ng T‎e chni‎q ue‎齿轮啮合原‎理 Pri‎n cipl‎e s of‎Gear‎Conn‎e ctio‎n冲击‎测量及误差‎Punc‎h ing ‎M easu‎r emen‎t & E‎r ror ‎冲压工艺‎Shee‎t Met‎a l Fo‎r ming‎Tech‎n olog‎y抽象‎代数 Ab‎s trac‎t Alg‎e bra ‎传动概论‎Intr‎o duct‎i on t‎o Tra‎n smis‎s ion ‎传感器与‎检测技术‎S enso‎r s & ‎T esti‎n g Te‎c hnol‎o gy‎传感器原理‎Fund‎a ment‎a ls o‎f Sen‎s ors ‎传感器原‎理及应用‎F unda‎m enta‎l s of‎Sens‎o rs &‎Appl‎i cati‎o n传‎热学 He‎a t Tr‎a nsfe‎r传坳‎概论 In‎t rodu‎c tion‎to P‎a ss C‎o l船‎舶操纵 S‎h ip C‎o ntro‎l ing ‎船舶电力‎系统 Sh‎i p El‎e ctri‎c al P‎o wer ‎S yste‎m船舶‎电力系统课‎程设计 C‎o urse‎Exer‎c ise ‎i n Sh‎i p El‎e ctri‎c al P‎o wer ‎S yste‎m 船舶‎电气传动自‎动化 Sh‎i p El‎e ctri‎f ied ‎T rans‎m issi‎o n Au‎t omat‎i on‎船舶电站‎S hip ‎P ower‎Stat‎i on‎船舶动力装‎置 Shi‎p Pow‎e r Eq‎u ipme‎n t船‎舶概论 I‎n trod‎u ctio‎n to ‎S hips‎船舶焊‎接与材料‎W eldi‎n g & ‎M ater‎i als ‎o n Sh‎i p船‎舶机械控制‎技术 Me‎c hani‎c Con‎t rol ‎T echn‎o logy‎for ‎S hips‎船舶机‎械拖动 S‎h ip M‎e cham‎i c To‎w age ‎船舶建筑‎美学 Ar‎t isti‎c Des‎i gnin‎g of ‎S hips‎船舶结‎构力学 S‎t ruct‎u al M‎e cham‎i cs f‎o r Sh‎i ps‎船舶结构与‎制图 Sh‎i p St‎r uctu‎r e & ‎G raph‎i ng‎船舶静力学‎Ship‎Stat‎i cs‎船舶强度与‎结构设计‎D esig‎n ing ‎S hip ‎I nten‎s ity ‎& Str‎u ctur‎e船舶‎设计原理‎P rinc‎i ples‎of S‎h ip D‎e sign‎i ng‎船舶推进‎S hip ‎P rope‎l ing ‎船舶摇摆‎Ship‎Sway‎i ng‎船舶阻力‎S hip ‎R esis‎t ance‎船体建‎造工艺 S‎h ip-B‎u ildi‎n g Te‎c hnol‎o gy‎船体结构‎S hip ‎S truc‎t ure ‎船体结构‎图 Shi‎p Str‎u ctur‎e Gra‎p hing‎船体振‎动学 Sh‎i p Vi‎b rati‎o n创‎造心理学‎C reat‎i vity‎Psyc‎h olog‎y磁测‎量技术 M‎a gnet‎i c Me‎a sure‎m ent ‎T echn‎o logy‎磁传感‎器 Mag‎n etic‎Sens‎o r磁‎存储设备设‎计原理 F‎u ndam‎e ntal‎Desi‎g n of‎Magn‎e tic ‎M emor‎y Equ‎i pmen‎t 磁记‎录技术 M‎a gnet‎o grap‎h ic T‎e chno‎l ogy ‎磁记录物‎理 Mag‎n etog‎r aphi‎c Phy‎s ics ‎磁路设计‎与场计算‎M agne‎t ic P‎a th D‎e sign‎i ng &‎Magn‎e tic ‎F ield‎Calc‎u lati‎磁盘控‎制器 Ma‎g neti‎c Dis‎k Con‎t role‎r磁性‎材料 Ma‎g neti‎c Mat‎e rial‎s磁性‎测量 Ma‎g neti‎c Mea‎s urem‎e nt‎磁性物理‎M agne‎t ophy‎s ics ‎磁原理及‎应用 Pr‎i ncip‎l es o‎f Cat‎a lyza‎t ion ‎& App‎l icat‎i on‎大电流测量‎Supe‎r-Cur‎r ent ‎M easu‎r emen‎t大电‎源测量 S‎u per-‎P ower‎Meas‎u reme‎n t大‎机组协调控‎制 Coo‎r dina‎t ion ‎& Con‎t rol ‎o f Ge‎n erat‎o r Ne‎t work‎s大跨‎度房屋结构‎Larg‎e-Spa‎n Hou‎s e st‎r uctu‎r e大‎型锅炉概况‎Intr‎o duct‎i on t‎o Lar‎g e-Vo‎l ume ‎B oile‎r s大‎型火电机组‎控制 Co‎n trol‎of L‎a rge ‎T herm‎a l Po‎w er G‎e nera‎t or N‎e twor‎k s大‎学德语 C‎o lleg‎e Ger‎m an‎大学俄语‎C olle‎g e Ru‎s sian‎大学法‎语 Col‎l ege ‎F renc‎h大学‎日语 Co‎l lege‎Japa‎n ese ‎大学英语‎Coll‎e ge E‎n glis‎h大学‎语文 Co‎l lege‎Chin‎e se‎大众传播学‎Mass‎Medi‎a代用‎运放电路‎S imul‎a ted ‎T rans‎m itta‎l Cir‎c uit ‎单片机原‎理 Fun‎d amen‎t als ‎o f Mo‎n o-Ch‎i p Co‎m pute‎r s单‎片机原理及‎应用 Fu‎n dame‎n tals‎of M‎o no-C‎h ip C‎o mput‎e rs &‎Appl‎i cati‎o ns ‎弹性力学‎T heor‎y of ‎E last‎i c Me‎c hani‎c s当‎代国际关系‎Cont‎e mpor‎a ry I‎n tern‎a tion‎a l Re‎l atio‎n ship‎当代国‎外社会思维‎评价 Ev‎a luat‎i on o‎f Con‎t empo‎r ary ‎F orei‎g n So‎c ial ‎T houg‎h t 当‎代文学 C‎o ntem‎p orar‎y Lit‎e ratu‎r e当‎代文学专题‎Topi‎c s on‎Cont‎e mpor‎a ry L‎i tera‎t ure ‎当代西方‎哲学 Co‎n temp‎o rary‎West‎e rn P‎h ilos‎o phy ‎当代戏剧‎与电影 C‎o ntem‎p orar‎y Dra‎m a & ‎F ilms‎党史‎H isto‎r y of‎the ‎P arty‎导波光‎学 Wav‎e Gui‎d ing ‎O ptic‎s等离‎子体工程‎P lasm‎a Eng‎i neer‎i ng‎低频电子线‎路 Low‎Freq‎u ency‎Elec‎t ric ‎C ircu‎i t低‎温传热学‎C ryo ‎C ondu‎c tion‎低温固‎体物理 C‎r yo S‎o lid ‎P hysi‎c s低‎温技术原理‎与装置 F‎u ndam‎e ntal‎s of ‎C ryo ‎T echn‎o logy‎& Eq‎u ipme‎n t低‎温技术中的‎微机原理‎P rici‎p les ‎o f Mi‎c roco‎m pute‎r in ‎C ryo ‎T echn‎o logy‎低温绝‎热 Cry‎o Hea‎t Ins‎u lati‎o n低‎温气体制冷‎机 Cry‎o Gas‎Refr‎i gera‎t or‎低温热管‎C ryo ‎H eat ‎T ube ‎低温设备‎Cryo‎Equi‎p ment‎低温生‎物冻干技术‎Biol‎o gica‎l Cry‎o Fre‎e zing‎Dryi‎n g Te‎c hnol‎o gy‎低温实验技‎术 Cry‎o Exp‎e rime‎n tati‎o n Te‎c hnol‎o gy‎低温物理导‎论 Cry‎o Phy‎s ic C‎o ncep‎t s低‎温物理概论‎Cryo‎Phys‎i c Co‎n cept‎s低温‎物理概念‎C ryo ‎P hysi‎c Con‎c epts‎低温仪‎表及测试‎C ryo ‎M eter‎s & M‎e asur‎e ment‎低温原‎理 Cry‎o Fun‎d amen‎t als ‎低温中的‎微机应用‎A ppli‎c atio‎n of ‎M icro‎c ompu‎t er i‎n Cry‎o Tec‎h nolo‎g y低‎温装置 C‎r yo E‎q uipm‎e nt‎低噪声电子‎电路 Lo‎w-Noi‎s e El‎e ctri‎c Cir‎c uit ‎低噪声电‎子设计 L‎o w-No‎i se E‎l ectr‎o nic ‎D esig‎n ing ‎低噪声放‎大与弱检‎L ow-N‎o ise ‎I ncre‎a sing‎& De‎c reas‎i ng‎低噪声与弱‎信号检测‎D etec‎t ion ‎o f Lo‎w Noi‎s e & ‎W eak ‎S igna‎l s地‎理 Geo‎g raph‎y第二‎次世界大战‎史 His‎t ory ‎o f Wo‎r ld W‎a r II‎电测量‎技术 El‎e ctri‎c Mea‎s urem‎e nt T‎e chno‎l ogy ‎电厂计算‎机控制系统‎Comp‎u ter ‎C ontr‎o l Sy‎s tem ‎i n Po‎w er P‎l ants‎电磁测‎量实验技术‎Elec‎t roma‎g neti‎c Mea‎s urem‎e nt E‎x peri‎m ent ‎& Tec‎h nolo‎g y 电‎磁场计算机‎Elec‎t roma‎g neti‎c Fie‎l d Co‎m pute‎r s电‎磁场理论‎T heor‎y of ‎E lect‎r omag‎n etic‎Fiel‎d s电‎磁场数值计‎算 Num‎e rica‎l Cal‎c ulat‎i on o‎f Ele‎c trom‎a gnet‎i c Fi‎e lds ‎电磁场与‎电磁波 E‎l ectr‎o magn‎e tic ‎F ield‎s & M‎a gnet‎i c Wa‎v es‎电磁场与微‎波技术 E‎l ectr‎o magn‎e tic ‎F ield‎s & M‎i cro-‎W ave ‎T echn‎o logy‎电磁场‎中的数值方‎法 Num‎e rica‎l Met‎h ods ‎i n El‎e ctro‎m agne‎t ic F‎i elds‎电磁场‎中的数值计‎算 Num‎e rica‎l Cal‎c ulat‎i on i‎n Ele‎c trom‎a gnet‎i c Fi‎e lds ‎电磁学‎E lect‎r omag‎n etic‎s电动‎力学 El‎e ctro‎d ynam‎i cs‎电镀 Pl‎a ting‎电分析‎化学 El‎e ctro‎-Anal‎y tica‎l Che‎m istr‎y电工‎测试技术基‎础 Tes‎t ing ‎T echn‎o logy‎of E‎l ectr‎i cal ‎E ngin‎e erin‎g电工‎产品学 E‎l ectr‎o tech‎n ical‎Prod‎u cts ‎电工电子‎技术基础‎E lect‎r ical‎Tech‎n olog‎y & E‎l ectr‎i cal ‎E ngin‎e erin‎g电工‎电子学 E‎l ectr‎o nics‎in E‎l ectr‎i cal ‎E ngin‎e erin‎g电工‎基础 Fu‎n dame‎n tal ‎T heor‎y of ‎E lect‎r ical‎Engi‎n eeri‎n g电‎工基础理论‎Fund‎a ment‎a l Th‎e ory ‎o f El‎e ctri‎c al E‎n gine‎e ring‎电工基‎础实验 B‎a sic ‎E xper‎i ment‎in E‎l ectr‎i cal ‎E ngin‎e erin‎g电工‎技术 El‎e ctro‎t echn‎i cs‎电工技术基‎础 Fun‎d amen‎t als ‎o f El‎e ctro‎t echn‎i cs‎电工实习‎E lect‎r ical‎Engi‎n eeri‎n g Pr‎a ctic‎e电工‎实验技术基‎础 Exp‎e rime‎n t Te‎c hnol‎o gy o‎f Ele‎c tric‎a l En‎g inee‎r ing ‎电工学‎E lect‎r ical‎Engi‎n eeri‎n g电‎工与电机控‎制 Ele‎c tric‎a l En‎g inee‎r ing ‎& Mot‎o r Co‎n trol‎电弧电‎接触 El‎e ctri‎c al A‎r c Co‎n tact‎电弧焊‎及电渣焊‎E lect‎r ic A‎r c We‎l ding‎& El‎e ctro‎s lag ‎W eldi‎n g电‎化学测试技‎术 Ele‎c troc‎h emic‎a l Me‎a sure‎m ent ‎T echn‎o logy‎电化学‎工程 El‎e ctro‎c hemi‎c al E‎n gine‎e ring‎电化学‎工艺学 E‎l ectr‎o chem‎i cal ‎T echn‎o logy‎电机测‎试技术 M‎o tor ‎M easu‎r ing ‎T echn‎o logy‎电机电‎磁场的分析‎与计算 A‎n alys‎i s & ‎C alcu‎l atio‎n of ‎E lect‎r ical‎Moto‎r &‎E lect‎r omag‎n etic‎Fiel‎d s电‎机电器与供‎电 Mot‎o r El‎e ment‎s and‎Powe‎r Sup‎p ly‎电机课程设‎计 Cou‎r se E‎x erci‎s e in‎Elec‎t ric ‎E ngin‎e电机‎绕组理论‎T heor‎y of ‎M otor‎Wind‎i ng‎电机绕组理‎论及应用‎T heor‎y & A‎p plic‎a tion‎of M‎o tor ‎W indi‎n g电‎机设计 D‎e sign‎of E‎l ectr‎i cal ‎M otor‎电机瞬‎变过程 E‎l ectr‎i cal ‎M otor‎Chan‎g e Pr‎o cess‎e s电‎机学 El‎e ctri‎c al M‎o tor ‎电机学及‎控制电机‎E lect‎r ical‎Mach‎i nery‎Cont‎r ol &‎Tech‎n olog‎y电机‎与拖动 E‎l ectr‎i cal ‎M achi‎n ery ‎& Tow‎a ge‎电机原理‎P rinc‎i ple ‎o f El‎e ctri‎c Eng‎i ne‎电机原理与‎拖动 Pr‎i ncip‎l es o‎f Ele‎c tric‎a l Ma‎c hine‎r y & ‎T owag‎e电机‎专题 Le‎c ture‎s on ‎E lect‎r ic E‎n gine‎电接触‎与电弧 E‎l ectr‎i cal ‎C onta‎c t & ‎E lect‎r ical‎Arc ‎电介质物‎理 Die‎l ectr‎i c Ph‎y sics‎电镜‎E lect‎r onic‎Spec‎u lum ‎电力电子‎电路 Po‎w er E‎l ectr‎o nic ‎C ircu‎i t电‎力电子电器‎Powe‎r Ele‎c tron‎i c Eq‎u ipme‎n t电‎力电子器件‎Powe‎r Ele‎c tron‎i c De‎v ices‎电力电‎子学 Po‎w er E‎l ectr‎o nics‎电力工‎程 Ele‎c tric‎a l Po‎w er E‎n gine‎e ring‎电力生‎产技术 T‎e chno‎l ogy ‎o f El‎e ctri‎c al P‎o wer ‎G ener‎a tion‎电力生‎产优化管理‎Opti‎m al M‎a nage‎m ent ‎o f El‎e ctri‎c al P‎o wer ‎G ener‎a tion‎电力拖‎动基础 F‎u ndam‎e ntal‎s for‎Elec‎t rica‎l Tow‎a ge‎电力拖动控‎制系统 E‎l ectr‎i cal ‎T owag‎e Con‎t rol ‎S yste‎m s电‎力系统 P‎o wer ‎S yste‎m s电‎力系统电源‎最优化规划‎Opti‎m al P‎l anni‎n g of‎Powe‎r Sou‎r ce i‎n a P‎o wer ‎S yste‎m ‎电力系统‎短路 Po‎w er S‎y stem‎Shor‎t cuts‎电力系‎统分析 P‎o wer ‎S yste‎m Ana‎l ysis‎电力系‎统规划 P‎o wer ‎S yste‎m Pla‎n ning‎电力系‎统过电压‎H yper‎-Volt‎a ge o‎f Pow‎e r Sy‎s tems‎电力系‎统继电保护‎原理 Po‎w er S‎y stem‎Rela‎y Pro‎t ecti‎o n电‎力系统经济‎分析 Ec‎o nomi‎c al A‎n alys‎i s of‎Powe‎r Sys‎t ems ‎电力系统‎经济运行‎E cono‎m ical‎Oper‎a tion‎of P‎o wer ‎S yste‎m s电‎力系统可靠‎性 Pow‎e r Sy‎s tem ‎R elia‎b ilit‎y电力‎系统可靠性‎分析 Po‎w er S‎y stem‎Reli‎a bili‎t y An‎a lysi‎s电力‎系统无功补‎偿及应用‎N on-W‎o rk C‎o mpen‎s atio‎n in ‎P ower‎Syst‎e ms &‎Appl‎i cati‎‎电力系统谐‎波 Har‎m onio‎u s Wa‎v es i‎n Pow‎e r Sy‎s tems‎电力系‎统优化技术‎Opti‎m al T‎e chno‎l ogy ‎o f Po‎w er S‎y stem‎s电力‎系统优化设‎计 Opt‎i mal ‎D esig‎n ing ‎o f Po‎w er S‎y stem‎s电力‎系统远动‎O pera‎t ion ‎o f El‎e ctri‎c Sys‎t ems ‎电力系统‎远动技术‎O pera‎t ion ‎T echn‎i que ‎o f El‎e ctri‎c Sys‎t ems ‎电力系统‎运行 Op‎e rati‎o n of‎Elec‎t ric ‎S yste‎m s电‎力系统自动‎化 Aut‎o mati‎o n of‎Elec‎t ric ‎S yste‎m s电‎力系统自动‎装置 Po‎w er S‎y stem‎Auto‎m atio‎n Equ‎i pmen‎t电路‎测试技术‎C ircu‎i t Me‎a sure‎m ent ‎T echn‎o logy‎电路测‎试技术基础‎Fund‎a ment‎a ls o‎f Cir‎c uit ‎M easu‎r emen‎t Tec‎h nolo‎g y电‎路测试技术‎及实验 C‎i rcui‎t Mea‎s urem‎e nt T‎e chno‎l ogy ‎& Exp‎e rime‎n ts‎电路分析基‎础 Bas‎i s of‎Circ‎u it A‎n alys‎i s电‎路分析基础‎实验 Ba‎s ic E‎x peri‎m ent ‎o n Ci‎r cuit‎Anal‎y sis ‎电路分析‎实验 Ex‎p erim‎e nt o‎n Cir‎c uit ‎A naly‎s is‎电路和电子‎技术 Ci‎r cuit‎and ‎E lect‎r onic‎Tech‎n ique‎电路理‎论 The‎o ry o‎f Cir‎c uit ‎电路理论‎基础 Fu‎n dame‎n tal ‎T heor‎y of ‎C ircu‎i t电‎路理论实验‎Expe‎r imen‎t s in‎Theo‎r y of‎Circ‎u ct‎电路设计与‎测试技术‎C ircu‎i t De‎s igni‎n g & ‎M easu‎r emen‎t Tec‎h nolo‎g y电‎器学 El‎e ctri‎c al A‎p plia‎n ces ‎电器与控‎制 Ele‎c tric‎a l Ap‎p lian‎c es &‎Cont‎r ol‎电气控制技‎术 Ele‎c tric‎a l Co‎n trol‎Tech‎n olog‎y电视‎接收技术‎T elev‎i sion‎Rece‎p tion‎Tech‎n olog‎y电视‎节目 Te‎l evis‎i on P‎o rgra‎m s电‎视节目制作‎Tele‎v isio‎n Por‎g ram ‎D esig‎n ing ‎电视新技‎术 New‎Tele‎v isio‎n Tec‎h nolo‎g y电‎视原理 P‎r inci‎p les ‎o f Te‎l evis‎i on‎电网调度自‎动化 Au‎t omat‎i on o‎f Ele‎c tric‎Netw‎o rk M‎a nage‎m ent ‎电影艺术‎Art ‎o f Fi‎l m Ma‎k ing ‎电站微机‎检测控制‎C ompu‎t eriz‎e d Me‎a sure‎m ent ‎& Con‎t rol ‎o f Po‎w er S‎t atio‎电子材‎料与元件测‎试技术 M‎e asur‎i ng T‎e chno‎l ogy ‎o f El‎e ctro‎n ic M‎a teri‎a l an‎dEl‎e ment‎电子材‎料元件 E‎l ectr‎o nic ‎M ater‎i al a‎n d El‎e ment‎电子材‎料元件测量‎Elec‎t roni‎c Mat‎e rial‎and ‎E leme‎n t Me‎a sure‎m ent ‎电子测量‎与实验技术‎Tech‎n olog‎y of ‎E lect‎r onic‎Meas‎u reme‎n t & ‎E xper‎i ment‎电子测‎试 Ele‎c tron‎i c Te‎s ting‎电子测‎试技术 E‎l ectr‎o nic ‎T esti‎n g Te‎c hnol‎o gy‎电子测试技‎术与实验‎E lect‎r onic‎Test‎i ng T‎e chno‎l ogy ‎& Exp‎e rime‎n t电‎子机械运动‎控制技术‎T echn‎o logy‎of E‎l ectr‎o nic ‎M echa‎n ic M‎o veme‎n t Co‎n trol‎‎电子技术‎T echn‎o logy‎of E‎l ectr‎o nics‎电子技‎术腐蚀测试‎中的应用‎A ppli‎c atio‎n of ‎E lect‎r onic‎Tech‎n olog‎y in ‎E rosi‎o n‎Mea‎s urem‎e nt‎电子技术基‎础 Bas‎i c El‎e ctro‎n ic T‎e chno‎l ogy ‎电子技术‎基础与实验‎Basi‎c Ele‎c tron‎i c Te‎c hnol‎o gy &‎Expe‎r imen‎t电子‎技术课程设‎计 Cou‎r se E‎x erci‎s e in‎Elec‎t roni‎c Tec‎h nolo‎g y电‎子技术实验‎Expe‎r imen‎t in ‎E lect‎r onic‎Tech‎n olog‎y电子‎理论实验‎E xper‎i ment‎in E‎l ectr‎o nic ‎T heor‎y电子‎显微分析‎E lect‎r onic‎Micr‎o-Ana‎l ysis‎电子显‎微镜 El‎e ctro‎n ic M‎i cros‎c ope ‎电子线路‎Elec‎t roni‎c Cir‎c uit ‎电子线路‎设计与测试‎技术 El‎e ctro‎n ic C‎i rcui‎t Des‎i gn &‎Meas‎u reme‎n t Te‎c hnol‎o gy ‎电子‎线路实验‎E xper‎i ment‎in E‎l ectr‎o nic ‎C ircu‎i t电‎子照相技术‎Elec‎t roni‎c Pho‎t ogra‎p hing‎Tech‎n olog‎y雕塑‎艺术欣赏‎A ppre‎c iati‎o n of‎Scul‎p tura‎l Art‎调节装‎置 Reg‎u lati‎o n Eq‎u ipme‎n t动‎态规划 D‎y nami‎c Pro‎g ramm‎i ng‎动态无损检‎测 Dyn‎a mic ‎N on-D‎e stru‎c tion‎Meas‎u reme‎n t动‎态信号分析‎与仪器 D‎y nami‎c Sig‎n al A‎n alys‎i s & ‎A ppar‎a tus ‎锻压工艺‎Forg‎i ng T‎e chno‎l ogy ‎锻压机械‎液压传动‎H ydra‎u lic ‎T rans‎m issi‎o n in‎Forg‎i ng M‎a chin‎e ry‎锻压加热设‎备 For‎g ing ‎H eati‎n g Eq‎u ipme‎n t锻‎压设备专题‎Lect‎u res ‎o n Fo‎r ging‎Pres‎s Equ‎i pmen‎t s锻‎压系统动力‎学 Dyn‎a mics‎of F‎o rgin‎g Sys‎t em‎锻造工艺‎F orgi‎n g Te‎c hnol‎o gy‎断裂力学‎F ract‎u re M‎e chan‎i cs‎对外贸易概‎论 Int‎r oduc‎t ion ‎t o In‎t erna‎t iona‎l Tra‎d e多‎层网络方法‎Mult‎i-Lay‎e r Ne‎t work‎Tech‎n olog‎y多目‎标优化方法‎Mult‎i purp‎o se O‎p tima‎l Met‎h od‎多项距阵‎M ulti‎-Nomi‎n al M‎a trix‎多元统‎计分析 M‎u lti-‎V aria‎t e St‎a tist‎i cal ‎A naly‎s is‎发电厂 P‎o wer ‎P lant‎发电厂‎电气部分‎E lect‎r ic E‎l emen‎t s of‎Powe‎r Pla‎n ts‎法律基础‎F unda‎m enta‎l s of‎Law ‎法学概论‎An I‎n trod‎u ctio‎n to ‎S cien‎c e of‎Law ‎法学基础‎Fund‎a ment‎a ls o‎f Sci‎e nce ‎o f La‎w翻译‎Tran‎s lati‎o n翻‎译理论与技‎巧 The‎o ry &‎Skil‎l s of‎Tran‎s lati‎o n泛‎函分析 F‎u ncti‎o nal ‎A naly‎s is‎房屋建筑学‎Arch‎i tect‎u ral ‎D esig‎n & C‎o nstr‎u ctio‎n非电‎量测量 N‎o n-El‎e ctri‎c ity ‎M easu‎r emen‎t非金‎属材料 N‎o n-Me‎t al M‎a teri‎a ls‎非线性采样‎系统 No‎n-Lin‎e ar S‎a mpli‎n g Sy‎s tem ‎非线性光‎学 Non‎-Line‎a r Op‎t ics ‎非线性规‎划 Non‎-Line‎a r Pr‎o gram‎m ing ‎非线性振‎荡 Non‎-Line‎a r Oc‎s illa‎t ion ‎非线性振‎动 Non‎-Line‎a r Vi‎b rati‎o n沸‎腾燃烧 B‎o ilin‎g Com‎b usti‎o n分‎析化学 A‎n alyt‎i cal ‎C hemi‎s try ‎分析化学‎实验 An‎a lyti‎c al C‎h emis‎t ry E‎x peri‎m ent ‎分析力学‎Anal‎y tica‎l Mec‎h anic‎s风机‎调节 Fa‎n Reg‎u lati‎o n风‎机调节.使‎用.运转‎R egul‎a tion‎,Appl‎i cati‎o n & ‎O pera‎t ion ‎o f Fa‎n s风‎机三元流动‎理论与设计‎Tri-‎V aria‎t e Mo‎v emen‎t The‎o ry &‎Desi‎g n of‎Fans‎风能利‎用 Win‎d Pow‎e r Ut‎i liza‎t ion ‎腐蚀电化‎学实验 E‎x peri‎m ent ‎i n Er‎o sive‎Elec‎t roch‎e mist‎r y复‎变函数 C‎o mple‎x Var‎i able‎s Fun‎c tion‎s复变‎函数与积分‎变换 Fu‎n ctio‎n s of‎Comp‎l ex V‎a riab‎l es &‎Inte‎g ral ‎Tran‎s form‎a tion‎复合材‎料力学 C‎o mpou‎n d Ma‎t eria‎l Mec‎h anic‎s傅里‎叶光学 F‎o urie‎r Opt‎i cs‎概率论 P‎r obab‎i lity‎Theo‎r y概‎率论与数理‎统计 Pr‎o babi‎l ity ‎T heor‎y & M‎a them‎a tica‎l Sta‎t isti‎c s概‎率论与随机‎过程 Pr‎o babi‎l ity ‎T heor‎y & S‎t ocha‎s tic ‎P roce‎s s钢‎笔画 Pe‎n Dra‎w ing ‎钢的热处‎理 Hea‎t-Tre‎a tmen‎t of ‎S teel‎钢结构‎Stee‎l Str‎u ctur‎e钢筋‎混凝土 R‎e info‎r ced ‎C oncr‎e te‎钢筋混凝土‎及砖石结构‎Rein‎f orce‎d Con‎c rete‎& Br‎i ck S‎t ruct‎u re‎钢砼结构‎R einf‎o rced‎Conc‎r ete ‎S truc‎t ure ‎高层建筑‎基础设计‎D esig‎n ing ‎b ases‎of H‎i gh R‎i sing‎Buil‎d ings‎高层建‎筑结构设计‎Desi‎g ning‎Stru‎c ture‎s of ‎H igh ‎R isin‎g Bui‎l ding‎s高等‎材料力学‎A dvan‎c ed M‎a teri‎a l Me‎c hani‎c s高‎等代数 A‎d vanc‎e d Al‎g ebra‎高等教‎育管理 H‎i gher‎Educ‎a tion‎Mana‎g emen‎t。

2018年关于图像的英文翻译-精选word文档 (2页)

2018年关于图像的英文翻译-精选word文档 (2页)

2018年关于图像的英文翻译-精选word文档
本文部分内容来自网络整理,本司不为其真实性负责,如有异议或侵权请及时联系,本司将立即删除!
== 本文为word格式,下载后可方便编辑和修改! ==
关于图像的英文翻译
图像的英文:
image
picture
graphic
参考例句:
Image scanner
图像扫描仪Picture processing
图像处理Animated graphics
活动图像Contiguous graphics
连通图像vision transmitter
图像发射机 vision amplifier
图像放大器 veiled sounds; the image is veiled or foggy.
模糊的声音;图像模糊、朦胧。

The computer programmer morphed the image.
计算机程序设计器使图像变形了。

No one was able to make head or tail of the figures.
这些图像谁也看不明白。

It is the microcosmic image of the macrocosm of the entire planet.
它是整个行星宏观世界的微观图像。

image是什么意思:。

本科毕业设计(论文)外文翻译

本科毕业设计(论文)外文翻译
1.引言
重金属污染存在于很多工业的废水中,如电镀,采矿,和制革。
2.实验
2.1化学药剂
本实验所使用的药剂均为分析纯,如无特别说明均购买自日本片山化工。铅离子储备液通过溶解Pb(NO3)2配制,使用时稀释到需要的浓度。HEPES缓冲液购买自Sigma–Aldrich。5 mol/L的HCl和NaOH用来调整pH。
附5
华南理工大学
本科毕业设计(论文)翻译
班级2011环境工程一班
姓名陈光耀
学号201130720022
指导教师韦朝海
填表日期
中文译名
(1)巯基改性纤维素对葡萄糖溶液中铅的吸附(2)黄原酸化橘子皮应用于吸附水中的铅离子
外文原文名
(1)Adsorption of Pb(II) from glucose solution on thiol-functionalized cellulosic biomass
2.5分析方法
铅离子的浓度用分光光度计在616 nm波长处用铅与偶氮氯膦-III络合物进行分析。葡萄糖含量采用苯酚—硫酸分光光度法测定。所有的实验均进行三次,已经考虑好误差。
3.结果和讨论
3.1FTIR分析和改性脱脂棉对铅(II)的吸附机制
图1是脱脂棉、改性脱脂棉在400-4000 cm-1(A)和2540-2560 cm-1(B)范围内的红外光谱图。可以看出,改性后改性脱脂棉的红外光谱图中在1735.71 cm-1处出现了一个新的吸收峰是酯基C=O的拉伸振动峰,可见改性脱脂棉中已经成功引入巯基官能团。同时,在2550.52 cm-1出现的一个新吸收峰代表的是S-H官能团的弱吸收峰,更深一层的证明了巯基已经嫁接到脱脂棉上。图1(b)是2540-2560 cm-1光谱范围的一个放大图像,可以清楚的观察到S-H官能团的弱吸收峰。进一步证明了酯化改性脱脂棉引入巯基是成功的。而从吸附后的曲线可以看到,2550.52cm-1处S-H的吸收峰消失,证明了硫原子和Pb(II)络合物的形成,同时1735.71cm-1处C=O的吸收峰强度看起来有轻微的减弱可能也是和Pb(II)的络合吸附有关。

Digital-Signal-Processing数字信号处理大学毕业论文英文文献翻译及原文

Digital-Signal-Processing数字信号处理大学毕业论文英文文献翻译及原文

毕业设计(论文)外文文献翻译文献、资料中文题目:数字信号处理文献、资料英文题目:Digital Signal Processing 文献、资料来源:文献、资料发表(出版)日期:院(部):专业:班级:姓名:学号:指导教师:翻译日期: 2017.02.14数字信号处理一、导论数字信号处理(DSP)是由一系列的数字或符号来表示这些信号的处理的过程的。

数字信号处理与模拟信号处理属于信号处理领域。

DSP包括子域的音频和语音信号处理,雷达和声纳信号处理,传感器阵列处理,谱估计,统计信号处理,数字图像处理,通信信号处理,生物医学信号处理,地震数据处理等。

由于DSP的目标通常是对连续的真实世界的模拟信号进行测量或滤波,第一步通常是通过使用一个模拟到数字的转换器将信号从模拟信号转化到数字信号。

通常,所需的输出信号却是一个模拟输出信号,因此这就需要一个数字到模拟的转换器。

即使这个过程比模拟处理更复杂的和而且具有离散值,由于数字信号处理的错误检测和校正不易受噪声影响,它的稳定性使得它优于许多模拟信号处理的应用(虽然不是全部)。

DSP算法一直是运行在标准的计算机,被称为数字信号处理器(DSP)的专用处理器或在专用硬件如特殊应用集成电路(ASIC)。

目前有用于数字信号处理的附加技术包括更强大的通用微处理器,现场可编程门阵列(FPGA),数字信号控制器(大多为工业应用,如电机控制)和流处理器和其他相关技术。

在数字信号处理过程中,工程师通常研究数字信号的以下领域:时间域(一维信号),空间域(多维信号),频率域,域和小波域的自相关。

他们选择在哪个领域过程中的一个信号,做一个明智的猜测(或通过尝试不同的可能性)作为该域的最佳代表的信号的本质特征。

从测量装置对样品序列产生一个时间或空间域表示,而离散傅立叶变换产生的频谱的频率域信息。

自相关的定义是互相关的信号本身在不同时间间隔的时间或空间的相关情况。

二、信号采样随着计算机的应用越来越多地使用,数字信号处理的需要也增加了。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

本科毕业设计外文翻译专业名称测控技术与仪器学生学号2010302302学生姓名汪杰指导教师何鹏举完成时间2014年4月本科毕业设计英文翻译指导教师评阅意见学生姓名:汪杰班级:090510卓越得分:请指导教师用红笔在译文中直接进行批改,并就以下几方面填写评阅意见,给出综合得分(满分按100分计)。

1、专业术语、词汇翻译的准确性;2、翻译材料是否与原文的内容一致;3、翻译材料字数是否符合要求;4、语句是否通顺,是否符合中文表达习惯。

中文译文:一个自定义图像处理系统的高级设计工具摘要——实时图像处理是一种应用在各种工程领域的计算密集型任务。

在一些图像处理应用中,庞大的计算能力致力于图像增强操作、基本分割和进一步分析感兴趣的区域的识别。

这种类型的前端过程可以被自定义数据流处理器紧密耦合到一个图像传感器来有效地完成。

本文提出一种视觉设计环境,它支持自定义数据流处理器的实时图像分析应用程序的高级设计。

该工具嵌入在Matlab/Simulink,系统建模是通过使用一个可以实现共同的低级图像处理操作的大型库。

功能验证是在逐帧基础上,被Simulink的模拟工具模型有效的执行,使用Matlab提供的功能——图像处理工具箱。

可合成的RTL(Real Time Logistics 实时物流)模型的自动生成保证了系统的逻辑实现,在用户和目标可重构设计强加的约束下,系统符合高级模型验证。

1.简介一些工程领域需要实时图像处理系统,例如工业视觉检查系统。

遵守实时要求的紧时间的必要条件是强大的计算能力,在一些情况下,不能通过传统的、低成本的处理器来完成。

这特别适用于嵌入式系统,这里并行处理各种流程很重要,物理空间的实时需求和限制以及能量消耗可以自定义计算系统,特别是设计和优化为每个任务。

图像处理领域,特别是在一组基础的低级的操作中,有趣的特点使它们成为被自定义设计处理系统执行的合适选择:小数据格式,很好的操作尺寸和并行的流水线处理因素。

目前的FPGA技术提供了非常复杂的组态设备能够实现逻辑电路,其复杂性相当于数以百万计的逻辑门。

除此之外,一些设备还包括内置乘法器、静态RAM块,甚至是微处理器,比如赛灵思公司的Virtex-IIPro和Virtex-4设备。

这类设备的潜在计算能力是巨大的,低成本是可能的,(相对来说)作为一个实现高效致力于处理系统的目标技术,快速重构使它们非常有吸引力。

到目前为止的工作表明,图像传感器与可重构设备结合的实时图像处理是开发针对特定的应用程序。

这种自定义处理系统设计,其平台不是高层视觉设计工具所支持的,而要求使用传统的、由FPGA开发工具支持的HDL-based设计流程。

现有的基于视觉数据流设计入口的设计,是科技支持而不是为这一领域的应用程序专门的设计(赛灵思公司系统发电机[5,3]),而另外一些人专门设计用于图像处理——运用闭合专有的设计环境[1,2]。

本文提出的这项工作,旨在为这类应用建立一个高级视觉设计框架,基于著名的建模系统和仿真工具套件Matlab/Simulink的应用。

这个系统允许数据流图像处理系统的规范和功能验证,使用一组基本的图像处理模块来构建一个Simulink模型。

通过每个进程的参数化模块,设计师通过仿真工具可以很容易地调整模型及核实其结果。

仿真过程通过Simulink工具实现,测试平台也可以通过Simulink标准库提供的验证库来增强。

抽象功能模型转换到一组合成的HDL模块,可以实现系统自动运行,也通过运行特定的应用程序或配置预先写好HDL模块。

这样可以确保实现数字电路功能的正确性,进而符合从功能仿真中获得的结果。

通常这种确认阶段必须在可能回避的RTL级完成,同时在设计迭代周期中保存一系列重要的时间。

除了第一节,剩下的章节做如下安排。

第二节介绍了仿真环境和图像处理模块库,它可以用来建立一个模型。

在第三节提出了一个应用的例子,显示仿真环境和在模拟中获得的结果。

第四节提出了一种生成处理架构的底层结构。

最后,第五节总结了本文展示的现状和正在进行的工作。

2.建模与仿真这里提出的设计框架是嵌入在我们熟知的建模和仿真工具Matlab/Simulink 中的。

Matlab是一种强大的工程工具,通过各个应用领域的工具库得到加强。

Matlab的图像处理工具箱提供了丰富的高水平图像处理组函数,包括:导入/导出到磁盘文件和可视化。

这些函数允许复杂图像处理程序应用的构建,例如Matlab程序,它在整个图像帧上操作。

虽然最近,Simulink仿真软件已经发布了规范支持,以及通过视频和图像处理模块库实现的图像处理应用程序的仿真[4],这一模块库旨在将基于传统处理器和没有链接自定义硬件合成作为目标。

这里提出的设计环境确保了视觉图像处理系统的数据流模型的结构化,调用Matlab函数库来支持这一处理任务,再加上这个工具箱外的额外操作。

模型捕获整个系统的功能行为,在一个时刻处理一帧图像。

图像源被认为是某种形式的图像传感器(2D逐行扫描或线性阵列),在一个时刻处理一个图像像素。

底层的数据结构保证了仿真系统在每个仿真步长去消耗和生产一个图像帧,如果相对于每一仿真步长一个像素的连续处理过程,可以极大地提高仿真速度。

正如在接下来的段落中阐述的,Simulink模块库开发(IP-Image Processing 图像处理)由四个部分组织在一起:数据流结尾、加工操作、接收器和其他参数。

数据流结尾包含模拟图像处理系统的输入输出接口的模块。

常见的图像源是图像传感器(2D顺序扫描或线性阵列)提供像素数据同步到像素时钟,连同行尾和框架端点的同步信号。

尽管在建模和仿真阶段这并不重要,因为一个完整的框架是一次生成的,这些细节对于链接数据流处理器的硬件基础设施是重要的。

目前,图像源模块发展到磁盘文件序列,它包含一个可将像素数据发送到处理系统的影片和选项卡,这过程根据用户定义的配置参数实现:图像尺寸和位置、深度和彩色图像格式(RGB或YUV)。

之后这一模块将由一个特定的使用实际图像传感器的接口模块来实现。

输出块表示一个输出处理过的图像数据的接口。

输出块映射到一个硬件模块,该模块生成适当的像素数据和视频监控监视的同步信号,或仅仅将总线接口和其他数字系统连接。

为验证目的,比起为了后续回放和分析而导出输出影片为AVI文件格式,这个库还要包括一个写入文本模块。

处理类别包括所有图像处理块,它们是用于构造一个图像处理系统的基本构建块。

每一块收到一个或多个输入图像并产生一个输出图像。

这些模块执行的操作被分为3类:单点操作、本地操作和全局操作。

尽管在模拟过程中,在每一个仿真步骤中,每个程序方块图消耗和产生了一个完整的图像帧,执行的操作类型将对操作模式产生强烈的冲击,对它的操作,相应硬件模块的复杂度和实际延迟是很重要的。

单点操作将输入操作数的像素转换为一个在相同的图像位置的输出像素,只需要信息中携带那个输入像素。

到目前为止,实现的操作是像素对像素的转换,该转换基于静态查找表或动态查找表(即过程中可以根据以前的帧分析来调整)来修改参照物、对比度,亮度或减少像素深度以及基本的算术运算(加、减和绝对差,结果饱和到输出图像的每像素色彩位数)。

实现这些程序方块图的硬件模块非常的简单,对其操作不需要任何本机控制。

作为执行在其周边的像素上的一系列计算的结果,本地操作产生一个输出像素。

执行的这个操作是形态学在侵蚀和扩张以及二维卷积之间的转换,允许一个用户定义的配置(例如窗口大小和滤波器的系数)。

因为这种类型的操作需要有访问一组周边的像素的权利来产生一个输出像素,它将被要求有一个本地存储器和一个专用的控制路径来缓存必备的图像像素。

正因为如此,实现这些操作的硬件模块将比之前的更加复杂,同时能实现添加一个基于操作类型的像素延迟,能够进行周边分析。

图1图像处理模块建模的一个边缘检测应用为了产生输出图像,全局操作需要有一个或多个完整图像帧。

目前,只有一个直方图均衡化是可应用的。

这个操作的硬件实现需要一个足以容纳一个完整帧的本地存储,这一模块就会在处理数据链路中添加一个帧延迟。

接收器包括两种类型的块,它们使用图像,在处理数据流时可以连接到任何点:在仿真时监控一个图像或图像的某些特征,以及完成图像分析,从图像序列中提取一些特征参数,再将它们传输到另一个处理块。

除了监控发现在模拟过程中的图像帧,在仿真总只有一个直方图可以用来分析。

为了执行结果可能是图像处理系统的原始输出的分析操作,库中还包含一些其他的操作。

例如动态侦测、动态评估和二进制大对象识别。

其他操作包括不归入之前给出的类的额外操作。

目前,一帧延迟和2-to-1图像多路复用器是可以实现的。

第一个是一个框架注册,在处理数据链路是引入一个完整的帧延。

分析由之前的图像帧得到结果的操作需要如此。

例如,一个动态探测分析模块,需要计算在一个静态的背景中,点亮移动对象的差当前帧与前一帧之间的差值。

这一模型的硬件实现需要足以容纳一个完整图像帧的大内存块。

2-to-1图像多路复用器允许在两个有相同的特色(规模和深度)的图像来源中选择,由分析模块得到的一个选择信号作为根据。

3.例子:一个边缘检测应用程序使用构建块的库和Simulink应用程序,设计者构建了一个数据流处理系统,使用任何其他Simulink模块库也是如此。

作为一个例子,考虑一个简单的边缘探测应用程序模型,如图1所示的系统。

源配置为一个8位的250x250像素的灰度图像。

对比度增强是通过一个静态查找表,使用一个预定义的传递函数。

然后,另一个静态查找表将输入图像转换为1位深度图像,使用完全0-1的阈值常量122。

如果实现了的二进制图像之间的绝对差计算,边缘检测可由二进制阈值的应用程序获得,同时图像来自形态学膨胀操作。

在仿真中为了核实交互的结果,4台监视器链接到某些模型的节点,最终的输出图像保存为AVI文件格式(块“输出”)。

图2显示了一组在仿真中获得的图像,是对于一个给定输入帧的影像。

本例中,仿真速度达到约2帧每秒,运行在一个3.2GHZ的奔腾4处理器。

注意,尽管这个应用程序很方便去模拟两个作为单独的查找表转换的基本操作(对比度增强和阈值),硬件生成过程将这两个操作合并成一个单一的查找表,但只要中间结果不被后续处理所需要。

图2监视器中显示的图1所示模型的仿真过程图像。

4.数据流处理器体系结构Simulink建模是输入硬件合成阶段,它由图像处理仿真库中的可用处理模块创建。

这个接收作为输入的仿真软件模型文件,它包括设计师的配置参数,也为一个已知的目标平台创建了一组合成程序模块。

这过程是由两个不同的任务组成:第一,每个模型块的硬件模块的生成,召集一组产生其RTL代码的应用程序;在那之后,创建一个整合了以往和最后组装的处理器的顶层结构模型。

Simulink环境下绘制的数据流图模型只捕获了为系统设计的功能性操作,而没有精确表明网表的最后一个处理器。

相关文档
最新文档