2016年5月12日
摘要: 实验报告 课程名称 基于Android平台移动互联网开发 实验日期 16/05/08 实验项目名称 实验8 实验地点 S3010 实验类型 □验证型 √设计型 □综合型 学 时 一、实验目的及要求(本实验所涉及并要求掌握的知识点) 设计一个个人通讯录,掌握Android平台下的数据库开发,该个人通讯 阅读全文
posted @ 2016-05-12 23:50 04彭得源 阅读(320) 评论(0) 推荐(0) 编辑
  2016年5月3日
摘要: 实验报告 课程名称 基于Android平台移动互联网开发 实验日期 16/03/25 实验项目名称 实验7 实验地点 S3010 实验类型 □验证型 √设计型 □综合型 学 时 一、实验目的及要求(本实验所涉及并要求掌握的知识点) 实现启动端和BindService之间的双向通信 1) 实现从启动端 阅读全文
posted @ 2016-05-03 23:47 04彭得源 阅读(213) 评论(0) 推荐(0) 编辑
  2016年4月29日
摘要: 实验报告 课程名称 基于Android平台移动互联网开发 实验日期 16/04/15 实验项目名称 实验6 实验地点 S3010 实验类型 □验证型 √设计型 □综合型 学 时 一、实验目的及要求(本实验所涉及并要求掌握的知识点) 实现在应用程序中处理音频和视频。 二、实验环境(本实验所使用的硬件设 阅读全文
posted @ 2016-04-29 09:18 04彭得源 阅读(185) 评论(0) 推荐(0) 编辑
  2016年4月15日
摘要: 修改选项菜单文件main.xml 将选项菜单资源文件中的每个<item…/> 元素增加android:showAsAction="always"属性 在Activity类中添加和重写以下方法 在protected void onCreate(Bundle savedInstanceState)方法中 阅读全文
posted @ 2016-04-15 10:12 04彭得源 阅读(221) 评论(0) 推荐(0) 编辑
  2016年4月8日
摘要: 阅读全文
posted @ 2016-04-08 09:18 04彭得源 阅读(120) 评论(0) 推荐(0) 编辑
  2016年3月25日
摘要: 创建工程 修改字符串资源 打开/res/values/strings.xml文件。 点击Add按钮,添加字符串,输入字符串的name 和value 新建的工程含有三个已有字符串 新建颜色资源color.xml 使用资源颜色和字符串资源 颜色:R.color.red_gb 字符串:R.strings. 阅读全文
posted @ 2016-03-25 09:35 04彭得源 阅读(263) 评论(0) 推荐(0) 编辑
  2015年6月25日
摘要: #include"stdio.h"#include"stdlib.h"#include"time.h"struct wuli{ int wuli_number; char pname; /*已分配区表登记栏标志,用"0"表示空栏目*/}; /*内存表*/struct wuli wuli_... 阅读全文
posted @ 2015-06-25 09:48 04彭得源 阅读(250) 评论(1) 推荐(0) 编辑
摘要: #include #include #include #include #include #include using namespace std;struct block{ int begin,end;};struct free_place{ ... 阅读全文
posted @ 2015-06-25 08:44 04彭得源 阅读(154) 评论(0) 推荐(0) 编辑
  2015年5月14日
摘要: #include#include#include#define MAX 24struct pcb{ char name[10];int arrtime;int reqtime;int runtime;int startime;int finitime;int wtime;int prio;ch... 阅读全文
posted @ 2015-05-14 09:50 04彭得源 阅读(152) 评论(0) 推荐(0) 编辑
  2015年4月30日
摘要: #include #define n 20struct fcfs{ int id; //进程名 int gt; //进程到达时间 int runt; //进程运行时间 int ft; //进程完成时间 int rt; //进... 阅读全文
posted @ 2015-04-30 09:02 04彭得源 阅读(162) 评论(0) 推荐(0) 编辑