虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

电动汽车,加速<b>转矩</b>,补偿

  • AVR单片机的Uart口转TWI源程序

    AVR单片机的Uart口转TWI源程序,包括原理图

    标签: Uart AVR TWI 单片机

    上传时间: 2014-11-29

    上传用户:waizhang

  • 一个linux下的pas转c工具

    一个linux下的pas转c工具,对阅读源代码又好处,大家

    标签: linux pas

    上传时间: 2015-05-21

    上传用户:Yukiseop

  • 数字运算

    数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    标签: 数字 运算

    上传时间: 2015-05-21

    上传用户:daguda

  • 篮牙spp profile软件

    篮牙spp profile软件,主要实现无线数据传输,dev——b是slave

    标签: profile spp 软件

    上传时间: 2013-12-28

    上传用户:ls530720646

  • 任意给定点坐标

    任意给定点坐标,可以拟合出B样条曲线,用Matlab写的,算法明确。

    标签: 定点

    上传时间: 2015-05-25

    上传用户:kernaling

  • 俄罗斯方块另类.zip - 又一个俄罗斯方块的代码(转)用vc写的著名游戏俄罗斯方块的代码

    俄罗斯方块另类.zip - 又一个俄罗斯方块的代码(转)用vc写的著名游戏俄罗斯方块的代码,希望对大家有所帮助 (2005-9-1,Visual C++,95KB,1次) 手机版的俄罗斯方块程序 .rar - 手机版的俄罗斯方块程序 休闲内的手机游戏。 (2005-4-9,Java,31KB,27次) 俄罗斯方块VC版加源代码注释.rar - VC编写的俄罗斯广块,源代码加注释,希望对大家有用~ (2005-4-23,Visual C++,5KB,6次) src4rusblock.rar - 俄罗斯方块游戏源程序,可在VC++中运行 (2005-4-23,Visual C++,368KB,3次) java2eorousifangkuai.rar - 一个俄罗斯方块游戏编程,java语言写的,应该很好玩吧,试试吧 (2005-4-18,Java,16KB,14次) 俄罗斯方块-网络版.rar - 本人自己编写的俄罗斯方块 小游戏 为

    标签: 俄罗斯方块 zip 代码

    上传时间: 2014-01-17

    上传用户:busterman

  • 单片机C51源程序有电动恐龙

    单片机C51源程序有电动恐龙,洗衣机,交通灯,数山羊个数,串口通讯等,真诚希望加为会员,谢谢!

    标签: C51 单片机 源程序 电动

    上传时间: 2015-06-02

    上传用户:qw12

  • 用vc编写的usb转I2c例子

    用vc编写的usb转I2c例子,源自网上!

    标签: usb I2c 编写

    上传时间: 2013-12-17

    上传用户:lizhen9880

  • 用vb编写的usb转I2c例子

    用vb编写的usb转I2c例子,源自网上!

    标签: usb I2c 编写

    上传时间: 2014-01-03

    上传用户:凤临西北

  • 源代码用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a

    源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).

    标签: lt 源代码 动态规划 序列

    上传时间: 2013-12-26

    上传用户:siguazgb