-
Android activity、菜单及dialog、列表等常见UI源码
Android activity、菜单及dialog、列表等常见UI源码,下面依次介绍各目录里的功能演示:
activity_intent:activity的跳转1.不带返回值的跳转2.带返回值的跳转,intent的简单介绍。Bundle的简单介绍。
dialog:如何在android中使用dialog对话框,弹出框。
layout:一个布局的例子,主要利用xml文件进行布局,这里边用到的是RelativeLayout。
1.ActivityMain演示了linerLayout。
2.ActivityLayout 演示了RelativeLayout和linerLayout的结合。
3.ActivityRelativeLayout 演示了单独的RelativeLayout。
另外还有安卓MENU、Widget、toast_and_notification等相关实例源码。
- 2022-07-01 00:49:36下载
- 积分:1
-
scattering_lecture
A lecture about scattering mechanisms
- 2019-04-02 19:13:02下载
- 积分:1
-
CSRM
交通快速路CSRM算法仿真,集成vissim com连接matlab程序(CSRM algorithm simulation of traffic freeway, integration of VISSIM com to connect matlab program)
- 2018-09-20 16:30:33下载
- 积分:1
-
通讯录的源程序,大家可以看看啊,提点建议吧。
通讯录的源程序,大家可以看看啊,提点建议吧。-directory of the source, we can see ah, how it proposed.
- 2022-01-27 22:50:02下载
- 积分:1
-
IConDate
IConDate
- 2022-02-18 14:43:00下载
- 积分:1
-
一个VC++ 随机数组生成类
VC++随机数组生成类的源代码,代码由重庆大学光电学院311实验室 袁刚编写,将随机生成的数组序列保存在TXT中,srand((unsigned)time(NULL));// 生成时间种子
m=rand()%m_Txt_Line;// 返回一个0-m_Txt_Line-1的随机数,即查表的起始位置
mx=m%m_Txt_Row;// 查表起始位置的列号,文件头为0行0列
my=m/m_Txt_Row;// 查表起始位置的行号
// 下面取出剩下的字符串中每三个空格前面的字符串,就是所要查一个数据
for(m=0;m {
aw2=strc.Find(" ");// 找到作为间隔的后三个空格所在位置
if(mx==m_Txt_Row-1||m==m_Txt_Row-mx-1)
a_Random[ct]=atof(strc);
else
a_Random[ct]=atof(strc.Left(aw2));// 保存数据到数组
aw1=strc.GetLength();
aw2=strc.Find(" ");// 找到作为间隔的前三个空格所在位置
strc=strc.Right(aw1-aw2-m_Txt_Spacing);// 取这三个空格右边的所有字符串
- 2023-02-02 04:50:03下载
- 积分:1
-
固件:u600xehi2
Firmware: U600XEHI2
Patch JavaHeapExtremal allows you to install java up to 2.2 MB, but also increases the amount of Heap memory for Java.
Why Extremal, you ask? Because after the patch installation possible glitches in the phone, especially in major applications such as Pixel Viewer (Editor), etc.
Author - ARSik
Ported: Valerik0887-Firmware: U600XEHI2
Patch JavaHeapExtremal allows you to install java up to 2.2 MB, but also increases the amount of Heap memory for Java.
Why Extremal, you ask? Because after the patch installation possible glitches in the phone, especially in major applications such as Pixel Viewer (Editor), etc.
Author- ARSik
Ported: Valerik0887
- 2022-01-28 04:16:02下载
- 积分:1
-
Untitled
说明: 计算两张图片位移,可以用于图像拼接。但畸变图形效果较差。(Calculating the displacement of two images can be used for image mosaic. But the effect of distorted image is poor.)
- 2020-03-20 16:10:27下载
- 积分:1
-
IEEE30节点系统潮流计算
说明: 选自IEEE30节点系统的潮流算例,采用了牛顿拉夫逊计算方法对其在matlab平台编程计算(An example of power flow calculation for 30 node system (N-R method))
- 2021-04-26 14:08:45下载
- 积分:1
-
baud rate calculation assistant V1.0 date : 2004
波特率计算助手V1.0
日期:2004-8-28
51波特率计算助手,可以计算波特率、记数初值等
作者:赵兵败
oicq:25767751
email:killer523@163.com-baud rate calculation assistant V1.0 date : 2004-2006-8-28 51 baud rate calculation aides, baud rate can be calculated, such as initial counting Author : Zhao defeated Live : 25767751 email : killer523@163.com
- 2022-02-04 10:46:40下载
- 积分:1