Programming C: Posts 1 – Hello World

C programming you simply use the C programming language to create software. Each software or program called (Computer Programs) will be written by C language with a natural or files with certain rules of language that we will gradually learn.

The algorithm checks primes – Algorithm check prime number

Article mentioned the algorithm checks primes from simple to advanced, written in the minds of readers from the simple to the optimization step algorithm. Demo code written in C language

[Algorithm – C / C ] Quick Sort – The issues

First we explore the idea of ​​the algorithm Ideas: Quicksort array divided into two lists by comparing each element of the list with a selected element is called key element. These elements less than or equal key element to be taken forward and in the first list, the larger particles are put on the rear latch […]

Programming C: Posts 2 – Import and export data types in C

Posts 2 we go to learn about the data types in c, variable, constant, how to import and export in particular c fix not enter the string spacing, drift error command in c.

Notification switch blog domain name cachhoc.net

Hello everyone, to facilitate the search, as well as for you to remember to blog, I decided to change the domain name to the blog from nguyenvanquan7826.com cachhoc.net (Distance Learning). This also makes the blog google search friendly so that you can easily access to more blog. We hope you will continue to support and recommend the blog to blog more friends […]

Answers Student Computing OLP ICTU 2017

HINTS solution OLP EXAM STUDENTS NEWS ICTU 2017 Here's Threads, guide the, explanation of exam. The code is written in C language, other languages ​​do the same. All posts are entered using the standard output (typing, output to the screen). Download PDF File Last 1: Revenue (50 point) Threads: The turnover of Runtime: 1 cause points: […]

[Algorithm – Java] Jump infix expression to postfix – Java – converts infix to postfix

The algebraic expressions are used daily are expressed as central elements (infix). This demonstration is understandable to humans because most operators (+, -, *, /) are binary operators and their division between the two operands together. However for PC, to calculate the value of an algebraic expression of this form […]

Online courses in unica with losers 40%

Hello everyone, today I will guide you to register courses at unica onlin with discounts up to code 40% for all courses. Ie if the course is worth 1 million, then you just take 600 alone with thousands of losers nguyenvanquan7826 1. Search for suitable courses visit the website you will find a list unica.vn and courses […]

Formula 5W-2H work

Many people in the world do not have the formula to work, they often do not perform well how. This article briefly outlined his formula will work called Formula 5W-2H. 5W Includes: 1. Why: This is the most important. It determines whether you should do it. When you start to do something, Please think carefully about why you […]

Analysis prime factors

Threads: Analyze some achievements of the prime factors With this article you need to recall the prime factors is and how to analyze a number of prime factors. Integrate the prime factor is the multiplication between the numbers together in which all numbers are primes. Example: 10 = 2 * 5. In that 2 and […]