搜索资源列表
最典型的侧面走路
- 许多网友需要走路的原文件,我先把一个最典型的侧面走路练习上来,希望对大家有帮助,人的动是靠走来实现的,其他的动作可以借鉴,大同小异。我们每天都在看人动,注意观察,把他复制在纸上就好了。- Many 缃戝弸 need to walk the original document, I first walk a most typical side practice to come up, hoped has the help to eve
最典型的侧面走路
- 许多网友需要走路的原文件,我先把一个最典型的侧面走路练习上来,希望对大家有帮助,人的动是靠走来实现的,其他的动作可以借鉴,大同小异。我们每天都在看人动,注意观察,把他复制在纸上就好了。- Many 缃戝弸 need to walk the original document, I first walk a most typical side practice to come up, hoped has the help to eve
humen_animation1
- 借助于OpenGL程序,实现人体行走的动画。-realize the human walk animation
src_MetalMax
- 此为一款基于J2ME的手机游戏,《重装机兵》源代码,可以编译成功。这款游戏基本实现了必须的所有功能,如碰撞探测、地图转换、NPC对话、事件处理,、横版回合制战斗系统等,并根据原游戏的特色加入了人、车两战斗系统,在玩的过程中,你可以用方向键控制人物行走;回车键弹出游戏菜单,"1"键进行命令取消。-This is a J2ME-based mobile games, " Metal Max," the source cod
zz
- 此为一款基于J2ME的手机游戏,《重装机兵》源代码,本源码并未在手机上测试,可以编译成功。这款游戏基本实现了必须的所有功能,如碰撞探测、地图转换、NPC对话、事件处理,、横版回合制战斗系统等,并根据原游戏的特色加入了人、车两战斗系统,在玩的过程中,你可以用方向键控制人物行走;回车键弹出游戏菜单,"1"键进行命令取消。-This is a J2ME-based mobile games, " Metal Max," th
human-walk
- 人走路示范的fla源文件及swf文件,据此设计自己人物的行走动画-People walking demonstration fla source file and the swf file, thus design their own animated characters walking
shuangzujiqiren
- 由六个舵机组成的双足机器人,通过单片机实现产生多路PWM信号,对每个舵机的角度位置进行控制,模拟人的行走,达到在平面行走及做不同动作的目的。-Composed of six servo biped robot, through the MCU multi-channel PWM signal generated for each position to control the angle of the steering gear to
FiveStone
- 五子棋游戏 在一个N * N的棋盘上,任意同色的棋子在某一方向连续排列5个的一方赢得游戏。 【功能提示】 (1) 可以人机对战。 (2) 可以双人对战 (3) 可以设置单步超时(例如超时者视为放弃当歩操作的权利,或者程序随机替游戏者下一子) (4) 基于局域网的网络对战版(可选) 其它功能可自行扩展。 -Backgammon game in a N* N chessboard, any pieces the
ncm
- matlab编写的小程序,能够模拟人走路,参数可以设置。非常有意思,可以参考一下!-Walker. this code is a walker.It can simulate human being s walk.
wuzhiqi
- VC简单的智能五子棋游戏,支持电脑先走或人先走棋或者人机对战,支持悔棋,暂不支持网络对战,适合VC新手研究游戏编写.-VC Smart Gobang simple games, to support the computer go first or to walk first, or human-computer chess gaming, support for undo, not support online play, writt
xnrljxz-2
- 利用VRML虚拟现实开发语言实现的虚拟人行走的程序。讨论了虚拟人行走中的路径选择算法,并用节点控件行走方式。-Developed using virtual reality language VRML virtual human walking program. Discusses the virtual human to walk the path selection algorithm, and walk with the node
simulate-the-human-walk
- 真实模拟人走路,通过调节参数可改变人行走的速度,图形化界面操作,含源代码。-To simulate the human walk.
Employee
- 创建Employee和Developer接口,在Employee中添加work()方法,在Developer中添加code()方法,在Person类中实现这两个方法,输出“我在工作”和“我在编码”;修改Person类,不仅能继承Human类的吃饭eat()、走路walk()外,还可以实现Employee和Developer的接口-Create Employee and Developer interface, add work in E