Yearly Archives | 2014

[School – Law] Exercise split inheritance

Prep and several brothers and sisters in class arguing about the inherited form of exercise divided very exciting but it has many mixed. Originally mềnh also unexciting opinions. So went reader, collect several types of exercises in the familiar easy-to exam. After a moment of reflection in the night would have said that to understand how […]

[Java] Export files and exe jar

After building software with java, we need to export or exe file run jar format that can run directly like any other software that is not in eclipse or NetBean to shaking it. This article will guide you to do the job so. Initially I had 1 Dijkstra project like this and we will do iện create jar from eclipse […]

[C / C ] Simulation Strategy Coordination exclusive SJF

Regarding his strategy will not prompt coordination here, just introduce yourself and share your simulation program that is on the graphics do in Dev-C ++. Updated on 13/05/2015: Fixed some bugs and allows you to import data from key This is the image results when running the program with INPUT.TXT file first line is the process followed by the name lines […]

[Java] Remember to add the object to the file in java – Append object to file exist in java

After Reading scored objects from the file in java, there are many issues that you need to write more data on file. Usually we just declare, however after many attempts I have not done. Search for a while, apart from the extra stuff 2 is true as above, we need to override the following methods writeStreamHeader: 1. Quick Code to test 2. Code […]

[Java] Read the Excel file in Java with JXL – Read write Excel file in Java with jxl

In the course of work and data processing we often have to interact with the file especially Excel File. Today I'll show you the simple steps to read Excel files recorded with JXL. JXL is a library package allows us to interact called Excel as read, record,.., Detailed information about the JXL package you see here. First of […]

About the android operating system

As you know Android is a mobile operating system the most popular current, as well as the fastest growing. So it is with great potential, although it also parallels there are other operating systems like iOS or WinPhone but here I just want to mention Android only.

[School] Exercise xml using xsl transformation

For example, I have an xml file that contains information the coefficient of rank PT 2. Using XSL to read the data in xml PT.

[School] Homework DTC, Scheme, DOM in XML

Threads: An information management program and the student's books borrow description 1 save the TT following libraries: About SV include: Code SV, Full name, class and year of birth. Information of students borrow books include information about the book, day loan, pay day. Each book includes sv borrowed: Code book, title, Publisher, In XB. Newborn […]

[School] Exercise specification DTD structure, XML Schema in

Threads: For shares of 1 students include: Full Name, class, address, sex, date of birth and a transcript, Each record consists of tables: STT, Subject name, semester 1, semester 2, Average score for the whole year. Be specific contents and structure (according to the DTD or XMLSCHEMA) XML document corresponding to the score cards.

[Algorithm] Sieve elements – Prime number Sieve

Sieve element algorithm is given by Eratosthenes to find prime numbers. It is distinguished from other algorithms that examine the prime-style screening, Review all of the required test, the number that is not a prime number, then leave. Appropriate algorithm for the problem of finding all the prime numbers between [the, b] which is particularly effective when the distance between a, b is very large.