登录
首页 » Java » cycledemotwo

cycledemotwo

于 2014-04-17 发布 文件大小:434KB
0 187
下载积分: 1 下载次数: 10

代码说明:

  制作一个在Android手机中用的圆形滑动菜单,像老式电话机一样的操作排列方式,有旋转效果。这仅是一个Android菜单,并不包括其它复杂的功能,有兴趣的下载源码包研究一下。(Making a circular slide Android phones using the menu, the same operation as the old-fashioned telephone arrangement, a rotating effect. This is just an Android menu does not include other complex functions, are interested in downloading source package look.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Android_de
    android-sdk包,在使用时把文件后缀名改为tgz
    2010-11-10 18:23:01下载
    积分:1
  • JavaApplication1
    This program operate mathematic functions on numbers
    2014-01-08 03:05:52下载
    积分:1
  • Android Intent实例
    Android Intent开发实例 核心代码:package com.amaker.ch06.app;import com.amaker.ch06.app.R;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.EditText;/** * @author 郭宏志 * 发送Email */public class MainActivity extends Activity { // 声明视图组件 private EditText toEditText,subjectEditText,contentEditText; private Button sendBtn; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); // 实例化视图组件 toEditText = (EditText)findViewById(R.id.toEditText01); subjectEditText = (EditText)findViewById(R.id.subjectEditText01); contentEditText = (EditText)findViewById(R.id.contentEditText01); sendBtn = (Button)findViewById(R.id.sendButton01); // 为按钮添加单击监听器 sendBtn.setOnClickListener(listener); } // 发送按钮单击监听器 private OnClickListener listener = new OnClickListener() { @Override public void onClick(View v) { // 获得输入信息 String to = toEditText.getText().toString(); String subject = subjectEditText.getText().toString(); String content = contentEditText.getText().toString(); // 创建Intent Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); // 设置内容类型 emailIntent.setType("plain/text"); // 设置额外信息 emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{to}); emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, subject); emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, content); startActivity(Intent.createChooser(emailIntent, "发送邮件...")); } };}
    2014-11-24下载
    积分:1
  • test2
    实验2:流水灯 实验步骤 1. 启动QuartusII建立一个空白工程,保存为led_water.qpf. 2. 将test2ledwater.v、int_div.v、setup.tcl拷入工程目录。 3. 将ledwater.v、int_div.v加入工程并进行综合编译,察看编译报告。从ledwater.v、int_div.v创建符号文件led.bsf、int_div.bsf。 (Experiment 2: water lamp experiment 1. Start to create a blank project QuartusII, save for led_water.qpf 2. The test2 ledwater.v, int_div.v, setup.tcl copy into the project directory. 3. The ledwater.v, int_div.v join the project and compile a comprehensive view of compiling the report. From ledwater.v, int_div.v create a symbol file led.bsf, int_div.bsf.)
    2015-01-11 20:43:07下载
    积分:1
  • wpf 界面设计
    仿迅雷UI界面
    2014-09-15下载
    积分:1
  • MySQL Workbench 6.3 CE 汉化文件v0.3
    鉴于之前的汉化文件使用后报错,遂用两个小时写了个自动化脚本来汉化文件,亲测可用。时间仓促,若有不足,请在下方教程链接中提意见MySQL Workbench汉化文件,可根据教程完成汉化教程链接:https://blog.csdn.net/weixin_40423737/article/details/80193680
    2020-05-26下载
    积分:1
  • 偶数奇偶性校验检查
    在数字传输系统中,发生错误时有点改变的发件人之间和接收机 ;这是二进制的 1 传输和接收是二进制的 0,或反之亦然。两个可能会出现的一般错误类型: 单一位错误和突发错误 [1]。几种错误检测技术介绍了以检测错误 (例如奇偶校验 (单个或 2 维),循环冗余检查 (CRC)、 等。奇偶校验位是增加了一个 0 或 1附加到一个字节来帮助检测是否已经发生了错误。带有奇偶,每个字节在一起与它的奇偶校验位将包含偶数个 1s。如果本身的字节包含数为奇数1s,然后将奇偶校验位设置为 1,甚至使的总数。否则将奇偶校验位被设置为0.显然,如果其中任何一个位获取翻转,1s 数目会奇怪,我们可以确定该字节包含错误 [2]。下图描述了 2 维 甚至奇偶校验系统。
    2022-03-11 05:55:22下载
    积分:1
  • SSD3 实际测验 2
    它是实际测验的 SSD3 !在一个存档中的所有答案 !与添加代码 ICarnegieINFOApplication !您正在接收此电子邮件,因为一个新的密码请为您的帐户上 CodeForge.com 的。如果你没有请求此帐户的新密码,忽略此电子邮件并继续使用您的当前密码。
    2022-09-18 13:25:03下载
    积分:1
  • 排课教务系统的设计与
    JAVA.rar - Java排课教务系统的设计与开发,适合做毕业设计
    2022-08-31 13:45:06下载
    积分:1
  • 插入编辑更新JSP + Servlet搜索
    这里是插入,搜索,例如编辑,更新,用JSP + Servlet使用bean的DAO类
    2022-07-19 23:35:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载