-
图像检索的文章,是博士论文,感兴趣的可以下载呀
图像检索的文章,是博士论文,感兴趣的可以下载呀-image retrieval article is doctoral thesis interested can download ah
- 2022-11-26 02:20:03下载
- 积分:1
-
wireless simualtion in wlan system
wireless simualtion in wlan system-simulation
- 2023-06-21 14:30:03下载
- 积分:1
-
微软八十年代老程序员的经验之谈,探讨如何编写编写高效无错代码,也是华为开发人员的必备宝典...
微软八十年代老程序员的经验之谈,探讨如何编写编写高效无错代码,也是华为开发人员的必备宝典-old programmer with the experience to explore ways of preparing the efficient code no wrong, Huawei is also developing the necessary treasury
- 2023-07-16 04:00:03下载
- 积分:1
-
Petzold《Windows程序设计开发指南》, (中文版,chm文件)
Petzold《Windows程序设计开发指南》, (中文版,chm文件)-Petzold "Windows Programming Development Guide" (Chinese version, chm)
- 2022-04-13 05:30:01下载
- 积分:1
-
J2ME mobile game development technology explain, mobile game development informa...
J2ME手机游戏开发技术详解,手机游戏开发资料-J2ME mobile game development technology explain, mobile game development information
- 2022-04-22 00:44:41下载
- 积分:1
-
Delta
Delta-Sigma转换器是采用超采样的方法将模拟电压转换成数字量的1位转换器,它由1位ADC、1位DAC与一个积分器组成,见图1。Delta-Sigma转换器的优点表现在低成本与高分辨率,适合用于现在的低电压半导体工业的生产-Delta-Sigma converters are super-sampling method to convert the analog voltage of a digital converter, which consists of an ADC, 1 Wei DAC with an integrator component, shown in Figure 1. Delta-Sigma converter performance advantages of low-cost and high-resolution, suitable for use in the current production of low-voltage semiconductor industry
- 2022-04-25 03:36:08下载
- 积分:1
-
Professional PHP5 code for this book
Professional PHP5 code for this book
- 2022-10-19 16:35:04下载
- 积分:1
-
Opensuse toolbox very good book
Opensuse toolbox very good book
- 2022-03-21 18:03:28下载
- 积分:1
-
any platform, security is most important. half of concern is the safety of windo...
对于任何平台来说,安全性是最重要的,我们一半关心的是windows平台的安全,其实Linux平台的安全仍然重要,这就是一本详细介绍Linux平台各方面的书籍。-any platform, security is most important. half of concern is the safety of windows platform, Linux security remains important, This is a Linux platform in detail all aspects of books.
- 2022-03-20 19:10:47下载
- 积分: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