资源列表
[Windows编程] Input_Method
说明:目前常用的输入法基本上有两种类型:外挂式(如早期的万能五笔)及输入法接口式(Input Method Editor-IME)。外挂式比较简单,就是一个exe文件,通过模拟一些Windows输入消息来给当前处于活动状态的编辑窗口输入文字,一个显著的优点是输入法只要启动一次,就可以在所有进程中使用;但缺点不不容忽视,首先实现起来也不容易,一个更大的不足是兼容性不够好,通常一个Windows版本需要一人对应的输入法版本,此外这类输入法为了能够截获用户输入,通常需要挂接键盘钩子,容易造成系统不稳定或者效<高军> 在 2025-06-21 上传 | 大小:18kb | 下载:0
[Windows编程] TestSpy
说明:用Visual Studio搞开发的朋友对Spy++这个工具一定不陌生,它可以分析窗体结构、进程和窗口消息,对开发工作有很大辅助作用。我们需要研究某个对象时,只要调出其查找窗口,拖动探测器的指针到指定窗口/控件上释放即可。用VC打造一个属于自己的Spy++。 -Using Visual Studio for development of the Friend of the Spy++ This tool will definitely not unfamiliar, it can analyze<高军> 在 2025-06-21 上传 | 大小:104kb | 下载:0
[钩子与API截获] Prevent_Loadhook
说明:阻止全局钩子的加载.使用了微软的Detours库进行API拦截。如果只是为了拦截一个函数,使用Detours好像有点儿浪费。本程序不使用Detours库,直接对LoadLibraryExW函数进行拦截。-Hook to prevent the loading of the overall situation. The use of Microsoft' s Detours library to intercept API. If only in order to intercept a f<高军> 在 2025-06-21 上传 | 大小:12kb | 下载:0
[Windows编程] aero_clock
说明:vb一个很可爱的时钟,动画,葛优吃草的时钟-vb a very cute clock, animation, Ge You eat grass clock<fh2010cn> 在 2025-06-21 上传 | 大小:10.82mb | 下载:0
[其他小程序] math_caculator
说明:实现了一个计算器。可以包括四则运算、乘方运算、括号等操作。一个理想作业程序。-Implementation of a calculator. 4 may include computing, involution operator in brackets, such as the operation. An ideal operating procedures.<shenyan> 在 2025-06-21 上传 | 大小:370kb | 下载:0
[Windows编程] SrcThreadPoolDemo
说明:包含DEMO(DemoTest_ThreadPool.rar),源代码 thread_pool_Hpp.rar(只有一个HPP文件)及经过裁减的Thread_pool_Dll库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。 适合初学者学习线程池。-Contains the DEMO (DemoTest_ThreadPool.rar), the source code thread_pool_Hpp.rar (there is only one HPP fil<高军> 在 2025-06-21 上传 | 大小:4.56mb | 下载:0
[DirextX编程] DemoCamera
说明:使用directx9,调用老虎的立体模型文件创建老虎的立体模型,并加入摄像头类,可以控制视角来观察老虎。-Use directx9, called Tiger model file to create three-dimensional model of three-dimensional model, and add camera type, can control the angle to observe the tiger.<redyjq> 在 2025-06-21 上传 | 大小:600kb | 下载:0
[Windows编程] paste_sn
说明:前几天在网上看到有个软件叫SNCopy,用来辅助填写系列号(SN)的。创意觉得还是挺好的。装软件的时候经常要填写系列号,而很多系列号都要分节来填写,没法用Ctrl+C和Ctrl+V(复制和粘贴)来一次性搞定,只能分节的复制和粘贴,很是麻烦。SNCopy就是来帮我们解决这个问题的。感觉这个不是很难做,就是从剪贴板上获取整个系列号,然后进行分解,依次填入即可。于是动手自己也做一个! -A few days ago, has seen online software called SNCopy,<高军> 在 2025-06-21 上传 | 大小:22kb | 下载:0