Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
Use critical sections interprocess synchronization
no vote
Using a critical section to synchronize thread runs, it uses Windows API and demonstrates how critical sections are synchronization from your threads.
zhonhel
2016-08-23
1
1
Windows GDI to draw a parabola
4.0
Using Windows GDI interface provides for the drawing, change procedures drawn up a set of parabola. GDI graphics device interface is the meaning, the main task is responsible for the exchange of information between systems and drawing programs, dealing with all the graphical output of Windows. GDI has made programmers, no need to worry about hardware devices and the device driver, you can convert the output of your application output on a hardware device, developers and hardware devices is realized by isolation, has greatly facilitated development work.
zhonhel
2016-08-23
2
1
Windows programming-using the Windows API to creat
no vote
The program is to use the Windows API, a new process is created, you can open Notepad, paint, and calculator. Open the new parameters can be achieved in the process of modifying the program opens the effectiveness of different programs. Windows  the operating system in addition to the coordination of the execution of an application, allocate memory, managing resources ... In addition to it is also a great service center, call the Service Center's services (each of these services is a function), you can help applications achieve open Windows, painted graphics, peripherals and other purposes, since these functions is targetted application (Application), so it is called Application Programming Interface called API function. The WIN32 API is Microsoft application programming interface for Windows 32-bit platform.   
zhonhel
2016-08-23
1
1
Simulation of Banker\'s algorithm
no vote
This is a Algorithm:Simulation of Banker\'s algorithm using c++/c.The Banker\'s algorithm is a resource allocation and deadlock avoidance  algorithm developed by Edsger Dijkstra that tests for safety by simulating the allocation of predetermined maximum possible amounts of all resources, and then makes an "s-state" check to test for possible deadlock conditions for all other pending activities, before deciding whether allocation should be allowed to continue.
zhonhel
2016-08-23
1
1
No more~