代码搜索:仿人机器人

找到约 10,000 项符合「仿人机器人」的源代码

代码结果 10,000
www.eeworm.com/read/147522/12549218

txt 仿进口温控器的按键程序.txt

程序主要代码如下:(只涉及按键部分,其它略) #include #include #include #define uchar unsigned char #define uint unsigned int uchar n=0; uchar set=0; uchar left=0;
www.eeworm.com/read/214111/15113054

cpp firefirst.cpp

#include /** * 这个机器人演示了如何打击走直线的机器人 * @author xiemin */ class FireFirst : public SimpleRobot { private: double opponentVelocity; /* 对手的速度 */ double
www.eeworm.com/read/371347/9555255

cpp k个bad人比第一个good人先出队.cpp

#include using namespace std; int test(int k,int m,int cur,int l){ for(;l>k;){ int a=(m%l+cur)%l; if(ak)return 0; else if(l==k+1)return 1; l--; cur=(a-1)%l;
www.eeworm.com/read/206237/15297828

qtf 其它项目.qtf

6 9 标志 * * 序号 1 1.1 1.2 1.3 2 2.1 2.2 2.3 名称 招标人部分 预留金 材料购置费 其他 投标人部分 总承包服务费 零星工作费 其他 计算公式 合价 域代码
www.eeworm.com/read/433021/8551837

vhd 三人表决器.vhd

--Three-input Majority Voter --The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways. ENTITY maj IS PORT(a,b,c : IN BIT; m : OUT