-
very simple VB small program, I was in the process of learning VB production. On...
很简单 的VB小程序,是本人在学习VB过程中制作的。仅以次献给需要完成作业的同学!-very simple VB small program, I was in the process of learning VB production. Only dedicated to meeting the needs of the students accomplished!
- 2022-05-12 11:27:41下载
- 积分: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
-
procedures have only mean of 0 and variance for a random number to produce the m...
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
- 2022-10-24 11:05:03下载
- 积分:1
-
Visual C++网络通信协议分析,使你对网络编程有一个全新的掌握
Visual C++网络通信协议分析,使你对网络编程有一个全新的掌握-Analysis of network communication protocal in vc, you can gain a completely new understanding of network programming
- 2022-12-10 15:35:04下载
- 积分:1
-
formulaparser
超强的公式表达式解析器,可自定义函数,含使用例子-FormulaParser
- 2023-01-01 17:50:03下载
- 积分:1
-
深入C++语法的一个列子,大家看看吧,可能对大家有帮助哈
深入C++语法的一个列子,大家看看吧,可能对大家有帮助哈-depth of a C syntax Liezi, we look at it, we are likely to help Kazakhstan
- 2022-07-07 04:15:00下载
- 积分:1
-
C# datagrid 编程实例, 简短明了。
C# datagrid 编程实例, 简短明了。-C# programming examples, short and focused.
- 2022-02-07 06:41:11下载
- 积分:1
-
under several rows and columns, creating a random array, and the inquiry
根据行和列数,随机创建一个数组,并有查询功能-under several rows and columns, creating a random array, and the inquiry
- 2022-02-15 01:25:16下载
- 积分:1
-
、完全支持生成htm,html后缀的静态文件,目前支持生成4种文件后缀:htm,html,shtml,asp。
2、修正以前整站加密的js伪加密为动态加密。...
、完全支持生成htm,html后缀的静态文件,目前支持生成4种文件后缀:htm,html,shtml,asp。
2、修正以前整站加密的js伪加密为动态加密。
3、修正了登录框调用的动态读取及验证码问题。
4、加入了相册缩略图和图片水印。
5、加入了回复和评论验证码。
6、用户管理后台首页的改进。
7、修正了ubb分段及部分标签解析的问题。
8、修正了整合论坛第一次登录出错的问题。
9、修正了其他已知bug。-and fully support the formation htm, html suffix static document, currently supports four types of documents generated suffix : htm, html, shtml, asp. Two, that before the whole point of encryption to encrypt js pseudo-dynamic encryption. 3, amended Login box called dynamic code reading and verification issues. 4, by adding a photo album and photo thumbnail watermark. 5, by adding a response to comments and validation code. 6, user management background Home Improvement. 7, amended UBB and some sub-label analysis of the problem. 8, amended the integration of the first Forum of errors logged. 9, amended other known bug.
- 2022-01-28 21:45:33下载
- 积分:1
-
利用VB板球统计
cricket statistics using vb
- 2022-12-08 17:45:03下载
- 积分:1