资源列表
[C#编程] gouzi
说明:钩子的本质是一段用以处理 系统消息的程序,通过系统调用,将其挂入系统。钩子的种类有很多,每种钩子可以截获并处理相应的消息,每当特定的消息发出,在到达目的窗口之前,钩子程序 先行截获该消息、得到对此消息的控制权。此时在钩子函数中就可以对截获的消息进行加工处理,甚至可以强制结束消息的传递。 而键盘钩子,只是为了截获键盘消息的。全局钩子可以捕获在Windows平台下任意窗口上的键盘操作-Hook is the essence of a message processing system to proc<xiaojiake> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[汇编语言] jiaotongdeng
说明:实现交通灯黄绿灯亮息功能(汇编写的),个人感觉很实用-To achieve traffic light yellow means green light function (written in assembly), personal feel very practical<蔡华> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[汇编语言] DNFYyuanma
说明:不懂的就别下了 DNF截取全屏源码-Do not know to do full-screen source code under the Interception DNF<yangjinxin> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[其他小程序] bestschedule
说明:该算法在C语言环境下,使用回溯算法实现最佳调度问题。-The algorithm in C language environment, the use of backtracking algorithm for optimal scheduling problem.<zhdxch> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] QueensProblem_LVBackTrack
说明:在C语言环境下,采用拉斯维加斯算法及回溯算法解决常规八皇后问题,效率有很大提高。-In the C language environment, with the Las Vegas algorithm and conventional backtracking algorithm to solve the eight queens problem, greatly improving efficiency.<zhdxch> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Red-BlackTree
说明:在C语言环境下,实现对红黑树的插入结点操作。-In the C language environment, achieving the insertion of the red-black tree node operation.<zhdxch> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] LCS
说明:LCS问题具有最优子结构和重叠子问题的性质,因此采用动态规划算法自底向上计算该问题的解,并输出求到的LCS。-LCS problem with sub-optimal substructure and overlapping nature of the problem, so a bottom-up dynamic programming algorithm for computing the solution of the problem, and the output request to<zhdxch> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] pairdistance
说明:在C语言环境下,实现寻找空间中最近点对的有效算法。-In the C language environment, to achieve search space, the nearest point on the efficient algorithm.<zhdxch> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[游戏] VBgame
说明:首先启动VB6.0,新建一个标准的EXE工程。再在属性框中把Form1的ScaleMode属性改为3-Pixel,表明将以像素为坐标计算单位,把Form1的StartUpPosition属性设为2-CenterScreen,使运行时窗体出现在屏幕正中。 现在,在控件面板上选取CommandButton(命令按钮)控件,为Form1添加Command1和Command2、Command3三个按钮控件,把它们的大小设为121×25,再在属性框中把Command1的Caption填为“开始”,把Com<dayu> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[书籍源码] lowpass_FIR
说明:低通FIR滤波器的源码,简单有效。低通FIR滤波器的源码,简单有效。-Low-pass FIR filter source, simple and effective<zhanglei> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[matlab例程] lowpass_IIR
说明:低通IIR滤波器的源码,简单有效。低通IIR滤波器的源码,简单有效-Low-pass IIR filter source, simple and effective. Low-pass IIR filter source, simple and effective<zhanglei> 在 2025-11-02 上传 | 大小:1kb | 下载:0