资源列表
MultiTouch
- windows7 多点触控编程样例C#实现-windows7 MultiTouch programming using c#
cqym
- 传奇引擎 飞尔传奇 虽是老版本 但是还不错饿-Legend Legend of the engine while flying an old version of Seoul, but also a good hungry
Chat
- 一款用C#编写的拥有服务器端和客户端的网络聊天程序(绝对好用),发送消息跟QQ一样,按Alt+S即可,还能进行文件的传输-Written in C# using a server and client with a network chat program (absolutely easy to use), to send the same message with QQ, you can press Alt+ S, but also for file transfer
memory
- 跨进程内存读取.通常,跨进程读写内存,用到ReadProcessMemory, WriteProcessMemory, 但需要进程句柄,如果目标进程受到保护,可能获得进程句柄会失败.不同的进程的虚拟地址被映射到了物理内存中不同的页面.每个进程的虚拟地址的范围是相同的,但是实际的映射却是物理内存内中的不同部分.假如我们直接读取目标进程的虚拟地址映射的物理地址,是否可以达到预期的要求.当然这是肯定的,!-Cross-process memory read. In general, cross-pro
简单的程序动态引用DLL中的类函数
- 一个简单的程序动态引用DLL中的类函数 .-Dynamic class reference the DLL functions in a simple procedure
opencv_hist
- 利用opencv绘制图像直方图的程序,其中包括了像素值的统计等信息-Opencv draw the image using the histogram program, including the pixel value of statistics and other information
ctimer
- 基于Windows MFC的高精度计时代码,方便需要精确计时的朋友。 CTimer-Using QueryPerformanceFrequency and QueryPerformanceCounter to perform high timing precision on windows platform.
AVChat
- 本地和远程视频的demo,供新老用户参考!-Local and remote video demo, users reference for new and old!
WordOperator
- 用VC编程实现WORD文档的操作,程序中分步做了详细的介绍和代码示意,具有很强的实用价值-WORD document using VC programming operations, carve-step procedure to do a detailed introduction and code to indicate, has a strong practical value
regedit
- 虚拟桌面实例 估计可以过360的的 看大家怎么利用了-Virtual Desktop instances can be estimated to see over 360 people how to use the
sinx
- 利用C语言在windows下的编程,实现的功能是画出一个sinx的曲线。-The use of C language programming in the windows, draw a realization of the function is sinx curve.
MyTraceapi
- 重写Detours3.0自带的Traceapi.dll实例 Detours3.0下的Traceapi.dll实例可以Attach到任意Win32应用程序中并监控API调用的情况。 原版的Traceapi.dll使用Makefile编译并调用首先用syelogd实例监听然后调用withdll实例将traceapi.dll挂载到目标应用程序中。文件多,调用频繁,在以后的使用当中十分不方便。 -Rewrite Detours3.0 comes Traceapi.dll instance De