-
BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。
其中 Compressor/TrainerWit...
BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。
其中 Compressor/TrainerWithDiagram.class , 是一个用于演示的训练器, 产生制定范围内的数,生成随即样本, 并训练。
MainClass.class , 指一个数据压缩器的启动界面。
本来是用来做压缩的, 后来查到有人申请了专利, 我又没有时间改,所以罢了。
发上来给大家参考。代码没有整理, 写了也有几个月了, 有些类的功能忘了。自己研究吧。-发上来给大家参考。代码没有整理, 写了也有几个月了, 有些类的功能忘了。自己研究吧。
- 2022-08-19 14:42:30下载
- 积分:1
-
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一...
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK- JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread e
- 2022-07-01 06:32:38下载
- 积分:1
-
JAVA计算器,非常简单
JAVA计算器,非常简单-Java calculators, and is very simple
- 2022-07-04 14:19:48下载
- 积分:1
-
java写的用于远程执行程序的shell程序
java写的用于远程执行程序的shell程序-java writes uses in the long-distance executive routine shell
procedure
- 2022-02-01 15:02:05下载
- 积分:1
-
商场VIP消费管理系统 解压缩后可见使用说明
商场VIP消费管理系统 解压缩后可见使用说明-malls VIP consumption management system decompress after Visibility use
- 2023-04-14 16:35:04下载
- 积分:1
-
适合于课程设计和毕业设计的库存管理系统…
库存管理系统,适合课程设计和毕业设计参考。-inventory management system suitable for curriculum design and graduation design.
- 2023-08-17 16:20:03下载
- 积分:1
-
This is a supermarket VIP consumption management systems, Java development envir...
这是一个超市VIP消费管理系统,开发环境是JAVA,一般版本都能运行。-This is a supermarket VIP consumption management systems, Java development environment is generally version to run.
- 2022-07-19 19:39:01下载
- 积分:1
-
- 2022-03-02 20:07:00下载
- 积分:1
-
jsf做的增删改的例子,比较短小,代码不多,但展现了做master...
jsf做的增删改的例子,比较短小,代码不多,但展现了做master-detail时的思路,可以参考-jsf do any additions or deletions to make the examples more short, not much code, But do show a master-detail the ideas, we can make reference to
- 2022-02-06 07:23:36下载
- 积分:1
-
排序算法可能用到的基本单元――SortItem对象
排序算法可能用到的基本单元――SortItem对象-sorting algorithm may be used as the basic unit-- SortItem target
- 2022-08-12 17:46:54下载
- 积分:1