-
简单的ADO数据库
这是我第一数据库学习程序,简单的ADO数据库,本程序明确说明了ADO的连接,访问等!可以使得初学ADO的人,尽快入门,欢迎大家访问下载,试用。
- 2022-02-03 01:40:41下载
- 积分:1
-
样品中的WCF安全认证要求,使用WCF是否可以…
wcf中进行安全认证调用的示例,使用wcf的可以下载-wcf security authentication calls in the sample, using wcf to see if that can be downloaded
- 2023-07-24 18:55:03下载
- 积分:1
-
C语言实现追赶法
可方便三对角线矩阵的运算
C语言实现追赶法
可方便三对角线矩阵的运算-C language to catch up with the law will facilitate the three diagonal matrix arithmetic
- 2022-08-07 01:04:18下载
- 积分:1
-
这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式...
这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式-This book introduces the basic regular expression syntax and application of easy step-by-step can help you quickly master the regular expression
- 2022-07-01 19:59:23下载
- 积分:1
-
Introduction to JQuery started JQuery entry JQuery
JQuery入门 JQuery入门-Introduction to JQuery started JQuery entry JQuery
- 2022-06-29 06:55:37下载
- 积分:1
-
Median Filter is such a kind of non linear filter which minimizes the mean squar...
Median Filter is such a kind of non linear filter which minimizes the mean square error to a large extent.
- 2022-10-31 10:45:03下载
- 积分:1
-
一个好的 代理的例子
一个好的 代理的例子-a good example
- 2022-02-10 00:21:37下载
- 积分:1
-
实现Zip压缩和解压缩的Delphi源代码
实现Zip压缩和解压缩的Delphi源代码-Zip/Unzip program by Delphi
- 2023-01-17 22:15:03下载
- 积分: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++代码的其他例子
other example of c++ code
- 2023-07-24 05:35:02下载
- 积分:1