1、移动端强管控五级部署方案
2022-11-03 09:04:42 175KB 集群部署 强管控 移动端 软件版本
1
真实移动设备UserAgent
2022-10-28 20:04:01 313KB UserAgent
语义分割的有效解决方案:具有无可分离卷积的ShuffleNet V2 我们提出了一种计算有效的语义分割方法,同时实现了对Cityscapes挑战的70.33%的高均值交集(mIOU)。 建议的网络能够在移动设备上实时运行。 纸: 如果您发现该代码对您的研究有用,请考虑引用我们: @InProceedings{turkmen2019efficient, author = {Sercan T{ \" u}rkmen and Janne Heikkil{ \" a}}, title = {An Efficient Solution for Semantic Segmentation: {ShuffleNet} V2 with Atrous Separable Convolutions}, booktitle = {Image Analysis}, year
1
计算器计算器计算器计算器计算器计算器计算器计算器计算器计算器计算器计算器计算器计算器计算器
2022-10-20 19:06:31 2.08MB 移动设备软件开发
1
ChecckBox,ImageView,RadioButton,ImageButto ChecckBox,ImageView,RadioButton,ImageButton ChecckBox,ImageView,RadioButton,ImageButton ChecckBox,ImageView,RadioButton,ImageButton ChecckBox,ImageView,RadioButton,ImageButton ChecckBox,ImageView,RadioButton,ImageButton ChecckBox,ImageView,RadioButton,ImageButton ChecckBox,ImageView,RadioButton,ImageButton ChecckBox,ImageView,RadioButton,ImageButton ChecckBox,ImageView,RadioButton,ImageButton
1
DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig DatePicker,TimePicker,AlertDialoig
2022-10-05 12:04:16 976KB 安卓 移动设备 控件
1
基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,Button,TextView,EditText,Toast,RadioButton 基本控件案例集锦,事件监听,事件监听,事件监听,事件监听
2022-10-04 09:05:15 958KB 安卓 移动设备 Button Toast
1
.使用XML文件声明界面布局的特点 • 将程序的表现层和控制层分离(利于代码的维护) • 在后期修改用户界面时,无需更改程序的源 • 布局管理器用于存放其它控件或者嵌套其它布局 • 布局支持嵌套 • 为了让各种控件在不同的手机屏幕上都能运行良好,为了更好地管理Android应用的用户界面里的各种控件,Android提供了布局管理器。 • 使用布局管理器,可以根据运行平台来调整控件的大小,程序员要做的,就是选择合适的布局管理器。 常见的几种类型的布局管理器: • 线性布局 • 框架布局 • 表格布局 • 相对布局 • 网格布局 需要补充的案例:QQ的登录界面
2022-10-03 09:05:06 2.85MB 安卓 移动设备 布局管理器
1
win7下的adb.exe检测devices总是检测不到,找遍了各种办法也没能够解决,最后还是用手动安装驱动的方式解决了,供大家参考
2022-09-13 19:04:52 8.6MB adb win7 32位
1
加速度计-生物识别 通过加速度计数据识别移动设备的用户(kaggle上的“加速度计生物识别竞赛”) “ CS 725:机器学习基础”的课程项目 #Description:您可以在找到问题陈述的描述 #如何运行代码: 假设:您将train.csv和test.csv与其他项目文件放在同一文件夹中 运行device_count.py 运行extractMeanVar.py 运行trimmingdata.py 现在,您可以执行任何分类器代码。 只需在同一文件夹中查找所需文件即可。 #我们的方法我们设计了以下解决问题的方法: 朴素贝叶斯 最近的邻居 二次判别分析(类似于LDA) 支持向量机 #与每种方法相关的文件: 1]朴素贝叶斯 1. extractMeanVar.py 2. naive_bayes.py 3. naive_bayes_Random.py 2]最近的邻居 1. t
1