搜索资源列表
RectTracker
- MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能.
MenuToChinese
- 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChines
irqs
- 描述了如何使user-mode的应用程序能进入kernel 的地址空间,并且在GDT中调用一个门调用描述符,同时不需要使用驱动。文章解释了如何在32位的处理器中进行虚拟地址到物理地址的转换,同时又描述了user-mode的应用程序如何能够找出其被分配的虚拟地址表示形式在物理地址中的位置。 这个例子程序在我的机器上做过彻底的测试,是windows XP SP2 ---- 它运行的很好而且似乎没有一点问题。-described how user-mode applications can ac
kdbv4.3
- 很好的linux内核调试软件 兼辕马,没有密码。 The ia64 and ix86 directories contain versions of kdb prior to v2.0 (kdb version v2.0, not the kernel version). Older versions of kdb had complete patches for each architecture it supported, each patch included all th
DisplayerEx3
- 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select
explorer_combobox_and_listview
- 这是一个机遇.net开发实现对话框的Combobox和listview关联的控件,具有如下的功能: 1、所有文件的图标都是从系统中直接读出的,不存在采用icon的情况; 2、combobox和listview相关联,同我们的文件浏览器对话框效果一样; 3、通过该控件(包含源代码),你完全可以脱离.net中对对话框封装后而不能开发自己的特型对话框的烦恼,可以实现对话框定制了; 4、所有的代码都是通过.net平台实现的,所以不错在API的烦恼-This is an opportuni
p2pxiazai
- ^_^, 这本来就是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧... 本程序来自互连网,请不要用于商业用途,如涉及版权问题,以我无关。-^ _ ^, it was a very simple procedure network, for just a demonstration of how the UDP n
3260Bfree
- 此程序仅适用于3260B系统,接口卡为NI的GPIB卡,切勿用于其它设备或者仪器,若因此造成损失,责任自负。 使用本程序前,必须经过专业人员培训。 此版本为全开放版本,没有时间限制。请慎重传播! 关于此程序的接口动态链接库文件的问题: 如果您使用的是PCMCIA的接口,那么请使用gpib-32目录下Gpib-32(pcmcia).dll 548k的那个文件 如果您使用的是PCI的接口,那么请使用gpib-32目录下Gpib-32(pci).dll 22
labview8.0
- 这个是我用ni公司的虚拟仪器软件labview做的一些关于语音识别的程序,不知道大家有没有用的,呵呵。-This is a company I used ni virtual instrument software PC do some of the procedures for Speech Recognition , I do not know if you have no use, and Ha ha.
ole
- OLE Programmer s Reference Information in this online help system is subject to change without notice and does not represent a commitment on the part of Microsoft Corporation. The software and/or files described in this online help system are fu
RemoteDLL
- DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件-DLL injection technique is widely used Win32 virus a t
AVL_LIB
- 独立于AVL库的存储媒体 虽现在有不少可用的AVL树库,但几乎都是工作在RAM中,当数据量小的时候,这种方式可行,但当树结构变大时时,读取和存储的时间就会大大变长,任务效率大大降低。能不能直接用磁盘进行树的操作呢?若可以,就不必进行频繁的磁盘内存交换了,本程序就实现了这个功能。实际上,这个程序无论是磁盘还是内存,都很好用。-independent of the AVL storage media is now available in a number of the AVL tree, Bu
terrainEngine
- 国外程序员编写的基于OpenGL的3D地形引擎。 errain Engine I started working on a terrain engine around October 2000. I was deeply moved by screenshots from black and white :) My intention and main goal was to create something visually stunning. This mean
msp430mpsoft
- * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SH
Ucos-Ii-v261-Microblaze-Nohauupdated-fixed05-2006.
- uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided \"as is\". The code was written with the intention of creating a functional RTOS demo for the Nohau evaluation boards that can run a MicroBlaze
SendReceive_COMM
- This program was designed as a utility tool to allow the user to send and recieve data from a serial com port while monitory the byte data. If a loopback ciruit is made on the com port(jumper send to recieve DB9 pins 2 & 3) a developer can also monit
sysLoader
- VC2008编写。这是个驱动加载器。 非常好用,支持拖动目标驱动文件。 支持目标驱动配置文件,目前搜集了很多高手的精华,使用很长时间了没有BUG-VC2008 write. This is a drive loader. Very easy to use, supports file drag the target drive. Support goal-driven configuration file, the current master to collect a lot of t
Peachpit.Press.JavaScript.and.Ajax.for.the.Web.6th
- Need to learn Javascr ipt fast? This best-selling reference s visual format and step-by-step, task-based instructions will have you up and running with Javascr ipt in no time. In this completely updated edition of our best-selling guide to Javascr ip
dfp
- special case of nv_read_tmds to find crtc associated with an output. this does not give a correct answer for off-chip dvi, but there s no use for such an answer anyway.
SETUP
- i don't see any use in it