- AIWordSplit 直接运行compile.bat和run.bat即可 使用了3种分词方法: 1.正向最大匹配(ForwardMatch.java) 2.逆向最大匹配(ForwardMatch.java) 3.最大频率匹配(FrequencyMatch.java)(默认) 取频率最高的词
- dd 多人在线的网络聊天室客户端\ChatRoomClient\.rar的vc源码
- LSPTSVM source code in matlab
- 语音朗读htm生成器源码 E语言URI编码可以用来做密令编码
- motomanFreeSpace 对机器人的进行工作空间进行三维建模
- 5787255 它运用API函数控制计算机的重起和关机
文件名称:MiCode-FileExplorer-fc66c64
介绍说明--下载内容来自于网络,使用问题请自行百度
android文件管理器介绍
android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。理代码-android file manager introduced
android system does its own file manager, but many cases, such as the need to open the file from the SD, it must be with the tripartite development of resource management, common AndExplorer etc.. After the release of this case, users also need to install the software dependent, is very troublesome. Explorer, described below in the code around line 100 that can be the most common file selection functionality. Management code
android系统并不自带文件管理器,但是很多情况下,我们有诸如从SD中打开文件的需要,就必须借助三方开发的资源管理器,常用的有AndExplorer等。这种情况下发布后,用户还需要安装依赖的软件,非常麻烦。下面介绍在代码中实现资源管理器,只需要一百行左右的一个类即可以最常用的文件选择功能。理代码-android file manager introduced
android system does its own file manager, but many cases, such as the need to open the file from the SD, it must be with the tripartite development of resource management, common AndExplorer etc.. After the release of this case, users also need to install the software dependent, is very troublesome. Explorer, described below in the code around line 100 that can be the most common file selection functionality. Management code
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MiCode-FileExplorer-fc66c64/
MiCode-FileExplorer-fc66c64/.gitignore
MiCode-FileExplorer-fc66c64/AndroidManifest.xml
MiCode-FileExplorer-fc66c64/NOTICE
MiCode-FileExplorer-fc66c64/README
MiCode-FileExplorer-fc66c64/libs/
MiCode-FileExplorer-fc66c64/libs/android-support-v13.jar
MiCode-FileExplorer-fc66c64/res/
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/arrow_down.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/arrow_up.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/bottom_button_bar_normal.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/bottom_button_bar_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_bottom_last_normal.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_bottom_last_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_bottom_normal.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_bottom_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_check_off_holo_light.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_check_on_holo_light.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/category_bar_empty.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/category_bar_mask.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/connect.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/disconnect.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown_icon_folder.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown_icon_root.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown_normal.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/empty_icon.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_default.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_mid.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_mp3.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_office.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_pdf.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_picture.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_rar.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_theme.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_txt.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_video.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_wav.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_wma.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_zip.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/folder.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/folder_fav.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_delete_favorite.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_new_folder.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_refresh.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_select_all.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_show_sys.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_sort.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/icon.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/image_icon_bg.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ipaddress_bg.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/notification.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_bar_bg.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_cancel.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_copy.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_delete.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_info.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_info_gray.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_move.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_selectall.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_send.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/path_pane.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/path_pane_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/popup_bg.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/remote_button.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/remote_button_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/sd_not_available.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/secondary_title_background.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/stat_sys_install_complete.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/up_level.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/up_level_pressed.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/wifi_state0.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/wifi_state4.png
MiCode-FileExplorer-fc66c64/res/drawable/
MiCode-FileExplorer-fc66c64/res/drawable/bottom_button_bar.xml
MiCode-FileExplorer-fc66c64/res/drawable/btn_bottom.xml
MiCode-FileExplorer-fc66c64/res/drawable/btn_bottom_last.xml
MiCode-
MiCode-FileExplorer-fc66c64/.gitignore
MiCode-FileExplorer-fc66c64/AndroidManifest.xml
MiCode-FileExplorer-fc66c64/NOTICE
MiCode-FileExplorer-fc66c64/README
MiCode-FileExplorer-fc66c64/libs/
MiCode-FileExplorer-fc66c64/libs/android-support-v13.jar
MiCode-FileExplorer-fc66c64/res/
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/arrow_down.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/arrow_up.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/bottom_button_bar_normal.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/bottom_button_bar_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_bottom_last_normal.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_bottom_last_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_bottom_normal.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_bottom_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_check_off_holo_light.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/btn_check_on_holo_light.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/category_bar_empty.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/category_bar_mask.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/connect.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/disconnect.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown_icon_folder.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown_icon_root.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown_normal.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/dropdown_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/empty_icon.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_default.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_mid.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_mp3.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_office.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_pdf.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_picture.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_rar.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_theme.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_txt.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_video.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_wav.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_wma.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/file_icon_zip.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/folder.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/folder_fav.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_delete_favorite.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_new_folder.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_refresh.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_select_all.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_show_sys.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ic_menu_sort.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/icon.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/image_icon_bg.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/ipaddress_bg.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/notification.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_bar_bg.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_cancel.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_copy.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_delete.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_info.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_info_gray.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_move.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_selectall.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/operation_button_send.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/path_pane.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/path_pane_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/popup_bg.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/remote_button.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/remote_button_pressed.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/sd_not_available.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/secondary_title_background.9.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/stat_sys_install_complete.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/up_level.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/up_level_pressed.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/wifi_state0.png
MiCode-FileExplorer-fc66c64/res/drawable-hdpi/wifi_state4.png
MiCode-FileExplorer-fc66c64/res/drawable/
MiCode-FileExplorer-fc66c64/res/drawable/bottom_button_bar.xml
MiCode-FileExplorer-fc66c64/res/drawable/btn_bottom.xml
MiCode-FileExplorer-fc66c64/res/drawable/btn_bottom_last.xml
MiCode-
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.