-
Introduce some views to linux and unix
Introduce some views to linux and unix
- 2022-02-05 14:07:45下载
- 积分:1
-
php 一般代码 还是不错的东西 我就贡献这么多了 别建议
php 一般代码 还是不错的东西 我就贡献这么多了 别建议-php code or in general a good thing I contributed to so many of the other recommendations
- 2022-01-28 00:25:28下载
- 积分:1
-
是用VHDL写的一个常用的ALARM BUFFER,相信对电子设计的朋友有所帮助~...
是用VHDL写的一个常用的ALARM BUFFER,相信对电子设计的朋友有所帮助~-VHDL is a commonly used written ALARM BUFFER, believe that the design of electronic Friend help ~
- 2022-08-21 22:56:18下载
- 积分:1
-
有关44B0的一些中文资料,包括开发手册等
有关44B0的一些中文资料,包括开发手册等-44B0 some of the Chinese data, including the development of manuals!
- 2022-05-24 16:11:29下载
- 积分:1
-
first half of 2004 the department in the afternoon to answer questions and
2004上半年系分下午试题与解答-first half of 2004 the department in the afternoon to answer questions and
- 2022-07-04 01:22:57下载
- 积分:1
-
some kind of construction norms, welcome to download, perhaps useful
建筑工程类的一些规范,欢迎下载,或许有用-some kind of construction norms, welcome to download, perhaps useful
- 2022-08-13 16:31:01下载
- 积分:1
-
白领教材,高清版
白领教材,高清版-void CPrintView::OnPrepareDC(CDC* pDC, CPrintInfo* pInfo)
{
CScrollView::OnPrepareDC(pDC, pInfo)
// TODO: Add your specialized code here and/or call the base class
if (pInfo!=NULL)
pInfo_>m_bContinuePrinting=!m_bPrintEnd
}
- 2022-01-26 06:27:44下载
- 积分:1
-
该书在国内被翻译为《零错误编程》,中文版的,对于提高代码质量帮助挺大的...
该书在国内被翻译为《零错误编程》,中文版的,对于提高代码质量帮助挺大的-book has been translated in China as "zero-error programming", the Chinese version of the code for improving the quality of the help Tingda
- 2022-02-07 18:03:00下载
- 积分:1
-
一本好书:The thinking of C++ 英文版
一本好书:The thinking of C++ 英文版-a subtitle : The thinking of C English
- 2022-10-09 16:30:03下载
- 积分:1
-
0_1背包问题,回溯法解背包问题
0
0_1背包问题,回溯法解背包问题
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包
问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类
似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当
右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余
物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右
子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后
依次装入物品,直至装不下时,再装入该物品的一
- 2022-01-26 04:12:33下载
- 积分:1