Ngày tải lên: 07/08/2014, 08:20
A methodology for validation of integrated systems models with an application to coastal-zone management in south-west sulawesi
... river basin management and/or ecosystem-based river basin management (Nakamura, 2003). Embedded in these approaches are the concepts of participatory management and adaptive management (Miser and ... actions. 1.2.3. Integrated management and policy analysis Integrated management Rapid changes of objectives and methodological approaches towards the management of natural resources and ... policy analysis. Chapter1 22 Policy analysis and rapid assessment models According to Miser and Quade (1985), systems analysis is interchangeably termed as policy analysis in the US and operational...
Ngày tải lên: 06/11/2012, 10:35
Phân tích các yếu tố ảnh hưởng đến động lực làm việc của nhân viên công ty cổ phần du lịch an giang
... Lịch An Giang theo Quyết định số 366/QĐ-UB-TC ngày 22/03/2001 c a Chủ tịch Ủy Ban Nhân Dân tỉnh An Giang. Theo xu hướng cổ phần hoá doanh nghiệp nhà nước, Ủy Ban Nhân Dân tỉnh An Giang đã ra Quyết ... Tên tiếng Việt: Công Ty Cổ Phần Du Lịch An Giang. - Tên tiếng Anh: An Giang Tourimex Joint Stock Company. - Tên viết tắt: An Giang Tourimex. - Biểu tượng c a công ty: - Trụ sở chính: Số 17, đường ... Xuyên, An Giang. - Chi nhánh tại thành phố Hồ Chí Minh số 39 5A Tạ Quang Bửu, phường 5, Quận 8, TP.Hồ Chí Minh - Website: www.angiangtourimex.com.vn. - Email: tourimex@hcm.fpt.vn; tourimexbr@vnn.vn. -...
Ngày tải lên: 29/11/2012, 08:58
Managing and Practicing OD in an IT Environment - A Structured Approach to Developing IT Project Teams
... the team. The database analysts and the programmers are unable to agree on the proper ways to pass information back and forth between the interface and the database, and the require- ments analysts ... them to produce outputs. For example, a personal finance software system might take one’s bank balances as an input and act upon them to produce a pie chart, comparing these balances as an output. ... packages), • hardware and software implementation (implementing new computers or software), • database management and revision (ensuring proper data storage and access), • hardware and software upgrades...
Ngày tải lên: 24/10/2013, 08:20
Tài liệu Connecting to a Microsoft Excel Workbook ppt
... Create a SQL SELECT statement referencing a worksheet or a range in an Excel workbook and execute the statement to fill a DataSet using a DataAdapter or to create a DataReader. For example: ... INSERT INTO [MySheet$] (Field1, Field2, Field3) VALUES ('testdata', 1.234, '09/28/1979'); Retrieve data Use either a DataAdapter or a DataReader to retrieve data from an Excel ... access, and modify data stored in an Excel workbook. The sample code contains two event handlers: Form.Load Creates an OleDbDataAdapter that uses the Jet OLE DB provider to access an Excel...
Ngày tải lên: 14/12/2013, 18:16
Tài liệu Connecting to a Named Instance of SQL Server or Microsoft Data Engine (MSDE) docx
... ConfigurationSettings.AppSettings["Sql_Msde_ConnectString"]); Manager and Query Analyzer are also shared. The System.Data.SqlClient class cannot automatically discover the port number of a named instance of SQL Server listening on a port other than ... need to understand what a SQL Server or MSDE named instance is and how to connect to one. The sample code contains a single event handler: Connect Button.Click Creates and opens a connection to ... [ Team LiB ] Recipe 1.7 Connecting to a Named Instance of SQL Server or Microsoft Data Engine (MSDE) Problem You want to connect to a named instance of a SQL Server or Microsoft Data Engine...
Ngày tải lên: 14/12/2013, 18:16
Tài liệu Lab 5.2.7 Establishing a Console Connection to a Router or Switch docx
... interface Background / Preparation This lab will focus on the ability to connect a PC to a router or a switch in order to establish a console session and observe the user interface. A console ... terminal is a DB-25, an RJ-45 to DB-25 adapter will be needed. Both of these adapters typically come with a Cisco router or switch. Step 4 Locate or build a rollover cable Use a rollover ... Step 3 Locate the RJ-45 to DB-9 adapter One side of the adapter connects to the PCs serial interface and the other to the RJ-45 rollover cable connector. If the serial interface on the PC...
Ngày tải lên: 21/12/2013, 19:15
Tài liệu Connecting to a Password-Protected Access Database ppt
... result.ToString( ); } Discussion A Microsoft Access database password requires that users enter a password to obtain access to the database and database objects. This is also known as share-level ... security. A password does not allow groups or users to have distinct levels of access or permissions. Anyone with the password has unrestricted access to the database. The Set Database command from ... those defined by ADO.NET. To open a database secured by a Microsoft Access database password, use the Jet OLEDB:Database Password attribute in the connection string to specify the password. This...
Ngày tải lên: 24/12/2013, 05:15
Tài liệu Connecting to a Secured Access Database pptx
... Team LiB ] [ Team LiB ] Recipe 1.4 Connecting to a Secured Access Database Problem You want to connect to a Microsoft Access database that has been secured with user-level security and ... database. The sample code contains a single event handler: Connect Button.Click Creates and opens a connection to a Microsoft Access database secured with user- level security and a workgroup ... defined by ADO.NET. To open a database secured by Microsoft Access user-level security, use the Jet OLEDB:System Database attribute in the connection string to specify the path and filename of...
Ngày tải lên: 24/12/2013, 05:15
Tài liệu Connecting to a Text File pptx
... provider can read records from and insert records into a text file data source. The Jet database engine can access other database file formats through Indexed Sequential Access Method (ISAM) drivers ... data adapter to retrieve all rows from text file. The MaxScanRows option indicates how many rows should be scanned to automatically determine column type. A value of 0 indicates that all rows ... provider to access data in a text file. The sample code creates an OleDbDataAdapter that uses the Jet OLE DB provider to load the contents of the text file Categories.txt, shown in Example 1-13 ,...
Ngày tải lên: 24/12/2013, 05:15
Use of an extension of the park's transformation to determine control laws applied to a non sinusoidal permanent magnet synchronous motor
Ngày tải lên: 03/01/2014, 19:50
Tài liệu Creating an XML File That Shows Changes Made to a DataSet pptx
... You want to get the original values and see which rows were added, edited, or deleted. Solution Create an XML DiffGram, which is a document that details the modifications made to a DataSet. ... sample code contains two event handlers and a single method: Form.Load Sets up the sample by loading the Categories table from Northwind into a DataSet and displays the DiffGram for the DataSet ... </diffgr:diffgram> Here are descriptions of the three DiffGram sections: <DataInstanceName> The DataInstanceName is the name of the DataSet or DataTable. This block contains the current...
Ngày tải lên: 21/01/2014, 11:20
Tài liệu An Introduction to Intelligent and Autonomous Control-Chapter 2: A Reference Model Architecture for Intelligent Systems Design pdf
... w6 h9" alt=""
Ngày tải lên: 26/01/2014, 07:20
Báo cáo " A method to construct flood damage map with an application to Huong River basin, in Central Vietnam" pdf
...
Ngày tải lên: 05/03/2014, 16:20
A Beginner’s Guide to Network Security: An Introduction to the Key Security Issues for the E-Business Economy doc
... same anti-virus package—if only to keep maintenance and update costs to a minimum. It is also essential to update the software itself on a regular basis. Virus authors often make getting past ... deployed to protect data that is transported over a public network and uses advanced mathematical algorithms to “scramble” messages and their attachments. Several types of encryption algorithms ... physical analogy, an IDS is equivalent to a video camera and motion sensor; detecting unauthorized or suspicious activity and working with automated response systems, such as watch guards, to stop...
Ngày tải lên: 14/03/2014, 22:20
Báo cáo Y học: Domain V of m-calpain shows the potential to form an oblique-orientated a-helix, which may modulate the enzyme’s activity via interactions with anionic lipid potx
... by Daman et al.[26]thattheformationof such an a- helix may feature in the membrane interactions of m-calpain domain V. Here, to investigate this suggestion, we have undertaken theoretical analysis ... [10,11]. The major calpains are l-calpain (calpain 1) and m-calpain (calpain 2), which are ubiquitous in mammalian cells [10]. These enzymes are heterodimeric and possess larger, 80-kDa, subunits, ... divided into domains I to IV and the smaller subunit divided into domains V and VI. Domain II possesses the active site and is a papain-like cysteine protease domain, and domain IV contains a calmodulin-like...
Ngày tải lên: 17/03/2014, 10:20