搜索资源列表
asm_music
- PC计算机钢琴程序子程序: 包括以下资料 软件:提取音乐代码的软件工具(自己用VB写的) 资料:所有与按键和PC Sound有关资料 唱歌:包括歌曲有 聚萍、同一首歌、月亮代表我的心、美丽的神话、新年好、天空之城、 生日快乐、梁祝、铃儿响叮当、标准测试、 高低音阶测试、动画、PC钢琴 相关函数:延时、发声、查表、按键扫描、字符串显示-PC computer program subroutine Piano: software include the following
CRC_Wrong_Dec_1
- CRC侦测 当data大于poly除式会有 错误的验证code 让你了解为何会出错 可以得知误判的个数-CRC to detect except when the data is larger than poly-type the verification code would be erroneous to find out what mistakes you can see that the number of miscarriage of justice
shiyan2
- 求一元n次多项式的值 一个n次多项式如: 其中 被称为系数。在本题中使用LinkedList类,其数据记录项Term中包含每一项的系数 及x的幂次。 struct Term { double coeff int power } 在程序中以(系数、幂次)对的序列输入一个多项式。在输入的幂次为0时终止程序,将每对系数/幂次存储到按幂次排序的链表中。 (a)按以下形式输出结果多项式中的每一项 ai*x^