搜索资源列表
AI-90-10.ZIP
- 人工智能算法包含各种情况可在Delphi和C++中使用-artificial intelligence algorithms encompass a variety of situations in Delphi and C use
WZQ
- 一个简单的五子棋的算法,带AI。暂时没有测试,可以供初学者学习学习-A semple source.conclude AI
canon2
- 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Sh
Majo1
- 给定含有n 个元素的多重集合S = { a1,a2 ,……,an} ,1≤ai≤n,1≤i≤n。 每个元素在S中出现的次数称为该元素的重数 多重集S中重数大于n/2 的元素称为主元素 设计一个O(n)时间算法,计算S 的主元素 -Given the multiple of n elements containing the set S = {a1, a2, ......, an}, 1 ≤ ai ≤ n, 1 ≤ i ≤ n. Each element in S is calle