Chapter+1
Chapter+1技术资料下载专区,收录7,387份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
Chapter+1 全部资料 7,387 份
LPC2131 ,Printf函数通过串口1向上位机软件发送数据
LPC2131 ,Printf函数通过串口1向上位机软件发送数据,以后利用该模板即可正常使用Printf。
Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them i
Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them into 2 piles so that:...
给定n个节点xi(i=0,1,...,n-1)上的函数值yi=f[xi]
给定n个节点xi(i=0,1,...,n-1)上的函数值yi=f[xi],用拉格朗日插值公式计算指定插值点t处的函数近似值z=f[t]
编写颁奖程序:在N个选手中评出一等奖1名
编写颁奖程序:在N个选手中评出一等奖1名,二等奖2名,三等奖3名,输出得奖的情况。 评分过程为:M个裁判给选手打分,却掉一个最高分和一个最低分后,其他分数的平均分即为选手的得分。根据选手得分来评奖。
Ring register[1 from 8] which seven speeds. The result is presented on 8 LEDs. After every cycle, sp
Ring register[1 from 8] which seven speeds. The result is presented on 8 LEDs. After every cycle, speed grows. The proce...
Decimal counter which is counting from 256 to 0. After that there will appear logic "1" in out. You
Decimal counter which is counting from 256 to 0. After that there will appear logic "1" in out. You can stop counting by...
是一个数学的应用问题: 已知n个人(以编号1
是一个数学的应用问题: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。