-
学习编程的好资料 初学者必备 拥有理论性加实践性
学习编程的好资料 初学者必备 拥有理论性加实践性-Good information for beginners to learn programming theory plus practical must-have
- 2022-02-04 16:30:33下载
- 积分:1
-
最详细的ADS编译器的介绍,相信,看了它你大部分关于ADS的困惑都能够解决了。...
最详细的ADS编译器的介绍,相信,看了它你大部分关于ADS的困惑都能够解决了。-The most detailed introduction ADS compiler, I believe, having read it you most of the confusion on the ADS will be able to resolve.
- 2023-06-12 05:35:03下载
- 积分:1
-
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价...
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Knapsack problem dynamic programming algorithm for a given n species JAVA 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-22 23:20:03下载
- 积分:1
-
TMS320VC5402
TMS320VC5402-09-10-20-549芯片资料手册-TMS320VC5402-09-10-20-549 chip information manual
- 2022-01-26 03:48:13下载
- 积分:1
-
debug编程的教程
debug编程的教程-debug Programming Guide
- 2022-03-20 00:59:36下载
- 积分:1
-
MIMO reference
the time reversal and MIMO system will conquer the multi-path in underwater acoustic communication, time reversal can omit multi-path adaptively, MIMO system will use the channel wideband efficiently
- 2022-07-28 10:49:35下载
- 积分:1
-
我刚开始学习,我感觉很好的上传,希望能为我游泳…
我刚开始学,感觉不错就上传了,希望对大家游泳-I have just started learning, I feel good on the upload, I hope to swim for the U.S.
- 2022-06-14 13:37:03下载
- 积分:1
-
用Java解决数值问题
用Java解决数值问题-using Java to solve numerical problems
- 2022-03-17 11:36:33下载
- 积分:1
-
本人初学VB时用到的两个PPT,希望与大家分享
本人初学VB时用到的两个PPT,希望与大家分享-VB beginner when I used the two PPT, I hope to share with you
- 2023-04-29 09:00:04下载
- 积分:1
-
The celebrated Kalman filter, rooted in the state
The celebrated Kalman filter, rooted in the state-space formulation or linear
dynamical systems, provides a recursive solution to the linear optimal filtering
problem. It applies to stationary as well as nonstationary environments. The
solution is recursive in that each updated estimate of the state is computed from
the previous estimate and the new input data, so only the previous estimate
requires storage. In addition to eliminating the need for storing the entire
1
past observed data, the Kalman filter is computationally more efficient than
computing the estimate directly from the entire past observed data at each step
of the filtering process.
- 2022-07-09 20:18:54下载
- 积分:1