搜索结果
找到约 164 项符合
NP-hard 的查询结果
Internet/网络编程 See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI iden
See Appendix B for a description of the programs included
on this companion disk. RESOURCE.WRI identifies other books
and resources for Internet programming. WEBHELP.HLP contains
an introduction to the World Wide Web. TCPMAN.HLP provides
detailed instructions to help you use the Trumpet Winsock
incl ...
其他 This a online education system that has not been completed yet.We have a long way to go to consummat
This a online education system that has not been completed yet.We have a long way to go to consummate this system.Let s work hard together and obtain more and more knowledge !
数据结构 计算图p(n,k)罗马支配数的算法
计算图p(n,k)罗马支配数的算法,计算罗马支配数是一个np—complete问题,这里给出一个相对高性能的算法。
USB编程 程序为D12的USB测试程序 main.c为主程序 D12.c为PDIUSBD12芯片操作子程序 usb,c为usb协议部分 isr.c为中断处理程序 包括定时器中断(没用)/
程序为D12的USB测试程序
main.c为主程序
D12.c为PDIUSBD12芯片操作子程序
usb,c为usb协议部分
isr.c为中断处理程序 包括定时器中断(没用)/INT0中断(单片机INT0脚与PDIUSBD12中断脚相连)
hard.c为硬件底层程序,读写端口
mydev.c为我的设备请求程序 ...
matlab例程 0-1整数规划有很广泛的应用背景
0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3, ...
人工智能/神经网络 10。《用于最优化的计算智能》
10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版
本书从讨论组合优化中的基本问题——NP问题入手,系统地讲述了近年来所发展起来的智能最优化的各种技术和方法,其中包括启发式搜索、Hopfield神经网络、模拟退火和随机机、均场退火以及遗传算法等;并在此基础上, ...
Internet/网络编程 Many programs today suffer from the fact that their users have to connect using IP addresses. This i
Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses also change. In addition, many collaborative programs could ...
数据结构 用遗传算法解0/1背包问题
用遗传算法解0/1背包问题,背包问题是著名的NP完备类困难问题,此处给出解法。
书籍源码 0_1背包问题,回溯法解背包问题 0-l背包问题是子集选取问题。一般情况下
0_1背包问题,回溯法解背包问题
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包
问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类
似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当
右子树有可能包含最优解时才进入右子树搜索。否则将右 ...
其他嵌入式/单片机内容 FLASH文件系统的源码
FLASH文件系统的源码,Flash memory is a nonvolatile memory, which allows the user
to electrically program (write) and erase information. The
exponential growth of flash memory has made this technology
an indispensable part of hundreds of millions of electronic
devices.
Flash memory has several ...