-
Programming expert Proverbs, for realization of high
编程高手箴言,对于变现高质量的代码有很好的帮助-Programming expert Proverbs, for realization of high-quality code has a very good help
- 2022-02-15 07:41:35下载
- 积分:1
-
模式识别中的在线签名鉴定,包括AR实现算法,DTW算法及应用实例。很好用...
模式识别中的在线签名鉴定,包括AR实现算法,DTW算法及应用实例。很好用-pattern recognition of online signature identification, including AR algorithm, DTW and application examples. Good use
- 2022-02-26 16:48:28下载
- 积分:1
-
Zhang Wuchang economic explanation for the master's worth reading
张五常
经济解释 大师之作 值得一读-Zhang Wuchang economic explanation for the master"s worth reading
- 2022-01-25 22:20:01下载
- 积分:1
-
查看窗体句柄的程序!很好用的!
是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以...
查看窗体句柄的程序!很好用的!
是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以简单调节窗口的状态和形为,如是否可见,是否可用,最大化,激活等。除此以外,您还可以把它当作一个截图的小工具来用。-See form handle the procedure! Good use! Programming is a powerful tool for analysis of unique structural form. Can be in hexadecimal and decimal display in two different ways, such as window handle all values. This software can also be a simple window regulator for the state and shape, such as whether or not we can see that is available, maximizing, etc. activated. Alternatively, you can treat it as a screenshot of a small tool to use.
- 2022-02-28 15:09:01下载
- 积分:1
-
这是一本关于ALTERA的高级教程,对于有需要的朋友可以
这是一本关于ALTERA的高级教程,对于有需要的朋友可以-This is an advanced tutorial on ALTERA, for there is a need to be friends
- 2022-04-10 23:31:14下载
- 积分:1
-
好书一定要大家分享!
好书一定要大家分享!-books to share with you!
- 2023-03-11 03:45:04下载
- 积分:1
-
AVkiller V4.2.rar good things to share with everyone
AVkiller V4.2.rar
好东西大家一起分享
-AVkiller V4.2.rar good things to share with everyone
- 2022-04-22 01:06:59下载
- 积分:1
-
本书讲述了vc初学阶段的100个由简单到复杂的很多例子,很适合初学者。...
本书讲述了vc初学阶段的100个由简单到复杂的很多例子,很适合初学者。-Vc book about the beginning stages of 100 from the simple to the complex a lot of examples, it is suitable for beginners.
- 2022-04-21 08:02:22下载
- 积分:1
-
一本不错的sql教程 英文版
一本不错的sql教程 英文版-a good sql English Guide
- 2023-09-02 00:35:06下载
- 积分: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