登录
首页 » Windows开发 » 神经网络开发包用C++语言来编写的一段程序,不足之处请多指教。...

神经网络开发包用C++语言来编写的一段程序,不足之处请多指教。...

于 2022-09-08 发布 文件大小:1.98 kB
0 130
下载积分: 2 下载次数: 1

代码说明:

神经网络开发包用C++语言来编写的一段程序,不足之处请多指教。-Neural network development kit with C++ language section of the preparation of procedures, the inadequacy of advice please.

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

发表评论

0 个回复

  • 组合框的自绘,用的是DC呀,想画什么都可以。现在是以画一条直线为例,其它的可以类推了!...
    组合框的自绘,用的是DC呀,想画什么都可以。现在是以画一条直线为例,其它的可以类推了!-portfolio drawn from the box, using a DC ah, wanted to paint anything can be. Now is painting a straight line as an example, the other could analogy!
    2022-02-10 06:04:13下载
    积分:1
  • 一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。 该系统需要实现以...
    一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。 该系统需要实现以下功能: (1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中,插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息; (2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票使得该乘客的订票数为零时,要从乘客表中撤销该乘客项;否则给出相应的提示信息; (3) 将某航次的余票数恢复初值为该航次的最大客票数; (4) 显示:显示该机场各航次班机的售票情况。-Booking air tickets and a refund system. Assuming there are m a civil airport voyage of the flights, each voyage only to reach a destination, the trial design for an automated airport ticket booking and refund system. The system needs to achieve the following functions: (1) booking: If the voyage than the number of votes greater than or equal to the number of passengers booking, the passenger in the voyage List (alphabetical by passengers dictionary order), insert the booking information of passengers, and modify the data of the voyage Otherwise, the corresponding message (2) Refund: If the refund is less than the number of votes of the original passeng
    2022-08-03 17:49:14下载
    积分:1
  • VC2008写的一个桌面时钟程序,欢迎学习交流.
    VC2008写的一个桌面时钟程序,欢迎学习交流.-VC2008 write a desktop clock program, welcomed the study and exchange.
    2022-06-19 12:08:54下载
    积分:1
  • 自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编...
    自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language code in this editor, code folding implementation, the system reserved word color display, using scintilla implementation, and a very good combination with the MFC, you can use a similar approach to the code editor into the your own view class, just along the lines of this program rewritten onsize, oncreate function can be, scintilla use notepad++ re-compile the modified version, can be used directly inside the dll
    2022-02-28 14:53:16下载
    积分:1
  • Better Executable RC5 algorithm
    RC5是一种对称密钥分组密码,以简单著称。1994年由Ronald Rivest设计,RC代表“Rivest密码”,或者“Ron密码”(比较RC2和RC4)。高级加密标准(AES)候选RC6基于RC5。
    2022-05-07 23:33:21下载
    积分:1
  • 传真送程序,还不错
    传真发送程序,还不错-fax transmission procedures, but also good
    2022-01-25 16:53:07下载
    积分:1
  • 次系统包括项目的流程管理,文档管理,项目测试管理,项目验收等功能,可以运用到实际工作中去...
    次系统包括项目的流程管理,文档管理,项目测试管理,项目验收等功能,可以运用到实际工作中去-meeting of the system, including workflow management, document management, project management testing, project acceptance, and other functions, can be used in practical work to
    2022-10-15 22:50:03下载
    积分:1
  • VB.net 做的便签小工具,可以置顶,实时保存。VB.net读取文本文件的示例。
    有很多时候在网上查资料时,都需要临时复制一些文本到一个记事本文件中,汇总,然后编辑,在一起复制到需要的地方。然而,windows系统自带的记事本不能置顶,这就很不方便了。这个小程序可以实现置顶,可以调节字体大小、颜色和背景颜色和透明度。每次文件改动,内容都会自动保存到程序所在路径的一个txt文件中。当然,还有改进的地方,例如支持浏览历史纪录。还有就是,settings窗口的窗体设计文件丢失了,只有个代码文件。如果觉得难看很容易重新做一个的。
    2022-04-19 23:26:31下载
    积分:1
  • VC视频采集程序,可采集USB摄像头的图像,显示,截图
    VC视频采集程序,可采集USB摄像头的图像,显示,截图-VC Video Collection procedures, acquisition USB camera images, screenshots
    2023-03-19 02:15:03下载
    积分:1
  • After a certain period of time, restrict users to use computers in the Start but...
    在一定时间后,限制用户使用计算机 在开始按钮上显示剩余的时间-After a certain period of time, restrict users to use computers in the Start button to display the remaining time
    2022-01-21 00:30:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载