-
WINIO use of a keyboard and write small examples. To illustrate that the WINIO u...
一个使用WINIO对键盘端口进行读写操作的小例子.想说明的是,使用了WINIO,对端口进行程序操作真的很简单.-WINIO use of a keyboard and write small examples. To illustrate that the WINIO use of the procedures for port operations really very simple.
- 2022-01-22 17:40:51下载
- 积分:1
-
这个snake程序是NetBSD操作系统源代码的一部分,要是你能发现Bug,我先恭喜你。...
这个snake程序是NetBSD操作系统源代码的一部分,要是你能发现Bug,我先恭喜你。-The snake process is NetBSD part of the operating system source code, if you can find Bug, I would like to congratulate you.
- 2022-06-20 15:38:42下载
- 积分:1
-
Brief introduction of stochastic processes, which includes the conditions of exp...
简要介绍随机过程,其中包括期望点的条件,更新过程,Mark-Shikishima链
- 2022-06-27 06:55:29下载
- 积分:1
-
拉伸图象,如何使用图象
拉伸图象,如何使用图象-tensile images, the use of image
- 2022-02-01 17:38:31下载
- 积分:1
-
VisualC_下强大的科学运算函数库_MATCOM之Matrix_LIB_
VisualC_下强大的科学运算函数库_MATCOM之Matrix_LIB_-VisualC_ under the strong scientific computing library _MATCOM of Matrix_LIB_
- 2022-01-27 20:46:49下载
- 积分:1
-
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, t...
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, the spatial dimension
N, the number of points to generate
SEED, the initial seed value.
Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.
-UNIFORM_DATASET is a FORTRAN90 program which creates a uniform random dataset and writes it to a file.
- 2023-09-09 19:50:04下载
- 积分:1
-
button按钮的小程序
button按钮的小程序-button button for the small program
- 2022-03-03 15:17:29下载
- 积分: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
-
The Duine Framework is a (collection of) software libraries that allows develope...
The Duine Framework is a (collection of) software libraries that allows developers to create prediction engines for their own applications. A prediction engine is a component that predicts how interested individual users are in pieces of information. Such predictions can be used to personalise information to users, specifically in recommending to users what information is and is not of interest to them.
Duine is the Irish Gaelic word for person and is pronounced as “dinne” (diner without an ‘r’).
Duine has been developed by the Telematica Instituut/Novay and is based on scientific research on personalisation and specifically into recommender systems. The scientific research results on which the Duine software is based are available at the Telematica Instituut/Novay, you can download the pdf here
- 2022-01-22 06:50:58下载
- 积分:1
-
According to the agreement written in an MSN chat communication program
根据MSN协议写的一个聊天通讯程序
模拟微软MSN-According to the agreement written in an MSN chat communication program
- 2022-02-22 11:25:30下载
- 积分:1