UP
daojin505
这个作者很懒,什么都没留下…
展开
-
在Dev C++中使用c语言图形库的配置
[img]C:\Documents and Settings\Administrator\桌面\devcppEditor1.gif[/img]Dev-C++ Installation If you are installing Dev-C++ on your own computer, you should make some changes and additions to the defau原创 2017-08-07 09:46:58 · 10032 阅读 · 0 评论 -
windows消息队列。DispatchMessage。 PostMessage
如果HWND为NULL, 表明向当前线程发送Quit消息。。 大概是为了多任务的需要,Windows接管了所有的资源,以便于进行统一处理。 其中最××的就是接管了输入,并推出了消息队列的概念。 Windows为每个线程(包括主、辅、UI线程)维护一个消息队列,我们再从线程所属的消息队列中读取消息。这个消息... [in] Handle to the window whos原创 2017-08-07 09:50:51 · 642 阅读 · 0 评论 -
标准库算法学习
accumulatesum up a range of elements计算一个范围中的值之和。adjacent_differencecompute the differences between adjacent elements in a range计算相邻的元素之间的差分。adjacent_findfinds two identical原创 2017-08-07 10:05:28 · 183 阅读 · 0 评论 -
WinSocket如何处理一个典型的数据请求
Let’s look at how the system handles a typical send call when the send buffer size is non-zero. When an application makes a send call, if there原创 2017-08-07 10:07:50 · 205 阅读 · 0 评论