登录
首页 » Windows开发 » bp,hopfild等多种网络的vc实现

bp,hopfild等多种网络的vc实现

于 2022-01-21 发布 文件大小:4.50 MB
0 194
下载积分: 2 下载次数: 1

代码说明:

bp,hopfild等多种网络的vc实现-bp,hopfild and multifold network s VC realization

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
    目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。   由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。   假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
    2022-07-09 13:07:36下载
    积分:1
  • Using VC to start word, and can control the output, use of Microsoft
    用VC来启动word,并可以控制输出,利用了微软的com接口-Using VC to start word, and can control the output, use of Microsoft
    2022-03-24 23:56:22下载
    积分:1
  • pcmtest pcm播放器
    pcmtest能将原始PCM数据转成标准WAV文件的源码。
    2023-03-22 12:15:03下载
    积分:1
  • c语言课程设计,7个例子。中等难度。应付课设没有问题。
    c语言课程设计,7个例子。中等难度。应付课设没有问题。-c language curriculum design, example 7. Medium difficulty. NOT set up to deal with the issue of class.
    2023-02-24 07:10:03下载
    积分:1
  • 提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。...
    提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-extraction and insertion Operator. One of the VC input and output streams procedure more suitable for beginners VC. After I uploaded a series of this type of source for all learning.
    2022-05-15 04:38:33下载
    积分:1
  • i.MX27 SDHC驱动WINCE6.0
    i.mx27 sdhc driver for wince6.0
    2022-01-21 00:17:47下载
    积分:1
  • (C语言)大数的加法
    在COJ上测试通过,大数据的加法,不止64位可以加哦~
    2022-06-02 19:16:39下载
    积分:1
  • MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。...
    MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)-MFC Message Mapping Analysis of the mechanism on how to use ClassWizard,, understand this window to the news is being MFC framework through window handles mapping information and mapping table to table by the window class In response to the function. Table master device descriptions and Packaging category CDC use, and the CDC is how specific equipment linked to the occurrence, Fusion specific drawing program for analysis. How to set up a closed graphics filled brush (picture-painting brushes and transparent use of the brush)
    2023-03-17 17:45:03下载
    积分:1
  • 基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法
    BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。
    2023-06-14 06:35:04下载
    积分:1
  • 列表控件的自绘功能,及列表控件的使用。通过自定义类,实现自定义的控件列表。
    列表控件的自绘功能,及列表控件的使用。通过自定义类,实现自定义的控件列表。-Self-drawn list control functions, and controls the use of the list. Through custom categories, the realization of a custom list control.
    2022-02-10 11:49:52下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载