搜索资源列表
ai
- 一个acm题目系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下-a acm
shiyan
- Y=∑AI*BI ,I=1—8 , AI, BI为字节型无符号数,分别存于NUM1和NUM2开始的连续存储单元中,结果存于REST单元中,-this is a shiyan
shiyan2
- 求一元n次多项式的值 一个n次多项式如: 其中 被称为系数。在本题中使用LinkedList类,其数据记录项Term中包含每一项的系数 及x的幂次。 struct Term { double coeff int power } 在程序中以(系数、幂次)对的序列输入一个多项式。在输入的幂次为0时终止程序,将每对系数/幂次存储到按幂次排序的链表中。 (a)按以下形式输出结果多项式中的每一项 ai*x^
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
newPoker
- 德州扑克,模拟6人的德州扑克,玩家可以输入姓名,其他5人为AI且名字固定。 有几本的图像显示,牌桌,牌的花色-Texas Hold' em, Texas Hold' em simulation 6 people, players can enter a name, and the names of the other five human AI fixed. There are several image display, table, card suit
lutkox
- 调用百度AI开放平台动物识别API和百度百科API进行动物识别(Call Baidu AI open platform to identify API and Baidu Encyclopedia API for animal identification.)