搜索资源列表
beibao
- 此代码实现的是01背包问题 具体实现方法是用c完成滴-This code is a 01 knapsack problem of the specific method is used to achieve complete drop c
tree
- 一个很好滴代码,你不用担心,下下来看了就明白了-A good drop of code, do not worry, the next down and read on to understand the
Overlap
- 重叠模型的基本设计原理便是让应用程序使用一个重叠的数据结构,一次投递一个或多个 Winsock I/O请求。针对那些提交的请求,在它们完成之后,应用程序可为它们提供服务。-The basic design principle of superposition model is to let applications use an overlapping of the data structure, a drop of one or more Winsock I/O requests. For t
fanxinsuanfa
- 定义一个vector,元素类型为INT,插入10个随机数,使用sort按升序排序,输出每个元素的值,再按降续排序,输出每个元素的值,练习用find查找元素,用min和max找出容器中的最小元素和最大元素,并输出。-Define a vector, the elements of type INT, insert 10 random numbers, use the sort ascending sort, the output value of each element, and then dr
probaility-of-coin-drop
- 对投币过程进行模拟,采用近似算法,绘制正态分布概率分布-Simulate the process on the coin, the use of approximation algorithms, rendering normal probability distribution
DP
- 随着动态规划在 OI 中的广泛运用,动态规划问题已经不再停滞于能够写出 方程就能得到完美解答。如今考察我们的对于动态规划的运用往往是考察动态规 划的优化,也就是降维。我们已经知道维护方程中的决策可以选择用数据结构进 行优化,比如:Splay、线段树,等等。这样的优化仅能将方程的时间复杂度下 降一个 LogN 的级别。如果 N 的范围相当大,即使下降一个 LogN 的级别也依然 超时呢?我们引进一种更强的优化——斜率优化。-With the extensive use of d