搜索结果
找到约 744 项符合
acm-online 的查询结果
人工智能/神经网络 机器博弈机器搜索算法的研究
机器博弈机器搜索算法的研究,做acm与人工智能的可以参考下
数值算法/人工智能 PKU第1011题源码
PKU第1011题源码,具体请参考http://acm.pku.edu.cn/JudgeOnline/problem?id=10
数据结构 【USACO3.2.5】魔板
【USACO3.2.5】魔板 ,经典ACM题,采用BFS
数值算法/人工智能 betsy tour问题的详解
betsy tour问题的详解,适合做acm的同学
数值算法/人工智能 经典题目——百钱百鸡问题
经典题目——百钱百鸡问题,虽然很简单但是也是ACM培训初期必须掌握的呀
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
数据结构 使用贪心算法解决最优服务次序问题
使用贪心算法解决最优服务次序问题,效率高,适用于ACM竞赛