-
一个自动更换图片的屏幕保护程序,可以自定义背景图片和背景音乐...
一个自动更换图片的屏幕保护程序,可以自定义背景图片和背景音乐-A screen saver,it can auto change background picture and music
- 2022-04-27 04:05:32下载
- 积分:1
-
屏蔽ALT+CTL+DEL功能键
屏蔽ALT+CTL+DEL功能键-ALT+CTL+DEL
- 2023-05-12 06:15:02下载
- 积分:1
-
源代码 charsize
下载文件字符大小到 clientes rpg、 管道、 文件、 sendpacket
- 2022-03-05 15:08:05下载
- 积分:1
-
语音识别
语音识别是写在出于安全考虑,在 ecan 提供对任何系统的 matlab 软件编程处理虐儿个案在语音分析中,通常执行-浊决定从信息提取的语音信号。在本文中,我们进行了两种方法来分隔浊-无声的部分的语音从语音信号。这些是零交叉率 (ZCR) 和能量。在这里,我们评估了结果除以演讲样成部分和使用零交叉率和能量计算来分离浊音与清音的词类。结果表明零交叉率都很低浊的部分和高为无声部分在哪里,能量,远高浊部分和低为无声的部分。因此,这些方法被证明更有效地分离表示和无声演讲。
- 2022-03-02 23:45:02下载
- 积分:1
-
这个代码就可以改变一些联网的设置,例如MTU、TTL等
这个代码就可以改变一些联网的设置,例如MTU、TTL等-the code on the network can change some settings, such as MTU, as TTL
- 2022-02-26 17:17:52下载
- 积分:1
-
key combinations applications. When the percussion keyboard Enter the Alt key co...
组合键的应用。当敲击键盘上的Alt+Enter组合键时,执行相应的操作。-key combinations applications. When the percussion keyboard Enter the Alt key combinations, the implementation of the corresponding operation.
- 2022-07-16 20:19:14下载
- 积分:1
-
这是从classicladder分离出来的PLC模拟程序,对于从事PLC开发有很重要的参考价值!...
这是从classicladder分离出来的PLC模拟程序,对于从事PLC开发有很重要的参考价值!-Vc++ For Plc SourceCode
- 2022-04-09 12:24:02下载
- 积分:1
-
由于程序的需要,我需要做一个使程序自动更新的小程序,找了找网上,介绍的都不够详细,这里我给出一个完整的自动更新的程序!
此程序为外部升级程序(需要主...
由于程序的需要,我需要做一个使程序自动更新的小程序,找了找网上,介绍的都不够详细,这里我给出一个完整的自动更新的程序!
此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载 如果想做成内部升级程序(在主程序内部自动检测及自动升级),只需要在主程序启动时相关的代码即可,大家不仿试试,主要的思路与这个是差不多的,不同之处是怎么处理主程序的自动关闭与启动问题.
-procedures needed, I need to do a procedure to enable automatic updating of small procedures, finding the Internet to find, introduced the detailed enough, and here I give a complete automatic update procedures! This procedure for external promotion procedures (need to call the main program), the specific code is not listed here , or your own source code to see it. The procedure is thinking through the server the document is read updates and upgrades address, the new version will have to download if they wish to create internal promotion procedures (in the main program of internal automatic detection and automatic updates), the main program needs only activated when the code can be we try not imitation, the main idea with this is similar to the dif
- 2023-09-07 16:45:04下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
多路数据采集系统
多路数据采集系统-Multi-channel Data Acquisition System
- 2022-05-20 08:10:09下载
- 积分:1