Yearly Archives | 2013

[C / C ] Graphics in Dev-C

Update 24/05/2014: Tested successfully on all systems win 64 and 32 bit. Use the library and graphics.h winbgim.h use graphics on dev-C bit difficult compared to when on Turbo C Turbo C allows use even longer dev-C is not, we need some small steps to set up graphics in Dev-C. Content Using the library winbgim.h Use […]

[Binary Tree] Jump binary tree into a binary search tree

How do my very simple. We simply browse to save the elements of the original binary tree into the array, and finally insert the values ​​of the array into trees by inserting 1 Binary Tree Node on ferry. That was 1 binary search tree. Code:

[Assembly] Enter 1 character test of whether or not there is Assembly

Problem checking input characters with the number or not. code

[Algorithm] Count the squares

All taken from the exam: CONTESTS COMPUTING NATIONAL CHILD XIX th - 2013, TABLE B TEST SUBJECT - HIGH SCHOOL FACILITIES. [qads] Threads: For a square table size n × n grid is divided into units, the peak position of the unit squares are called mesh. People want to count the number of squares correspond […]

[Pascal – TUT Basic] Posts 1: Overview of Pascal

The article introduces the total pass on Pascal, the structure of a program and the program pascal hello world.

[Pascal – TUT] Posts 4: Enumeration, the passage, collective

This article we will learn about the types listed, the passage, collective [qads] Original article: vietsource.net

[Pascal – TUT] Posts 5: Arrays

1. Concept Arrays (Array) is a set of fixed elements of the same type called type element. The element type can be scalar type, String, type collections, Record type. [qads] 2. Arrays 1 afternoon a. How to Claim 1: How to 2: Wherein the child must be a domain type, scalar type listed, char or boolean. {However. people often […]

[Pascal – TUT] Posts 6: String

You. Character (tank) 1. Concept char type used to represent the characters of the alphabet, digits and special characters. To perform the information you need to arrange the characters in a table, It is usually arranged in ASCII. ASCII there 256 characters, Each character is assigned codes from 0 to 255. 2. Some related content […]

[Pascal – TUT] Posts 8: Unit

The creation of the subroutine in a program made to programming objects and much more. However, This program is effective only child in our program contains only, in another program wants to use the program are required to write to them, so very laborious. To remedy, they collect the subroutine […]

[Pascal – TUT] Posts 2: The basic components of Pascal

1. Charset, key word, name of a. Charset, sign in Pascal 26 Large Latin alphabet: The,…,From 26 Latin small letter: the,…,z Mark underlined: _ Department of decimal places: 0,…,9 The mathematical symbols: + – * / = < > ( ) The special symbols: . , ‘ : ; [] ? % @ | ! & # $ {} […]