资源列表
CplusplusPrimer
- c++ premier中文版.学c++的人必备的一本宝典.-c++ premier Chinese version. learn c++ of the people must have a book.
TIFFWriter
- Source code to open a TIFF image file and modify it with GDI+ then save it to a new file with same properties in VB.NET.
AutoUpdate
- vc++写的自动升级程序,可以自动从客户端进行升级-vc++ to write the auto-upgrade process
WindowsAPI
- Windows API一日一练,有70多个Windows下常用的API函数,涵盖Windows编程的各个方面-Windows API for a training day, more than 70 under the common Windows API functions, covering all aspects of Windows programming
EVB.enumerate.anti.debugging.code.numChildWindows.
- EVB编程numChildWindows 枚举反调试代码EVB enumerate anti-debugging code programming numChildWindows -EVB enumerate anti-debugging code programming numChildWindows
wimg_render.tar
- wimg_render for renderind ascii data to bitmap
TestMap
- 内存共享实例程序,可以测试使用。大家可以-share test
11.4
- 利用CFileFind类遍历D:\\目录下砸"test"文件夹下的所有文件-CFileFind class by traversing D: \ \ directory hit " test" folder, all files under the
Windows-Graphics-Programming
- windows图形编程,详细介照了windows下GDI开发所需的知识点,还包括其他一些比较具有深度的内容。-windows graphics programming, according to the windows refer in detail under the development of the knowledge point of GDI, but also includes other content of some of the more in-depth.
DRAWLINE
- 1.以鼠标的按下为"起点",保持按下状态,移动鼠标,直到放开鼠标键作为"终点",画一条静态直线. 2.在鼠标移动过程中应该从"起点"向鼠标的"当前位置"画一条动态的直线.绘制动态直线的方法是,先删除前一条直线,然后画一条新的直线.在鼠标移动过程中会不断接收到许多WM_MOUSEMOVE消息,其中LOWORD(lParam)和HIWORD(lParam)分别存放鼠标的当前X,Y值. -1. To press the mouse as a
ping
- BCB 编写的一款Ping程序fewfe-BCB 编写的一款Ping程序,Ping fwefefefff
String-reverse
- 符串逆序输出是C语言经典算法之一,过去利用数组下标处理此类问题,较为繁琐,本文给出 了利用指针实现任意给定字符串的逆序输出方法,以及在此基础上进行回文字符串判断的便捷方法。-Pointers with a C-string string in reverse order and determine palindrome