Ngày tải lên: 17/03/2014, 08:20
Ngày tải lên: 20/02/2014, 22:20
Báo cáo hóa học: " Research Article A Fast Network Configuration Algorithm for TDMA Wireless Sensor Networks" pot
Ngày tải lên: 21/06/2014, 11:20
Báo cáo hóa học: " Research Article A Simple Technique for Fast Digital Background Calibration of A/D Converters" potx
Ngày tải lên: 22/06/2014, 19:20
Báo cáo hóa học: " Research Article A Low Delay and Fast Converging Improved Proportionate Algorithm for Sparse System Identification" potx
Ngày tải lên: 22/06/2014, 19:20
A simple introduction to working with LVM
... this example hda1, hda2, and hda3 are all physical volumes. We'll initialize hda3 as a physical volume: root@lappy:~# pvcreate /dev/hda3 If you wanted to combine several disks, or partitions ... logical volume manager allows you to create and manage the storage of your servers in a very useful manner; adding, removing, and resizing partitions on demand. Getting started with LVM can be a ... metadata type lvm2 Now that we have a volume group (called skx-vol) we can actually start using it. Working with logical volumes What we really want to do is create logical volumes which we can...
Ngày tải lên: 18/09/2012, 10:12
Báo cáo y học: "Surgical Treatment of Depressed Scar: A Simple Technique"
... treatment technique. The surgical strategy selected should be based on a correct evaluation of the scar's characteristics. In addition, while any scar with a suboptimal appearance can ... 3. Department of “Head and Neck Diseases”, Hospital “Fatebenefratelli”, Rome, Italy 4. Department of Maxillofacial Surgery, Calabrodental, Crotone, Italy 5. Department of Dental Sciences and ... General Hospital, Bari, Italy 6. Department of Maxillofacial Surgery, General Hospital, Bari, Italy 7. Department of Surgical, Reconstructive and Diagnostic Sciences, General Hospital, Milano,...
Ngày tải lên: 25/10/2012, 11:00
A simple calculator
... postfix easier to evaluate 31 Stack as array • Store as array buffer (static allocation or dynamic allocation): int stack_buffer[100]; • Elements added and removed from end of array; need ... pointer and string arrays • multidimensional arrays Data structures • • stack and queue • implemented as arrays and linked lists • writing a calculator 37 Review: Compound data types ... NULL; – start empty • “Top” is now at front of linked list (no need to track) 18 String arrays • An array of strings, each stored as a pointer to an array of chars • Each string may be of...
Ngày tải lên: 25/04/2013, 08:07
Writing a Simple Program in an Assembly Language
... as follows to prepare a separate section for storing the addition results in: .SECTION ROM_DATA,DATA,LOCATE=H'1100 DATA1: .DATA.B 10 DATA2: .DATA.B 100 .SECTION RAM_DATA,DATA,LOCATE=H'2000 ... s a s . c o m Page 47 DATA2: .DATA.W 1000 ANSWER: .DATA.B 10 In the above example, since the WORK section is located at the H'1100 address, DATA1, DATA2 and ANSWER represent the H'1100, ... internal register is used as a symbol) Samples available as symbols: Loop Upper and lower cases may be mixed End_of_Loop "_" is available as a character DATA1 A numeric value...
Ngày tải lên: 29/09/2013, 11:20
Pattern Matching with egular Expressions R
... matches the space character, the tab character, and any other Unicode whitespace character, and \S matches any character that is not Unicode whitespace. Table 10-2 lists these characters and ... first character inside the left bracket. The regexp /[^abc]/ matches any one character other than a, b, or c. Character classes can use a hyphen to indicate a range of characters. To match any ... \d Any ASCII digit. Equivalent to [0-9]. \D Any character other than an ASCII digit. Equivalent to [^0-9]. [\b] A literal backspace (special case). Note that the special character class escapes can...
Ngày tải lên: 05/10/2013, 13:20
Developing a Simple Windows Application phần 1
... Ctrl+Alt+X on your keyboard. You can see that the available items in the Toolbox are categorized into groups with names such as Data and XML Schema. The Toolbox will show only categories that are ... consist of a single form that contains a label and a button. When you click the button, the text for the label will change to a quote from Shakespeare's play, Macbeth. You'll also see ... that allow you to access and store information from a database. The Data category includes the following classes: SqlConnection, SqlCommand, DataSet, and DataView, among others. ...
Ngày tải lên: 17/10/2013, 19:15
Developing a Simple Windows Application phần 2
... this means that they are accessible only in the Form1 class. Access modifiers enable you to specify the degree to which a class member is available outside the class. You can also use an access ... class itself is available. Table 6.1 shows the access modifiers in decreasing order of availability: public is the most accessible, and private the least. Table 6.1: ACCESS MODIFIERS ACCESS ... Form1 class declares two private objects named myLabel and myButton, which are the label and button controls you added to your form earlier. Because the myLabel and myButton objects are private,...
Ngày tải lên: 20/10/2013, 10:15
Create a Simple XML Web Service Using Parameters
... Login Name and Password. It will then check against a table that you will create of names, passwords, and security levels. The method you will create first will then pass back True or False ... True or False based on if the User and Password exist.")> Public Function TestUserPassword(ByVal strUserID As String, _ ByVal strPassWord As String) As Boolean You can see what the ... TestUserPassword. The parameters strUserID and strPassword are passed, and a Boolean type value is returned. The rest of this routine should look The method created for this first real example will take in...
Ngày tải lên: 20/10/2013, 13:15
Social Phobia - a Self-Protective Interpersonal Pattern
... be of a personal nature. Among most Indians, match- ing language, caste, status and horoscope are indispensable. By contrast, the Canadian male social phobic was at a considerable disadvantage within ... social phobia. What conditions ought a description of social phobia satisfy? First, as an abnormal condition, social phobia has to be a significant behavioral or psychological pattern associated ... Canadians it was acting as a bank official, as a saleswoman, and as a customer in the market place. The orthodox men, by contrast, could not lead a prayer or preside over a religious ritual, either...
Ngày tải lên: 01/11/2013, 08:20
Shaking a box of sand I – a simple lattice model
... transition. As mentioned in an earlier chapter, the density may attain values that are substantially higher than random close packing, and quite close to the crystalline limit [131, 132]. An analogous ... very asymmetrically shaped, and there is a strong preferred orientation, the nonequilibrium regime of granular dynamics will carry all the usual characteristics of ageing. Now recall that that ... interesting features come out of a very simple and physical model, and have at least a qualitative relationship with the phenomena that they are seeking to describe. However, care should be taken not...
Ngày tải lên: 01/11/2013, 08:20
A study of verbs of matching in english and their vietnamese translational equivalents
Ngày tải lên: 26/11/2013, 13:18
Tài liệu developing a simple PL / SQL docx
... iterations of a loop and initialize the variable to 0. v_count BINARY_INTEGER := 0; Declare a variable to accumulate the total salary for a department and initialize the variable to 0. v_total_sal NUMBER(9,2) ... Tables 1. Declare a TABLE datatype. 2. Declare a variable of that datatype. Syntax TYPE type_name IS TABLE OF scalar_datatype [NOT NULL] INDEX BY BINARY_INTEGER; identifier type_name; where: type_name ... datatype of the underlying database column may change at runtime. Examples Declare variables to store the first and last names for an employee. v_last_name s_emp.last_name%TYPE; v_first_name...
Ngày tải lên: 10/12/2013, 17:15
Tìm hiểu các hệ thống search engine và xây dựng a simple search engine
Ngày tải lên: 19/12/2013, 09:59
Bạn có muốn tìm thêm với từ khóa: