-
实现离散卷积的一个小程序,希望对有需要的人有所帮助。
实现离散卷积的一个小程序,希望对有需要的人有所帮助。-Discrete convolution to achieve a small program, I hope those who are in need of help.
- 2022-05-23 11:17:32下载
- 积分:1
-
用控制台写的多线程程序,关于数据共享和退出的c++程序.
用控制台写的多线程程序,关于数据共享和退出的c++程序.-console was made using the multi-thread programming, data sharing and on the withdrawal of c procedures.
- 2022-07-25 19:17:25下载
- 积分:1
-
VC环境下组播发送,通过多媒体定时器,实现定时发送!
VC环境下组播发送,通过多媒体定时器,实现定时发送!-Multicast Send VC environment, through the multimedia timer to achieve timing Send!
- 2022-12-23 19:45:04下载
- 积分:1
-
using C++ Language to accomplish a link
using C++ Language to accomplish a link-list to solve the problem of Josephus.
- 2022-07-23 16:34:34下载
- 积分:1
-
使用DAO访问数据库的例子
使用DAO访问数据库的例子-DAO access to the database using the example
- 2022-07-25 03:54:31下载
- 积分:1
-
ntfs 文件恢复 希望需要的朋友有价值
ntfs 文件恢复 希望需要的朋友有价值-ntfs file recovery
- 2022-01-25 23:04:59下载
- 积分:1
-
1背包问题是NP难题。0
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一部分而装满背包。由此得到的价值是 右子树中解的上界。-0-l knapsack problem is selected subset of the problem. Under normal circumstances, 0-1 knapsack problem is NP-hard. 0-1 knapsack problem the solution space available subset of the tree said. Xie 0-1 knapsack problem with the law retroactively loading the retroactive law very similar. The search solution space trees, as long as their son left node is a viable nodes, the search entered its left subtree. When the right subtree is the optimal solution may contain only son into the right tree search. It will cut right subtrees. Suppose that r is the total value of the remaining items; Cp is the current value; Bestp is currently the best value. When cp r bestp, they can cut right subtrees. Calculation right
- 2022-03-25 00:00:51下载
- 积分:1
-
钱能C++程序设计教程第二版 十分牛叉的一本书 推荐想学好C++的朋友一定不要错过...
钱能C++程序设计教程第二版 十分牛叉的一本书 推荐想学好C++的朋友一定不要错过-Money can C++ Programming Tutorial second edition of the great cattle fork recommend a book you want to learn C++, a friend must not miss the
- 2022-05-07 00:41:18下载
- 积分:1
-
一个还算可以得屏幕保护程序
一个还算可以得屏幕保护程序-it can be a fairly screen protection program
- 2022-02-16 02:09:54下载
- 积分:1
-
Notepad++源代码
Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器。为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软体开...
Notepad++源代码
Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器。为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软体开发专案采用 win32 api 和 STL 以 C++ 程式语言撰写成,并且选用功能强大的编辑模组 Scintilla。多亏它的轻巧与执行效率,Notepad++ 可完美地取代微软视窗的记事本。这个软体开发专案已臻於成熟阶段,然而目前只有一个人从事软体开发与维护的工作,瑕疵是无法避免的。如果你有任何关於
Notepad++ 的建议,欢迎来信与我联系,但我不保证你的提议一定会被采用。希望你使用 Notepad++ 就像我开发它一样充满乐趣。这个压缩里是源代码,不包括可执行文件。-err
- 2022-01-25 18:31:40下载
- 积分:1