-
七自由度汽车模型程序
七自由度汽车模型程序
- 2021-05-06下载
- 积分:1
-
BTBee_Examples_By_EF
我们都知道Android是现在很流行,尤其是ADK(Android开放配件开发工具包),它允许外部0pen源采用Android系统的硬件连接,通过USB与Android平台的设备在一个特殊的“附件”模式互动。
我们就可以继续工作数周,并尝试组装一些巴塔原型和库之间的通信通过蓝牙和Freaduino ADK的Android和Arduino。
随着谷歌提供的源文件,我们可以提供从现在起板。我们产生一个批处理,你可以购买他们here.We将尽快巴塔版本。
为了使Android和Arduino的易之间的沟通,我们想告诉你一个新的机器人与Arduino和其他类似的议会的互动方式。蓝牙为例。
步骤一:一个Android应用程序,这可能与其他设备通过蓝牙通信。
第二步:Android应用程序由蓝牙蜜蜂连接到Arduino的。
步骤之一(第一部分),我们刚刚作出了一个小应用程序的Android,实现简单的蓝牙连接与Android。(We all know Android is very popular now, especially ADK (Android Open Accessory Development Kit), which allows external 0pen source hardware to connect with Android system by USB and interact with an Android-powered device in a special “accessory” mode.
We keep working on it for weeks, and try to assemble some bata prototype and make a library for the communication between Android and Arduino by bluetooth and Freaduino for ADK.
With the Google providing source files, we are able to provide this board from now on. We produce a batch, you can purchase them here.We will provide the Bata version as soon as possible.
To make the communication between Android and Arduino easy, we would like show you a new way that android interact with Arduino and other similar boards. Bluetooth for example.
Step one: Make a APP to Android which could communicate with other devices by bluetooth.
Step two: Android APP connect to Arduino by Bluetooth Bee.
For step one(Part1), we have just made a little A)
- 2011-09-05 11:40:32下载
- 积分:1
-
员工管理系统
实现了登陆,注册,添加删除员工信息
public class MainActivity extends Activity {
private EditText etName;
private EditText etSalary;
private EditText etAge;
private RadioGroup radioGroup;
private Handler handler=new Handler(){
public void handleMessage(android.os.Message msg) {
switch (msg.what) {
case HANDLER_ADD_EMP_SUCCESS:
Toast.makeText(MainActivity.this, "恭喜,添加成功", Toast.LENGTH_SHORT).show();
//启动ListEmpActivity
finish();
break;
case HANDLER_ADD_EMP_FAIL:
Toast.makeText(MainActivity.this, "恭喜,添加失败:"+msg.obj, Toast.LENGTH_SHORT).show();
break;
}
}
};
public static final int HANDLER_ADD_EMP_SUCCESS=0;
public static final int HANDLER_ADD_EMP_FAIL=1;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
setViews();
- 2022-01-25 23:48:24下载
- 积分:1
-
androidupload
基于Java源码的Android上传文件小模块,运行于Android客户端,用户通过嵌入程序内的上传程序,实现文件上传,学会了本代码,不但可上传限制格式的文件,还可上传指定格式的图片、文件等,android upload程序源代码,与大家分享。(Java source code of the Android-based upload files small module, which runs on Android client, users by embedding within the program upload program, file upload, learn the code, not only upload limit format, specify the format can upload pictures, files, android upload source code, to share with you.)
- 2013-07-31 09:11:59下载
- 积分:1
-
Android广播消息机制实战
Android广播消息机制实战实例,供各位Android研发人员参考与借鉴
- 2022-08-15 00:40:44下载
- 积分:1
-
fai_is66
Compared with the results of theoretical analysis, Complete HMM-based speech recognition system, Modeling and simulation pwm rectifie.
- 2017-11-17 14:43:48下载
- 积分:1
-
Android-bikeroute
这是一个用于自行车导航带地图和路线规划的android源码(
这是一个用于自行车导航带地图和路线规划的android源码
This is a navigation map for the bike and route planning Android source)
- 2017-01-03 22:07:51下载
- 积分:1
-
game-engin
java平台上一些专门为android编写的游戏引擎代码,非常适合新手练习!简单易懂,代码可读性强!(some of the java platform written specifically for android game engine code, very suitable for novices to practice! Easy to understand, code readability!)
- 2014-01-13 23:04:50下载
- 积分:1
-
GameView
Android 游戏框架 View,游戏入门必须了解实例(Android View game framework, game entry must understand the examples)
- 2013-09-05 11:16:59下载
- 积分:1
-
签到程序App-Android练手
这是一个简单的应用程序,实现的功能就是:你填写一些必要信息,比方说姓名和学号,然后点击签到按钮,就把你的信息收录数据库;当然你可以替别人请假,所以设置了请假按钮;为了方便查看有那些人已经签到了或是请假了,你可以查看出勤表,也就是读取数据库信息。这就是一个简单签到应用。
- 2022-02-05 14:08:51下载
- 积分:1