-
CP1251字库文件,BMP格式,由SetFont Visual Basic程序产生。
CP1251字库文件,BMP格式,由SetFont Visual Basic程序产生。
- 2022-02-01 03:11:18下载
- 积分:1
-
反向传播代码逐步
通过基于tensorflow的keras深度学习框架,自己动手搭建自己的深度神经网络,通过对网络逐层的可视化,理解卷积层池化层的作用,可以看到梯度传播算法的参数对最后分类结果的影响。
- 2023-03-26 12:45:14下载
- 积分:1
-
用vc++开发的9×9数独游戏的计算机程序
用vc++开发的9×9数独游戏的计算机程序-Vc++ development with the 9 × 9 Sudoku computer program
- 2022-03-06 07:18:45下载
- 积分:1
-
算法分析中的实例,简单的贪心算法用于求解此类问题
算法分析中的实例,简单的贪心算法用于求解此类问题-Examples of algorithm analysis, the simple greedy algorithm for solving such problems
- 2023-08-10 05:10: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
-
随机抽样一致性算法,主要用于参数一致性的检验。
随机抽样一致性算法,主要用于参数一致性的检验。-RANSAC implemente
- 2022-06-16 09:15:29下载
- 积分:1
-
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(...
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-CSocket using Remote Desktop feature to achieve the realization of the main idea is: first Remote Desktop back to the local catch, and then in the dialog box shows that the local mouse and keyboard actions into command input, and then sent to the remote host implementation (in fact this step is to simulate the operation of mouse and keyboard), and finally Remote Desktop will return once again to capture the local, in the dialog box is displayed. And thus the realization of the system built-in Remote Desktop function.
- 2022-07-03 23:37:17下载
- 积分:1
-
vc excellent source, which is the first part
vc++精品源码,这是第一部分-vc excellent source, which is the first part
- 2022-05-17 17:19:18下载
- 积分:1
-
基于VB语言实现的报表功能。通过FTP服务器的客户端和服务器端。双数据库支持,支持SQL2000和ACCESS两个数据库切换。...
基于VB语言实现的报表功能。通过FTP服务器的客户端和服务器端。双数据库支持,支持SQL2000和ACCESS两个数据库切换。-Based on the statements of VB language features. FTP server through the client and server. Dual-database support, support SQL2000 and ACCESS switch the two databases.
- 2022-10-14 10:30:04下载
- 积分:1
-
MRULESS shows a way to strip the empty "Recent Files" item off the "File" menu w...
MRULESS shows a way to strip the empty "Recent Files" item off the "File" menu when there are no entries in the MRU.
- 2022-03-10 09:39:46下载
- 积分:1