-
这是一篇博士论文,主要描述Web挖掘中涉及对一些经典问题的看法,是写得比较细的论文.
这是一篇博士论文,主要描述Web挖掘中涉及对一些经典问题的看法,是写得比较细的论文.-This is a doctoral thesis, the main description of Web mining involves a number of classic issues, is written in relatively thin paper.
- 2022-07-26 12:21:07下载
- 积分: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
-
Socket 聊天
资源描述利用Socket编写聊天程序 Windows Socket和套接口的基本概念 套接口,就是一个指向传输提供者的句柄。Win32中,套接口不同于文件描述符,所以它是一个独立的类型——Socket。
- 2022-02-24 10:09:21下载
- 积分:1
-
ADO在向动态链接库文件
ADO在WINCE中的动态链接库文件-ADO pulled in the dynamic link library file
- 2022-02-02 15:13:55下载
- 积分:1
-
学习矢量量化
LVQ 可以被理解为一个特殊情况的人工神经网络,更确切地说,它适用Hebbian 学习赢家通吃-基于方法。它是
- 2022-04-20 08:27:39下载
- 积分:1
-
game snake - Coursework
- 2022-11-11 12:35:03下载
- 积分:1
-
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
模仿了qt的风格,自己实现的一套C++ Windows 平台的基础类库,小巧灵活,能加快你的开发。
- 2022-04-28 11:50:40下载
- 积分:1
-
MJ,this the code of MJ, this is a test, the first time.
MJ,this the code of MJ, this is a test, the first time.-MJ,this is the code of MJ, this is a test, the first time.
- 2022-01-31 03:13:49下载
- 积分:1
-
eight digital vc the original document, with a manual only to the design of the...
八数码问题的vc原文件,用人工只能的a算法来设计的,请大家执教-eight digital vc the original document, with a manual only to the design of the algorithm, please coach
- 2022-03-23 18:56:31下载
- 积分:1
-
Parzen窗法应用概率密度函数估计问题。
应用Parzen窗法估计样本的概率密度函数;
估计样本为标准正态分布和均匀分布;-Application of Parzen window method estimates the probability density function of the sample estimated sample standard normal distribution and uniform distribution
- 2022-04-14 21:33:56下载
- 积分:1