-
关于一些算法的例子,我看着还不错,有不足的地方希望大家指导...
关于一些算法的例子,我看着还不错,有不足的地方希望大家指导-Algorithm on some examples, I looked pretty good, has the shortage of places I hope to guide U.S.
- 2022-11-02 15:55:03下载
- 积分:1
-
ANN
基于ANN神经网络预测方法,可以较为精确地绘制出预测值与实际值以及误差的曲线-ANN-based neural network prediction method, you can more accurately draw predictive value and the actual value and the error curve
- 2023-04-17 10:15:03下载
- 积分:1
-
一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快...
一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
- 2023-08-02 22:25:02下载
- 积分:1
-
LZHUF、LZSS、LZARJ压缩算法
LZHUF、LZSS、LZARJ压缩算法-LZHUF, LZSS, LZARJ Compression Algorithm
- 2023-04-18 11:30:03下载
- 积分:1
-
汉字编码转换过程与大家分享好东西
汉字转换内码程序
好东西大家一起分享
-Kanji code conversion process to share good things with everyone
- 2023-04-11 14:35:03下载
- 积分:1
-
数字电压表,能实时稳定显示,误差小,四位显示
数字电压表,能实时稳定显示,误差小,四位显示
- 2022-01-30 13:06:41下载
- 积分:1
-
open i think you shoud open idea
prepared by the pivotal games, and we can usu...
关于vb的一些代码
C#制作的拼图游戏C#制作的拼图游戏C
・拼图游戏,可以回退等。练手用的。
・-open i think you shoud open idea
prepared by the pivotal games, and we can usually common are very similar. readers can learn code, the reference program, of course, can also entertainment for the readers.
- 2022-12-09 15:40:03下载
- 积分:1
-
VQ压缩算法,含训练数据。这是很经典的压缩编码算法。
VQ压缩算法,含训练数据。这是很经典的压缩编码算法。-VQ compression algorithm, with training data. This is a very classic compression coding algorithm.
- 2022-03-23 18:07:03下载
- 积分:1
-
这是一个细胞识别系统。有具有学习意义。是JAVA初学都的良好例子。...
这是一个细胞识别系统。有具有学习意义。是JAVA初学都的良好例子。-failed to translate
- 2022-01-26 03:22:13下载
- 积分:1
-
0_1背包问题使用一个给定n种去的动态规划解法…
0_1背包问题用动态规划解给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-0_1 knapsack problem using dynamic programming solution of a given n types of goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
- 2023-04-12 03:25:02下载
- 积分:1