-
gnu的make文件编写手册,英文版。所有gnu编译文件编写的命令,开关详解。...
gnu的make文件编写手册,英文版。所有gnu编译文件编写的命令,开关详解。-make the documentation gnu manual in English. All documents prepared by gnu compiler command switch detailed.
- 2022-01-21 03:35:09下载
- 积分:1
-
Able to use the structure of thinking and way of thinking of object
能够使用结构化思想和面向对象的思维方法设计小规模的应用程序,并在有关集成环境下(例如Visual C++)调试运行-Able to use the structure of thinking and way of thinking of object-oriented design of small-scale applications and integration in the environment (such as Visual C++) debugging run
- 2022-03-05 18:59:46下载
- 积分:1
-
网络管理,自己使用过,觉得比较简洁,而且很清晰,所以拿出来共享...
网络管理,自己使用过,觉得比较简洁,而且很清晰,所以拿出来共享-network management, their use and felt that the relatively simple, but very clear, so to share the show
- 2022-07-14 14:17:10下载
- 积分:1
-
windows
windows驱动开发的相关书籍,有兴趣的朋友可以-windows-driven development related books, are interested in friends
- 2023-08-24 21:25:06下载
- 积分:1
-
计算机三级网络技术资料,网络编程用,chm文件。
计算机三级网络技术资料,网络编程用,chm文件。-three computer network information technology, network with programming, chm document.
- 2023-08-25 05:55:03下载
- 积分:1
-
计算机控制系统
计算机控制系统--原理与设计,经典教材中译本。当年研究生时用的教材。-Computer Control System Theory and Design, a classic textbook translation. Year post-graduate teaching materials used.
- 2022-02-06 00:46:18下载
- 积分:1
-
这是关于C语言优化的经典论述,主要包括各种语法使用的优化技巧...
这是关于C语言优化的经典论述,主要包括各种语法使用的优化技巧-this is a book about c optimization
- 2022-03-28 20:29:35下载
- 积分:1
-
Windows blue screen error code list Note
WINDOWS 蓝屏错误代码说明一览表-Windows blue screen error code list Note
- 2022-03-19 03:35:48下载
- 积分: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
-
我们在用mfc编程中经常遇到的问题
我们在用mfc编程中经常遇到的问题-we used mfc programming frequently encountered problems
- 2022-05-14 16:44:41下载
- 积分:1