-
This is a seal of recognition procedures. It can achieve the identification of t...
这是一个印章识别的程序。它可以实现识别印章。-This is a seal of recognition procedures. It can achieve the identification of the seal.
- 2022-07-24 01:26:08下载
- 积分:1
-
安全策略管理系统
安全策略管理系统-改进了keynte信任管理系统,使其支持基于角色的访问控制-Security policy management system- improved keynte trust management system to support role-based access control
- 2022-09-28 19:00:03下载
- 积分:1
-
屏保自动生成器
代码是自动生成屏保程序,并将其放入windows/system23中,然后在屏幕选项中配置一下,选中刚刚放入的可执行文件,即可在屏幕待机的时候观看屏保程序。该代码简单有效,且实现了图片渐入渐出的效果,界面良好,操作简单!!希望能对大家的使用提供更多的帮助!附件中包含了最后的成品可执行文件,以及所用到的源代码,只需要您进行一下组装即可,也是为了帮助您更好的理解该代码的执行过程及实现方法
- 2022-04-16 13:11:12下载
- 积分:1
-
可以获取电脑总的磁盘容量和剩余磁盘时间,其中包括定时查询和系统托盘设计,剩余容量不足警告等内容。...
可以获取电脑总的磁盘容量和剩余磁盘时间,其中包括定时查询和系统托盘设计,剩余容量不足警告等内容。-The computer can get the total disk capacity and remaining disk time, including the timing query and the system tray design, the remaining capacity of less than a warning and so on.
- 2022-04-30 08:12:13下载
- 积分:1
-
监控进程并重启
基本原理为:1,在后台启动监控程序。2,监控程序一直对设定的进程窗口名称的进程进行监控。3,如果发现此进程窗口没有了或消失了,将自动在后台延时几十秒或设定时间后,然后启动此进程。
关键代码如下:
hWndMain=NULL;
hWndMain=::FindWindow(NULL,"录音系统平台");
if(hWndMain==NULL)
{
hWndMain=::FindWindow(NULL,"电话录音");
if(hWndMain==NULL)
{
/* memset(Buf,0,200);
sprintf(Buf, "%04d%02d%02d%02d%02d%02d: find no digitexe
",st.wYear,st.wMonth,st.wDay,st.wHour,st.wMinute,st.wSecond);
if( (log1 = fopen( "selfauto.log", "a+" )) != NULL ) //打开文件流
{
fprintf(log1,"%s
",Buf);
fclose(log1);
}*/
- 2022-11-05 05:20:02下载
- 积分:1
-
这是一款魔方的游戏C源代码,希望对有需要的人有所帮助。
这是一款魔方的游戏C源代码,希望对有需要的人有所帮助。-This is a Rubik
- 2022-08-03 13:55:55下载
- 积分:1
-
本程序用VC实现自动拼图,用的是A*搜索算法
本程序用VC实现自动拼图,用的是A*搜索算法-This procedure automatically using VC puzzles, using the A* search algorithm
- 2022-07-19 03:11:31下载
- 积分:1
-
Componete util para la edicion de todo tipo de texto, es un poderoso strings
Componete util para la edicion de todo tipo de texto, es un poderoso strings
- 2023-03-27 23:15:03下载
- 积分:1
-
搜索并注册目录下所有com组件
应用背景工作中遇到一种情况,需要支持对指定目录下的全部COM组件完成一次自动静默注册功能,于是编写了这个小软件,共享给大家如有需要可以直接拿来使用了关键技术windows环境下,该程序给出了一个实例:可以在程序里找到目录中符合条件的所有COM文件,依次完成注册的功能。
- 2022-02-13 20:37:28下载
- 积分:1
-
可以读取多达20多种格式的图片提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。...
可以读取多达20多种格式的图片提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。-Can read up more than 20 kinds of picture formats to provide highly scalable image processing interface. Developers can easily articulated in this interface on their own image processing module.
- 2023-03-16 16:55:04下载
- 积分:1