-
CserialPort串口通讯源码
CserialPort串口通讯源码
- 2022-02-06 00:15:57下载
- 积分:1
-
白话C++还不错,介绍了一些很常用的基础知识,讲得比较通俗易懂。...
白话C++还不错,介绍了一些很常用的基础知识,讲得比较通俗易懂。-Vernacular C++ is also good to introduce some very basic knowledge of commonly used, stood out user-friendly.
- 2023-08-18 13:45:04下载
- 积分:1
-
图形绘画中的3d网格图
图形绘画中的3d网格图-graphic painting of 3d grid map
- 2022-08-26 02:35:41下载
- 积分:1
-
基于微软XNA的游戏编程,基于微软XNA的游戏编程
基于微软XNA的游戏编程,基于微软XNA的游戏编程-Based on Microsoft
- 2022-05-31 16:04:00下载
- 积分: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
-
xlib使用手册,非常好的学习xlib编程,以及了解X图形界面的文档,只有英文的。...
xlib使用手册,非常好的学习xlib编程,以及了解X图形界面的文档,只有英文的。-xlib manual, very good learning xlib programming, as well as the understanding of X graphical interface documentation only in English.
- 2022-01-28 22:24:16下载
- 积分:1
-
Fullscreen OpenGL Appp
Fullscreen OpenGL A-Fullscreen OpenGL Appp
- 2023-07-18 19:45:04下载
- 积分:1
-
LAN
基于局域网络的命令和数据传输 在一台机器上,将点、线、面的绘画命令和参数通过局域网发送到另外一台计算机上,并在其屏幕上显示绘画结果 -LAN-based commands and data transmission on a single machine, will be point, line, surface drawing commands and parameters sent via the LAN to another computer, and the results of their paintings displayed on the screen
- 2022-03-18 03:40:42下载
- 积分:1
-
网络流量显示
这是一个简单的小程序,vc6.0平台下能运行,可以获取当前网络流量信息,网速,并用图表形式显示
- 2022-05-26 07:33:39下载
- 积分:1
-
从TS流中提取每一个188的TS包,使用三种策略来分析
从TS流中提取每一个188的TS包,使用三种策略来分析-TS stream from the extraction of each TS packet 188, the use of three strategies to analyze
- 2022-01-26 01:53:07下载
- 积分:1