![](https://static.zsdocx.com/FlexPaper/FileRoot/2019-6/5/11/9ddeb5f3-137a-41c0-b1ea-214b7f03ea47/9ddeb5f3-137a-41c0-b1ea-214b7f03ea47pic.jpg)
![數(shù)據(jù)庫畢業(yè)設(shè)計外文文獻及翻譯_第1頁](https://static.zsdocx.com/FlexPaper/FileRoot/2019-6/5/11/9ddeb5f3-137a-41c0-b1ea-214b7f03ea47/9ddeb5f3-137a-41c0-b1ea-214b7f03ea471.gif)
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、<p><b> 外文文獻原稿和譯文</b></p><p><b> 原 稿</b></p><p><b> DATABASE</b></p><p> A database may be defined as a collection interrelated data st
2、ore together with as little redundancy as possible to serve one or more applications in an optimal fashion .the data are stored so that they are independent of programs which use the data .A common and controlled approac
3、h is used in adding new data and in modifying and retrieving existing data within the data base .One system is said to contain a collection of database if they are entirely separate in structure .</p><p> A
4、 database may be designed for batch processing , real-time processing ,or in-line processing .A data base system involves application program, DBMS, and database. </p><p> THE INTRODUCTION TO DATABASE MANAG
5、EMENT SYSTEMS</p><p> The term database is often to describe a collection of related files that is organized into an integrated structure that provides different people varied access to the same data. In ma
6、ny cases this resource is located in different files in different departments throughout the organization, often known only to the individuals who work with their specific portion of the total information. In these cases
7、, the potential value of the information goes unrealized because a person in other departments w</p><p> A database is a collection of related data. By data, we mean known facts that can be recorded and tha
8、t have implicit meaning. For example, the names, telephone numbers, and addresses of all the people you know. You may have recorded this data in an indexed address book, or you may have stored it on a diskette using a pe
9、rsonal computer and software such as DBASE Ⅲ or Lotus 1-2-3. This is a collection of related data with an implicit meaning and hence is a database.</p><p> The above definition of database is quite general.
10、 For example, we may consider the collection of words that made up this page of text to be usually more restricted. A database has the following implicit properties:</p><p> A database is a logically cohere
11、nt collection of data with some inherent meaning. A random assortment of data cannot be referred to as a database.</p><p> A database is designed, built, and populated with data for a specific purpose. It h
12、as an intended group of user and some preconceived applications in which these users are interested.</p><p> A database represents some aspect of the real world, sometimes called the miniworld. Changes to t
13、he miniworld are reflected in the database.</p><p> In other words, a database has some source from which data are derived, some degree of interaction with events in the real world, and an audience that is
14、actively interested in the contents of the database.</p><p> A database management system (DBMS) is composed of three major parts: (1) a storage subsystem that stores and retrieves data in files; (2)a model
15、ing and manipulation subsystem that provides the means with which to organize the data and to add, delete, maintain, and update the data; and (3) an interface between the DBMS and its users. Several major trends are emer
16、ging that enhance the value and usefulness of database management systems.</p><p> Managers who require more up-to-date information to make effective decisions.</p><p> Customers who demand in
17、creasingly sophisticated information services and more current information about the status of their orders, invoices, and accounts.</p><p> Users who find that they can develop custom applications with dat
18、abase systems in a fraction of the time it takes to use traditional programming languages.</p><p> Organizations that discover information has a strategic value; they utilize their database systems to gain
19、an edge over their competitors.</p><p> A DBMS can organize, process, and present selected data elements from the database. This capability enables decision makers to search, probe, and query data base cont
20、ents in order to extract answers to nonrecurring and unplanned questions that aren’t available in regular reports. These questions might initially be vague and/or poorly defined, but people can “browse” through the datab
21、ase until they have the needed information. In short, the DBMS will “mange” the stored data items and assemble the</p><p> DATABASE QUERY </p><p> If the DBMS provides a way to interactively e
22、nter and update the database ,as well as interrogate it ,this capability allows for managing personal database. However, it does not automatically leave an audit trail of actions and does not provide the kinds of control
23、s necessary in a multi-user organization .There controls are only available when a set of application programs is customized for each data entry and updating function.</p><p> Software for personal computer
24、s that perform some of the DBMS functions has been very popular .Individuals for personal information storage and processing intended personal computers for us .Small enterprises, professionals like doctors, architects,
25、engineers, lawyers and so on have also used these machines extensively. By the nature of intended usage ,database system on there machines are except from several of the requirements of full-fledged database systems. Sin
26、ce data sharing is not intende</p><p> DBMS STRUCTURING TECHNIQUES </p><p> Spatial data management has been an active area of research in the database field for two decades ,with much of the
27、research being focused on developing data structures for storing and indexing spatial data .however, no commercial database system provides facilities for directly de fining and storing spatial data ,and formulating quer
28、ies based on research conditions on spatial data.</p><p> There are two components to data management: history data management and version management .Both have been the subjects of research for over a deca
29、de. The troublesome aspect of temporal data management is that the boundary between applications and database systems has not been clearly drawn. Specifically, it is not clear how much of the typical semantics and facil
30、ities of temporal data management can and should be directly incorporated in a database system, and how much should be left to appli</p><p> The focus of research into history data management has been on de
31、fining the semantics of time and time interval, and issues related to understanding the semantics of queries and updates against history data stored in an attribute of a record. Typically, in the context of relational da
32、tabases ,a temporal attribute is defined to hold a sequence of history data for the attribute. A history data consists of a data item and a time interval for which the data item is valid. A query may then be issued</
33、p><p> In the absence of a support for temporal attributes, application developers who need to model and history data have simply simulated temporal attributes by creating attribute for the time interval ,alon
34、g with the “temporal” attribute. This of course may result in duplication of records in a table, and more complicated search predicates in queries. The one necessary topic of research in history data management is to qua
35、ntitatively establish the performance (and even productivity) differences betw</p><p> Data security, integrity, and independence</p><p> Data security prevents unauthorized users from viewing
36、 or updating the database. Using passwords, users are allowed access to the entire database of the database, called subschemas. For example, an employee database can contain all the data about an individual employee, but
37、 one group of users may be authorized to view only payroll data, while others are allowed access to only work history and medical data.</p><p> Data integrity refers to the accuracy, correctness, or validit
38、y of the data in the database. In a database system, data integrity means safeguarding the data against invalid alteration or destruction. In large on-line database system, data integrity becomes a more severe problem an
39、d two additional complications arise. The first has to do with many users accessing the database concurrently. For example, if thousands of travel agents book the same seat on the same flight, the first agent’s booking&l
40、t;/p><p> The second complication relates to hardware, software or human error during the course of processing and involves database transaction which is a group of database modifications treated as a single u
41、nit. For example, an agent booking an airline reservation involves several database updates (i.e., adding the passenger’s name and address and updating the seats-available field), which comprise a single transaction. The
42、 database transaction is not considered to be completed until all updates have be</p><p> An important point about database systems is that the database should exist independently of any of the specific app
43、lications. Traditional data processing applications are data dependent.</p><p> When a DMBS is used, the detailed knowledge of the physical organization of the data does not have to be built into every appl
44、ication program. The application program asks the DBMS for data by field name, for example, a coded representation of “give me customer name and balance due” would be sent to the DBMS. Without a DBMS the programmer must
45、reserve space for the full structure of the record in the program. Any change in data structure requires changes in all the applications programs.</p><p> Data Base Management System (DBMS)</p><p
46、> The system software package that handles the difficult tasks associated with creating ,accessing and maintaining data base records is called a data base management system (DBMS). A DBMS will usually be handing mult
47、iple data calls concurrently.It must organize its system buffers so that different data operations can be in process together .It provides a data definition language to specify the conceptual schema and most likely ,some
48、 of the details regarding the implementation of the conceptual sch</p><p> List structures.</p><p> Relational structures.</p><p> Hierarchical (tree) structures.</p><
49、p> Network structures.</p><p> Management Information System(MIS) </p><p> An MIS can be defined as a network of computer-based data processing procedures developed in an organization and
50、integrated as necessary with manual and other procedures for the purpose of providing timely and effective information to support decision making and other necessary management functions.</p><p> One of the
51、 most difficult tasks of the MIS designer is to develop the information flow needed to support decision making .Generally speaking ,much of the information needed by managers who occupy different levels and who have diff
52、erent levels and have different responsibilities is obtained from a collection of exiting information system (or subsystems)</p><p> Structure Query Language (SQL)</p><p> SQL is a data base p
53、rocessing language endorsed by the American National Standards Institute. It is rapidly becoming the standard query language for accessing data on relational databases .With its simple ,powerful syntax ,SQL represents a
54、great progress in database access for all levels of management and computing professionals.</p><p> SQL falls into two forms : interactive SQL and embedded SQL. Embedded SQL usage is near to traditional pro
55、gramming in third generation languages .It is the interactive use of SQL that makes it most applicable for the rapid answering of ad hoc queries .With an interactive SQL query you just type in a few lines of SQL and you
56、get the database response immediately on the screen.</p><p><b> 譯 文</b></p><p><b> 數(shù)據(jù)庫</b></p><p> 數(shù)據(jù)庫可以被定義為一個相互聯(lián)系的數(shù)據(jù)庫存儲的集合。這個集合有很少的冗余,盡可能的為一個或多個疑難公用程序在最
57、理想的方式下服務(wù)。數(shù)據(jù)存書的目的是使他們用數(shù)據(jù)程序獨立,一種通用且受控制的方法用于數(shù)據(jù)庫內(nèi)增加新數(shù)據(jù)、修復(fù)和恢復(fù)已存在的數(shù)據(jù)。如果一個系統(tǒng)在結(jié)構(gòu)上完全分離,則它們被稱為包含一個數(shù)據(jù)庫集合。</p><p> 一個數(shù)據(jù)庫可以設(shè)計為批處理、實時處理或聯(lián)機處理,一個數(shù)據(jù)庫系統(tǒng)包括應(yīng)用程序、數(shù)據(jù)庫管理系統(tǒng)和數(shù)據(jù)庫。</p><p><b> 數(shù)據(jù)庫管理系統(tǒng)簡介</b>&l
58、t;/p><p> 數(shù)據(jù)庫這個詞經(jīng)常用來描述相關(guān)文件的集合,這些文件被編成一個完整的復(fù)雜結(jié)構(gòu),這個結(jié)構(gòu)對于相同的數(shù)據(jù)為不同的人提供不同的渠道。在許多情況下,這些資源被放在機構(gòu)的不同部門的不同文件中,通常只為那些與特定信息打交道的人所知。在這些情況下,信息的潛在價值沒有實現(xiàn),因為其他部門需要它的人卻不知道這些信息,或者不能有效地訪問這些信息。為了管理制鞋信息資源,并提供及時高效的訪問,許多公司建立書記庫。</p
59、><p> 數(shù)據(jù)庫是相關(guān)數(shù)據(jù)的集合。數(shù)據(jù),是指已知的可以被記錄并且有固定意義的事實。例如,所有你知道的人的名字、電話號碼和地址,可以在一個索引地址簿中記錄,或者可以用個人衛(wèi)星計算機及諸如dBASE Ⅲ 或Lotus 1-2-3這樣的軟件把它們記錄在軟盤上。這是一個相關(guān)并且具有內(nèi)在意義的集合,因而它是一個數(shù)據(jù)庫。</p><p> 上面的數(shù)據(jù)庫的定義是相當(dāng)一般性的。例如,我們可以認為組成這頁
60、文字的詞的集合是相關(guān)數(shù)據(jù),因而稱之為數(shù)據(jù)庫。然而,作為通用的數(shù)據(jù)庫術(shù)語常常是有一些限制的,數(shù)據(jù)庫有下列內(nèi)在的性質(zhì):</p><p> 數(shù)據(jù)庫是在邏輯上緊密相關(guān)的并且有某種內(nèi)在意義的集合,隨機的數(shù)據(jù)組合不能稱為數(shù)據(jù)庫;</p><p> 數(shù)據(jù)庫是為某種特定目的而設(shè)計、建議和聚集的數(shù)據(jù),它有一些預(yù)期的用戶和這些用戶感興趣的某些預(yù)想的應(yīng)用;</p><p> 數(shù)據(jù)庫
61、表示實際世界某一方面,有時也叫做“微型世界”,對微型世界的改變反映在數(shù)據(jù)庫中。</p><p> 換言之,數(shù)據(jù)庫有某種“源”,有與真實世界的一些事件在某種程度上的交互,有對數(shù)據(jù)庫的內(nèi)容非常關(guān)注的使用者。</p><p> 數(shù)據(jù)庫管理系統(tǒng)(DBMS)由3個主要部分組成:(1)存儲子系統(tǒng),用來存儲和檢索文件中的數(shù)據(jù);(2)建模和操作子系統(tǒng),提供組織數(shù)據(jù)以及添加、刪除、維護、更新數(shù)據(jù)的方法;
62、(3)用戶和DBMS之間的接口。在提高數(shù)據(jù)庫管理系統(tǒng)的價值和有效性方面正在展現(xiàn)以下一些重要發(fā)展趨勢:</p><p> 管理人員需要最新的信息發(fā)作出有效的決策;</p><p> 客戶需要越來越復(fù)雜的信息服務(wù)以及更多的有關(guān)其訂單、發(fā)票和賬號的當(dāng)前信息;</p><p> 用戶發(fā)現(xiàn)他們可以使用傳統(tǒng)的程序設(shè)計語言在很短的一從段時間內(nèi)用數(shù)據(jù)庫系統(tǒng)開發(fā)客戶應(yīng)用程序;&
63、lt;/p><p> 商業(yè)公司發(fā)現(xiàn)了信息的戰(zhàn)略價值,他們利用數(shù)據(jù)庫系統(tǒng)領(lǐng)先于競爭對手。</p><p> 數(shù)據(jù)庫管理信息系統(tǒng)可組織、處理和顯示從數(shù)據(jù)庫中選擇的數(shù)據(jù)元素。這種能力使決策者可以搜索、探測和查詢數(shù)據(jù)庫的內(nèi)容,從而對在正式報告中沒有的、有再出現(xiàn)的且無計劃的問題作出回答。這些問題最初可能是模糊的或者還是定義不清的,但是人們可以瀏覽數(shù)據(jù)庫獲得所需要的信息。簡言之,DBMS將“管理”存儲
64、的數(shù)據(jù)項,并從公共數(shù)據(jù)庫中匯集所需要的數(shù)據(jù)項來回答那些非程序員的詢問。在面向文件的系統(tǒng)中,需要特定信息的用戶可以將他們的要求傳送給那些程序員,該程序員在時間允許時,將編寫一個或多個程序以提取數(shù)據(jù)和準備信息。但是,使用DBMS可以為用戶提供一種更快的、可由用戶選擇的通信方式。</p><p><b> 數(shù)據(jù)庫查詢</b></p><p> 如果數(shù)據(jù)庫管理信息系統(tǒng)提供
65、一種進入和修改數(shù)據(jù)庫,以及查詢數(shù)據(jù)庫的交互方法,這種方法就是為管理個人數(shù)據(jù)庫蟹黃早了條件。但是,它不能自動進行跟蹤查詢,也不能在多用戶組織中提供那種必要的控制。只有當(dāng)一組程序為每一個數(shù)據(jù)進入和更新功能定制客戶規(guī)格是,才有可能得到這些控制。</p><p> 當(dāng)前,執(zhí)行數(shù)據(jù)庫管理系統(tǒng)某些功能的個人計算機軟件一直都很流行。個人計算機是用來進行個人信息存儲和處理的。這些機器也廣泛的被一些小企業(yè)、職業(yè)家如醫(yī)生、建筑師、
66、工程師、律師等所用。從使用意圖的性質(zhì)看,這些機器上的數(shù)據(jù)庫系統(tǒng)中沒有正式數(shù)據(jù)庫的一些要求。由于不需要數(shù)據(jù)共享,也不需要同時操作,軟件也就不那么復(fù)雜。安全和整體維護也不那么重要,甚至沒有。隨著數(shù)據(jù)容量變小,性能效率也不那么重要。事實上,數(shù)據(jù)庫系統(tǒng)唯一重要的方向是數(shù)據(jù)獨立性。正如以前所述,數(shù)據(jù)獨立性是指在輔助存儲器上,應(yīng)用程序和用戶詢問不必了解數(shù)據(jù)的物理組織。這個方面的重要性,尤其對個人計算機用戶來說,大大簡化了數(shù)據(jù)庫的使用。用戶能夠高層次
67、的存儲、訪問和操縱數(shù)據(jù)庫,并且能夠完全不受數(shù)據(jù)庫組織低層次細節(jié)的影響。</p><p><b> DBMS 結(jié)構(gòu)技術(shù)</b></p><p> 二十年來空間數(shù)據(jù)管理一直是數(shù)據(jù)庫研究的活躍區(qū),研究的焦點集中在發(fā)展存儲和索引空間數(shù)據(jù)的數(shù)據(jù)結(jié)構(gòu)上。但是,還沒有商業(yè)數(shù)據(jù)庫系統(tǒng)產(chǎn)品可用來直接確定和存儲空間數(shù)據(jù)以及基于空間數(shù)據(jù)的研究條件的公式化查詢。</p>&
68、lt;p> 時間數(shù)據(jù)管理有兩個組成部分:歷史數(shù)據(jù)管理和版本管理。這兩種管理十多年來一直是研究的對象。時間數(shù)據(jù)管理方面的麻煩是:應(yīng)用和數(shù)據(jù)庫系統(tǒng)之間的界限還沒有劃清楚,特別是時間數(shù)據(jù)管理的典型語義和設(shè)備由多少能夠且應(yīng)該直接合并在數(shù)據(jù)庫系統(tǒng)中,有多少應(yīng)該留給應(yīng)用和用戶,還不十分清楚。本章將提供一個研究問題的目錄,應(yīng)該檢查目錄以說明這一基本問題。]</p><p> 研究歷史數(shù)據(jù)庫的焦點是確定時間和時間間隔的
69、語義,并且了解查詢和更改存儲在記錄中的歷史數(shù)據(jù)的語義問題。典型的說,在關(guān)系數(shù)據(jù)庫中,時間屬性被確定為持有一定順序的具有屬性的歷史數(shù)據(jù),一個歷史數(shù)據(jù)是由數(shù)據(jù)項目和對數(shù)據(jù)項目的有效的時間間隔組成。在給定的時間間隔,就會產(chǎn)生一次查詢,即為該特定時間間隔而檢索歷史數(shù)據(jù)。支持時間屬性的作用相似于支持數(shù)據(jù)庫系統(tǒng)中的定值屬性,例如像UniSQL 那樣。</p><p> 在時間屬性沒有被支持的情況下,需要模擬和管理歷史數(shù)據(jù),
70、應(yīng)用程序開發(fā)者通過為時間間隔及時間屬性創(chuàng)造屬性而簡單的模擬屬性。這當(dāng)然可能會在表格中導(dǎo)致記錄的復(fù)制及查詢更加復(fù)雜的搜索依據(jù)。在有關(guān)歷史研究的數(shù)據(jù)管理中,一個必要的研究課題是定量的分析使用直接支持時間屬性的數(shù)據(jù)庫系統(tǒng)合使用不支持時間屬性的常見數(shù)據(jù)庫系統(tǒng)之間的性能(甚至效率)差別數(shù)據(jù)。</p><p> 數(shù)據(jù)的安全性、完整性和獨立性</p><p> 數(shù)據(jù)安全是要防止未經(jīng)批準的用戶瀏覽和修
71、改數(shù)據(jù)庫。只有使用密碼,用戶才被允許訪問數(shù)據(jù)庫或數(shù)據(jù)庫子集。例如,一個雇員阿湖據(jù)庫包含關(guān)于雇員個人的全部數(shù)據(jù),但是只允許一組用戶查看一個工資單數(shù)據(jù),而其他用戶只允許查看歷史和醫(yī)療方面的數(shù)據(jù)。</p><p> 數(shù)據(jù)完整性指數(shù)據(jù)庫中數(shù)據(jù)的精確度、正確性或合法性。在數(shù)據(jù)庫系統(tǒng)中,數(shù)據(jù)的完整性意味著保護數(shù)據(jù)不被非法修改或破壞。在大型聯(lián)機數(shù)據(jù)庫系統(tǒng)中,數(shù)據(jù)的完整性更為重要,并且還存在另外兩個復(fù)雜的問題:一是不得不考慮多
72、個用戶同時訪問數(shù)據(jù)庫,例如,如果上千個旅行社代理預(yù)約了同一航班,統(tǒng)一座位的機票,這樣的話第一個代理人的預(yù)定將丟失,在這種情況下,采用封鎖記錄或字段的技術(shù)就可以保護用戶正在修改的記錄不被其他用戶訪問。</p><p> 第二個問題與硬件、軟件或處理過程中人為錯誤有關(guān),它包含是數(shù)據(jù)庫始終保持完整性的數(shù)據(jù)庫事務(wù)。數(shù)據(jù)庫事務(wù)是一組視作整體的數(shù)據(jù)庫修改工作,如一個旅行社代理人預(yù)定一個航班,預(yù)約就包括幾個數(shù)據(jù)庫的修改(即增
73、加乘客的姓名和地址,并修改可用作為字段)這些修改組成了一個事務(wù)。只有當(dāng)所有修改執(zhí)行完畢后,才認為該數(shù)據(jù)庫事務(wù)完成,否則不允許再進行其他任何修改。</p><p> 數(shù)據(jù)庫系統(tǒng)指公關(guān)重要的一點是數(shù)據(jù)庫應(yīng)獨立于任何一個具體的應(yīng)用。傳統(tǒng)的數(shù)據(jù)庫處理應(yīng)用是數(shù)據(jù)相關(guān)的。</p><p> 當(dāng)一個數(shù)據(jù)庫管理系統(tǒng)被使用時,有關(guān)數(shù)據(jù)管理組織的詳細情況不必建立在每一個應(yīng)用程序中。應(yīng)用程序通過字段名向數(shù)據(jù)
74、庫管理系統(tǒng)查詢數(shù)據(jù)。例如,一個代碼表示的“將客戶名稱和應(yīng)付余額給我”的語句會被送進數(shù)據(jù)庫管理系統(tǒng)中。如果沒有數(shù)據(jù)管理信息系統(tǒng),程序員必須給程序中記錄的全部結(jié)構(gòu)留下空間。數(shù)據(jù)結(jié)構(gòu)的任何變化要求所有的應(yīng)用程序作相應(yīng)的變化。</p><p> 數(shù)據(jù)庫管理系統(tǒng)(DBMS)</p><p> 處理與創(chuàng)建、訪問及維護數(shù)據(jù)庫激勵有關(guān)的復(fù)雜任務(wù)的系統(tǒng)軟件包叫做數(shù)據(jù)庫管理系統(tǒng)(DBMS)。一個數(shù)據(jù)庫管理
75、系統(tǒng)通常是用于處理多個數(shù)據(jù)調(diào)用,它必須組織系統(tǒng)緩沖以使不同的數(shù)據(jù)庫操作能夠一起處理,他提供一種數(shù)據(jù)定義語言以制定概念模式,很可能還包括用物理模式實現(xiàn)概念模式的一些細節(jié)。數(shù)據(jù)定義語言是一種高級語言,能夠借用數(shù)據(jù)模型描述概念模型。</p><p> 目前,數(shù)據(jù)庫管理系統(tǒng)有4種主要的基本結(jié)構(gòu),它們是:</p><p><b> 表結(jié)構(gòu)。</b></p>&
76、lt;p><b> 關(guān)系結(jié)構(gòu)。</b></p><p> 層次結(jié)構(gòu)(樹結(jié)構(gòu)。網(wǎng)絡(luò)結(jié)構(gòu)。)</p><p> 管理信息系統(tǒng)(MIS)</p><p> 一個MIS可定義為一個基于計算機的數(shù)據(jù)處理過程的網(wǎng)絡(luò)系統(tǒng),一個機構(gòu)為了支持決策及其他必須的管理功能,以便提供及時有效的信息,開發(fā)了這一系統(tǒng);若需要,手工操作與其過程也在該系統(tǒng)中結(jié)合在
77、一起了。MIS設(shè)計者的一個難題是分析支持決策所需的信息流。一般而言,不同的管理者和各種職責(zé)的管理者所需的信息大多來自現(xiàn)有的信息系統(tǒng)(或子系統(tǒng))集。</p><p> SQL是美國國家標準學(xué)會認可的數(shù)據(jù)處理語言。它正迅速成為在相關(guān)數(shù)據(jù)庫中存取數(shù)據(jù)的標準詢問語言。由于其簡潔有力的語法功能,SQL的產(chǎn)生是各管理層及計算行業(yè)在數(shù)據(jù)庫中存取數(shù)據(jù)的一次飛躍。</p><p> SQL有兩種形式:交
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 數(shù)據(jù)庫外文文獻翻譯
- 數(shù)據(jù)庫畢業(yè)設(shè)計外文翻譯
- 數(shù)據(jù)庫外文文獻翻譯2篇
- 數(shù)據(jù)庫畢業(yè)設(shè)計---外文翻譯
- 數(shù)據(jù)庫相關(guān)畢業(yè)設(shè)計外文翻譯
- 數(shù)據(jù)庫畢業(yè)設(shè)計外文翻譯5
- 數(shù)據(jù)庫畢業(yè)設(shè)計外文翻譯--數(shù)據(jù)庫管理系統(tǒng)的介紹
- 數(shù)據(jù)庫畢業(yè)設(shè)計外文翻譯--數(shù)據(jù)庫的空間組織
- 外文文獻翻譯--數(shù)據(jù)庫管理系統(tǒng)的介紹
- 數(shù)據(jù)庫畢業(yè)設(shè)計外文翻譯--圖像系統(tǒng)簡介
- 數(shù)據(jù)庫畢業(yè)設(shè)計外文翻譯--正確選擇數(shù)據(jù)采集系統(tǒng)
- 外文文獻及翻譯---信息系統(tǒng)開發(fā)和數(shù)據(jù)庫開發(fā)
- 外文文獻及翻譯:信息系統(tǒng)開發(fā)和數(shù)據(jù)庫開發(fā)
- java畢業(yè)設(shè)計外文文獻翻譯
- 畢業(yè)設(shè)計外文文獻翻譯.doc
- [機械模具數(shù)控自動化專業(yè)畢業(yè)設(shè)計外文文獻及翻譯]【期刊】提取顏色特征和動態(tài)匹配的圖像數(shù)據(jù)庫檢索-外文文獻
- 計算機專業(yè)畢業(yè)設(shè)計外文翻譯--數(shù)據(jù)庫
- 數(shù)據(jù)庫設(shè)計外文翻譯
- 軟件數(shù)據(jù)庫的面向?qū)ο蟮囊暯峭馕奈墨I翻譯
- 數(shù)據(jù)庫設(shè)計外文翻譯
評論
0/150
提交評論