[JavaSwing] HelloWorld

In this article we will learn some basic steps to create a JFrame – That's roughly the application framework. Example 1: Create 1 frame 250×200 title “HelloWorld” appears in the coordinates (300, 200) on-screen. We have 4 constructor 1 JFrame: JFrame() : Initialize a new frame invisible JFrame(GraphicsConfiguration qc) : Create a Frame is just […]

[Programming] Faster way to learn programming

Must say was very lucky to wander the night came across this article on Blog thanhcuong.wordpress.com. It's very useful for me and hope that you feel that. And please allow authors to be shared and a bit eidt this article ^^. 5 Faster way to learn programming Content 0. Slow but sure 1. Read the sample code 2. Running code 3. Write […]

[Linux] Download youtube video using the command in terminal

The following guide their implementation in linux mint, with other distros, you do the same. First you install youtube-dl command: Once installed, to download video from youtube you perform the following steps: 1. In the video you want to download page 2. Copy video link from the navigation bar of the browser 3. Open a terminal and execute the command: And the video will be downloaded in the directory […]

[Linux] Usb connection with Virtualbox virtual machine running Windows XP

Today small problem related to this. Her neighbor used machines win 7 do not understand how naughty but forgot pass. Back to pass out alone@@. So toil to find, find instructions here. And unfortunately all done on win :((((. Thought to interfere in a virtual machine, create usb boot from a virtual machine, that's the problem […]

[C / C ] Only preprocessing – Preprocessor directives

Opening this article, I'll show you a picture and you spend about 1 minutes to read the following program, Consider carefully to recognize the difference… Content 1. #define 2. Operator # and ## Now you realize the difference is not ??? Initially when put this photo up people only pay attention to the content of […]

[School_ĐHMT] Real-world coordinate system, coordinate systems and equipment, coordinate system standard equipment

1. Real-world coordinate system (WCS: World Coordinate System) The contents of the real world coordinate system coordinate system equipment standard coordinate system – Real-world coordinate system is a coordinate system describes the objects in the real world – Real common coordinate system is the Cartesian coordinate system. The point in the plane is represented by coordinates (x, and) with x, […]

[School_ĐHMT] These methods show

Method Method Raster vector In DHMT have 2 method is a method that displays raster and vector mode. Method Raster – The electron beam scans across the screen from left to right in each row, to the end of each row, then head off and returns the next row. – Each pixel is a pixel on the screen – Photo shown is the horizontal straight line, each […]

[School_ĐHMT] Computer Graphics and Applications

* The concept of computer graphics content concept computer graphic application of computer graphics Computer graphics is all that is related to the use of computers to generate images. These tasks include creating, storage, manipulating models, picture. * The application of computer graphic design Create Support […]

[Linux Mint] Set ibus-unikey, ibus-Bogo Vietnamese typing in Linux Mint

Updata install ibus-Bogo in Ubuntu 14.04 here Set Set Ibus Ibus-Bogo-Unikey Unikey Ibus-In Software Manager is available ibus ibus-unikey and then, you install the package from which the next set ibus-qt4 and reboot is ibus-unikey. Ibus-Bogo Upload deb for Ubuntu / Debian / Mint and installed with the command: Or install ibus ibus-qt4 from Software and then install Bogo manager with the command After installing the package ibus then, you […]

[Algorithm] Community Stack

Regarding the operations on Stack of you can see here For a list Stack is a link to the front to back so we can not direct public 2 Stack. Suppose need community at Stack Stack S2 S1, we use 1 Stack Stemp to store intermediate values ​​of S2 and then only turn putting values ​​into S1 Stemp. If […]