-
车站导线图
电子工单天网报障管理模块”是一套基于WEB技术,对天网工程故障报告提供上报、管理、反馈和分析的软件。该系统开放给天网城市监控系统的使用单位,为使用单位提供一种方便、快捷、可跟踪的故障上报和管理平台。本系统直接与成都电信电子工单系统接口,实现故障上报、故障派单、故障反馈的一条龙服务
- 2023-05-01 04:20:16下载
- 积分:1
-
MapViewDemo
谷歌地图模块的范例代码演示,实现谷歌地图的定位和更新。(Google Maps module example code demonstrates realize the positioning of Google Maps and updates.)
- 2013-03-29 18:42:38下载
- 积分:1
-
android 语音识别例子源码下载
android 语音识别例子源码下载
- 2015-04-30下载
- 积分:1
-
android源代码 bluetooth
Android平台支持蓝牙网络协议栈,实现蓝牙设备之间数据的无线传输。本文档描述了怎样利用android平台提供的蓝牙API去实现蓝压设备之间的通信。蓝牙具有point-to-point 和 multipoint两种连接功能。
- 2022-11-26 15:10:03下载
- 积分:1
-
PMSE 客户端
Postsanitization 数字删除十个详细信息和 10 链接后进行。请注意这个数字代表一种分类器对这些细节,多少百分比的图不了这一细节的准确性。
- 2022-08-25 04:55:20下载
- 积分:1
-
下拉刷新demo
实现listview的下拉刷新
- 2013-05-15下载
- 积分:1
-
lcIPC_SurfaceView
surface,H264,解码,显示,网络流,播放(surface, H264)
- 2013-08-06 10:18:16下载
- 积分:1
-
Intermediate accounting 11e.pdf
Nicholson - Intermediate Microeconomics and Its Application 11e.pdf
- 2020-04-21下载
- 积分:1
-
encryptedNote
一个简单的加密记事本程序源码,可以实现对文本内容的加密,与大家交流学习(A simple encryption Notepad program source code, the text content encryption, and to share learning)
- 2012-05-11 07:35:44下载
- 积分:1
-
Android 绘制吃豆子小人及图片自动变换显示功能
Android 绘制吃豆子小人,同时与之搭配的还有图片自动变换显示的功能。
Paint paint = new Paint();//创建画笔对象
canvas.drawColor(Color.BLACK);//绘制背景
canvas.drawBitmap(bmpMan, centerX-radius, centerY-radius, null);//绘制吃豆小人
paint.setColor(Color.BLACK); //设置画笔颜色
paint.setAntiAlias(true);
RectF oval = new RectF(centerX-radius-1,centerY-radius-2,centerX-radius-1+2*radius+2,centerY-radius-2+2*radius+4);
canvas.drawArc(oval, 360-angle+90*direction, 2*angle, true, paint); //绘制扇形实现张嘴闭嘴
if(System.currentTimeMillis()-timeStamp > 5000){//如果时间间隔超过5秒
timeStamp = System.currentTimeMillis(); //重新记录时间
currPhoto = (currPhoto+1)%bmpPhotos.length; //更换照片
}
canvas.drawBitmap(bmpPhotos[currPhoto], 80, 40, null);//绘制照片
super.onDraw(canvas);
- 2022-05-16 13:25:29下载
- 积分:1