-
WinRAR.5.71
Winare ver 5.71 full option
- 2020-06-16 23:20:01下载
- 积分:1
-
支持2
支持2-4人局域网对战,Host作为主机,Join加入游戏.采用回合制.
config.txt有游戏说明。-2-4 LAN support the war, Host, as the mainframe, Join in to play. Round using the system. config.txt game shows.
- 2022-01-22 13:58:15下载
- 积分:1
-
模拟DCS数据发包数据环境,UDP,在电厂做工程时因为不能随便接触控制网络,所以写了这样一个模拟DCS向外发布数据的程序,方便在开发环境进行调试。...
模拟DCS数据发包数据环境,UDP,在电厂做工程时因为不能随便接触控制网络,所以写了这样一个模拟DCS向外发布数据的程序,方便在开发环境进行调试。-UDP ,imitate DCS(Distribute Control System)output data circument。
- 2022-02-14 09:12:09下载
- 积分:1
-
CvvImage
好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
- 2016-05-03 09:55:45下载
- 积分:1
-
.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改...
.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL-. Using asynchronous socket connections, asynchronous to resolve the host name 2. Support multi-file, multi-level directory/subdirectory of the upload/download 3. File delete, rename, modify attributes and so on ...... 4. ....... a user" s password changes, etc. 5. breakpoint upload/download 6. to support drag and drop upload/download 7. custom FTP commands, etc. 8. Dial-Up Networking (tel. and ADSL
- 2022-02-01 18:06:36下载
- 积分:1
-
WinMem
window版本的memory读写范例,相当好用,而且实用(window version of the memory read and write examples, very easy to use and practical)
- 2010-07-21 19:55:23下载
- 积分:1
-
COPYFILE
VC++ MFC文件拷贝显示进度条,选择需要复制的文件、选择需要复制到的路径,开始复制文件时即可显示进度条,进度条上显示有数字百分比,适时显示复制进度。(VC++ MFC file copy shows the progress bar, select files to be copied, the choice of paths need to be copied to the beginning, copying a file to display a progress bar, progress bar displayed on a digital display percentage, the replication schedule timely.)
- 2014-09-24 12:14:41下载
- 积分:1
-
wenziyuan
说明:
仿windows文件管理器 ,有多标签,你可以打开海量标签,不拥挤,不杂乱,有强大而细致的标签管理,真正实现单窗口操作,多窗口切换,功能上windows该有的都有,没有的也有,比windows只强不弱,你会离不开它,有delphi7源代码。
本程序已实现了 ShellTreeView 和 ShellListView 所有用法,包括 排序,显示隐藏文件,显示扩展名,过滤,右键粘贴,等原先没有的功能,是极佳的参考资料,你可以轻易修改我的程序,创建自己的文件管理器。(Like windows file manager, a number of labels, you can open the mass label, not crowded, not cluttered, with a strong and detailed labeling regulations, the real single-window operation, multi-window switch function of the windows and some have not There are also more than just strong not weak windows, you can not do without it, there delphi7 source code. This procedure has been achieved and ShellTreeView all ShellListView usage, including sequencing, Show hidden files, show extensions, filters, right-paste, etc. is not the function of the original, is an excellent reference, you can easily modify my program to create its own File Manager.)
- 2009-08-02 16:26:58下载
- 积分:1
-
生成对抗网络在mnist数据集上的源代码
说明: 生成对抗网络,亲测可用,带有说明,有利于初学者学习(Generate confrontation network, pro-test available, with instructions)
- 2021-03-24 15:39:14下载
- 积分:1
-
readtxt2list
从txt中按按行读取文本保存为list或者vector(read text to list or vector)
- 2019-05-12 11:14:20下载
- 积分:1