-
Using DirectDraw in Document/View Architecture:I was working on some design for...
Using DirectDraw in Document/View Architecture:I was working on some design for Galloping Ghost Productions when I discovered there is a way to integrate a DirectDraw interface into Document/View architecture. I wrote this CDDrawSystem class (located in DDrawSystem.h and DDrawSystem.cpp files) to display graphics using DirectDraw.
-Using DirectDraw in Document/View Archit ecture : I was working on some design for Galloping Ghost Productions when I discovered there is a way to i ntegrate a DirectDraw interface into Document/View architecture. I wrote this CDDrawSystem class (located in DDrawSystem.h and DDrawSyst em.cpp files) to display graphics using Direct Draw.
- 2023-02-17 21:00:03下载
- 积分:1
-
驱动模型的例子,非常好用,如果需要,那你就下载吧,没人拦你的...
驱动模型的例子,非常好用,如果需要,那你就下载吧,没人拦你的-a very useful example of enabling and disabling the usb
- 2022-03-18 21:34:09下载
- 积分: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
-
新编Windows_API_参考大全
新编Windows_API_参考大全-New Windows_API_ reference Daquan
- 2022-03-05 08:52:43下载
- 积分:1
-
Outlook式样界面菜单和页面控制,非常有用,可以是尝试一下啊
Outlook式样界面菜单和页面控制,非常有用,可以是尝试一下啊-Outlook style interface menu and page control, very useful, it can be to try ah
- 2022-03-18 22:19:46下载
- 积分:1
-
一个模拟的COM的改进(一个win32的控制台程序)
一个模拟的COM的改进(一个win32的控制台程序)-a simulated COM improvements (a win32 the Console)
- 2022-07-09 23:37:13下载
- 积分:1
-
The Art of Multiprocessor Programming
The Art of Multiprocessor Programming
- 2022-08-09 20:23:58下载
- 积分:1
-
Standard C++ Treasury Complete Works for study and C++ Friends learning, the use...
标准C++库全集,用于学习C++的朋友学习,查找编程时使用的各种库文件-Standard C++ Treasury Complete Works for study and C++ Friends learning, the use of programming to find a variety of library file
- 2022-02-13 03:46:06下载
- 积分:1
-
分形图的实现:c++源代码,分形树由递归算法生成。
分形图的实现:c++源代码,分形树由递归算法生成。-Fractal graphic sample
- 2022-03-20 11:38:58下载
- 积分:1
-
机器人的手臂的移动和正投影的效果。机器人的姿态
机器人的手臂的移动和正投影的效果。机器人的姿态-Robot arm movement and orthographic projection effects. Robot posture
- 2022-02-20 04:29:02下载
- 积分:1